summaryrefslogtreecommitdiff
path: root/jstests/aggregation/testshard1.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37047 Split up testshard1.jsCharlie Swanson2019-03-041-297/+0
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-111-2/+2
* SERVER-36872 Comment out $sample from testshard1.js temporarilyMatthew Saltz2018-08-271-1/+2
* SERVER-34213 Start _id at 0 in testshard1.jsCharlie Swanson2018-04-021-1/+1
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-1/+1
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-1/+1
* SERVER-32505 Create mobile SE evergreen variant - Linuxr3.7.1Sulabh Mahajan2018-01-151-0/+1
* SERVER-28409 Decrease verbosity during testshard1.jsCharlie Swanson2017-03-211-19/+2
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-47/+48
* SERVER-26742 Increase verbosity during testshard1.jsCharlie Swanson2016-11-091-2/+19
* SERVER-23073 Reliably detect concurrent changes to $out collection.Charlie Swanson2016-07-181-1/+2
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-52/+31
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-113/+102
* SERVER-19643 Aggregation directly from a shard does not use sharding filter.Benjamin Murphy2016-02-081-0/+11
* SERVER-22341 fix jslint errors in jstests/aggregation with eslint --fixMike Grundy2016-02-051-6/+6
* SERVER-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-111-1/+0
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-231-6/+5
* SERVER-533 Add aggregation stage to randomly sample documentsCharlie Swanson2015-07-201-0/+9
* Revert "$sample"Charlie Swanson2015-07-201-9/+0
* $sampleCharlie Swanson2015-07-201-0/+9
* SERVER-14691: $avg accumulator should return null if it receives no numeric i...Charlie Swanson2015-07-151-0/+4
* SERVER-5044 Use relative error when testing sharded $stdDev operationsMathias Stearn2015-06-101-4/+6
* SERVER-5044 Standard Deviation accumulator operatorsMathias Stearn2015-06-091-0/+16
* SERVER-7656 Execute aggregation command on targeted shard if first stage is e...Charlie Swanson2015-05-281-1/+38
* Re-enable balancing in jstests/aggregation/testShard1.jsCharlie Swanson2015-05-281-1/+1
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-151-0/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-8/+17
* SERVER-17971 Remove separateConfig option from ShardingTest and make its beha...Spencer T Brody2015-04-141-1/+1
* SERVER-17723 setShardingState should not reinitialize config servers listKaloian Manassiev2015-03-311-4/+0
* Improve debugging for test failureMathias Stearn2014-05-061-0/+1
* SERVER-13263 Temporarily disable balancer on testshard1.js when not issuing t...Randolph Tan2014-03-181-0/+4
* SERVER-13188 Migrate aggregation jstest suite to use write commands apiRandolph Tan2014-03-141-3/+3
* SERVER-13188 Migrate aggregation jstest suite to use write commands apiRandolph Tan2014-03-131-6/+5
* SERVER-12708 Report errors from shards when mergingPresorted results.Mathias Stearn2014-02-191-0/+1
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-1/+1
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-0/+5
* SERVER-10165 aggregate() shell helper now returns a cursorMathias Stearn2013-10-081-27/+30
* SERVER-6140 Add a basic sharded agg explain testMathias Stearn2013-10-071-0/+13
* SERVER-10741 remove outputNs from return object when using $outMathias Stearn2013-09-201-1/+1
* SERVER-5782 $literal operator to help prevent injection attacksmatt dannenberg2013-08-091-0/+9
* Make test not depend on unspecified order between shardsMathias Stearn2013-08-091-4/+11
* Error out if $out collection is shardedMathias Stearn2013-08-081-0/+5
* SERVER-10097 sharded $outMathias Stearn2013-08-081-0/+7
* SERVER-9622 buildbot testshard1.js turn on exception tracing in mongodGreg Studer2013-05-151-0/+11
* SERVER-9622 buildbot testshard1.js make shard not config server too, loglevel 2Greg Studer2013-05-101-2/+2
* SERVER-6649 have agg helper throw exceptions and fix tests accordinglyMathias Stearn2012-12-181-9/+9
* SERVER-4656 optimize $sort followed by $limit to do top-k selectionMathias Stearn2012-12-041-1/+21
* SERVER-7408 Correctly handle $skip and $limit in sharded aggMathias Stearn2012-11-051-0/+22
* SERVER-5484 loop correctly in DocumentSourceCursor::findNext()Mathias Stearn2012-07-111-0/+3