-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Follow unacknowledged write with a find in spec tests #1355
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
Why is the PR named "WIP", is there something that it is currently missing? |
Sorry, it was WIP while the test changes were going through code review in the specifications repo. I updated the title and description, and will edit the commit message during the merge process. |
It's still "WIP" |
@@ -1,6 +1,6 @@ | |||
{ | |||
"description": "command-logging", | |||
"schemaVersion": "1.13", | |||
"description": "unacknowledged-write", |
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.
This line was from a previous change to the file
@@ -1,6 +1,6 @@ | |||
{ | |||
"description": "unacknowledgedBulkWrite", | |||
"schemaVersion": "1.0", | |||
"schemaVersion": "1.7", |
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.
Required for ignoreExtraEvents
"description": "command-logging", | ||
"schemaVersion": "1.13", | ||
"description": "unacknowledged-write", | ||
"schemaVersion": "1.16", |
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.
Required for ignoreExtraMessages
This will force completion of the unacknowledged write, which addresses a TCP-based race condition in the tests JAVA-5398
This will force completion of the w: 0 write, which addresses a TCP-based race condition in the tests
JAVA-5398