summaryrefslogtreecommitdiff
path: root/jstests/sharding/auto2.js
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/sharding/auto2.js
parent94709a960d436ee9b381b667e4e018875542eb3f (diff)
downloadmongo-30a3e0779904964675928d0b9f87876b721ecfa0.tar.gz
SERVER-20630 find command on mongod needs to wait until out of critical section
Diffstat (limited to 'jstests/sharding/auto2.js')
-rw-r--r--jstests/sharding/auto2.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/sharding/auto2.js b/jstests/sharding/auto2.js
index 0a869884b1d..0c0b58eef1c 100644
--- a/jstests/sharding/auto2.js
+++ b/jstests/sharding/auto2.js
@@ -6,9 +6,6 @@ s.adminCommand( { enablesharding : "test" } );
s.ensurePrimaryShard('test', 'shard0001');
s.adminCommand( { shardcollection : "test.foo" , key : { num : 1 } } );
-// TODO: SERVER-20194. This test forces use of the old mongos query path.
-assert.commandWorked(s.s0.adminCommand({setParameter: 1, useClusterClientCursor: false}));
-
bigString = "";
while ( bigString.length < 1024 * 50 )
bigString += "asocsancdnsjfnsdnfsjdhfasdfasdfasdfnsadofnsadlkfnsaldknfsad";