Skip to content

Commit

Permalink
not calling shutdown_all from teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
yamingk committed Feb 23, 2024
1 parent 743d652 commit 66709bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_common/hs_repl_test_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class HSReplTestHelper {

void teardown() {
LOGINFO("Stopping Homestore replica={}", replica_num_);
sisl::GrpcAsyncClientWorker::shutdown_all();
// sisl::GrpcAsyncClientWorker::shutdown_all();
test_common::HSTestHelper::shutdown_homestore();
}

Expand Down

0 comments on commit 66709bb

Please sign in to comment.