summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2016-02-26 13:43:41 -0500
committerJonathan Abrahams <jonathan@mongodb.com>2016-02-26 13:43:59 -0500
commitabbc44c381fa6dc18f1f307dbfd469eabe65425c (patch)
treef7b5f49f3dad454666f792dfcaf10bca80983483 /buildscripts/resmokeconfig
parent90b12248502592281f430890c838b2834d11d1b3 (diff)
downloadmongo-abbc44c381fa6dc18f1f307dbfd469eabe65425c.tar.gz
SERVER-22704 Remove SCCC support from the concurrency suite
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_sccc.yml12
2 files changed, 0 insertions, 15 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded.yml
index 5df70916c5b..b5bd8b7169e 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded.yml
@@ -2,9 +2,6 @@ selector:
js_test:
roots:
- jstests/concurrency/fsm_all_sharded*.js
- exclude_files:
- # These tests run in the concurrency_sharded_sccc suite.
- - jstests/concurrency/fsm_all_sharded*legacy_config_servers*.js
# Concurrency tests that run against a sharded cluster start one themselves.
executor:
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_sccc.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_sccc.yml
deleted file mode 100644
index 723ce204e81..00000000000
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_sccc.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-selector:
- js_test:
- roots:
- - jstests/concurrency/fsm_all_sharded*legacy_config_servers*.js
-
-# Concurrency tests that run against a sharded cluster start one themselves.
-executor:
- js_test:
- config:
- shell_options:
- nodb: ''
- readMode: commands