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

re-allow VST connections in arangosh #12915

Merged
merged 3 commits into from
Oct 28, 2020
Merged

Conversation

jsteemann
Copy link
Contributor

Scope & Purpose

This was broken temporarily during unreleased 3.7.5 development via #12885.

  • 💩 Bugfix
  • 🍕 New feature
  • 🔨 Refactoring
  • 📖 CHANGELOG entry made
  • 💪 The behavior in this PR was manually tested
  • 💻 The behavior change can be verified via automatic tests

Backports:

Testing & Verification

  • This change is a trivial rework / code cleanup without any test coverage.

http://172.16.10.101:8080/view/PR/job/arangodb-matrix-pr/12479/

this was broken temporarily during unreleased 3.7.5.
@jsteemann jsteemann added this to the devel milestone Oct 27, 2020
@jsteemann jsteemann requested a review from dothebart October 27, 2020 15:38
@jsteemann
Copy link
Contributor Author

Tests blue

@jsteemann
Copy link
Contributor Author

});

print(CYAN + 'Shutting down...' + RESET);
let shutdown = pu.shutdownInstance(instanceInfo, Object.assign(options, {useKillExternal: true}));
Copy link
Contributor

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?

Copy link
Contributor Author

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?

@jsteemann
Copy link
Contributor Author

Tests blue

@jsteemann jsteemann merged commit b4322ff into devel Oct 28, 2020
@jsteemann jsteemann deleted the bug-fix/fix-vst-in-arangosh branch October 28, 2020 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants