From abbc44c381fa6dc18f1f307dbfd469eabe65425c Mon Sep 17 00:00:00 2001 From: Jonathan Abrahams Date: Fri, 26 Feb 2016 13:43:41 -0500 Subject: SERVER-22704 Remove SCCC support from the concurrency suite --- buildscripts/resmokeconfig/suites/concurrency_sharded.yml | 3 --- .../resmokeconfig/suites/concurrency_sharded_sccc.yml | 12 ------------ 2 files changed, 15 deletions(-) delete mode 100644 buildscripts/resmokeconfig/suites/concurrency_sharded_sccc.yml (limited to 'buildscripts') 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 -- cgit v1.2.1