summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2018-01-15 15:23:37 +0200
committerHenrik Ingo <henrik.ingo@mongodb.com>2018-01-16 22:05:08 +0200
commitf1d65569536f53123e85dc879a53b40677de91ce (patch)
treeaf8cc922a5da15c13970a8bac2e9bab0e295393c
parent6cae8ff9486de6528e112c868e7981ed98d79740 (diff)
downloadmongo-f1d65569536f53123e85dc879a53b40677de91ce.tar.gz
SERVER-32704 sys-perf: Skip validating oplog as enabled by SERVER-32243
(cherry picked from commit 0784425fa2d58b6a2bff3125b50be7f0d6a7f489)
-rw-r--r--etc/system_perf.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 6ce9a7954dc..6c13cd2a156 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -271,8 +271,17 @@ tasks:
then
echo "Fetching JS test DB correctness checks from directory jstests/hooks"
cp -a jstests/hooks/* mongodb/jstests/hooks
+
+ echo "Now adding our own special run_validate_collections.js wrapper"
+ mv mongodb/jstests/hooks/run_validate_collections.js mongodb/jstests/hooks/run_validate_collections.actual.js
+
+ cat << EOF > mongodb/jstests/hooks/run_validate_collections.js
+ print("NOTE: run_validate_collections.js will skip the oplog!");
+ TestData = { skipValidationNamespaces: ['local.oplog.rs'] };
+ load('jstests/hooks/run_validate_collections.actual.js');
+ EOF
fi
- tar cvf mongodb.tar mongodb
+ tar cf mongodb.tar mongodb
gzip mongodb.tar
- command: s3.put
params: