The test (in jstests/core/txns) as currently written makes it work poorly in some test suites, especially when there are other tests in jstests/core. The test drops the test database at the beginning, erasing the state left behind by other tests that share the same database. This issue is also present in create_collections_parallel.js and create_indexes_parallel.js.
- is related to
-
SERVER-44139 Allow collection creation inside a multi-doc txn for a single-node replica set
- Closed
-
SERVER-44849 Allow createIndexes inside multi-document transactions if on an empty collection created in the same transaction or on a non-existing collection
- Closed
-
SERVER-45370 Test scenarios where multiple transactions try to create the same collection
- Closed