summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMaria van Keulen <maria.vankeulen@mongodb.com>2020-02-03 22:59:48 +0000
committerevergreen <evergreen@mongodb.com>2020-02-03 22:59:48 +0000
commit860b5fdf681581e211d3be50bfc67007c81530a9 (patch)
treed0eb32409fa3f7b2a914fc329f54dec543f01b58 /buildscripts
parented503cddf0373690415447b9fc2fc8812a070960 (diff)
downloadmongo-860b5fdf681581e211d3be50bfc67007c81530a9.tar.gz
SERVER-44849 Allow new index creation inside multi-document transactions
New index creation is permissible inside of a multi-document transaction if the collection on which the index is created does not predate the start of the transaction and is empty.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_causally_consistent_jscore_txns_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml2
4 files changed, 8 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml
index aa36c2234a3..c883203614a 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml
@@ -33,6 +33,8 @@ selector:
# TODO(SERVER-45368) re-enable once collection creation is permitted in cross-shard transactions.
- jstests/core/txns/create_collection.js
- jstests/core/txns/create_collection_parallel.js
+ - jstests/core/txns/create_indexes.js
+ - jstests/core/txns/create_indexes_parallel.js
exclude_with_any_tags:
- assumes_against_mongod_not_mongos
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_causally_consistent_jscore_txns_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_causally_consistent_jscore_txns_passthrough.yml
index 79cf9b8dde7..9debf1e661b 100644
--- a/buildscripts/resmokeconfig/suites/sharded_collections_causally_consistent_jscore_txns_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_collections_causally_consistent_jscore_txns_passthrough.yml
@@ -32,6 +32,8 @@ selector:
# TODO(SERVER-45368) re-enable once collection creation is permitted in cross-shard transactions.
- jstests/core/txns/create_collection.js
- jstests/core/txns/create_collection_parallel.js
+ - jstests/core/txns/create_indexes.js
+ - jstests/core/txns/create_indexes_parallel.js
exclude_with_any_tags:
- assumes_against_mongod_not_mongos
diff --git a/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml b/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml
index 6e4ba3a3368..1b5722b7eba 100644
--- a/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml
@@ -29,6 +29,8 @@ selector:
# TODO(SERVER-45368) re-enable once collection creation is permitted in cross-shard transactions.
- jstests/core/txns/create_collection.js
- jstests/core/txns/create_collection_parallel.js
+ - jstests/core/txns/create_indexes.js
+ - jstests/core/txns/create_indexes_parallel.js
exclude_with_any_tags:
diff --git a/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml b/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
index 5cf115e842f..d617ebc9504 100644
--- a/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
@@ -28,6 +28,8 @@ selector:
# TODO(SERVER-45368) re-enable once collection creation is permitted in cross-shard transactions.
- jstests/core/txns/create_collection.js
- jstests/core/txns/create_collection_parallel.js
+ - jstests/core/txns/create_indexes.js
+ - jstests/core/txns/create_indexes_parallel.js
exclude_with_any_tags:
- assumes_against_mongod_not_mongos