summaryrefslogtreecommitdiff
path: root/jstests/replsets/initial_sync_drop_collection.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-55703 Update getDefaultRWConcernMoustafa Maher2021-04-291-0/+4
|
* SERVER-53012 Fix initial_sync_drop_collection.js when run with EMRC=falseHenrik Edin2020-11-211-2/+2
|
* SERVER-50759 Update error messages in initial_sync_drop_collection.js after ↵Matthew Russotto2020-09-141-25/+8
| | | | changing them in code
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-291-1/+0
|
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-4/+4
|
* SERVER-46361 Format UUID as $uuid:<string> in logv2Henrik Edin2020-02-251-4/+3
|
* SERVER-46235 Fix and re-enable jstests in replica_sets, sharding and ↵Henrik Edin2020-02-201-5/+13
| | | | core_txns suites.
* SERVER-45138 Enable JSON log format by default.Henrik Edin2020-02-181-3/+3
|
* SERVER-46026 Fix tests reliant on specific log linesMark Benvenuto2020-02-181-7/+18
|
* SERVER-43277 Implement resume after collection drop and rename in ↵Vesselina Ratcheva2020-01-231-48/+57
| | | | | | | CollectionCloner query create mode 100644 jstests/multiVersion/initial_sync_drop_against_last_stable.js create mode 100644 jstests/replsets/initial_sync_rename_collection.js
* SERVER-43867 Move check_log.js inside src/mongo/shell/Vesselina Ratcheva2019-11-271-1/+0
|
* SERVER-44310 Make waitForFailPoint command require maxTimeMSCheahuychou Mao2019-10-311-1/+6
|
* SERVER-43274 Implement cloners using DBClient with basic functionality and ↵Matthew Russotto2019-10-301-0/+5
| | | | unit tests.
* SERVER-39165 Add waitForFailpoint command and update initial sync testsCheahuychou Mao2019-10-251-2/+5
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-2/+2
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-161/+155
|
* SERVER-7019 Return initial sync status information by default in ↵Medha Potluri2019-06-131-2/+4
| | | | replSetGetStatus and remove it after successful initial sync attempt
* 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