summaryrefslogtreecommitdiff
path: root/jstests/sharding/noUpdateButN1inAnotherCollection.js
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-10-26 10:09:34 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-10-27 08:24:24 -0400
commit38e5c4febb788441f19044a4d3d2b89e1ab70bf0 (patch)
tree19da129e382ed59e845838f67a4711d558c3f1c3 /jstests/sharding/noUpdateButN1inAnotherCollection.js
parentba8757e0afd1577a090785f014fc07b55e219d9a (diff)
downloadmongo-38e5c4febb788441f19044a4d3d2b89e1ab70bf0.tar.gz
SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTest
Removes shardGo in lieu of shardColl and removes setBalancer because it duplicates functionality, which is already in sh.
Diffstat (limited to 'jstests/sharding/noUpdateButN1inAnotherCollection.js')
-rw-r--r--jstests/sharding/noUpdateButN1inAnotherCollection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/noUpdateButN1inAnotherCollection.js b/jstests/sharding/noUpdateButN1inAnotherCollection.js
index 1bfdb33a0d7..73b6dd8a9ec 100644
--- a/jstests/sharding/noUpdateButN1inAnotherCollection.js
+++ b/jstests/sharding/noUpdateButN1inAnotherCollection.js
@@ -6,7 +6,7 @@ function debug( str ) {
var name = "badNonUpdate";
debug("Starting sharded cluster test stuff");
-s = new ShardingTest( {name: name, shards : 2, mongos : 2, verbose:5, nopreallocj : true });
+var s = new ShardingTest({name: name, shards : 2, mongos : 2, verbose: 5 });
var mongosA=s.s0;
var mongosB=s.s1;