summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_aggregate_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+1
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-7/+11
* SERVER-53091 Consolidate the Sharding unit-tests into 3 binaries onlyKaloian Manassiev2020-11-271-0/+156
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-129/+0
* SERVER-33710 Support readConcern snapshot with atClusterTime in cluster disti...Cheahuychou Mao2018-08-081-132/+17
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-4/+4
* SERVER-34695: Fix retry logic in strategy.cpp for SnapshotErrorNick Zolnierz2018-05-091-52/+58
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-34695: Move aggregation retry logic to command processing layerNick Zolnierz2018-05-011-12/+0
* SERVER-34014 add unit test for cluster aggregateMisha Tyulenev2018-04-191-0/+250