mchades commented on code in PR #8487:
URL: https://github.com/apache/gravitino/pull/8487#discussion_r2336677476


##########
clients/client-python/build.gradle.kts:
##########
@@ -47,6 +47,7 @@ fun waitForServerIsReady(host: String = "http://localhost";, 
port: Int = 8090, ti
   val urlString = "$host:$port/metrics"
   val successPattern = Regex("\"version\"\\s*:")
 
+  println("Waiting for server to be ready at $urlString (timeout: ${timeout / 
1000}s)...")

Review Comment:
   I think so, it's helpful and not verbose



-- 
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]

Reply via email to