summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/idempotency_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+8
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-1/+1
* SERVER-42925 Refactor idempotency tests oplog application and fix oplog visib...Lingzhi Deng2019-10-041-8/+8
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+1
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-1/+1
* SERVER-43043 Test applyOps on missing nested fieldsA. Jesse Jiryu Davis2019-08-301-0/+15
* 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