From 08c3f9885b4d89958e71b4030e3a1bbffce3bec6 Mon Sep 17 00:00:00 2001 From: Greg Studer Date: Fri, 19 Oct 2012 09:43:19 -0400 Subject: buildbot limit_push.js stop the balancer if we're doing manual moves --- jstests/sharding/limit_push.js | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1