summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/idempotency_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-1/+1
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-02-161-1/+2
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-171-17/+21
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-151-21/+17
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...Hugh Tong2022-10-141-17/+21
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-5/+5
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-2/+1
* SERVER-63101 Have CollectionCatalog APIs return a set TenantDatabaseNameSophia Tan2022-02-021-5/+6
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-2/+2
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-7/+3
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-8/+8
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-1/+1
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-3/+3
* SERVER-50881 Avoid array modifications in $v:1 idempotency testsArun Banala2020-10-151-3/+4
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-7/+5
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2020-07-141-0/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-44650 Add new test mode enforeFastCount to foreground validateGregory Noma2020-05-211-2/+1
* SERVER-46722 Update primary createIndex oplog application dbtestMaria van Keulen2020-04-241-196/+1
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-2/+1
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-1/+1
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-2/+7
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-3/+5
* SERVER-42925 Refactor idempotency tests oplog application and fix oplog visib...Lingzhi Deng2019-10-041-52/+13
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-5/+19
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-301-3/+0
* SERVER-42357 Periodically release locks during collection validation and chec...Gregory Wlodarek2019-09-131-1/+1
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-2/+2
* SERVER-42039 Remove redundant OplogApplier optionsA. Jesse Jiryu Davis2019-09-041-1/+1
* SERVER-42978 Move validate lock acquisition from the cmd body into the helper...Dianna Hohensee2019-08-231-13/+19
* SERVER-41437 unify transaction oplog traversalJudah Schvimer2019-08-091-2/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+1
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-241-1/+3
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-021-2/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-4/+5
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-1/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-36538: fix idempotency test prefix/suffix testLingzhi Deng2019-05-291-25/+20
* SERVER-39804 Extend idempotency unit tests to cover the new large transaction...William Schultz2019-05-221-4/+26
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-8/+5
* SERVER-40452 Attach uuid to createCollection oplog entry in idempotency testsXiangyu Yao2019-05-211-2/+10