|
Fairly often, evergreen tasks will fail with a server selection error, like this:
[2020/03/09 10:50:52.818] No suitable servers found (`serverSelectionTryOnce` set): [connection refused
|
[2020/03/09 10:50:52.818] calling ismaster on 'localhost:27017']: generic server error
|
When the task is restarted, it will usually succeed on a subsequent run. We should improve these tests to be less flaky.
Example: https://evergreen.mongodb.com/task/cxx_driver_macos_1012_compile_and_test_with_static_libs_3b4f9c4674b241bea50468f63e3aa0d92545f22c_20_03_09_14_44_14
|