summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_oplog_applier_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66565 Create config.transactions partial index in setFCVJack Mulrow2022-05-241-0/+7
* SERVER-65439: Conditionally set multikey paths when indexing recordsChristopher Caplinger2022-05-021-0/+42
* SERVER-64215 Interrupt OplogBufferMock::waitForData on shutdownTommaso Tocci2022-03-041-0/+34
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-9/+9
* SERVER-60690: Refactor OplogUpdateEntryArgs to use retryable FAM enum.Daniel Gottlieb2021-11-021-10/+4
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-1/+1
* SERVER-53777 Add idempotency targeted tests for tenant migration.Wenbin Zhu2021-05-051-2/+256
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-9/+11
* SERVER-55141: Add receiveStart and numOpsApplied to recipient currentOpLingzhi Deng2021-03-161-0/+2
* SERVER-48593 createIndexForApplyOps() should always relax index build constra...Bynn Lee2021-03-151-1/+1
* SERVER-54912: Use o2 field for tenant migration no-op writesLingzhi Deng2021-03-041-1/+1
* SERVER-53573 Remove _opTimeMapping and tests making sure we chain no-ops corr...Matthew Russotto2021-02-261-4/+0
* SERVER-54347 Allow createIndexes and dropIndexes through the tenant_oplog_app...Matthew Russotto2021-02-221-0/+63
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-2/+2
* SERVER-52934 Tenant oplog applier typo error fix and unit test failure fix.Suganthi Mani2020-12-021-127/+127
* SERVER-50024 make tunable server parameters for TenantOplogProcessing constantsVishnu Kaushik2020-12-021-4/+13
* SERVER-52628 Tenant migration recipient no longer gives a false indication to...Suganthi Mani2020-11-061-1/+28
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-291-0/+125
* SERVER-51704 Shut down executor explicitly in tenant_oplog_applier_testMatthew Russotto2020-10-211-0/+5
* SERVER-48811 Run cloners in MigrationServiceInstanceSuganthi Mani2020-10-071-20/+77
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-48860 Make migration oplog applier class apply oplog entries.Matthew Russotto2020-08-241-16/+404
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-171-0/+280