summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/dispatch_shard_pipeline_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-1/+1
* SERVER-71636 Fix explain of $lookup when inner collection is shardedDavid Storch2023-03-231-14/+19
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-10/+13
* SERVER-73573 Fix global index unittest helpersAllison Easton2023-02-061-1/+1
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-1/+4
* SERVER-69801 Support sampling aggregate queries on sharded clustersCheahuychou Mao2022-11-111-18/+37
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-2/+2
* SERVER-63811 Add check to allow documents stage to run without a database exi...galon12022-09-201-13/+21
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-2/+4
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-10/+12
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-3/+3
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-041-9/+19
* SERVER-63759 First implementation of the Router APIKaloian Manassiev2022-03-151-13/+9
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-2/+3
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-8/+4
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-10/+10
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-151-20/+18
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-091-18/+20
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-081-20/+18
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-5/+6
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-1/+1
* SERVER-52631 Refactor stale shard version retry helper (Part 2)Pierlauro Sciarelli2020-11-271-9/+10
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-1/+2
* SERVER-48320 Fix DispatchShardPipelineTest to correctly mock an error respons...Ted Tuckman2020-05-211-1/+2
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-1/+2
* Revert "SERVER-46255 Use killOperations to cleanup dangling remote requests"Nick Zolnierz2020-04-281-2/+1
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-1/+2
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-0/+248