summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2018-01-19 14:07:19 +0200
committerHenrik Ingo <henrik.ingo@mongodb.com>2018-01-19 14:19:56 +0200
commitfa0a79faaf27f9e92c693d6614fa317ae4183a29 (patch)
tree43536397a556c115284df0ab2bb9f62bc6487cac
parent31f8c35de2960f5413eb1e866d7f655429b33e20 (diff)
downloadmongo-fa0a79faaf27f9e92c693d6614fa317ae4183a29.tar.gz
SERVER-32788 Update "secondary performance" sysperf test to use nonvoting secondaries
(cherry picked from commit 7d9116e43dd7350c691824edf07389277bb17795)
-rw-r--r--etc/system_perf.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index b4b36ede2da..96403f08045 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -480,8 +480,9 @@ tasks:
- func: "prepare environment"
vars:
storageEngine: "wiredTiger"
+ # Unfortunately the dash/underscore style is different for mongodb_setup and test_control
test: "secondary_performance"
- setup: "replica-2node"
+ setup: "secondary-performance"
- func: "deploy cluster"
- func: "run test"
- func: "make test log artifact"
@@ -495,8 +496,9 @@ tasks:
- func: "prepare environment"
vars:
storageEngine: "mmapv1"
+ # Unfortunately the dash/underscore style is different for mongodb_setup and test_control
test: "secondary_performance"
- setup: "replica-2node"
+ setup: "secondary-performance"
- func: "deploy cluster"
- func: "run test"
- func: "make test log artifact"