-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
TIG 2018-04-09
We're planning to test that MongoDB transactions obey snapshot isolation by verifying the commit order is consistent across all documents modified in the transaction. Checking whether the commit order is consistent reduces to whether there's a cycle in the commit order, such that a contradiction of transaction A committing both before and after a transaction B exists.
- is depended on by
-
SERVER-34293 Add FSM workload for testing atomicity and isolation of updates inside a transaction
- Closed