-
Notifications
You must be signed in to change notification settings - Fork 918
GODRIVER-2838 Deprecate sharded-replicaset topology type and clean up redundant runOnRequirements #1825
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
API Change ReportNo changes found! |
Noticed serverMonitoringMode.json still references sharded-replicaset, but it remains like that in mongodb/specifications as well, so I did not alter it for now. |
It appears mongodb/specifications@1a3b359#diff-ab30f6a6bc5cdfdb8afa50db7d76a5fd271db67949d066595b8bf56a806dcb94 from GODRIVER-2538 missed syncing |
"id": "client", | ||
"uriOptions": { | ||
"timeoutMS": 50 | ||
"timeoutMS": 250 |
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.
It's interesting that this was missed in #1009
drivers-pr-bot please backport to v1 |
GODRIVER-2838
Summary
Synced spec tests affected by DRIVERS-2609 and DRIVERS-2675.
Background & Motivation