-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: allow connect again after close #2355
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
0136cd1
add test and fix
emadum 835f0aa
Merge remote-tracking branch 'origin/3.6' into NODE-2544/fix-connect-…
emadum 3be1b95
clean up evg logs
emadum 865d8b5
update nvm to support --no-progress
emadum 854c72f
add XFG_CONFIG_HOME for new nvm
emadum 5043ca3
incorporate review feedback
emadum 5763728
refactor withTempDb to withDb
emadum c4eb0fa
dont save options, show warnings instead
emadum 32c1ce8
fix for sessions
emadum dafab24
save reference to topology
emadum caf581e
Merge remote-tracking branch 'origin/3.6' into NODE-2544/fix-connect-…
emadum 414e091
fix flaky tryNext tests
emadum File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,7 +68,7 @@ | |
| "test": "npm run lint && mocha --recursive test/functional test/unit test/core", | ||
| "test-nolint": "mocha --recursive test/functional test/unit test/core", | ||
| "coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/core test/unit test/functional", | ||
| "lint": "eslint lib test", | ||
| "lint": "eslint -v && eslint lib test", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unrelated to this PR. I just sometimes get weird discrepancies between running |
||
| "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'", | ||
| "bench": "node test/benchmarks/driverBench/", | ||
| "generate-evergreen": "node .evergreen/generate_evergreen_tasks.js", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 think this error message can be improved