-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Concurrency, Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
v4.0
-
Storage NYC 2018-09-24
-
30
The snapshot_read_kill_operations.js test uses a killSessions state function to test the behavior of snapshot reads when a session gets killed. However, the individual states of the test do not handle Interrupted as an acceptable error in their asserts. For example, the call to doSnapshotFind does not pass this code to its assert. This test should handle this error appropriately.
- is related to
-
SERVER-37009 Handle missing sessionDocToKill in snapshot_read_kill_operations.js
- Closed