summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_identity_loader_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-6/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29908 Fold the 'sharding_connection_hook' library into 'sharding_initi...Kaloian Manassiev2018-08-151-1/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-11/+2
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-1/+9
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-1/+1
* SERVER-29804 Remove 'undefined behaviour' in the sharding catalog unit-testsKaloian Manassiev2017-06-261-4/+3
* SERVER-29525 ShardRemote should just use the readPref it is givenMathias Stearn2017-06-131-1/+1
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-121-1/+1
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-141-1/+3
* SERVER-24325 Remove the s/catalog/replset/ directory and move all its files t...Spencer T Brody2016-09-211-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+2
* SERVER-24817 Remove fundamentally racy unit testSpencer T Brody2016-07-131-29/+0
* SERVER-24817 Separate out logic for loading cluster ID and accessing itSpencer T Brody2016-07-131-18/+16
* SERVER-25003 load clusterId into memory on config server transition to primar...Esha Maharishi2016-07-121-10/+20
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-081-0/+213