FANNG1 commented on code in PR #4005:
URL: https://github.com/apache/gravitino/pull/4005#discussion_r1681991306


##########
integration-test-common/src/test/java/org/apache/gravitino/integration/test/util/AbstractIT.java:
##########
@@ -332,7 +332,7 @@ public static boolean isHttpServerUp(String testUrl) {
       ClassicHttpResponse response = httpClient.execute(request, a -> a);
       return response.getCode() == 200;
     } catch (Exception e) {
-      LOG.warn("Check Gravitino server failed: ", e);
+      LOG.warn("Check gravitino server failed: url:{}, error message:{}", 
testUrl, e.getMessage());

Review Comment:
   move to `HttpUtils.isHttpServerUp`, and removed gravitino



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