summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_rollback_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-2971/+0
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-3/+3
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-1/+1
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-6/+7
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-11/+4
* SERVER-47123 remove AutoGetOrCreateDb from non-catalog unit testsBenety Goh2021-04-281-3/+3
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-8/+8
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-18/+18
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-30/+105
* SERVER-33183 Removed the kConvertToCapped type from OplogEntry classAnthony Perkins2020-10-051-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-8/+8
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-8/+8
* SERVER-47438 remove unused function RollbackSource::copyCollectionFromRemote()Benety Goh2020-04-151-56/+0
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-141-2/+2
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-6/+12
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-3/+21
* SERVER-46976 Enable commit quorum in rollback_waits_for_bgindex_completion.jsLouis Williams2020-04-081-3/+3
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-1/+1
* SERVER-46558 Abort index builds only after transitioning to rollback and when...Louis Williams2020-03-181-7/+2
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-30/+12
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-4/+4
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-5/+5
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-11/+12
* SERVER-45839 recoverFromOplogUpTo should not invariant if there are no oplog ...Gregory Wlodarek2020-01-301-2/+2
* SERVER-45409 Rollback should wait for all index builds to complete. Fail roll...Louis Williams2020-01-301-3/+3
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-14/+18
* SERVER-44953 Secondaries should restart index builds when a commitIndexBuild ...Louis Williams2020-01-181-2/+8
* SERVER-45280 Invalidate default read write concern cache on replication rollbackJack Mulrow2020-01-161-0/+42
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-161-2/+281
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-3/+3
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-3/+4
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-3/+6
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-97/+110
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-1/+3
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-3/+1
* SERVER-42834: Register an onRollback handler when adding a drop pending names...Daniel Gottlieb2019-08-211-3/+3
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-21/+19
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-455/+178
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-46/+39
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-4/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-13/+13
* SERVER-40919 Remove stmtId from transaction oplog entriesJason Chan2019-05-221-24/+0
* SERVER-40452 Attach uuid to createCollection oplog entry in idempotency testsXiangyu Yao2019-05-211-3/+0
* SERVER-40248 Return correct operation to apply for update oplog entriesJudah Schvimer2019-05-071-21/+5
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-39797 Rollback implicit commit applyOps oplog entry in rollback-via-re...Matthew Russotto2019-05-061-21/+366
* SERVER-39796 Ignore “inTxn” operations and “abort” in rollback-via-re...Matthew Russotto2019-04-301-2/+134