diff options
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/concurrency_sharded_ddl_operations.yml | 45 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml | 3 |
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 |