summaryrefslogtreecommitdiff
path: root/jstests/replsets/initial_sync_drop_collection.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37753 Increase number of initial sync attempts in all tests to 10Judah Schvimer2018-12-051-0/+1
|
* SERVER-36234 Fix initial_sync_drop_collection.js to prevent using stale ↵Suganthi Mani2018-07-241-1/+2
| | | | heartbeat info in the test.
* SERVER-25640 check dbhashes in stopSetKevin Albertson2018-01-221-0/+3
|
* SERVER-32224 Disable chaining in initial_sync_drop_collection.jsWilliam Schultz2017-12-081-2/+6
|
* SERVER-32136 initial_sync_drop_collection.js should wait for system to ↵Matthew Russotto2017-12-051-2/+6
| | | | stabilize after restarting node.
* SERVER-31267 CollectionCloner fails if collection is dropped between getMore ↵Matthew Russotto2017-11-281-0/+158
calls