acelyc111 commented on code in PR #1442:
URL:
https://github.com/apache/incubator-pegasus/pull/1442#discussion_r1168121600
##########
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:
Renamed to `get_alive_replica_server_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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]