summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72920 split matrix suites into own filesTrevor Guidry2023-04-031-0/+6
|
* SERVER-62180 Enable signal processing (or red/green) checks for Google ↵Mikhail Shchatko2022-01-201-0/+6
| | | | Microbenchmark
* SERVER-57937 support loading generated suites in resmoke.py suite definitionsRobert Guo2021-07-201-0/+5
|
* SERVER-25548 resmoke should not continue after a shell crashCarl Raiden Worley2020-06-251-0/+9
|
* SERVER-45342 Send an abort signal instead of a kill signal when archivingCarl Worley2020-01-091-0/+10
|
* SERVER-35472 Avoid falling back to stderr in resmoke.py.Max Hirschhorn2018-06-081-1/+6
| | | | | Instead a special return code of 75 is used to indicate that the log output would otherwise be incomplete.
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-34/+22
|
* SERVER-29607 resmoke prints available suites when an invalid one is specifiedIan Boros2017-10-061-0/+7
|
* SERVER-22142 join() FlushThread in resmoke.py after running all tests.Max Hirschhorn2016-01-151-0/+8
| | | | | | | | | This prevents the FlushThread from running while the interpreter is shutting down and the import machinery is uninitialized. Also fixed an issue where a KeyboardInterrupt while running multiple suites with --continueOnFailure would skip to the next suite, rather than exiting resmoke.py.
* SERVER-18273 Compute ranges of ports for each job in resmoke.pyCharlie Swanson2015-09-031-0/+9
|
* SERVER-1424 Rewrite smoke.py.Max Hirschhorn2015-05-081-0/+35
Split out the passthrough tests into separate suites. The MongoDB deployment is started up by resmoke.py so that we can record the success/failure of each individual test in MCI. Added support for parallel execution of tests by dispatching to multiple MongoDB deployments. Added support for grouping different kinds of tests (e.g. C++ unit tests, dbtests, and jstests) so that they can be run together. This allows for customizability in specifying what tests to execute when changes are made to a particular part of the code.