summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@10gen.com>2019-03-06 17:50:11 -0500
committerVesselina Ratcheva <vesselina.ratcheva@10gen.com>2019-04-22 17:17:50 -0400
commit6888034d41a3c0fd15950051940cf5e7ede5ba19 (patch)
tree6c77830f2859f7a1a8cc7f8734b88bc44fa4bbbf /buildscripts
parenteefea5676b93876b40c02ff1d29d7404703c6fea (diff)
downloadmongo-6888034d41a3c0fd15950051940cf5e7ede5ba19.tar.gz
SERVER-36497 Test that downgrading FCV to 4.0 waits for prepared transactions to finish
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_replication_100ms_refresh_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_replication_10sec_refresh_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_replication_1sec_refresh_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_replication_default_refresh_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_oplog_txns_jscore_passthrough.yml3
-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
10 files changed, 4 insertions, 22 deletions
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_replication_100ms_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_replication_100ms_refresh_jscore_passthrough.yml
index 81e6b26b006..1851ad2a046 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_replication_100ms_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_replication_100ms_refresh_jscore_passthrough.yml
@@ -9,9 +9,6 @@ selector:
- jstests/core/opcounters_write_cmd.js
- jstests/core/read_after_optime.js
- jstests/core/capped_update.js
- # These tests change the featureCompatibilityVersion which makes it so transactions aren't
- # supported.
- - jstests/core/txns/abort_transactions_on_FCV_downgrade.js
# TODO SERVER-39321: Remove the following block of blacklists.
# These tests change the transactionLifetimeLimitSeconds server parameter which conflicts with how
# the CheckReplDBHashInBackground hook doesn't want transactions to be reaped while it is running.
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_replication_10sec_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_replication_10sec_refresh_jscore_passthrough.yml
index 93e35ee865d..e1e28e8d26c 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_replication_10sec_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_replication_10sec_refresh_jscore_passthrough.yml
@@ -9,9 +9,6 @@ selector:
- jstests/core/opcounters_write_cmd.js
- jstests/core/read_after_optime.js
- jstests/core/capped_update.js
- # These tests change the featureCompatibilityVersion which makes it so transactions aren't
- # supported.
- - jstests/core/txns/abort_transactions_on_FCV_downgrade.js
# TODO SERVER-39321: Remove the following block of blacklists.
# These tests change the transactionLifetimeLimitSeconds server parameter which conflicts with how
# the CheckReplDBHashInBackground hook doesn't want transactions to be reaped while it is running.
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_replication_1sec_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_replication_1sec_refresh_jscore_passthrough.yml
index c3859a94dd8..61dc448ff54 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_replication_1sec_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_replication_1sec_refresh_jscore_passthrough.yml
@@ -9,9 +9,6 @@ selector:
- jstests/core/opcounters_write_cmd.js
- jstests/core/read_after_optime.js
- jstests/core/capped_update.js
- # These tests change the featureCompatibilityVersion which makes it so transactions aren't
- # supported.
- - jstests/core/txns/abort_transactions_on_FCV_downgrade.js
# TODO SERVER-39321: Remove the following block of blacklists.
# These tests change the transactionLifetimeLimitSeconds server parameter which conflicts with how
# the CheckReplDBHashInBackground hook doesn't want transactions to be reaped while it is running.
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_replication_default_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_replication_default_refresh_jscore_passthrough.yml
index 83c6b88f289..63a88a5f93a 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_replication_default_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_replication_default_refresh_jscore_passthrough.yml
@@ -9,9 +9,6 @@ selector:
- jstests/core/opcounters_write_cmd.js
- jstests/core/read_after_optime.js
- jstests/core/capped_update.js
- # These tests change the featureCompatibilityVersion which makes it so transactions aren't
- # supported.
- - jstests/core/txns/abort_transactions_on_FCV_downgrade.js
# TODO SERVER-39321: Remove the following block of blacklists.
# These tests change the transactionLifetimeLimitSeconds server parameter which conflicts with how
# the CheckReplDBHashInBackground hook doesn't want transactions to be reaped while it is running.
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml
index 502ad225144..57be1fa464a 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml
@@ -9,9 +9,6 @@ selector:
- jstests/core/opcounters_write_cmd.js
- jstests/core/read_after_optime.js
- jstests/core/capped_update.js
- # These tests change the featureCompatibilityVersion which makes it so transactions aren't
- # supported.
- - jstests/core/txns/abort_transactions_on_FCV_downgrade.js
# These tests change the transactionLifetimeLimitSeconds server parameter which conflicts with how
# the CheckReplDBHashInBackground hook doesn't want transactions to be reaped while it is running.
- jstests/core/txns/abort_expired_transaction.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_oplog_txns_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_oplog_txns_jscore_passthrough.yml
index cf0e6dd95cb..988f2daafe9 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_oplog_txns_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_oplog_txns_jscore_passthrough.yml
@@ -7,9 +7,6 @@ selector:
roots:
- jstests/core/txns/*.js
exclude_files:
- # These tests change the featureCompatibilityVersion which makes it so transactions aren't
- # supported.
- - jstests/core/txns/abort_transactions_on_FCV_downgrade.js
# These tests change the transactionLifetimeLimitSeconds server parameter which conflicts with how
# the CheckReplDBHashInBackground hook doesn't want transactions to be reaped while it is running.
- jstests/core/txns/abort_expired_transaction.js
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 64c70dcae67..6fa94bdd5b3 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml
@@ -12,7 +12,7 @@ selector:
- jstests/core/txns/transactions_profiling_with_drops.js
# No featureCompatibilityVersion parameter on mongos.
- - jstests/core/txns/abort_transactions_on_FCV_downgrade.js
+ - 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
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 d201ab10a5c..44330949a0a 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
@@ -8,7 +8,7 @@ selector:
- jstests/core/txns/transactions_profiling_with_drops.js
# No featureCompatibilityVersion parameter on mongos.
- - jstests/core/txns/abort_transactions_on_FCV_downgrade.js
+ - 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
diff --git a/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml b/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml
index 44fd20dd3d0..179a1d28f3e 100644
--- a/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml
@@ -12,7 +12,7 @@ selector:
- jstests/core/txns/transactions_profiling_with_drops.js
# No featureCompatibilityVersion parameter on mongos.
- - jstests/core/txns/abort_transactions_on_FCV_downgrade.js
+ - 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
diff --git a/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml b/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
index b667f103685..07d1cc6f001 100644
--- a/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml
@@ -8,7 +8,7 @@ selector:
- jstests/core/txns/transactions_profiling_with_drops.js
# No featureCompatibilityVersion parameter on mongos.
- - jstests/core/txns/abort_transactions_on_FCV_downgrade.js
+ - 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