summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2020-10-09 13:32:47 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-10 00:25:26 +0000
commit726c93eaf68f08e7ff46162268db9b11b1fcc934 (patch)
treef3496128c63c35b4da47441a69ae79e13cdf30e6 /buildscripts
parent6c085c8e5ea379bbbd5359c036f14af429b0d2de (diff)
downloadmongo-726c93eaf68f08e7ff46162268db9b11b1fcc934.tar.gz
SERVER-51462: The hot_backups variant should only run hot_backups tests in the noPassthrough suite
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/multiversion.yml5
-rw-r--r--buildscripts/resmokeconfig/suites/no_passthrough.yml3
2 files changed, 2 insertions, 6 deletions
diff --git a/buildscripts/resmokeconfig/suites/multiversion.yml b/buildscripts/resmokeconfig/suites/multiversion.yml
index e853116458e..2dd6305b139 100644
--- a/buildscripts/resmokeconfig/suites/multiversion.yml
+++ b/buildscripts/resmokeconfig/suites/multiversion.yml
@@ -3,8 +3,7 @@ test_kind: js_test
selector:
roots:
- jstests/multiVersion/**/*.js
- - src/mongo/db/modules/*/jstests/hot_backups/*last_lts*.js
- - src/mongo/db/modules/*/jstests/hot_backups/*last_cont*.js
+ - src/mongo/db/modules/*/jstests/hot_backups/multiVersion/*.js
exclude_files:
# Do not execute files with helper functions.
- jstests/multiVersion/libs/*.js
@@ -23,7 +22,7 @@ selector:
executor:
archive:
tests:
- - src/mongo/db/modules/enterprise/jstests/hot_backups/*.js
+ - src/mongo/db/modules/enterprise/jstests/hot_backups/multiVersion/*.js
config:
shell_options:
nodb: ''
diff --git a/buildscripts/resmokeconfig/suites/no_passthrough.yml b/buildscripts/resmokeconfig/suites/no_passthrough.yml
index 342054688e7..980f2aca312 100644
--- a/buildscripts/resmokeconfig/suites/no_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/no_passthrough.yml
@@ -11,9 +11,6 @@ selector:
exclude_files:
# Disable inmem_full as per SERVER-27014
- jstests/noPassthrough/inmem_full.js
- # Multiversion backup-restore tests must run in the multiversion suite.
- - src/mongo/db/modules/*/jstests/hot_backups/*last_lts*.js
- - src/mongo/db/modules/*/jstests/hot_backups/*last_cont*.js
# noPassthrough tests start their own mongod's.
executor: