Skip to content

Commit

Permalink
fix(split): fix split register child unit test (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
hycdong authored Nov 2, 2020
1 parent 48ad9b8 commit 9bf4571
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 @@ -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

0 comments on commit 9bf4571

Please sign in to comment.