You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hugegraph.apache.org by "coderzc (via GitHub)" <gi...@apache.org> on 2023/05/24 12:11:48 UTC

[GitHub] [incubator-hugegraph-computer] coderzc commented on a diff in pull request #245: Change etcd url only for ci

coderzc commented on code in PR #245:
URL: https://github.com/apache/incubator-hugegraph-computer/pull/245#discussion_r1204004810


##########
computer-test/src/main/java/org/apache/hugegraph/computer/suite/unit/UnitTestBase.java:
##########
@@ -73,15 +75,26 @@ protected static void clearAll() {
         client().graphs().clearGraph(GRAPH, "I'm sure to delete all data");
     }
 
+    @AfterClass
+    public static synchronized void cleanup() {
+        if (CLIENT != null) {

Review Comment:
   Fixed.



-- 
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@hugegraph.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org