summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaMont Nelson <lamont.nelson@mongodb.com>2020-06-25 22:41:34 +0000
committerLaMont Nelson <lamont.nelson@mongodb.com>2020-07-09 22:30:26 +0000
commit1be7ba53b01be6d44e133e3e0f0ecc242628eb19 (patch)
treef99a9e99853164a8b583645e5e74a2ddc8ff8271
parenta92547268894ce0063abfe3e5a08f506645a9a2e (diff)
downloadmongo-1be7ba53b01be6d44e133e3e0f0ecc242628eb19.tar.gz
SERVER-49146: turn on archiving for the tests under the hot_backups directory
(cherry picked from commit 86c9894198962995a11d3f8d36a8f3e3fba559cc)
-rw-r--r--buildscripts/resmokeconfig/suites/multiversion.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/no_passthrough.yml1
2 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/multiversion.yml b/buildscripts/resmokeconfig/suites/multiversion.yml
index 279ea41f0fc..bd5aa0f6709 100644
--- a/buildscripts/resmokeconfig/suites/multiversion.yml
+++ b/buildscripts/resmokeconfig/suites/multiversion.yml
@@ -18,6 +18,9 @@ selector:
# Multiversion tests start their own mongod's.
executor:
+ archive:
+ tests:
+ - src/mongo/db/modules/enterprise/jstests/hot_backups/*.js
config:
shell_options:
nodb: ''
diff --git a/buildscripts/resmokeconfig/suites/no_passthrough.yml b/buildscripts/resmokeconfig/suites/no_passthrough.yml
index c67415ce312..f4b852c1c76 100644
--- a/buildscripts/resmokeconfig/suites/no_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/no_passthrough.yml
@@ -20,6 +20,7 @@ executor:
- jstests/noPassthrough/backup*.js
- jstests/noPassthrough/rollback_wt_cache_full.js
- jstests/noPassthrough/wt_unclean_shutdown.js
+ - src/mongo/db/modules/enterprise/jstests/hot_backups/*.js
config:
shell_options:
nodb: ''