summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/repltests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57173: BACKPORT-9321 Add distinction to oplog application when data is...Andrew Shuvalov2021-06-071-2/+7
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-08-211-2/+7
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-1/+1
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-2/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-10/+15
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-4/+0
* SERVER-30815 Remove the mongodmain libraryAndrew Morrow2018-11-271-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-0/+9
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-201-2/+2
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-4/+5
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-1/+1
* SERVER-35343 SyncTail::fetchAndInsertMissingDocument() no longer returns a boolBenety Goh2018-06-131-2/+2
* SERVER-35343 convert repl dbtest to use OplogApplier::ObserverBenety Goh2018-06-131-3/+19
* SERVER-32335 replace SyncTail::setHostname with OplogApplier optionBenety Goh2018-05-251-2/+5
* SERVER-32334 OplogApplier and SyncTail accept ReplicationConsistencyMarkers a...Benety Goh2018-05-021-2/+4
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-57/+8
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-33732 SyncTail no longer owns its writer thread poolBenety Goh2018-03-081-2/+2
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-0/+11
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-7/+13
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-13/+7
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-7/+13
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SESulabh Mahajan2018-01-181-0/+32
* SERVER-29200 migrate SyncTail::getMissingDoc() and fetchAndInsertMissingDoc()...Benety Goh2018-01-161-11/+38
* SERVER-32343 dbtest repl suite restores ReplicationCoordinator settings on te...Alexander Paderin2018-01-091-5/+10
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-10/+13
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-101-51/+0
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-2/+4
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-111-6/+6
* SERVER-28509 Make DBClientCursor store batch as vector<BSONObj>Mathias Stearn2017-06-281-1/+1
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-15/+0
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-5/+5
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-14/+8
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-6/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-56/+56
* SERVER-28013 Ensure that last op for client only moves forwardSpencer T Brody2017-02-151-0/+6
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-2/+4
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-1/+2
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-25/+5
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+13
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+3
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-3/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+3