You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can't delete vertex labels in standalone mode with server.role set to computer because the server is not a master. In HugeGraph, tasks like deleting vertex labels must be scheduled on a master server. The error message "Can't schedule task on non-master server" indicates that the operation is being attempted on a non-master server, which is not allowed [1][2].
Follow the setup instructions for HugeGraph on macOS, which include configuring the database backend and setting up the server. You can find detailed steps here[1].
Ensure Dependencies are Installed:
Make sure you have Java and Maven installed, as they are typically required for building and running tests in Java projects.
Run the Test:
Navigate to the directory containing the KoutApiTest:
cd hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers
Use Maven to run the test:
mvn test -Dtest=KoutApiTest
These steps should help you run the KoutApiTest on your Mac. If you encounter any issues, ensure that all dependencies are correctly installed and that your environment is configured as per the HugeGraph setup guidelines.
Bug Type (问题类型)
rest-api (结果不合预期)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
Vertex/Edge example (问题点 / 边数据举例)
return :
The text was updated successfully, but these errors were encountered: