summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Studer <greg@10gen.com>2012-10-19 09:43:19 -0400
committerGreg Studer <greg@10gen.com>2012-10-19 09:50:40 -0400
commit08c3f9885b4d89958e71b4030e3a1bbffce3bec6 (patch)
treecf7044c138946a9d952ad19c8feeca5d81475d06
parent2d0c3f0cae0d6d0a9f32e0a8ac19e389bf8d0f54 (diff)
downloadmongo-08c3f9885b4d89958e71b4030e3a1bbffce3bec6.tar.gz
buildbot limit_push.js stop the balancer if we're doing manual moves
-rw-r--r--jstests/sharding/limit_push.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/sharding/limit_push.js b/jstests/sharding/limit_push.js
index 0ab14566190..b508e307eb7 100644
--- a/jstests/sharding/limit_push.js
+++ b/jstests/sharding/limit_push.js
@@ -3,6 +3,9 @@
s = new ShardingTest( "limit_push", 2, 1, 1 );
+// Stop balancer since we do manual moves.
+s.stopBalancer();
+
db = s.getDB( "test" );
// Create some data