summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SERVER-42691 Modernize mapReduce tests in sharding directoryCharlie Swanson2019-09-277-18/+0
|
* SERVER-43304 Modernize mr1.jsCharlie Swanson2019-09-2710-10/+10
|
* SERVER-42777 Add ability to generate mixed version test suites using ↵Jason Chan2019-09-252-1/+181
| | | | generate.tasks
* SERVER-43634 Report different errors for missing scons and fail to import sconsMathew Robinson2019-09-251-1/+1
|
* SERVER-42524 remove the touch commandHaley Connelly2019-09-2511-51/+0
|
* SERVER-43008 Update burn_in_tests.py to new resmoke APIMathew Robinson2019-09-253-7/+6
|
* SERVER-42866 Trigger a logical session cache refresh on all shards in the ↵Alex Taskov2019-09-241-0/+5
| | | | ShardedCluster test fixture before running test
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-245-6/+11
|
* SERVER-42390 Allow documents in a sharded collection to not contain all ↵Blake Oler2019-09-242-1/+7
| | | | shard key fields
* SERVER-42528 Unblacklist await_prepared_transactions_on_fcv_downgrade.js ↵Jason Chan2019-09-242-5/+0
| | | | from large txn test suites
* SERVER-43397 Blacklist FSM workloads that perform multi-deletes from ↵Matthew Saltz2019-09-233-0/+3
| | | | balancer and migration suites
* SERVER-43088 Make test suite and logger configuration directories ↵Mathew Robinson2019-09-2311-95/+83
| | | | configurable in resmoke
* SERVER-43381 Create core and sharding suites for new MR implementationNicholas Zolnierz2019-09-232-0/+54
|
* SERVER-43380 Blacklist drop_collection_in_admin_and_config_dbs from sharding ↵Blake Oler2019-09-201-0/+1
| | | | stepdown suite
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-0/+8
|
* SERVER-43253 Fix noPassthroughRyan Timmons2019-09-171-0/+4
|
* SERVER-42687 M/R Agg: Update FSM testsArun Banala2019-09-1615-30/+0
|
* SERVER-37768 Added Debian10 build variantJohn Chen2019-09-163-13/+21
|
* SERVER-43253 Resmoke passes pids of peer mongo* process in TestDataRyan Timmons2019-09-1611-0/+72
|
* SERVER-43319 Increase cursor timeout for 'concurrency_simultaneous' fixturesArun Banala2019-09-164-0/+12
|
* SERVER-43067: Add acceptance tests for generate__resmoke_tasksDavid Bradford2019-09-132-218/+422
|
* SERVER-43020 Beef up mapReduce validationCharlie Swanson2019-09-121-1/+0
|
* SERVER-43209 Blacklist track_unsharded_collections_rename_collection.js from ↵Janna Golden2019-09-121-0/+1
| | | | config stepdown suite