|
Author:
{'name': 'Max Hirschhorn', 'email': 'max.hirschhorn@mongodb.com', 'username': 'visemet'}
Message: SERVER-52620 Add withReshardingInBackground() to ReshardingTest fixture.
Switches over most of the tests either running reshardCollection
explicitly or calling startReshardingInBackground() to use it.
SERVER-53460 Use assert.soon() when verifying post-resharding state.
The config.localReshardingOperations.
{donor,recipient}
collections are
not guaranteed to be empty immediately after the reshardCollection
command has returned.
Branch: master
https://github.com/mongodb/mongo/commit/44ea19e0c3db510adacba61df10dc983fcc6ddb1
|