summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/replica_set_monitor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-211-1/+2
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-141-3/+27
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-241-27/+3
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-04-241-3/+27
* SERVER-23355 Recheck replicas every .5 sec during scanA. Jesse Jiryu Davis2019-04-151-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-271-4/+67
* SERVER-35688 Make RSM use async networkingMathias Stearn2018-12-201-6/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35689 Futurize RSM API with temporary detached-thread implementationMathias Stearn2018-09-201-4/+10
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-0/+2
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-9/+9
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-5/+5
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-5/+5
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-5/+5
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-8/+4
* SERVER-24322 fix memory leak and add dbclient_rs_testMisha Tyulenev2016-06-011-0/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-0/+2
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-2/+0
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-0/+2
* SERVER-21272 Make replica set monitor retry finding hostsKaloian Manassiev2015-11-111-4/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-225/+225
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-18438 Move replica set monitor tests out of dbtestKaloian Manassiev2015-05-281-1349/+20
* SERVER-18587 cleanup ReadPreference and move it to a separate libraryAdam Midvidy2015-05-211-103/+103
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-15496 Update old unit tests to use new ReplicaSetConfigSpencer T Brody2014-11-201-14/+60
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-2/+2
* SERVER-12284 Simplify TagSet classMathias Stearn2014-01-291-101/+5
* SERVER-12284 Fix dbtests/replica_set_monitor_test.cpp for RSM rewriteMathias Stearn2014-01-291-395/+314
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-135/+150
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10582 oplog_all_ops.js fails on Assertion failure, mutex problem when ...Randolph Tan2013-08-211-3/+3
* SERVER-8707 dbclient_rs_test threading issueRandolph Tan2013-08-201-3/+3
* SERVER-10006 Secondary read pref with tag can end up selecting no nodes on retryRandolph Tan2013-06-251-2/+6
* SERVER-10006 Secondary read pref with tag can end up selecting no nodes on retryRandolph Tan2013-06-251-0/+114
* SERVER-6972 Fix test compilationSpencer T Brody2013-04-021-4/+4
* SERVER-8720 Memory leak in DBClientReplicaSet::slaveConnRandolph Tan2013-03-141-0/+27
* SERVER-7867 repl_monitor_stress.js failingRandolph Tan2012-12-171-0/+56
* Revert "SERVER-7867 repl_monitor_stress.js failing"Randolph Tan2012-12-141-51/+0
* SERVER-7867 repl_monitor_stress.js failingRandolph Tan2012-12-141-0/+51
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-13/+70
* SERVER-7612 explicit primary read pref does not work well with shard versioningRandolph Tan2012-11-121-5/+7
* SERVER-7612 explicit primary read pref does not work well with shard versioningRandolph Tan2012-11-121-62/+205
* Style/formating change: Modified replica_set_monitor_test.cpp to use the newe...Randolph Tan2012-08-301-1309/+917
* SERVER-6677 Add more test on read preference on the DBClientReplicaSet levelRandolph Tan2012-08-061-246/+63
* SERVER-6565 Do not use primary if secondaries are available for slaveOkRandolph Tan2012-07-271-2/+2
* SERVER-6315 tagSet suite test failure on debug buildsRandolph Tan2012-07-101-3/+3