summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_test_fixture.h
Commit message (Expand)AuthorAgeFilesLines
* 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