contrueCT commented on code in PR #2966:
URL: https://github.com/apache/hugegraph/pull/2966#discussion_r2919588048


##########
hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java:
##########
@@ -193,7 +183,8 @@ protected static void waitTaskStatus(int task, Set<String> 
expectedStatus) {
                 Assert.fail(String.format("Failed to wait for task %s " +
                                           "due to timeout", task));
             }
-        } while (!expectedStatus.contains(status));
+        }
+        while (!expectedStatus.contains(status));

Review Comment:
   This is not a part of this pr.I am not sure its logic.



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