-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
QE 2025-11-24
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
getMore operations in FSM tests can fail with errors such as InterruptedAtShutdown, CallbackCanceled, and ShutdownInProgress if the getMore is targeting a shard that is concurrently shut down by the FSM test.
These error codes are currently not allow-listed inside fsm_libs/assert.js here.
We should allow these errors here as well if the test is known to kill servers randomly.