-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
Currently, AsyncRPCTestFixture objects use async_rpc::sendCommand to asynchronously send a command, but this will return before the command is scheduled in test fixtures. This racy behavior is not desirable in our testing and we should update these callsites to wait until the command is scheduled.
- is related to
-
SERVER-95739 Fix TargeterOnRemoteCommandError
- Closed