summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMarcos José Grillo Ramirez <marcos.grillo@mongodb.com>2021-04-20 17:54:28 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-20 16:24:52 +0000
commit63ac27015a673a6d89ac2ad07ba41b3d3f11e340 (patch)
tree95b10c977cc643e46d32f2c918ee9e05a5b73661 /buildscripts
parent018063d3f7e77781aebd95de9f992aa21d5cb299 (diff)
downloadmongo-63ac27015a673a6d89ac2ad07ba41b3d3f11e340.tar.gz
SERVER-54850 Remove the concurrency_sharded_ddl_operations suite
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_ddl_operations.yml45
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml3
2 files changed, 0 insertions, 48 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_ddl_operations.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_ddl_operations.yml
deleted file mode 100644
index 2df0288717b..00000000000
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_ddl_operations.yml
+++ /dev/null
@@ -1,45 +0,0 @@
-test_kind: fsm_workload_test
-
-selector:
- roots:
- - jstests/concurrency/fsm_workloads/random_DDL_CRUD_operations.js
-executor:
- archive:
- hooks:
- - CheckReplDBHashInBackground
- - CheckReplDBHash
- - ValidateCollections
- tests: true
- config:
- shell_options:
- readMode: commands
- global_vars:
- TestData:
- usingReplicaSetShards: true
- runningWithAutoSplit: false
- runningWithBalancer: false
- hooks:
- - class: CheckReplDBHashInBackground
- - class: CheckReplDBHash
- - class: ValidateCollections
- - class: CheckOrphansDeleted
- - class: CleanupConcurrencyWorkloads
- fixture:
- class: ShardedClusterFixture
- enable_balancer: false
- enable_autosplit: false
- mongos_options:
- set_parameters:
- enableTestCommands: 1
- shard_options:
- mongod_options:
- oplogSize: 1024
- mongod_options:
- set_parameters:
- enableTestCommands: 1
- roleGraphInvalidationIsFatal: 1
- featureFlagShardingFullDDLSupportTimestampedVersion: 1
- featureFlagShardingFullDDLSupport: 1
- num_rs_nodes_per_shard: 3
- num_shards: 2
- num_mongos: 1
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml
index 6712c7f100c..3860eef89b4 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml
@@ -110,9 +110,6 @@ selector:
# Time-series collections are not supported on mongos.
- jstests/concurrency/fsm_workloads/create_timeseries_collection.js
- # TODO SERVER-54905: DDL/CRUD is tested on its own suite for now.
- - jstests/concurrency/fsm_workloads/random_DDL_CRUD_operations.js
-
exclude_with_any_tags:
- requires_replication
- assumes_balancer_on