summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_recovery_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-051-2/+2
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-261-6/+30
* Revert "SERVER-54150 Recovery from a stable checkpoint should fassert on oplo...Moustafa Maher Khalil2023-04-121-30/+6
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-03-281-6/+30
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-2/+6
* SERVER-71657 OpObserver::preTransactionPrepare() does not modify TransactionO...Benety Goh2022-12-081-2/+2
* SERVER-71488 TransactionOperations::getApplyOpsInfo() returns prepared transa...Benety Goh2022-11-281-1/+1
* SERVER-71210 OpObserver::onTransactionPrepare() accepts const statements and ...Benety Goh2022-11-151-0/+11
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-1/+0
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-251-2/+5
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-4/+6
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-231-1/+5
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-2/+2
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-4/+11
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-2/+2
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-301-4/+17
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-021-14/+0
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-5/+0
* SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete int...Vesselina Ratcheva2022-04-211-0/+26
* SERVER-65304 Run `ReplicationRecoveryTest` with `wiredTiger`Gregory Noma2022-04-191-4/+19
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-0/+3
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-32/+0
* SERVER-61000: Fix uninitialized field in ReplicationRecoveryTestLingzhi Deng2021-12-171-2/+2
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-6/+5
* SERVER-58392 Unpin durable history on rollback to refetchDan Larkin-York2021-07-201-0/+2
* SERVER-57176 Set 'validateFeaturesAsPrimary=false' while in replication recoveryVesselina Ratcheva2021-06-171-0/+21
* SERVER-54666 Use earlier oplog entry if recovery timestamp cannot be found in...Vesselina Ratcheva2021-06-081-4/+14
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-0/+1
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-53247 Remove EMRC=false targeted jstests/unittestsPavi Vetriselvan2021-01-141-35/+0
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-38/+47
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-3/+0
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-49392 Storage engine init checks that enableMajorityReadConcern is com...Gregory Wlodarek2020-08-171-0/+14
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-20/+3
* SERVER-47844 Set the stable timestamp without using the stable optime candida...William Schultz2020-06-301-27/+0
* SERVER-48954 Don't assume oplog apply order in replication_recovery_tests and...Henrik Edin2020-06-221-19/+38
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-14/+14
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-3/+3
* SERVER-46488 recoverFromOplogUpTo should use the recovery timestampGregory Wlodarek2020-02-281-10/+3
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-38/+42
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45839 Fix type of 'txnNum' to be long long in the BSONObj for replicat...Gregory Wlodarek2020-01-301-4/+5