From 720e7b216316eac5f5dc18f26684cd2ca1ed17e2 Mon Sep 17 00:00:00 2001 From: Samyukta Lanka Date: Tue, 3 Sep 2019 21:36:32 +0000 Subject: SERVER-41359 Stop upconverting readConcern to snapshot internally for transactions --- .../suites/sharded_causally_consistent_jscore_txns_passthrough.yml | 3 --- ...sharded_collections_causally_consistent_jscore_txns_passthrough.yml | 3 --- buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml | 3 --- .../resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml | 3 --- 4 files changed, 12 deletions(-) (limited to 'buildscripts') 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 -- cgit v1.2.1