diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-01-21 14:17:31 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-01-21 14:19:49 -0500 |
commit | 6fd94b8d3bb308ae9c866f8b9bb98aa62f7f95de (patch) | |
tree | b1332722871a3bf03fb1ff539f61526063ca58c6 /jstests | |
parent | 34de75445d87df5e29b2b1e77fee86613c88c6d1 (diff) | |
download | mongo-6fd94b8d3bb308ae9c866f8b9bb98aa62f7f95de.tar.gz |
test description
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/slowNightly/sharding_balance3.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/slowNightly/sharding_balance3.js b/jstests/slowNightly/sharding_balance3.js index b554d58c364..b0db05f69d1 100644 --- a/jstests/slowNightly/sharding_balance3.js +++ b/jstests/slowNightly/sharding_balance3.js @@ -1,5 +1,7 @@ // sharding_balance3.js +// simple test to make sure things get balanced + s = new ShardingTest( "slow_sharding_balance3" , 2 , 3 , 1 , { chunksize : 1 } ); s.adminCommand( { enablesharding : "test" } ); |