`blockUntilIndexQueryable` in `search_index_command_testing_helper.h` threw immediately on `CommandFailed` from `getStatusFromCommandResult`, which in this code path exclusively means a mongod could not reach its mongot-localdev. Retry with a 500 ms sleep instead so transient unavailability on slow sanitizer builds does not produce spurious BFs.
- related to
-
SERVER-127787 Retry on NetworkInterfaceExceededTimeLimit in blockUntilIndexQueryable
-
- Closed
-
-
SERVER-133693 Retry on MaxTimeMSExpired in blockUntilIndexQueryable
-
- Closed
-