-
Notifications
You must be signed in to change notification settings - Fork 839
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
re-allow VST connections in arangosh #12915
Conversation
this was broken temporarily during unreleased 3.7.5.
Tests blue |
}); | ||
|
||
print(CYAN + 'Shutting down...' + RESET); | ||
let shutdown = pu.shutdownInstance(instanceInfo, Object.assign(options, {useKillExternal: true})); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this arangosh (that runs this test) still be able to connect to the server, and hence be able to use the regular shutdown command?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand the question.
We are starting a few server instances in the endpoints test, because the server instances use different options.
For each server instance, we run mutliple arangosh tests, e.g.
- server instance1
- arangosh1
- arangosh2
- arangosh3
- server instance2
- arangosh4
- arangosh5
- arangosh6
...
The shutdown command in the test was actually there before, and I didn't modify it.
What is the exact problem with it?
Tests blue |
Scope & Purpose
This was broken temporarily during unreleased 3.7.5 development via #12885.
Backports:
Testing & Verification
http://172.16.10.101:8080/view/PR/job/arangodb-matrix-pr/12479/