summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-11/+6
* SERVER-47845 Remove obsolete logic related to storing and updating the stable...William Schultz2020-07-141-296/+3
* SERVER-48983 Address TSAN errors in replication_coordinator_impl_testJason Chan2020-07-081-64/+72
* SERVER-47844 Set the stable timestamp without using the stable optime candida...William Schultz2020-06-301-36/+6
* SERVER-46962 Blacklist sync sources that are shutting downPavi Vetriselvan2020-06-261-7/+62
* SERVER-48563 Fix intermittent failure in IsMasterReturnsErrorOnEnteringQuiesc...Tess Avitabile2020-06-031-3/+7
* SERVER-47557 Write unit test for interaction of quiesce mode and REMOVED stateTess Avitabile2020-05-141-0/+91
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-25/+22
* SERVER-47832 ReplicationCoordinatorImpl::_makeIsMasterResponse() should check...Tess Avitabile2020-05-111-0/+46
* SERVER-47449: Re-evaluate sync source after fetching each batch of oplog entriesXuerui Fa2020-05-081-0/+157
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-2/+2
* SERVER-46951 Implement quiesce mode on mongodTess Avitabile2020-04-271-2/+35
* SERVER-47125 Don't trust OplogQueryMetadata.primaryIndexA. Jesse Jiryu Davis2020-04-231-1/+1
* SERVER-47613 Fix invariant when a removed member votesA. Jesse Jiryu Davis2020-04-211-0/+30
* SERVER-47638 Ensure isMaster is waiting before calling replSetInitiate in Awa...Jason Chan2020-04-171-0/+7
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-4/+4
* SERVER-47125 Remove ReplSetMetadata.primaryIndex, require isPrimaryA. Jesse Jiryu Davis2020-04-151-41/+90
* SERVER-46893 Allow streamable isMaster to wait on removed/uninitialized nodesJason Chan2020-04-151-24/+394
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46949 Add quiesce mode to the ReplicationCoordinatorTess Avitabile2020-04-091-0/+91
* SERVER-47119 Revert SERVER-46571William Schultz2020-04-071-2/+2
* SERVER-47224 Rename commit quorum option "all" to "votingMembers".Suganthi Mani2020-04-011-21/+21
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-311-1/+0
* SERVER-47096 Add ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-03-301-35/+39
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-28/+0
* SERVER-47097 Add ReplSetMetadata.isPrimaryA. Jesse Jiryu Davis2020-03-271-41/+51
* SERVER-46517: Clean up incrementTopologyVersion and setFollowerModeStrictLingzhi Deng2020-03-191-7/+7
* SERVER-46667 Avoid invariant from invalid candidateIndexA. Jesse Jiryu Davis2020-03-171-1/+39
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-2/+6
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-161-0/+241
* SERVER-46571 Give initial replica set configs a term of -1William Schultz2020-03-041-2/+2
* SERVER-45081 Add a unit test case for awaitable isMaster after stepup and con...Siyuan Zhou2020-03-031-0/+108
* SERVER-45081 Increment config term via reconfig on stepup.Siyuan Zhou2020-03-031-0/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-4/+5
* SERVER-45087 Check oplog commitment condition on replica set reconfigWilliam Schultz2020-02-261-6/+8
* Revert "SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBCl...Lingzhi Deng2020-02-211-5/+5
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBClientConn...Lingzhi Deng2020-02-201-5/+5
* SERVER-28680: Fix naming of lastCommittedOp field in replSetRequestVotesXuerui Fa2020-02-181-4/+4
* SERVER-45422 Test that all isMaster fields respect the horizonTess Avitabile2020-02-181-0/+70
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-19/+40
* SERVER-45082 Utilize ConfigVersionAndTerm structure for comparison and string...William Schultz2020-02-101-2/+1
* SERVER-45039 Awaitable isMaster returns an error on reconfigs that change the...Jason Chan2020-02-071-0/+405
* SERVER-44939 allow replication across config versionsPavithra Vetriselvan2020-01-301-38/+39
* SERVER-45084 Audit all usages of ReplSetConfig::getConfigVersion()William Schultz2020-01-291-1/+2
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-19/+20
* SERVER-44515 Test that TopologyCoordinator::awaitIsMasterResponse returns ear...Jason Chan2020-01-151-14/+162
* SERVER-45079 Only allow addition or removal of a single voting node in non-fo...William Schultz2020-01-141-3/+4
* SERVER-45362 Fix race in AwaitIsMasterResponseReturnsOnStepDownJason Chan2020-01-071-0/+19
* SERVER-44514 awaitIsMasterResponse returns early on topology changesJason Chan2019-12-181-61/+240