Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

fix: fix split register child unit test #648

Merged
merged 5 commits into from
Nov 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/replica/split/test/replica_split_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ class replica_split_test : public replica_test_base

_parent_split_mgr->on_register_child_on_meta_reply(ERR_OK, req, resp);
_parent_replica->tracker()->wait_outstanding_tasks();
_child_replica->tracker()->wait_outstanding_tasks();
}

/// helper functions
Expand Down