Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 committed Oct 27, 2024
1 parent 35f373a commit c094e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/homestore_backend/tests/hs_repl_test_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ class HSReplTestHelper {
LOGINFO("refresh sync point to 0");
sync_point = 0;
}
LOGINFO("trigger notified");
cv_.notify_all();
} else {
LOGINFO("ggg notified");
cv_.wait(lg, [this]() { return 0 == homeobject_replica_count_; });
}
}
Expand Down

0 comments on commit c094e0c

Please sign in to comment.