contrueCT commented on code in PR #2966:
URL: https://github.com/apache/hugegraph/pull/2966#discussion_r2912035511
##########
hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/api/ManagerApiTest.java:
##########
@@ -981,4 +981,45 @@ public void testUserWithDifferentRolesInMultipleSpaces() {
Assert.assertTrue("Only graphb1 should remain in spaceb",
graphsList.contains("graphb1") &&
!graphsList.contains("graphb2"));
}
+
+ @Test
+ public void testStandaloneModeForbidsAllEndpoints() {
+ Assume.assumeFalse("skip this test for hstore (PD mode)",
Review Comment:
OK, I will create a new test class for standalone test.
--
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]