summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43319 Increase cursor timeout for 'concurrency_simultaneous' fixturesArun Banala2019-11-223-0/+9
* SERVER-44545 Remove mobile embedded variants and associated support filesAndrew Morrow2019-11-203-172/+0
* SERVER-44269 Replace core/max_time_ms.js with modernized version in noPassthr...Ian Boros2019-11-1520-26/+0
* SERVER-44651: Update signal processing versionDavid Bradford2019-11-151-1/+1
* BACKPORT-5441: [v4.2] Use signal processing without DSIAlexander Costas2019-11-131-0/+33
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-111-0/+2
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-072-0/+3
* SERVER-43471 scons.py should not swallow ImportErrorMathew Robinson2019-11-061-1/+2
* SERVER-42575 compiling and running unittests should be a single taskDavid Bradford2019-11-041-0/+17
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-0/+8
* SERVER-44119 Customize string coersion for IDLSara Golemon2019-10-241-7/+5
* SERVER-43653 Upgrade static OpenSSL to 1.1.1dSpencer Jackson2019-10-241-2/+2
* SERVER-43703 On shutdown check rsSyncApplyStop is disabledA. Jesse Jiryu Davis2019-10-231-1/+1
* SERVER-43577 Increase ssl test network verbosityMark Benvenuto2019-10-221-0/+6
* SERVER-39993 Add kill and terminate versions of concurrency stepdown suitesVesselina Ratcheva2019-10-164-0/+1072
* SERVER-42576 Decrease the number of concurrent jobs from 4 to 2 in the logica...Gregory Wlodarek2019-10-161-0/+1
* SERVER-43634 Report different errors for missing scons and fail to import sconsMathew Robinson2019-10-151-1/+1
* SERVER-43850 use os.name instead of os.family to check ubuntuJohn Chen2019-10-111-2/+2
* SERVER-42866 Trigger a logical session cache refresh on all shards in the Sha...Alex Taskov2019-10-071-0/+5
* SERVER-42424 Blacklist max_doc_size.js and mr_bigobject.js from Periodic Kill...Samyukta Lanka2019-09-251-0/+4
* SERVER-37768 Backport Debian 10 to v4.2John Chen2019-09-233-14/+21
* SERVER-43380 Blacklist drop_collection_in_admin_and_config_dbs from sharding ...Blake Oler2019-09-231-0/+1
* SERVER-43004 Turn on archive for zbigMapReduce in sharding suiteMatthew Russotto2019-09-165-0/+15
* SERVER-37772 Backport RHEL8 to v4.2John Chen2019-09-133-10/+11
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-131-0/+2
* SERVER-41758 Verify that at least 1 shard exists after hard-reload in aggrega...Bernard Gorman2019-09-131-0/+41
* SERVER-43196 Blacklist update_where.js from sharded concurrency suites with b...Chou Mao2019-09-123-0/+9
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-09-092-0/+4
* SERVER-43186: Support max tests per generated sub-suiteDavid Bradford2019-09-062-6/+77
* SERVER-41802: Properly handle max_sub_suite when splitting tasksDavid Bradford2019-09-062-255/+330
* SERVER-42749 blacklist server_status_with_time_out_cursors from transaction s...Ian Boros2019-09-067-21/+21
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-09-062-0/+2
* SERVER-41947 Disallow using the system.views collection name as the source or...Xiangyu Yao2019-08-291-1/+0
* SERVER-41492 Create concurrency suites to disable WiredTiger cursor cachingLouis Williams2019-08-272-0/+144
* SERVER-41874 Disbale cursor finalize in concurrency_simultaneous_replication.Siyuan Zhou2019-08-231-0/+1
* SERVER-42469 Increase initial sync and kill secondaries passthrough timeouts ...Judah Schvimer2019-08-213-8/+16
* SERVER-41499 Track number of elections called for each reason in serverStatusMedha Potluri2019-08-207-1/+36
* SERVER-42440: burn_in_tests should run tasks on the distro they normally run onDavid Bradford2019-08-192-114/+279
* SERVER-42561 search_beta_* tests fail on testing only changesLydia Stepanek2019-08-152-52/+41
* SERVER-42514: Have text_index_limits.js first replicate the index build befor...Daniel Gottlieb2019-08-141-3/+0
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-08-1321-36/+0
* SERVER-42623 Remove events from scheduler using `is` operator.Max Hirschhorn2019-08-133-2/+76
* SERVER-42622 Call teardown_fixture() even if setup_fixture() errors.Max Hirschhorn2019-08-132-11/+18
* SERVER-42356 Remove special casing for NoOpFixture setup and teardown.Max Hirschhorn2019-08-132-5/+28
* SERVER-41771 Use `clang-format-7.0.1` in our clang-format helper scriptADAM David Alan Martin2019-07-262-41/+80
* SERVER-41990 Burn_in should not average hook times for unique hooksJim OLeary2019-07-262-10/+11
* SERVER-42310 Specify mode for NamedTemporaryFile in hang_analyzer.pyMathew Robinson2019-07-261-1/+1
* SERVER-42371 Use get_unique_ptr helper in mongod-dump-sessions GDB commandWilliam Schultz2019-07-251-1/+1
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-251-0/+1
* SERVER-42377: Update how burn_in_tests determines tests to run.David Bradford2019-07-248-562/+211