summaryrefslogtreecommitdiff
path: root/jstests/sharding/auth_sharding_cmd_metadata.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-34061 Stop preemptively loading sharded collections when loading a ↵Tommaso Tocci2020-06-301-0/+5
| | | | database into the CatalogCache
* SERVER-43938 Make auth_sharding_cmd_metadata.js start shards as replica setsTommaso Tocci2020-06-261-27/+28
|
* SERVER-38875 Make tests start shards as replica sets instead of standalones ↵Cheahuychou Mao2019-10-101-1/+1
| | | | after auth cluster time gossiping fix
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-28/+27
|
* SERVER-32052 Update ShardingTest to default to starting shard servers as ↵jannaerin2018-03-091-1/+3
| | | | replica sets
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-2/+2
|
* SERVER-28663 rename config server metadata from configsvr to $configsvrMathias Stearn2017-04-121-1/+1
| | | | | | This is prep for OP_MSG where "configsvr" conflicts with a field of the same name in the reply to isMaster. OP_COMMAND will continue to use the old name since it will only be used to communicate with older nodes.
* SERVER-25254 Only advance config server optime in response to messages from ↵Randolph Tan2016-07-261-0/+45
cluster members