-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
v5.1
-
Sharding 2021-11-29
-
142
-
1
There is a new batch of flakiness attributed to the complexities of shutting down this test. A typical failure is that the execution queue had 1000s of pending requests when the termination sequence starts. There is an apparent corruption about 2 seconds after the test termination is logged, which implies the asynchronous processing of requests is still using the '_callbacks' data structure that should be out of scope by this moment.
The test was initially created to track a very rare race, which later was classified as a race in another test and is already fixed. There is no outstanding issue we expect this test to uncover.
- is related to
-
SERVER-58951 Fix the race in executor_with_mock_net_stress_test
- Closed
-
SERVER-60954 Deflake executor_stress_test_fixture.cpp by limiting the count of pending requests
- Closed
-
SERVER-58221 Stress test for ThreadPoolTaskExecutor for concurrency coverage
- Closed