summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/idempotency_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42925 Refactor idempotency tests oplog application and fix oplog visib...Lingzhi Deng2019-11-211-8/+8
* SERVER-36538: fix idempotency test prefix/suffix testLingzhi Deng2019-05-291-12/+12
* SERVER-40452 Attach uuid to createCollection oplog entry in idempotency testsXiangyu Yao2019-05-211-3/+1
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-0/+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-21/+23
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-3/+1
* SERVER-32466 Remove FCV replication behaviors only relevant to the 3.4-3.6 tr...William Schultz2018-01-291-6/+0
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-2/+2
* SERVER-31189 SERVER-31426 fail rollback on downgradeJudah Schvimer2017-10-201-3/+3
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+2
* SERVER-29944 Implement a basic idempotency checker for testing oplogmay2017-08-111-0/+209