summaryrefslogtreecommitdiff
path: root/src/mongo/client/replica_set_monitor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28218 add BSON() macro support for OpTimeBenety Goh2017-05-031-7/+7
* SERVER-26927 support integer values for maxStalenessSecondsMisha Tyulenev2016-12-121-3/+2
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-0/+18
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-13/+11
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-11/+13
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-13/+11
* SERVER-22620 prefer config servers with recent opTimeMisha Tyulenev2016-08-091-8/+170
* SERVER-24676 implement support for maxStalenessMS in ReplicaSetMonitorMisha Tyulenev2016-07-191-0/+428
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-101/+345
* SERVER-21789 mongos replica set monitor should choose primary based on (rs co...Randolph Tan2016-02-011-13/+109
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-01-201-0/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-817/+809
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-17/+16
* SERVER-18280 ReplicaSetMonitor should use electionId to avoid talking to old ...Daniel Alabi2015-05-291-0/+182
* SERVER-18438 Move replica set monitor tests out of dbtestKaloian Manassiev2015-05-281-664/+663
* SERVER-18587 cleanup ReadPreference and move it to a separate libraryAdam Midvidy2015-05-211-5/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-15496 Update old unit tests to use new ReplicaSetConfigSpencer T Brody2014-11-201-1/+0
* SERVER-15567 Allow streaming into unittest assertions.Andy Schwerin2014-10-091-2/+4
* SERVER-7937 Additional ReplicaSetMonitor TestsTyler Brock2014-02-181-0/+422
* SERVER-12284 Simplify TagSet classMathias Stearn2014-01-291-2/+1
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-0/+361