summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/idempotency_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70984 Remove now unused 'indexesAffected' flag from various structs in...Irina Yatsenko2023-04-261-2/+2
* SERVER-55505 Enable feature flag for point-in-time catalog lookupsHenrik Edin2023-03-291-4/+12
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-171-2/+2
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-151-2/+2
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...Hugh Tong2022-10-141-2/+2
* SERVER-69541 Modify Helpers::findById() to accept NamespaceString type collec...Romans Kasperovics2022-09-281-1/+1
* SERVER-69474 Add a helper for finding modified field names from pre and post ...Cheahuychou Mao2022-09-281-1/+1
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-301-112/+15
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-53580 restore const qualifiers to arguments in function definitionsBenety Goh2021-01-131-1/+1
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-1/+1
* SERVER-50881 Avoid array modifications in $v:1 idempotency testsArun Banala2020-10-151-23/+26
* SERVER-51003 split long-running randomized repl unittests into a separate db_...Kevin Pulo2020-10-081-15/+0
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-041-2/+2
* SERVER-50247 Use document deltas to determine whether update affects indexes ...Arun Banala2020-09-171-4/+7
* SERVER-50881 Avoid array modifications in $v:1 idempotency testsArun Banala2020-09-141-4/+23
* SERVER-48543 Improve serialization format to avoid delta oplog exceeding max ...Arun Banala2020-08-041-1/+3
* SERVER-47730 Add IdempotencyTest for delta oplog entriesArun Banala2020-07-231-9/+101
* 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