summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_elect_v1_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-2/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-18/+18
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-50155 Create unittest file for MockNetworkVesselina Ratcheva2020-12-011-1/+1
* SERVER-50155 Add first set of extra features for MockNetworkVesselina Ratcheva2020-11-161-40/+108
* SERVER-51264 Change is_master_response file names to hello_responsePavi Vetriselvan2020-11-121-1/+1
* SERVER-51264 Change IsMasterResponse to HelloResponse on mongod and update lo...Pavi Vetriselvan2020-11-121-20/+20
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-101-0/+75
* SERVER-50154 Add declarative mock network framework for unit testing.Siyuan Zhou2020-11-031-0/+74
* SERVER-48256 Add ElectionState object to manage vote requester logicJason Chan2020-07-131-54/+67
* SERVER-48207 Vote requester should not succeed once cancelled.Siyuan Zhou2020-05-141-0/+53
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-11/+8
* SERVER-47648 Simplify single node replset stepup on initiate and reconfigSiyuan Zhou2020-05-081-1/+42
* SERVER-46720 Allow non strict parsing of the LastVote documentWilliam Schultz2020-04-161-0/+8
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-2/+4
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47459 Election participant metrics skip dry runsA. Jesse Jiryu Davis2020-04-101-0/+47
* SERVER-46517: Clean up incrementTopologyVersion and setFollowerModeStrictLingzhi Deng2020-03-191-2/+2
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-17/+23
* 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-2/+3
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-26/+85
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-58/+80
* SERVER-44514 awaitIsMasterResponse returns early on topology changesJason Chan2019-12-181-18/+21
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-2/+2
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-091-28/+28
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-081-28/+28
* SERVER-43778 remove randomness fragility from ReplicationCoordinatorImpl testsBilly Donahue2019-10-081-4/+28
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41506 Added tracking for metrics around a nodes calling an electionXuerui Fa2019-09-241-20/+15
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-6/+2
* SERVER-41503 Track the target opTime for catchup in replSetStatus on primariesMedha Potluri2019-08-131-0/+57
* SERVER-41502 Track the number of times primary catchup concludes for each rea...Medha Potluri2019-08-131-3/+201
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-257/+114
* SERVER-41501 Track the number of elections that require primary catchup in se...Medha Potluri2019-07-261-0/+33
* SERVER-414500 Track number of successful elections for each reason in serverS...Medha Potluri2019-07-081-9/+27
* SERVER-41499 Track number of elections called for each reason in serverStatusMedha Potluri2019-07-031-0/+31
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-251-1/+1
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-108/+82
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-5/+5
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-83/+117
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-69/+69
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38282 RSTL lock guard refactoringSiyuan Zhou2019-01-111-1/+1
* SERVER-37986 Make a new ReplicationCoordinator inner class that encapsulates ...Samy Lanka2018-11-151-4/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36051 Code cleanup for pv1 heartbeat response message parser.Suganthi Mani2018-07-271-0/+4
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-4/+4