summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2021-10-04 14:59:24 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-04 19:38:54 +0000
commite76b270a58dabd46b0a29f937fc9548f7bc0044e (patch)
treeb1c6fbdbbdd3d6e16bd192b02305d0afa0e5417e
parente80a562c2135ad6e0b79f41efb993e3485052ac0 (diff)
downloadmongo-e76b270a58dabd46b0a29f937fc9548f7bc0044e.tar.gz
SERVER-60432 Temporarily disable fast count enforcement in concurrency_sharded_multi_stmt_txn{_*} suites
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml5
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml5
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml5
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
index 7f3ef6e3144..d34b979493f 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
@@ -167,6 +167,11 @@ executor:
- class: CheckReplDBHash
- class: CheckOrphansDeleted
- class: ValidateCollections # Validation can interfere with other operations, so this goes last.
+ shell_options:
+ global_vars:
+ TestData:
+ # TODO (SERVER-60337): Enable fast count enforcement.
+ skipEnforceFastCountOnValidate: true
- class: CleanupConcurrencyWorkloads
fixture:
class: ShardedClusterFixture
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml
index 0fe5a99e65a..4cf2b0f8721 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml
@@ -252,6 +252,11 @@ executor:
- class: CheckReplDBHash
- class: CheckOrphansDeleted
- class: ValidateCollections # Validation can interfere with other operations, so this goes last.
+ shell_options:
+ global_vars:
+ TestData:
+ # TODO (SERVER-60337): Enable fast count enforcement.
+ skipEnforceFastCountOnValidate: true
- class: CleanupConcurrencyWorkloads
fixture:
class: ShardedClusterFixture
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml
index 76ad1ed7f47..807e216e649 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml
@@ -165,6 +165,11 @@ executor:
- class: CheckReplDBHash
- class: CheckOrphansDeleted
- class: ValidateCollections # Validation can interfere with other operations, so this goes last.
+ shell_options:
+ global_vars:
+ TestData:
+ # TODO (SERVER-60337): Enable fast count enforcement.
+ skipEnforceFastCountOnValidate: true
- class: CleanupConcurrencyWorkloads
fixture:
class: ShardedClusterFixture
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml
index 5b3e6b6bd15..e65701ed958 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml
@@ -225,6 +225,11 @@ executor:
- class: CheckReplDBHash
- class: CheckOrphansDeleted
- class: ValidateCollections # Validation can interfere with other operations, so this goes last.
+ shell_options:
+ global_vars:
+ TestData:
+ # TODO (SERVER-60337): Enable fast count enforcement.
+ skipEnforceFastCountOnValidate: true
- class: CleanupConcurrencyWorkloads
fixture:
class: ShardedClusterFixture