-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
Repl 2018-05-07, Repl 2018-05-21
-
4
We want to test the behavior write conflicts between multi-statement transactions and writes outside of multi-statement transactions. We should test the following cases:
- Start a transaction T. then, outside of the transaction, update document D. Then try to write to document D from within transaction T and verify a write conflict occurs.
- Start a transaction T and write to document D. Then try to do a non-transactional update to D. Verify that this non-transactional write blocks until the transaction has committed, or until maxTimeMS expires.
- is related to
-
SERVER-34648 Write test for all types of transaction write conflicts
- Closed