-
Notifications
You must be signed in to change notification settings - Fork 1.8k
test(NODE-3188): refactor transaction spec tests: #2831
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
Conversation
e0ed6fc
to
797c698
Compare
621db4a
to
5859889
Compare
9552db1
to
001b2a1
Compare
affa674
to
2a504b1
Compare
- Adds new unified tests for mongos unpinning. - Refactors legacy tests into legacy directory.
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.
LGTM! 👍
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 have one suggestion for clean up, otherwise LGTM
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.
Accidentally reset Neal's review, so marking request changes on his behalf
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.
LGTM
e470de6
to
98e19c3
Compare
@durran looks like that test change made a lot of things fail due to session being undefined (also not sure if you saw my comment above regarding recommended clean up) |
f679bc9
to
2b9930d
Compare
@dariakp yes I had a Slack conversation with @nbbeeken and just pushed a change to resolve that. I also have your suggestion lined up in another commit that's incoming after the next test run passes. For the session undefined issues, a cursor can be instantiated without a session, which would cause |
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.
LGTM!
Uh oh!
There was an error while loading. Please reload this page.