summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorSamyukta Lanka <samy.lanka@mongodb.com>2019-09-03 21:36:32 +0000
committerevergreen <evergreen@mongodb.com>2019-09-03 21:36:32 +0000
commit720e7b216316eac5f5dc18f26684cd2ca1ed17e2 (patch)
tree18090b262a585c6b085d1678550e46d2ac973f40 /buildscripts
parentff685d2d6e370594261eccbef8e60b2f7cc61e28 (diff)
downloadmongo-720e7b216316eac5f5dc18f26684cd2ca1ed17e2.tar.gz
SERVER-41359 Stop upconverting readConcern to snapshot internally for transactions
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_causally_consistent_jscore_txns_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml3
4 files changed, 0 insertions, 12 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 0e3291d04c4..26ea2a0b9cc 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml
@@ -14,9 +14,6 @@ selector:
# No featureCompatibilityVersion parameter on mongos.
- jstests/core/txns/abort_unprepared_transactions_on_FCV_downgrade.js
- # Mongos doesn't upconvert from local or majority level readConcern to snapshot.
- - jstests/core/txns/upconvert_read_concern.js
-
# Implicitly creates a database through a collection rename, which does not work in a sharded
# cluster.
- jstests/core/txns/transactions_block_ddl.js
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 a41dd188ab3..5963060e8cb 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
@@ -10,9 +10,6 @@ selector:
# No featureCompatibilityVersion parameter on mongos.
- jstests/core/txns/abort_unprepared_transactions_on_FCV_downgrade.js
- # Mongos doesn't upconvert from local or majority level readConcern to snapshot.
- - jstests/core/txns/upconvert_read_concern.js
-
# Implicitly creates a database through a collection rename, which does not work in a sharded
# cluster.
- jstests/core/txns/transactions_block_ddl.js
diff --git a/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml b/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml
index d7b79221910..3602c55a8f8 100644
--- a/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml
@@ -14,9 +14,6 @@ selector:
# No featureCompatibilityVersion parameter on mongos.
- jstests/core/txns/abort_unprepared_transactions_on_FCV_downgrade.js
- # Mongos doesn't upconvert from local or majority level readConcern to snapshot.
- - jstests/core/txns/upconvert_read_concern.js
-
# Implicitly creates a database through a collection rename, which does not work in a sharded
# cluster.
- jstests/core/txns/transactions_block_ddl.js
diff --git a/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml b/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
index f8dcd1e6bd4..b7ac7337599 100644
--- a/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
@@ -10,9 +10,6 @@ selector:
# No featureCompatibilityVersion parameter on mongos.
- jstests/core/txns/abort_unprepared_transactions_on_FCV_downgrade.js
- # Mongos doesn't upconvert from local or majority level readConcern to snapshot.
- - jstests/core/txns/upconvert_read_concern.js
-
# Implicitly creates a database through a collection rename, which does not work in a sharded
# cluster.
- jstests/core/txns/transactions_block_ddl.js