FANNG1 commented on code in PR #4232:
URL: https://github.com/apache/gravitino/pull/4232#discussion_r1689779804
##########
integration-test-common/src/test/java/org/apache/gravitino/integration/test/util/AbstractIT.java:
##########
@@ -318,12 +318,12 @@ protected String readGitCommitIdFromGitFile() {
}
/**
- * Check if the http server is up, If http response status code is 200, then
we're assuming the
+ * Check if the http server is up. If http response status code is 200, then
we're assuming the
* server is up. Or else we assume the server is not ready.
*
* <p>Note: The method will ignore the response body and only check the
status code.
*
- * @param testUrl A url that we want to test ignore the response body.
+ * @param testUrl An url that we want to test ignore the response body.
* @return true if the server is up, false otherwise.
*/
public static boolean isHttpServerUp(String testUrl) {
Review Comment:
moved `HttpUtils`
--
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]