summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/idempotency_test_fixture.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50881 Avoid array modifications in $v:1 idempotency testsArun Banala2020-10-151-1/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+2
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-46722 Update primary createIndex oplog application dbtestMaria van Keulen2020-04-241-53/+0
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-2/+1
* SERVER-46818: Do untimestamped writes in idemptency testsLingzhi Deng2020-04-011-1/+11
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2019-12-301-0/+3
* Revert "SERVER-45288 switch Idempotency tests to use WiredTiger instead of ep...Eric Milkie2019-12-301-3/+0
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2019-12-271-0/+3
* SERVER-42925 Refactor idempotency tests oplog application and fix oplog visib...Lingzhi Deng2019-10-041-1/+1
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-2/+2
* SERVER-36538: fix idempotency test prefix/suffix testLingzhi Deng2019-05-291-7/+3
* SERVER-39804 Extend idempotency unit tests to cover the new large transaction...William Schultz2019-05-221-2/+9
* SERVER-36538: Create idempotency tests for prepare, commit, and abort oplog e...Lingzhi Deng2019-04-251-1/+24
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-2/+2
* SERVER-39434 Apply the new "commit" oplog entry for unprepared large transact...Matthew Russotto2019-03-141-7/+18
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-2/+2
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-2/+2
* 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-4/+7
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-071-4/+11
* SERVER-31189 SERVER-31426 fail rollback on downgradeJudah Schvimer2017-10-201-6/+5
* SERVER-29944 Implement a basic idempotency checker for testing oplogmay2017-08-111-3/+27
* SERVER-30262 Update session info during batch apply in secondariesJack Mulrow2017-07-311-0/+6
* SERVER-29943 Move IdempotencyTest test fixture to its own librarymay2017-07-211-0/+1
* SERVER-29943 Move IdempotencyTest test fixture to its own librarymay2017-07-211-4/+4
* SERVER-30220 Lock correct nss for syncApply by UUIDGeert Bosch2017-07-191-1/+2
* SERVER-29942 Introduce IdempotencyTest::testOpsAreIdempotent() to sync_tail_...may2017-07-181-0/+5
* SERVER-29943 Move IdempotencyTest test fixture to its own librarymay2017-07-171-0/+125