diff options
author | Dianna Hohensee <dianna.hohensee@10gen.com> | 2016-07-11 15:46:19 -0400 |
---|---|---|
committer | Dianna Hohensee <dianna.hohensee@10gen.com> | 2016-07-14 09:28:58 -0400 |
commit | 57a78b20940ce18a9d3195b9d08cb9af4bc6547e (patch) | |
tree | 974aa5888c95d621c55c5cf5ad868f3e7ac6df51 /jstests/sharding/sharding_balance3.js | |
parent | 600997a753d1c5b2d2678f615fc1338ab18fc685 (diff) | |
download | mongo-57a78b20940ce18a9d3195b9d08cb9af4bc6547e.tar.gz |
SERVER-24865 adding Balancer::_splitOrMarkJumbo function
Diffstat (limited to 'jstests/sharding/sharding_balance3.js')
-rw-r--r-- | jstests/sharding/sharding_balance3.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/sharding_balance3.js b/jstests/sharding/sharding_balance3.js index 876709ace4a..01383286b88 100644 --- a/jstests/sharding/sharding_balance3.js +++ b/jstests/sharding/sharding_balance3.js @@ -1,4 +1,4 @@ -// Simple test to make sure things get balanced +// Waits for the balancer to run once, then stops it and checks that it is no longer running. (function() { |