-
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 write a targeted Javascript test that does some basic checks that transactions guarantee read repeatability. This can be tested by starting one session that starts a read transaction, and reads a set of documents multiple times, while another session executes various CRUD operations on the same collection. We should verify that the first transaction repeatedly reads the same result set while inside the transaction.
- related to
-
SERVER-34826 Write targeted FSM workload for read repeatability in transactions
- Closed