Commit Graph

3 Commits

Author SHA1 Message Date
Kaloian Manassiev
3b2bd2cb97 SERVER-20805 Add '_waitForDelete: true' to some sharding tests
These are tests, which make multiple moveChunk calls. Adding
_waitForDelete:true ensures that the previous moveChunk would have
completed.
2015-10-07 17:33:11 -04:00
Kaloian Manassiev
5271e8871e SERVER-20798 Use assert.commandWorked for calls which may fail 2015-10-07 17:33:10 -04:00
Kaloian Manassiev
071a8bfa56 SERVER-20407 Extend sharding 'after-multi-write' tests
The fix for SERVER-20407 had removed the part, which establishes an
existing version on the connection and thus reduced the coverage of these
tests. This change adds check that if a stale version has already been
established on the connection, it would be refreshed.
2015-09-17 11:26:07 -04:00