summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_test_fixture.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40353 Track read concern majority wall clock timeMaria van Keulen2019-04-301-0/+4
* SERVER-40659 Add regression tests for wall clock time transmissionMaria van Keulen2019-04-191-5/+5
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-0/+33
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-5/+4
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-0/+21
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-7/+0
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-1/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-25/+4
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-2/+0
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-0/+2
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-2/+0
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-281-3/+3
* SERVER-29946 Increase heartbeat rate when a secondary has no sync sourceSiyuan Zhou2017-11-211-4/+8
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-041-0/+17
* SERVER-30184 Call setInitialDataTimestamp at the end of processing replSetIni...Judah Schvimer2017-07-251-0/+9
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-181-3/+6
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-2/+2
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-2/+2
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-2/+2
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-7/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-4/+4
* SERVER-27490 Stop consulting storage engine isDurable flag in ReplicationCoor...Andy Schwerin2017-01-071-15/+1
* SERVER-26748 Don't call for priority takeover when repl lagged.Spencer T Brody2016-11-011-1/+8
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-0/+5
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-161-1/+1
* SERVER-24516 Fix up repl coord tests to use OpCtx more safely.Andy Schwerin2016-06-101-1/+15
* SERVER-23095 Remove direct instantiations of OperationContextReplMockAndy Schwerin2016-05-241-0/+9
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-2/+0
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-271-0/+10
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-071-0/+1
* SERVER-22728: if journaling is off, update durableOpTime with appliedOpTimeScott Hernandez2016-02-231-0/+12
* SERVER-20977 added test for processing metadata in heartbeatBenety Goh2015-10-221-0/+8
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-6/+12
* Revert "SERVER-18498 New replica set configurations have protocolVersion=1 by...Jason Rassi2015-09-241-12/+6
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultSiyuan Zhou2015-09-231-6/+12
* SERVER-7244 added tests for rolling back index creation and operations with n...Benety Goh2015-09-221-5/+0
* SERVER-20473 removed unused test function ReplCoordTest::simulateStepDownOnIs...Benety Goh2015-09-181-6/+0
* SERVER-20473 moved ReplCoordElectV1Test::simulateSuccessfulDryRun() to ReplCo...Benety Goh2015-09-181-0/+13
* SERVER-20189 ReplCoordTest now owns the replication executorBenety Goh2015-09-081-2/+10
* SERVER-20246 Cancel and send heartbeats to all secondaries on winning electionSiyuan Zhou2015-09-031-0/+6
* SERVER-19831 updateTerm test cleanupBenety Goh2015-08-211-8/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-151/+159
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-4/+10
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-0/+1
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-0/+192