summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_rollback_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-34110 Ignore NamespaceNotFound errors when refetching documents during...Suganthi Mani2018-05-211-4/+31
* SERVER-31990 drop indexes before renaming collections in rollback via refetchJudah Schvimer2017-12-051-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
* SERVER-28545 Do not wait for election to finish while holding global lockSpencer T Brody2017-06-281-2/+2
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-2/+2
* SERVER-29691 rolls back dropDatabase commandsJudah Schvimer2017-06-281-0/+23
* SERVER-29276 use OplogEntry class in rs_rollback.cppJudah Schvimer2017-06-231-12/+46
* SERVER-29470 Create new files for rollback code for collections without UUIDsAllison Chang2017-06-211-2/+2
* SERVER-27244 Status usage compile-time error.ADAM David Alan Martin2017-06-191-7/+13
* SERVER-29467 Update comments and logging in rs_rollback files for greater rea...Allison Chang2017-06-191-20/+19
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-7/+13
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-39/+42
* SERVER-28214 OplogInterfaceMock supports overriding of operations after const...Benety Goh2017-04-281-29/+21
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-4/+4
* SERVER-28204 added RollbackTest fixtureBenety Goh2017-03-231-53/+5
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-11/+11
* SERVER-28200 Extend dropIndexes oplog entry to include dropped index specJudah Schvimer2017-03-141-0/+139
* SERVER-27329 added unit tests for rollback() (rs_rollback.cpp)Benety Goh2017-03-081-1/+118
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-2/+2
* SERVER-27329 cleaned up BackgroundSync::_rollback() argument.Benety Goh2017-03-081-33/+56
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-115/+116
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-7/+4