summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2016-08-18 08:52:57 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2016-08-18 08:52:57 -0400
commit2f02928e5726c66ff153f6b0b8bd5711e5203963 (patch)
tree87b6f6d519cf6d45f777fc04f6ccade55d531c3f /buildscripts/resmokeconfig/suites
parentab99c11b3f212b8656d0b8bad31832d2e98d3f6c (diff)
downloadmongo-2f02928e5726c66ff153f6b0b8bd5711e5203963.tar.gz
SERVER-24248 Run multiversion tests with different storage engines
Diffstat (limited to 'buildscripts/resmokeconfig/suites')
-rw-r--r--buildscripts/resmokeconfig/suites/multiversion.yml7
-rw-r--r--buildscripts/resmokeconfig/suites/multiversion_multistorage_engine.yml13
2 files changed, 18 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/multiversion.yml b/buildscripts/resmokeconfig/suites/multiversion.yml
index f38be92e75f..95c81adcc12 100644
--- a/buildscripts/resmokeconfig/suites/multiversion.yml
+++ b/buildscripts/resmokeconfig/suites/multiversion.yml
@@ -2,8 +2,11 @@ selector:
js_test:
roots:
- jstests/multiVersion/*.js
- exclude_files:
-# TODO: SERVER-21578
+ exclude_files:
+ # Multi storageEngine tests
+ - jstests/multiVersion/mixed_storage_version_replication.js
+ - jstests/multiVersion/transitioning_to_and_from_WT.js
+ # TODO: SERVER-21578
- jstests/multiVersion/balancer_multiVersion_detect.js
# Multiversion tests start their own mongod's.
diff --git a/buildscripts/resmokeconfig/suites/multiversion_multistorage_engine.yml b/buildscripts/resmokeconfig/suites/multiversion_multistorage_engine.yml
new file mode 100644
index 00000000000..855720d8e43
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/multiversion_multistorage_engine.yml
@@ -0,0 +1,13 @@
+selector:
+ js_test:
+ roots:
+ - jstests/multiVersion/mixed_storage_version_replication.js
+ - jstests/multiVersion/transitioning_to_and_from_WT.js
+
+# Multiversion tests start their own mongod's.
+executor:
+ js_test:
+ config:
+ shell_options:
+ eval: "load('jstests/libs/override_methods/multiversion_override_balancer_control.js');"
+ nodb: ''