summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/sharded_union_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-20/+25
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-73573 Fix global index unittest helpersAllison Easton2023-02-061-4/+4
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-0/+12
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-4/+4
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-4/+8
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-4/+4
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-22/+28
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-041-10/+24
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-8/+8
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-4/+4
* SERVER-58376: Perform local reads when on the primary reading from an unshard...Hana Pearlman2021-09-301-11/+37
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-6/+10
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-151-3/+3
* Revert "SERVER-58379 Extend REGISTER macros to support API version, FCV, and ...Uladzimir Makouski2021-09-141-3/+3
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-131-3/+3
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-0/+14
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-9/+9
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-151-60/+51
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-091-51/+60
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-081-60/+51
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-3/+3
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-3/+6
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-12/+15
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-13/+26
* Revert "SERVER-46255 Use killOperations to cleanup dangling remote requests"Nick Zolnierz2020-04-281-26/+13
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-13/+26
* SERVER-46783 Mark $accumulator, $_internalJs operators as FCV 4.4 onlyDavid Percy2020-03-161-3/+3
* SERVER-46309 Test that $unionWith forwards readConcern set on commandCharlie Swanson2020-03-051-1/+52
* SERVER-46278 Ensure maxTimeMS works correctly through sub-pipeline in $unionWithKatherine Wu2020-03-021-0/+37
* SERVER-45563 Add support for $unionWith reading from sharded viewCharlie Swanson2020-03-021-6/+64
* SERVER-46429 Blacklist sharded_union_testLouis Williams2020-02-261-0/+5
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-0/+305