Skip to content

Commit

Permalink
SERVER-8786 Make sharding/authConnectionHook.js more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
stbrody committed Mar 4, 2013
1 parent c8fea05 commit 20359e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jstests/sharding/authConnectionHook.js
Expand Up @@ -22,6 +22,7 @@ adminDB.runCommand({split: "test.foo", middle: {x:50}});
var curShard = st.getShard("test.foo", {x:75});
var otherShard = st.getOther(curShard).name;
adminDB.runCommand({moveChunk: "test.foo", find: {x:25}, to: otherShard});
assert.soon( function() { return !st.isAnyBalanceInFlight(); });

st.printShardingStatus();

Expand Down

0 comments on commit 20359e0

Please sign in to comment.