You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/06/24 11:52:44 UTC

[GitHub] [incubator-kvrocks] tisonkun commented on a diff in pull request #660: fix: replication tests should wait for server restarted

tisonkun commented on code in PR #660:
URL: https://github.com/apache/incubator-kvrocks/pull/660#discussion_r905989166


##########
src/server.cc:
##########
@@ -167,6 +167,8 @@ Status Server::Start() {
     }
   });
 
+  std::cout << "Ready to accept connections\n";

Review Comment:
   Perhaps we should send this line to log and find a way for tests reading logs.



-- 
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: issues-unsubscribe@kvrocks.apache.org

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