summaryrefslogtreecommitdiff
path: root/jstests/readonly
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2016-08-11 21:36:54 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2016-08-11 21:36:54 -0400
commit62ae8e41416c8dde5c09b9c7ce63b88bd36b3f6b (patch)
tree09f7b719bb5df31b24a295a6238be4231ed2a7b3 /jstests/readonly
parentd1223a8ad44d6bc91766f0bd05a08820cdb1fdea (diff)
downloadmongo-62ae8e41416c8dde5c09b9c7ce63b88bd36b3f6b.tar.gz
Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a shard"
This reverts commit d1223a8ad44d6bc91766f0bd05a08820cdb1fdea.
Diffstat (limited to 'jstests/readonly')
-rw-r--r--jstests/readonly/lib/read_only_test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/readonly/lib/read_only_test.js b/jstests/readonly/lib/read_only_test.js
index 792d64e1d04..e3b68671966 100644
--- a/jstests/readonly/lib/read_only_test.js
+++ b/jstests/readonly/lib/read_only_test.js
@@ -67,7 +67,6 @@ var StandaloneFixture, ShardedFixture, runReadOnlyTest, zip2, cycleN;
jsTest.log("restarting shards...");
try {
for (var i = 0; i < this.nShards; ++i) {
- // TODO(esha): add shardsvr: "" option when this test is re-enabled in SERVER-25549
var opts = {queryableBackupMode: "", dbpath: this.paths[i]};
assert.commandWorked(this.shardingTest["d" + i].getDB("local").dropDatabase());