summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39443 Apply prepared transactions on secondary with the new > 16MB tra...Matthew Russotto2019-03-261-0/+7
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+2
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-1/+2
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-1/+1
* SERVER-32335 remove multiInitialSyncApplyBenety Goh2018-05-301-1/+1
* SERVER-32335 implement multiInitialSyncApply in terms of multiSyncApplyBenety Goh2018-05-301-1/+11
* SERVER-32335 idempotency test ops should be applied individually by SyncTailT...Benety Goh2018-05-251-3/+9
* SERVER-32334 SyncTailTest and IdempotencyTest no longer require global Replic...Benety Goh2018-05-021-12/+7
* SERVER-32334 OplogApplier and SyncTail accept ReplicationConsistencyMarkers a...Benety Goh2018-05-021-2/+18
* SERVER-32335 multiInitialSyncApply stops accepting fetchCountBenety Goh2018-03-201-2/+1
* SERVER-33919 remove SyncTail::syncApply() overloadBenety Goh2018-03-191-38/+26
* SERVER-33902 use StorageInterfaceImpl in SyncTail testsBenety Goh2018-03-151-17/+6
* SERVER-33860 remove multiSyncApply_noAbortBenety Goh2018-03-141-1/+1
* SERVER-33860 multiSyncApply_noAbort always applies operation using SyncTail::...Benety Goh2018-03-141-5/+1
* SERVER-33860 add SyncTailTest::runOpsSteadyStateBenety Goh2018-03-141-1/+8
* SERVER-33860 add OpObserver for SyncTail test fixtureBenety Goh2018-03-131-2/+46
* SERVER-33732 extend SyncTail::MultiSyncApplyFunc to accept an OperationContextBenety Goh2018-03-091-1/+1
* SERVER-33675 move multikey tracking from multiSyncApply to multiSyncApply_noA...Benety Goh2018-03-051-1/+2
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-1/+4
* SERVER-33290 secondaries must set multikey before releasing parallel batch wr...Judah Schvimer2018-02-161-1/+2
* SERVER-33160 added syncApply() test cases for CRUD ops on non-existent namesp...Benety Goh2018-02-081-7/+13
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-31387 oplog application conflates upserting with being in steady state...Judah Schvimer2017-10-301-8/+21
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-31189 SERVER-31426 fail rollback on downgradeJudah Schvimer2017-10-201-1/+44
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-2/+5
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-5/+2
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-2/+5
* SERVER-30220 Lock correct nss for syncApply by UUIDGeert Bosch2017-07-191-9/+12
* SERVER-29943 Move IdempotencyTest test fixture to its own librarymay2017-07-171-0/+119