summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_rollback_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-248/+201
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-3/+6
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-3/+3
* SERVER-37643 replace MultiIndexBlock reference in test with IndexCatalog::cre...Benety Goh2018-12-181-19/+15
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+1
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-1/+1
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+3
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-23/+14
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-16/+1
* SERVER-34110 Ignore NamespaceNotFound errors when refetching documents during...Suganthi Mani2018-05-071-4/+33
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+2
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+2
* SERVER-31007 Calculate rollback time limit correctlyVesselina Ratcheva2018-04-141-58/+48
* SERVER-34290 rollback via refetch handles missing dropTarget fieldBenety Goh2018-04-041-2/+0
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-1/+0
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-1/+1
* SERVER-29200 add OplogEntry::getOperationToApply()Benety Goh2018-01-161-1/+39
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-0/+6
* SERVER-31990 drop indexes before renaming collections in rollback via refetchJudah Schvimer2017-11-291-0/+57
* SERVER-31881 set collection temp status correctly in rollbackViaRefetchJudah Schvimer2017-11-131-0/+42
* SERVER-31533 Removes UUID from dropDatabase entry in rollback unit testPavithra Vetriselvan2017-11-101-2/+1
* Revert "Removes UUID from dropDatabase entry"Pavithra Vetriselvan2017-11-101-1/+2
* Removes UUID from dropDatabase entryPavithra Vetriselvan2017-11-091-2/+1
* SERVER-31805 Set local collection validation options correctly in rollbackVia...Judah Schvimer2017-11-091-189/+2
* SERVER-31629 Support putting unique codes directly into Status constructorsMathias Stearn2017-11-021-1/+1
* SERVER-31543 rollback uses non-system temporary namespaces for working collec...Benety Goh2017-10-251-0/+20
* SERVER-31543 extract test function _testRollbackRenamingCollectionsToEachOtherBenety Goh2017-10-251-13/+27
* SERVER-31047 Rollback properly removes redundant index operationsWilliam Schultz2017-10-241-68/+232
* SERVER-31295 SERVER-31489 Allow applyOps to rollback without UUIDKatherine Walker2017-10-201-20/+59
* SERVER-31062 Added log messages before we do operations in rollbackJudah Schvimer2017-10-181-4/+13
* SERVER-31146 Set local collection validation options correctly in rollbackWilliam Schultz2017-10-031-31/+200
* SERVER-30381 Remove handing for rolling back dropSource collectionsBenety Goh2017-09-061-169/+0
* SERVER-30413 Add function to set options.temp when resyncing collection metad...William Schultz2017-08-291-49/+58
* SERVER-30508 Fail rollback via refetch if transactions collection UUID is dif...Jack Mulrow2017-08-231-13/+103
* SERVER-30076 Use the UUID of the transactions collection for rollback via ref...Jack Mulrow2017-08-171-47/+72
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-12/+12
* SERVER-29667 Update rollback of document refetch to use UUIDsAllison Chang2017-08-031-68/+87
* SERVER-29959 Update rollback of renameCollection commands to use UUIDsAllison Chang2017-07-311-12/+555
* SERVER-29662 Fix rs_rollback_test RollbackCreateIndexCommandMissingIndexNameAllison Chang2017-07-271-1/+1
* SERVER-29665 Update rollback of collMod commands to use UUIDsAllison Chang2017-07-261-5/+14
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-3/+3
* SERVER-29662 Make rollback of dropIndexes/createIndexes UUID compatibleAllison Chang2017-07-261-266/+214
* SERVER-29370 Update UUIDs when featureCompatibilityVersion is changedMaria van Keulen2017-07-251-13/+38
* SERVER-29531 Handle rollbacks in SessionTransactionTableJack Mulrow2017-07-121-0/+87
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-5/+6
* SERVER-29276 rolls back drop pending collectionsJudah Schvimer2017-06-291-64/+210