summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/core/process.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68593 Disable low value python warningsAlexander Neben2022-09-021-3/+1
* SERVER-65508 detect existing resmoke processes which could cause issues for t...Daniel Moody2022-07-281-0/+7
* SERVER-66080 SimulateCrash hook waits for mongod to stop before copying data ...Gregory Wlodarek2022-04-291-2/+11
* SERVER-60728 Add a new test hook to simulate crashes and validate data files ...Gregory Wlodarek2022-02-081-0/+9
* SERVER-57439 add unittest task with undodb recordings to ! RHEL 8Robert Guo2021-06-161-6/+19
* SERVER-55147 resmoke should shlex.quote() commands before printing themSiran Wang2021-06-081-2/+3
* SERVER-50313 Add standalone tasks to live-record buildvariantMikhail Shchatko2020-09-101-1/+1
* SERVER-47591 Add build variant that runs some tests with live recordRichard Samuels2020-07-131-1/+6
* SERVER-49041 Check if live-record binary exists when specified in resmoke.py ...Richard Samuels2020-07-091-1/+0
* SERVER-48112 Use Absolute Imports in ResmokeMikhail Shchatko2020-06-181-5/+5
* SERVER-47589 add option for undo recorderRobert Guo2020-06-031-0/+20
* SERVER-45416 Model-check TLA+ specs in EvergreenA. Jesse Jiryu Davis2020-04-061-4/+7
* SERVER-45342 Send an abort signal instead of a kill signal when archivingCarl Worley2020-01-091-4/+16
* SERVER-41796 Create Evergreen variant for libfuzzer targetsRoxane2019-07-231-2/+2
* Revert "SERVER-41796 Create Evergreen variant for libfuzzer targets"Ian Boros2019-07-191-2/+2
* SERVER-41796 Create Evergreen variant for libfuzzer targetsRoxane2019-07-181-2/+2
* SERVER-40651 Update resmoke to new pywin32 error apiMathew Robinson2019-04-191-1/+1
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-24/+3
* SERVER-35268: Reduce recovery logging and add a buffer to resmoke's I/O pipes.Daniel Gottlieb2018-05-311-3/+3
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-25/+14
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-15/+8
* SERVER-19677 Add support for running the intel decimal library testAndrew Morrow2017-03-221-2/+3
* SERVER-27285 Run jsCore tests while periodically killing secondaries.Max Hirschhorn2017-01-301-3/+6
* SERVER-25358 resmoke should shutdown mongod cleanly on WindowsRobert Guo2016-08-161-4/+34
* SERVER-22219 Use subprocess32 on POSIX systems if it's available.Max Hirschhorn2016-01-211-6/+49
* SERVER-17526 Enable tracking of spawned processes in MCI.Max Hirschhorn2015-05-281-4/+10
* SERVER-18390 Check dbhash of all databases during small_oplog suitesCharlie Swanson2015-05-201-1/+1
* SERVER-1424 Rewrite smoke.py.Max Hirschhorn2015-05-081-0/+185