summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail_test_fixture.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57173: BACKPORT-9321 Add distinction to oplog application when data is...Andrew Shuvalov2021-06-071-1/+2
* SERVER-56373: BACKPORT-8899 Refactor Oplog onDelete callback to accomodate ne...Andrew Shuvalov2021-05-181-2/+1
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2020-02-131-0/+3
* SERVER-42925 Refactor idempotency tests oplog application and fix oplog visib...Lingzhi Deng2019-11-211-1/+0
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-1/+1
* SERVER-36538: Create idempotency tests for prepare, commit, and abort oplog e...Lingzhi Deng2019-04-251-0/+3
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-241-0/+14
* SERVER-39793 Update the state in transaction table for running transactions o...Jason Chan2019-04-081-0/+10
* SERVER-39443 Apply prepared transactions on secondary with the new > 16MB tra...Matthew Russotto2019-03-261-0/+4
* 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-36015 Update sync_tail_test.cpp to use the createIndexes oplog entry r...Dianna Hohensee2018-08-271-0/+2
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-1/+2
* SERVER-32335 implement multiInitialSyncApply in terms of multiSyncApplyBenety Goh2018-05-301-0/+6
* SERVER-32334 SyncTailTest and IdempotencyTest no longer require global Replic...Benety Goh2018-05-021-3/+2
* SERVER-32334 OplogApplier and SyncTail accept ReplicationConsistencyMarkers a...Benety Goh2018-05-021-0/+4
* SERVER-33919 remove SyncTail::syncApply() overloadBenety Goh2018-03-191-5/+1
* SERVER-33902 use StorageInterfaceImpl in SyncTail testsBenety Goh2018-03-151-2/+0
* SERVER-33860 add SyncTailTest::runOpsSteadyStateBenety Goh2018-03-141-0/+1
* SERVER-33860 add OpObserver for SyncTail test fixtureBenety Goh2018-03-131-0/+57
* SERVER-33732 remove repl::multiApply. Use SyncTail::multiApply insteadBenety Goh2018-03-121-1/+2
* SERVER-33732 extend SyncTail::MultiSyncApplyFunc to accept an OperationContextBenety Goh2018-03-091-1/+3
* SERVER-33290 secondaries must set multikey before releasing parallel batch wr...Judah Schvimer2018-02-161-1/+1
* SERVER-33160 added syncApply() test cases for CRUD ops on non-existent namesp...Benety Goh2018-02-081-2/+4
* SERVER-31387 oplog application conflates upserting with being in steady state...Judah Schvimer2017-10-301-1/+3
* SERVER-31189 SERVER-31426 fail rollback on downgradeJudah Schvimer2017-10-201-0/+9
* SERVER-30220 Lock correct nss for syncApply by UUIDGeert Bosch2017-07-191-1/+2
* SERVER-29943 Move IdempotencyTest test fixture to its own librarymay2017-07-171-0/+69