summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_router_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-241-1/+5
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-2/+0
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+3
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+1
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-4/+3
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-16/+3
* SERVER-48434 Rename LogicalTimeMetadataHook to VectorClockMetadataHookPierlauro Sciarelli2020-12-301-2/+2
* SERVER-51809 Change inheritance order for ReshardingRecipientServiceTestJack Mulrow2020-11-251-2/+3
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-2/+2
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-1/+2
* SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...Pierlauro Sciarelli2020-09-011-9/+18
* SERVER-50542 Catalog Cache is not cleaned on ShardingTestFixtureTommaso Tocci2020-08-271-2/+12
* SERVER-49975 Use separate thread pools for CatalogCache and its loadersTommaso Tocci2020-07-301-5/+2
* SERVER-48992 Implement database cache on top of ReadThroughCacheTommaso Tocci2020-07-291-8/+9
* SERVER-49292 Futurify CatalogCacheLoader APITommaso Tocci2020-07-211-8/+11
* SERVER-48098 Join Grid executor pool when destroying ShardingTestFixtureMatthew Saltz2020-06-241-0/+3
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-110/+7
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-151-19/+12
* SERVER-47841 Ensure 4.5 nodes always send SSV with {kNoConnectionVersioning:t...Kaloian Manassiev2020-05-051-21/+0
* SERVER-47737 Stop sending unused parameters in the SetShardVersion commandBlake Oler2020-04-271-1/+0
* SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersionBlake Oler2020-04-241-1/+0
* SERVER-45966 Add ClientMetadataPropagationEgressHook for NetworkInterface use...Gregory Noma2020-02-141-0/+2
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-0/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+6
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-10/+9
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-271-0/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-36/+34
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-06-061-1/+2
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+1
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-1/+1
* SERVER-38522 Add an `onCommands` syntactic sugar to ShardingTestFixtureCommonKaloian Manassiev2019-02-221-18/+0
* 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-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-021-1/+1
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-241-1/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-22/+5
* SERVER-35639 Include port in server name of config.changelog entriesKevin Pulo2018-06-221-2/+5
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-131-9/+2
* SERVER-33027 add computeAtClusterTime helperMisha Tyulenev2018-03-131-0/+21
* SERVER-33017 Add metadata hook to update lastCommittedOpTime on mongos per shardJack Mulrow2018-03-081-4/+13
* SERVER-29908 Fix failing ReplSetDistLockManagerTestKaloian Manassiev2018-03-081-5/+0
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-0/+545