summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-44053 Rename blocking sort memory limit to ↵David Storch2019-10-231-12/+15
| | | | "internalQueryMaxBlockingSortMemoryUsageBytes".
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-236-0/+6
|
* SERVER-43303 Re introduce mapReduce fsm tests in sharded suitesNicholas Zolnierz2019-10-2317-103/+20
|
* SERVER-44017 hang_analyzer.py inflates debug-symbolsRyan Timmons2019-10-221-0/+57
|
* SERVER-43961 Allow absolute path in BUILD_DIR with ICECCBen Caimano2019-10-221-2/+1
|
* SERVER-42780 Create mixed version sharding test suiteJason Chan2019-10-221-0/+15
|
* Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"Jacob Evans2019-10-211-1/+0
| | | | This reverts commit 6eac52a928f7a949713f7e7c20468ea0ecba8946.
* SERVER-44119 Customize string coersion for IDLSara Golemon2019-10-211-7/+5
|
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-211-0/+1
|
* SERVER-44019 Change randomBinVersions to ↵Jason Chan2019-10-213-3/+3
| | | | useRandomBinVersionsWithinReplicaSet in multiversion testing
* SERVER-44023 Update ReplicasetFixture to always use latest bin version for ↵Jason Chan2019-10-211-2/+2
| | | | config servers when in a mixed version sharded cluster
* SERVER-42358 Add new background collection validation test hook. Runs ↵Dianna Hohensee2019-10-2112-104/+210
| | | | concurrently with tests.
* SERVER-43706 M/R Agg: Support referencing 'scope' variables in translated ↵Arun Banala2019-10-211-0/+1
| | | | aggregation pipeline for mongos
* SERVER-43577 Increase ssl test network verbosityMark Benvenuto2019-10-171-0/+6
|
* SERVER-42723 New shard with new database can be ignored by change streamsBernard Gorman2019-10-171-0/+1
|
* SERVER-44018 Fix MR agg output mode 'reduce' and move JsExecution to ↵Nicholas Zolnierz2019-10-171-0/+2
| | | | decorator on op context
* SERVER-42392 Create concurrency workloads that combine moveChunk, ↵Blake Oler2019-10-173-0/+9
| | | | refineCollectionShardKey, and transaction operations
* SERVER-42916 Reject non-inline mapReduce to an existing sharded collection ↵Nicholas Zolnierz2019-10-172-0/+2
| | | | that is not sharded by _id
* SERVER-42676 M/R Agg: Add planStats support to mapReduce in aggJames Wahlin2019-10-161-0/+1
|
* SERVER-43653 Upgrade static OpenSSL to 1.1.1dSpencer Jackson2019-10-161-2/+2
|
* SERVER-43254 Hang Analyzer shell integration uses child and peer mongo processesRyan Timmons2019-10-152-7/+2
|
* SERVER-40435 Blacklist clear_jumbo.js from multi version suiteRandolph Tan2019-10-151-0/+1
|
* SERVER-42881 Generate rollback and initial sync suites with mixed version ↵Jason Chan2019-10-152-0/+49
| | | | replica set
* SERVER-43966 Remove manual internal query flag toggling from ↵Jacob Evans2019-10-141-0/+1
| | | | map_reduce_validation.js
* SERVER-43962 Assert on valid target namespace in $out/$merge static create ↵Nicholas Zolnierz2019-10-141-0/+2
| | | | methods
* SERVER-43956 don't use unix line endings to determine timeoutsRobert Guo2019-10-141-2/+2
|
* SERVER-43626 MR Agg: Fail and cleanup cursors when a sharded mapReduce ↵Nicholas Zolnierz2019-10-111-0/+1
| | | | cannot fit in a single batch response
* SERVER-43956 use unix line ending for burn_in_tests.pyRobert Guo2019-10-111-0/+4
|
* SERVER-33931 Make sharded cluster fixture start shards as single node ↵Cheahuychou Mao2019-10-1017-13/+13
| | | | replica sets
* SERVER-41778 Increase log verbosity of the COMMAND component to level 2 in ↵Carl Worley2019-10-102-1/+5
| | | | jstestfuzz suites
* SERVER-38875 Make tests start shards as replica sets instead of standalones ↵Cheahuychou Mao2019-10-101-3/+0
| | | | after auth cluster time gossiping fix
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-082-2/+11
|
* SERVER-42776 Support mixed version test suites with ShardedClusterFixtureJason Chan2019-10-085-23/+92
|
* SERVER-43850 use os.name instead of os.family to check ubuntuJohn Chen2019-10-071-2/+2
|
* SERVER-43703 On shutdown check rsSyncApplyStop is disabledA. Jesse Jiryu Davis2019-10-051-1/+1
| | | | | | The previous code had a race: if the test disables the rsSyncApplyStop failpoint and immediately kills mongod, then mongod could fassert. Now it fasserts only if the failpoint is still enabled on shutdown.
* Revert "SERVER-42982 unblacklist multiVersion/upgrade_downgrade_cluster.js"Misha Tyulenev2019-10-042-0/+6
|
* SERVER-42951 Test that CRUD operations outside transactions don't throw ↵Judah Schvimer2019-10-048-0/+8
| | | | LockTimeout
* SERVER-42982 unblacklist multiVersion/upgrade_downgrade_cluster.jsMisha Tyulenev2019-10-032-6/+0
|
* SERVER-43481: Unblacklist indexed_insert_text.js and ↵Lingzhi Deng2019-10-032-10/+0
| | | | indexed_insert_text_multikey.js from kill/terminal concurrency stepdown suites
* SERVER-42811 M/R Agg: Support referencing 'scope' variables in translated ↵Arun Banala2019-10-031-0/+1
| | | | aggregation pipeline on mongod
* SERVER-42774 When randomBinVersions is set, randomly assign node binary ↵Jason Chan2019-10-021-0/+14
| | | | versions for ReplSetTest
* SERVER-43732: correctly detect new files for burn_in_testsDavid Bradford2019-10-011-3/+18
|
* SERVER-43304 Modernize mr1.jsCharlie Swanson2019-10-0110-10/+10
| | | | This reverts commit be1be55d991f7bed4d3896f5be53afbb4e579729.
* SERVER-43471 scons.py should not swallow ImportErrorMathew Robinson2019-10-011-1/+2
|
* Revert "SERVER-42774 When randomBinVersions is set, randomly assign node ↵Jason Chan2019-09-301-14/+0
| | | | | | binary versions for ReplSetTest" This reverts commit 75a8730068e844a89584927890ddd32bef408778.
* SERVER-42774 When randomBinVersions is set, randomly assign node binary ↵Jason Chan2019-09-301-0/+14
| | | | versions for ReplSetTest
* SERVER-38167 Use 'requires_profiling' tag to exclude profile tests from core ↵Arun Banala2019-09-3020-70/+38
| | | | passthroughs
* Revert "SERVER-43304 Modernize mr1.js"Suganthi Mani2019-09-3010-10/+10
| | | | This reverts commit 9faba94cb86061f5acba467cdd5f88338e712c1f.
* SERVER-43659 better diagnostics on resmoke subprocess errorsBilly Donahue2019-09-301-7/+7
|
* SERVER-43667: ensure burn_in_tags updates key permissions for testsDavid Bradford2019-09-273-45/+90
|