-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Storage, Testing Infrastructure
-
None
-
Storage Execution
-
Storage NYC 2019-04-08, Storage NYC 2019-05-06
-
3
SERVER-37009 fixed an error in the snapshot_read_kill_operations.js test that caused the killSessions portion of the test to silently fail to kill the session if the corresponding session document did not exist. This fix uncovered other issues with the test that have been fixed in master but not backported to 4.0. All relevant fixes to this test, including the fix in SERVER-37009, should be applied to the 4.0 version of this test.
One possible way to do this would be to replace the 4.0 version of the test with the corresponding version in master, being mindful of any changes made to the test that are specific to master.
- is related to
-
SERVER-37009 Handle missing sessionDocToKill in snapshot_read_kill_operations.js
- Closed
-
SERVER-37427 KillSessions should ignore CursorNotFound while killing all the cursors
- Closed
-
SERVER-40757 Fix snapshot_read_kill_operations.js to handle read-only transactions that are aborted
- Closed