-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Service Arch 2023-02-06, Service Arch 2023-02-20
One of the establish cursors unittests uses a failpoint that intercepts requests being scheduled by the ARS to ensure that a request to a particular HostAndPort hangs before being scheduled on the mock network interface. Now that we're pushing host-and-ort targeting down to a layer below the ARS and rephrasing the ARS internals, we need to rewrite this test. The purpose of the test is to ensure that after establishCursors has recieved one successful response from the ARS, but one response is still dangling when the opCtx is interrupted, establishcCursors sends 2 _killOperations (one to each host) to clean up cursors.
- is depended on by
-
SERVER-70191 Rewrite ARS to use remote_command_runner internally
- Backlog