summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2015-09-29 16:28:11 -0400
committerMisha Tyulenev <misha@mongodb.com>2015-09-29 16:51:21 -0400
commit30a3e0779904964675928d0b9f87876b721ecfa0 (patch)
tree9a14f606204f1c456c6337e2466fd1a3e92a6c38 /jstests/noPassthroughWithMongod
parent94709a960d436ee9b381b667e4e018875542eb3f (diff)
downloadmongo-30a3e0779904964675928d0b9f87876b721ecfa0.tar.gz
SERVER-20630 find command on mongod needs to wait until out of critical section
Diffstat (limited to 'jstests/noPassthroughWithMongod')
-rw-r--r--jstests/noPassthroughWithMongod/sharding_balance4.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/noPassthroughWithMongod/sharding_balance4.js b/jstests/noPassthroughWithMongod/sharding_balance4.js
index 542c0931b78..9ce404d9f95 100644
--- a/jstests/noPassthroughWithMongod/sharding_balance4.js
+++ b/jstests/noPassthroughWithMongod/sharding_balance4.js
@@ -5,9 +5,6 @@
s = new ShardingTest( "slow_sharding_balance4" , 2 , 1 , 1 , { chunksize : 1 } )
s.stopBalancer();
-// TODO: SERVER-20194. This test forces use of the old mongos query path.
-assert.commandWorked(s.s0.adminCommand({setParameter: 1, useClusterClientCursor: false}));
-
s.adminCommand( { enablesharding : "test" } );
s.ensurePrimaryShard('test', 'shard0001');
s.adminCommand( { shardcollection : "test.foo" , key : { _id : 1 } } );