imbajin commented on code in PR #2940:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2940#discussion_r2731179754


##########
hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/CoreTestSuite.java:
##########
@@ -52,11 +51,18 @@
 public class CoreTestSuite {
 
     private static boolean registered = false;
-    private static HugeGraph graph = null;
+    private static volatile HugeGraph graph = null;

Review Comment:
   🧹 **Minor: PR description is incomplete**
   
   The PR description template is not filled out:
   - "close #xxx" is not linked to any issue
   - "Main Changes" section is empty
   - No verification method is checked
   
   Please complete the PR description to help reviewers understand the 
motivation and testing approach.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to