summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65219 Run `OpObserverTxnParticipantTest` with `wiredTiger`Gregory Noma2022-04-131-102/+122
* SERVER-65018 Batched writes must fit inside a single applyOpsJosef Ahmad2022-04-081-0/+85
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-0/+5
* SERVER-64927 Add batched deletes passthrough suitesJosef Ahmad2022-03-291-0/+17
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-241-0/+149
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-231-59/+45
* SERVER-63162 Add new change stream event for collMod commandAndrii Dobroshynski2022-03-231-2/+3
* SERVER-63494 Transfer history for retryable transactions with more than one o...Cheahuychou Mao2022-03-191-0/+24
* SERVER-64624 Make OpObserver check the recordPreImages option when determinin...Cheahuychou Mao2022-03-181-8/+68
* SERVER-63397 Abort all index builds during shard mergeA. Jesse Jiryu Davis2022-03-101-1/+3
* SERVER-63444 Make retryable findAndModify executed in internal transactions r...Cheahuychou Mao2022-03-091-0/+18
* SERVER-63879 Make findAndModify image lookup aggregation stage handle applyOp...Cheahuychou Mao2022-02-281-27/+60
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-141-2/+2
* SERVER-61709 Introduce implicitly replicated namespacesJosef Ahmad2022-01-131-0/+1
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-111-99/+120
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-2/+2
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-6/+9
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-52/+52
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-294/+652
* SERVER-59793: Omit tenantId from metrics for MergeChristopher Caplinger2021-11-191-2/+8
* SERVER-60748 update OpObserverTest::EachOnDeleteRequiresAboutToDelete to refl...Benety Goh2021-11-191-3/+3
* SERVER-61611 OpObserver::aboutToDelete() accepts UUIDBenety Goh2021-11-191-6/+13
* SERVER-61188 Account for preImageRecordingEnabled when reserving oplog slots ...Jason Chan2021-11-151-0/+7
* SERVER-56721 Add tenant migration unittests for op_observer_implSophia Tan2021-11-111-0/+62
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-22/+12
* SERVER-60690: Refactor OplogUpdateEntryArgs to use retryable FAM enum.Daniel Gottlieb2021-11-021-64/+65
* SERVER-60569: Simplify OpObserverImpl::TestFundamentalOn* tests.Daniel Gottlieb2021-10-271-176/+159
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-3/+4
* SERVER-58687 Implement writing of pre-images for non-transactional delete ope...Denis Grebennicov2021-10-141-85/+171
* SERVER-58686 Implement writing of pre-images for non-transactional update/rep...Denis Grebennicov2021-09-231-10/+56
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-6/+30
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-3/+3
* SERVER-55415: Store retryable images in the side collection by default.Daniel Gottlieb2021-08-091-11/+0
* SERVER-58740 Reserve multiple oplog slots when writing retryable findAndModif...Jason Chan2021-07-271-19/+14
* SERVER-48129 Invariant that operations which are holding open an oplog hole c...Gregory Wlodarek2021-07-131-0/+2
* SERVER-56630: Unittest OpObserverImpl::onDelete for non-transaction calls.Daniel Gottlieb2021-06-221-34/+164
* SERVER-56630: Unittest OpObserverImpl::onInserts for non-transaction calls.Daniel Gottlieb2021-06-221-47/+147
* SERVER-56630: Unittest OpObserverImpl::onUpdate for non-transaction calls.Daniel Gottlieb2021-06-221-7/+273
* SERVER-56518: Only record preimages for findAndModify deletes in multi-statem...Daniel Gottlieb2021-06-071-0/+2
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-38/+158
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-14/+18
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-9/+9
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-14/+17
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-2/+2
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-121-3/+11
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-021-0/+33
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+2
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-1/+0