summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/testing/report.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"Robert Guo2020-10-151-2/+0
* SERVER-49504: Allow resmoke's mongo shell to log to Jasperjulianedwards2020-10-141-0/+2
* Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"Ben Caimano2020-10-121-2/+0
* SERVER-49504: Allow resmoke's mongo shell to log to Jasperjulianedwards2020-10-121-0/+2
* SERVER-51172 resmoke sometimes throws TypeError when calculating elapsed time...Carl Raiden Worley2020-10-081-0/+5
* SERVER-50085 Make it easier to correlate mongo process names, ports, PIDs in ...Carl Raiden Worley2020-08-071-0/+3
* SERVER-48112 Use Absolute Imports in ResmokeMikhail Shchatko2020-06-181-2/+2
* SERVER-48150 Streamline resmoke loggersCarl Raiden Worley2020-06-171-6/+13
* SERVER-45864 Record the start time for tests after creating the test loggerCarl Raiden Worley2020-01-301-1/+1
* SERVER-45342 Send an abort signal instead of a kill signal when archivingCarl Worley2020-01-091-2/+4
* SERVER-19895 resmoke failures should self-documentCarl Worley2019-11-221-0/+17
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-2/+0
* SERVER-18840 resmoke should indicate status of test in abbreviated log output...Jonathan Abrahams2019-01-071-1/+3
* SERVER-28940 Test cases for fixture setups and teardownsYves Duhem2018-10-041-4/+8
* SERVER-34593 New resmoke option to repeat testsYves Duhem2018-08-291-4/+8
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-88/+43
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-2/+2
* SERVER-33737 Fix logger override for DynamicJSTestCaseYves Duhem2018-03-081-12/+2
* SERVER-33665 New TestCase subclass for process based testsYves Duhem2018-03-061-4/+1
* SERVER-31470 Move "run tests" logic into evergreen_run_tests.py.Max Hirschhorn2017-10-181-28/+34
* SERVER-29192 Prevent 'silentfail' status for dynamic testsYves Duhem2017-06-051-1/+6
* SERVER-29061 Add buildscripts/promote_silent_failures.py script to convert si...Eddie Louie2017-05-301-12/+27
* SERVER-28991 Eliminate having an AlarmClock thread for each test.Max Hirschhorn2017-05-161-1/+4
* SERVER-28783 Add buildscripts/combine_reports.py script for combining report....Jonathan Abrahams2017-04-241-0/+21
* SERVER-28439 Add "silentfail" test status and --reportFailureStatus option to...Jonathan Abrahams2017-04-031-1/+2
* SERVER-28477 Resmoke logging refactoringYves Duhem2017-03-291-35/+11
* SERVER-21539 Release TestReport._lock when recomputing stats.Max Hirschhorn2017-03-201-10/+10
* SERVER-21539 Write report.json file when resmoke.py receives a SIGUSR1.Max Hirschhorn2017-03-091-83/+138
* SERVER-24925 add raw_url field to resmoke reportJonathan Abrahams2016-07-111-0/+1
* SERVER-22200 Correct logic to mark a test as a failure.Charlie Swanson2016-01-211-1/+1
* SERVER-18756 Write all executions to the report.json file.Max Hirschhorn2015-06-221-89/+128
* SERVER-1424 Rewrite smoke.py.Max Hirschhorn2015-05-081-0/+291