-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Use connectTimeoutMS for connection establishment in maintenance TimeoutContext. #1777
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
base: main
Are you sure you want to change the base?
Conversation
…out context. JAVA-5927
@vbabanin lots of tests failing after this - are they related or transient? |
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 merged main into this to try and reduce the evergreen noise. Appears the new prose test is failing when run against the reactive streams driver.
*/ | ||
@Test | ||
@DisplayName("Should throw MongoOperationTimeoutException when establishing connection in background if timeoutMs expired before starting connect") | ||
public void shouldThrowMongoOperationTimeoutWhenEstablishingConnectionInBackgroundIfTimeoutMsExpiredBeforeStartingConnect() { |
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 appears to be failing in reactive streams only and is happy in sync. Does the test need tweaking?
JAVA-5927