summaryrefslogtreecommitdiff
path: root/jstests/readonly
diff options
context:
space:
mode:
authorjannaerin <golden.janna@gmail.com>2018-02-07 17:38:49 -0500
committerjannaerin <golden.janna@gmail.com>2018-03-27 17:28:32 -0400
commita13de396ad866e677cb6e9598852b1f84e6b8346 (patch)
tree1dcd3a6bcbcd847d721df0293b468823089cf019 /jstests/readonly
parentfb35ca2b60583936e7c20dd5c47ee34d62b8c5d2 (diff)
downloadmongo-a13de396ad866e677cb6e9598852b1f84e6b8346.tar.gz
SERVER-33444 Fix tests that fail when shard servers started as replica sets
Diffstat (limited to 'jstests/readonly')
-rw-r--r--jstests/readonly/lib/read_only_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/readonly/lib/read_only_test.js b/jstests/readonly/lib/read_only_test.js
index ab9db5e14cf..cc94a2fbe89 100644
--- a/jstests/readonly/lib/read_only_test.js
+++ b/jstests/readonly/lib/read_only_test.js
@@ -52,7 +52,7 @@ var StandaloneFixture, ShardedFixture, runReadOnlyTest, zip2, cycleN;
};
ShardedFixture.prototype.runLoadPhase = function runLoadPhase(test) {
- // TODO: SERVER-33444 remove shardAsReplicaSet: false
+ // TODO: SERVER-33830 remove shardAsReplicaSet: false
this.shardingTest = new ShardingTest({
nopreallocj: true,
mongos: 1,