You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by "levy5307 (via GitHub)" <gi...@apache.org> on 2023/04/17 03:15:05 UTC

[GitHub] [incubator-pegasus] levy5307 commented on a diff in pull request #1442: fix(ut): fix a flaky test integration_test.write_corrupt_db

levy5307 commented on code in PR #1442:
URL: https://github.com/apache/incubator-pegasus/pull/1442#discussion_r1168117807


##########
src/test/function_test/utils/test_util.h:
##########
@@ -55,7 +55,14 @@ class test_util : public ::testing::Test
 
     void SetUp() override;
 
-    void run_cmd_from_project_root(const std::string &cmd);
+    static void run_cmd_from_project_root(const std::string &cmd);
+
+    // Get the count of alive replica servers.
+    static int get_replica_server_count();

Review Comment:
   get_alive_replica_count



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org