diff options
Diffstat (limited to 'jstests/sharding/authCommands.js')
-rw-r--r-- | jstests/sharding/authCommands.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/sharding/authCommands.js b/jstests/sharding/authCommands.js index 2198547be08..f502f90567a 100644 --- a/jstests/sharding/authCommands.js +++ b/jstests/sharding/authCommands.js @@ -51,8 +51,7 @@ st.adminCommand( { enablesharding : "test" } ); st.ensurePrimaryShard('test', 'test-rs0'); st.adminCommand( { shardcollection : "test.foo" , key : { i : 1, j : 1 } } ); -// Stop the balancer, so no moveChunks will interfere with the splits we're testing -st.stopBalancer() +// Balancer is stopped by default, so no moveChunks will interfere with the splits we're testing var str = 'a'; while ( str.length < 8000 ) { |