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

Commit

Permalink
fix(split): fix split register child unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hycdong committed Oct 22, 2020
1 parent a64c2f6 commit 8d6c97f
Showing 1 changed file with 1 addition and 0 deletions.
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 @@ -281,6 +281,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

0 comments on commit 8d6c97f

Please sign in to comment.