summaryrefslogtreecommitdiff
path: root/src/mongo/client/replica_set_monitor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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