diff options
author | Judah Schvimer <judah@mongodb.com> | 2017-02-23 17:58:35 -0500 |
---|---|---|
committer | Judah Schvimer <judah@mongodb.com> | 2017-03-02 17:32:05 -0500 |
commit | 28d3fcc623b7c51d27542956182c488c0b8a34dd (patch) | |
tree | cc58f9bd2b057b57af647cbf3e9711dd5d766f57 /buildscripts/resmokeconfig | |
parent | 4c71a22acbb34c95b1a6e4a9d433983d684f37c3 (diff) | |
download | mongo-28d3fcc623b7c51d27542956182c488c0b8a34dd.tar.gz |
SERVER-27995 rename replication test suites to be more consistent
(cherry picked from commit 068878410614c789f23b2abc6c5b9680c82abe5e)
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r-- | buildscripts/resmokeconfig/suites/master_slave.yml (renamed from buildscripts/resmokeconfig/suites/replication.yml) | 4 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/master_slave_auth.yml (renamed from buildscripts/resmokeconfig/suites/replication_auth.yml) | 6 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/master_slave_jscore_passthrough.yml (renamed from buildscripts/resmokeconfig/suites/core_small_oplog.yml) | 0 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml (renamed from buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml) | 0 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml (renamed from buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync_static.yml) | 0 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml (renamed from buildscripts/resmokeconfig/suites/core_small_oplog_rs.yml) | 0 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml (renamed from buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml) | 0 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_resync_static_jscore_passthrough.yml (renamed from buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync_static.yml) | 0 |
8 files changed, 5 insertions, 5 deletions
diff --git a/buildscripts/resmokeconfig/suites/replication.yml b/buildscripts/resmokeconfig/suites/master_slave.yml index c4cc646fb34..8ada95d1760 100644 --- a/buildscripts/resmokeconfig/suites/replication.yml +++ b/buildscripts/resmokeconfig/suites/master_slave.yml @@ -1,10 +1,10 @@ selector: js_test: roots: - - jstests/repl/*.js + - jstests/master_slave/*.js exclude_files: # Skip until SERVER-25618 is resolved. - - jstests/repl/block1.js + - jstests/master_slave/block1.js executor: js_test: diff --git a/buildscripts/resmokeconfig/suites/replication_auth.yml b/buildscripts/resmokeconfig/suites/master_slave_auth.yml index 5185ef347db..6ce42adbe9a 100644 --- a/buildscripts/resmokeconfig/suites/replication_auth.yml +++ b/buildscripts/resmokeconfig/suites/master_slave_auth.yml @@ -6,12 +6,12 @@ config_variables: selector: js_test: roots: - - jstests/repl/*.js + - jstests/master_slave/*.js exclude_files: # Skip any tests that run with auth explicitly. - - jstests/repl/*[aA]uth*.js + - jstests/master_slave/*[aA]uth*.js # Skip until SERVER-25618 is resolved. - - jstests/repl/block1.js + - jstests/master_slave/block1.js executor: js_test: diff --git a/buildscripts/resmokeconfig/suites/core_small_oplog.yml b/buildscripts/resmokeconfig/suites/master_slave_jscore_passthrough.yml index 95cc6b24638..95cc6b24638 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog.yml +++ b/buildscripts/resmokeconfig/suites/master_slave_jscore_passthrough.yml diff --git a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml index 14ec54f844b..14ec54f844b 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml diff --git a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync_static.yml b/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml index f6440433bce..f6440433bce 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync_static.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml diff --git a/buildscripts/resmokeconfig/suites/core_small_oplog_rs.yml b/buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml index c3c4bf06769..c3c4bf06769 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog_rs.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml diff --git a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml b/buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml index 794ec483123..794ec483123 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml diff --git a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync_static.yml b/buildscripts/resmokeconfig/suites/replica_sets_resync_static_jscore_passthrough.yml index e925de9e611..e925de9e611 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync_static.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_resync_static_jscore_passthrough.yml |