summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/testing/job.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68593 Disable low value python warningsAlexander Neben2022-09-021-4/+3
* SERVER-65000 Deleted fixtures and hooks related to the replicator.kauboy262022-04-041-5/+1
* SERVER-63487: Add kill/start replicator hookXueruiFa2022-03-231-5/+8
* SERVER-61080 Avoid failing replicator tasks for test failures unrelated to th...Vishnu Kaushik2021-11-031-17/+41
* SERVER-55859 Add multiversion full cluster changestreams hookMikhail Shchatko2021-08-181-5/+4
* SERVER-55861 add retryable writes multiversion hookSiran Wang2021-07-301-3/+12
* SERVER-55548 update fixture status message before fixture teardownRobert Guo2021-06-071-0/+5
* SERVER-52531 fix incorrect use of job_numRobert Guo2020-12-101-0/+5
* SERVER-50085 Make it easier to correlate mongo process names, ports, PIDs in ...Carl Raiden Worley2020-08-071-0/+3
* SERVER-25548 resmoke should not continue after a shell crashCarl Raiden Worley2020-06-251-0/+3
* SERVER-48112 Use Absolute Imports in ResmokeMikhail Shchatko2020-06-181-7/+6
* SERVER-45342 Send an abort signal instead of a kill signal when archivingCarl Worley2020-01-091-5/+5
* SERVER-44832 Modify HookTestArchival to reset fixturesCarl Worley2019-12-131-34/+67
* SERVER-42622 Call teardown_fixture() even if setup_fixture() errors.Max Hirschhorn2019-08-061-11/+13
* SERVER-42356 Remove special casing for NoOpFixture setup and teardown.Max Hirschhorn2019-08-061-5/+2
* SERVER-40592 Handle exceptions from {setup,teardown}_fixture().Max Hirschhorn2019-05-031-5/+39
* SERVER-40559 Python linters do not run after upgrade to Python 3Mark Benvenuto2019-04-161-1/+1
* SERVER-40550 Refactor job.py to support mock of time.timeJonathan Abrahams2019-04-101-2/+7
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-4/+2
* SERVER-39305 Add --repeatTestsSecs, --repeatTestsMin & --repeatTestsMax optio...Jonathan Abrahams2019-02-141-5/+37
* SERVER-28940 Test cases for fixture setups and teardownsYves Duhem2018-10-041-25/+58
* SERVER-35472 Ignore incomplete log output state if all tests passed.Max Hirschhorn2018-06-081-5/+1
* SERVER-35472 Avoid falling back to stderr in resmoke.py.Max Hirschhorn2018-06-081-1/+5
* SERVER-34779 Add hook for checking dbhash while a test is running.Max Hirschhorn2018-05-251-1/+6
* SERVER-33287 Create passthrough that kills the primary nodeSamy Lanka2018-04-121-1/+9
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-44/+26
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-2/+2
* SERVER-33396 Update fixture teardown to throw ServerFailureYves Duhem2018-03-021-3/+4
* SERVER-33476 Rename CustomBehavior to HookYves Duhem2018-02-271-2/+1
* SERVER-26884 Support archiving data files in Evergreen on test failureJonathan Abrahams2018-02-081-15/+31
* SERVER-31470 Move "run tests" logic into evergreen_run_tests.py.Max Hirschhorn2017-10-181-5/+5
* Revert "SERVER-29522 better error codes when running concurrent tests in resm...Max Hirschhorn2017-10-111-1/+1
* SERVER-29522 better error codes when running concurrent tests in resmokeIan Boros2017-10-101-1/+1
* SERVER-28991 Eliminate having an AlarmClock thread for each test.Max Hirschhorn2017-05-161-2/+3
* SERVER-27158 shutdown fixtures when a job finishesRobert Guo2017-02-221-1/+15
* SERVER-24884 syntax adjustmentsiwysiu2016-07-051-1/+1
* SERVER-24884 change resmoke so after test hooks only run onceiwysiu2016-07-051-1/+1
* SERVER-22860 allow resmoke.py to run JS hooksRobert Guo2016-05-181-2/+2
* SERVER-22200 Correct logic to mark a test as a failure.Charlie Swanson2016-01-211-8/+8
* SERVER-18390 Check dbhash of all databases during small_oplog suitesCharlie Swanson2015-05-201-10/+10
* SERVER-1424 Rewrite smoke.py.Max Hirschhorn2015-05-081-0/+195