Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The gaia on maxgraphs store test can't not run manually #661

Closed
acezen opened this issue Aug 6, 2021 · 0 comments · Fixed by #823
Closed

The gaia on maxgraphs store test can't not run manually #661

acezen opened this issue Aug 6, 2021 · 0 comments · Fixed by #823
Assignees
Labels
bug Something isn't working component:gie

Comments

@acezen
Copy link
Collaborator

acezen commented Aug 6, 2021

Describe the bug
The gremlin_test would failed if run manually.

To Reproduce
Steps to reproduce the behavior:

export GRAPHSCOPE_HOME=/usr/local  # here should set your own graphscope home
cd interactive_engine/src/gaia-adaptor && ./gremlin_test.sh   # first time, the test run successfully.

# manually run the test
LOG_NAME=maxnode ${GRAPHSCOPE_HOME}/bin/giectl max_node_gaia
cd interactive_engine/src/gaia-adaptor && mvn test  # test failed

Expected behavior

run the test manually without rebuild should be successful.

** Another place need to revise
the test need a sleep 20 to wait for server start.

Environment (please complete the following information):

  • GraphScope version: [main]
  • OS: [Ubuntu]
  • Version [20.04]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:gie
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants