Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-72920 split matrix suites into own files | Trevor Guidry | 2023-04-03 | 1 | -0/+6 |
| | |||||
* | SERVER-62180 Enable signal processing (or red/green) checks for Google ↵ | Mikhail Shchatko | 2022-01-20 | 1 | -0/+6 |
| | | | | Microbenchmark | ||||
* | SERVER-57937 support loading generated suites in resmoke.py suite definitions | Robert Guo | 2021-07-20 | 1 | -0/+5 |
| | |||||
* | SERVER-25548 resmoke should not continue after a shell crash | Carl Raiden Worley | 2020-06-25 | 1 | -0/+9 |
| | |||||
* | SERVER-45342 Send an abort signal instead of a kill signal when archiving | Carl Worley | 2020-01-09 | 1 | -0/+10 |
| | |||||
* | SERVER-35472 Avoid falling back to stderr in resmoke.py. | Max Hirschhorn | 2018-06-08 | 1 | -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 & mypy | Jonathan Abrahams | 2018-04-05 | 1 | -34/+22 |
| | |||||
* | SERVER-29607 resmoke prints available suites when an invalid one is specified | Ian Boros | 2017-10-06 | 1 | -0/+7 |
| | |||||
* | SERVER-22142 join() FlushThread in resmoke.py after running all tests. | Max Hirschhorn | 2016-01-15 | 1 | -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.py | Charlie Swanson | 2015-09-03 | 1 | -0/+9 |
| | |||||
* | SERVER-1424 Rewrite smoke.py. | Max Hirschhorn | 2015-05-08 | 1 | -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. |