summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/dispatch_shard_pipeline_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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