There are a few tests in jstests/core/txns that may fail with a SnapshotUnavailable error because these tests create an index with a local write concern before running an local read concern transaction on the same collection.
A similar issue was fixed in SERVER-45421.
Some of the tests affected include:
- is related to
-
SERVER-45421 Fix transactions_block_ddl.js to use write concern "majority" for commands run as part of setup phase.
- Closed
- links to