summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/idempotency_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+0
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-0/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+0
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-071-18/+86
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-261-3/+10
* SERVER-31189 SERVER-31426 fail rollback on downgradeJudah Schvimer2017-10-201-19/+14
* SERVER-29944 Implement a basic idempotency checker for testing oplogmay2017-08-111-27/+88
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-30352 Add a new class that will keep track of the index inconsistencie...Gregory Wlodarek2017-08-091-1/+4
* SERVER-30262 Update session info during batch apply in secondariesJack Mulrow2017-07-311-0/+12
* SERVER-30220 Lock correct nss for syncApply by UUIDGeert Bosch2017-07-191-2/+2
* SERVER-29942 Introduce IdempotencyTest::testOpsAreIdempotent() to sync_tail_...may2017-07-181-0/+7
* SERVER-29943 Move IdempotencyTest test fixture to its own librarymay2017-07-171-0/+313