summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/repltests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-1/+1
* SERVER-63694: Recategorize WT timestamp assertions.Daniel Gottlieb2022-02-171-0/+6
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-4/+7
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-11-151-2/+8
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-11/+11
* Revert "SERVER-60037 Enable the ordered timestamp assertion in MongoDB"Yuhong Zhang2021-10-201-8/+2
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-10-191-2/+8
* SERVER-58162 Remove `ReplicationCoordinator::canAcceptWritesFor` condition in...Gregory Noma2021-09-131-0/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-14/+7
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-1/+1
* SERVER-56479 Server logging of BSON containing BinData does not roundtripMark Benvenuto2021-07-201-2/+2
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-051-1/+2
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-54778: Use the same writer thread to write noop entries for donor oplo...Lingzhi Deng2021-03-021-1/+1
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-18/+19
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-4/+4
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-4/+6
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+0
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-48775 Make OpObserverShardingImpl to be part of sharding_runtime_dKaloian Manassiev2020-06-151-28/+23
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-3/+3
* SERVER-21700 Do not relax constraints during steady state replication.Matthew Russotto2020-03-121-11/+23
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+6
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-031-22/+0
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-4/+7
* SERVER-44359: Fix race between oplog visibility thread and timestamped insert...Lingzhi Deng2019-11-021-19/+14
* SERVER-43399 Log more in DeleteOpIsIdBased testA. Jesse Jiryu Davis2019-10-161-20/+20
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-2/+2
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-1/+0
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-43691 Make repltests.cpp tests independentA. Jesse Jiryu Davis2019-10-011-5/+5
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-5/+5
* SERVER-43203 remove dbtests that were not runJudah Schvimer2019-09-241-30/+0
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-1/+1
* SERVER-42497: Detect unintentional untimestamped writes to the durable catalog.Daniel Gottlieb2019-08-211-0/+8
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-91/+0
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-021-2/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-2/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-10/+15