summaryrefslogtreecommitdiff
path: root/jstests/sharding/authConnectionHook.js
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2015-09-24 13:49:51 -0400
committerMisha Tyulenev <misha@mongodb.com>2015-09-24 14:00:17 -0400
commit3ccc759d5c101104ca2dd584993ee27b8c209ad3 (patch)
treede865f6b151a4e659a65d791b57cc294f2c78fd0 /jstests/sharding/authConnectionHook.js
parent75f185e88b063ab13e0686552202de38618dec54 (diff)
downloadmongo-3ccc759d5c101104ca2dd584993ee27b8c209ad3.tar.gz
SERVER-20530 enable useClusterClientCursor code path for fixed jstests
Diffstat (limited to 'jstests/sharding/authConnectionHook.js')
-rw-r--r--jstests/sharding/authConnectionHook.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/sharding/authConnectionHook.js b/jstests/sharding/authConnectionHook.js
index 9255bbe9ecd..e13c04dc73c 100644
--- a/jstests/sharding/authConnectionHook.js
+++ b/jstests/sharding/authConnectionHook.js
@@ -16,9 +16,6 @@ st.ensurePrimaryShard('test', 'shard0001');
adminDB.runCommand({shardCollection : "test.foo", key : {x : 1}});
st.stopBalancer();
-// TODO: SERVER-20194. This test forces use of the old mongos query path.
-assert.commandWorked(adminDB.runCommand({setParameter: 1, useClusterClientCursor: false}));
-
for (var i = 0; i < 100; i++) {
db.foo.insert({x:i});
}