-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Fully Compatible
-
v8.0
-
Cluster Scalability 2024-07-08
-
200
-
1
In FSM tests, we allow errors that come from specific steps of the moveChunk command to retry if we're running with stepdowns. We should also allow this if we're running on TSAN, since this slows down the workload. It will be even more precise if we check the error message for timeout-related messages, so as to not paper over real bugs.
We can check if we're running on TSAN from jstests like so.
- is duplicated by
-
SERVER-91883 Make timeseries-movechunk FSM workloads more resilient to timeouts
- Closed