summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/testing/fixtures/standalone.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46551: Add separate default log verbosities for last stable mongo bina...Xuerui Fa2020-03-051-2/+2
* SERVER-45491 Add resmoke.py option to save mongod.log and mongos.log filesCarl Raiden Worley2020-01-281-1/+7
* SERVER-45342 Send an abort signal instead of a kill signal when archivingCarl Worley2020-01-091-6/+12
* SERVER-44831 Create a fixture sigkill test caseCarl Worley2019-12-091-3/+5
* SERVER-43253 Resmoke passes pids of peer mongo* process in TestDataRyan Timmons2019-09-161-0/+7
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-2/+0
* SERVER-34371: Don't ignore rmtree failuresDavid Bradford2018-06-131-7/+1
* SERVER-34371: log errors from rmtreeDavid Bradford2018-06-121-2/+8
* SERVER-34374 Wrap shutil.rmtree() in resmoke to handle path names which may c...Jonathan Abrahams2018-05-111-2/+1
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-10/+12
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-11/+4
* SERVER-33396 Update fixture teardown to throw ServerFailureYves Duhem2018-03-021-30/+28
* SERVER-31562 Archival for test failures from suites not using a resmoke fixtureJonathan Abrahams2018-02-141-10/+7
* SERVER-26884 Support archiving data files in Evergreen on test failureJonathan Abrahams2018-02-081-0/+3
* SERVER-30683 Support failovers in ReplicaSetFixtureYves Duhem2017-09-011-8/+10
* SERVER-19541 supporting connecting to an external cluster in resmoke.pyRobert Guo2017-08-211-2/+5
* SERVER-26027: Updating log statement to include exit code on tear down in sit...Cristopher Stauffer2017-05-311-3/+4
* SERVER-28991 Eliminate having an AlarmClock thread for each test.Max Hirschhorn2017-05-161-3/+4
* SERVER-23226 port CheckReplDBHash hook to jSRobert Guo2016-06-221-1/+2
* SERVER-22200 Correct logic to mark a test as a failure.Charlie Swanson2016-01-211-2/+3
* Improve startup time for resmoke suitesEric Milkie2015-10-231-1/+1
* SERVER-18273 Compute ranges of ports for each job in resmoke.pyCharlie Swanson2015-09-031-2/+1
* SERVER-19448 implement resmoke.py support for c++ integration testsAdam Midvidy2015-08-111-0/+6
* SERVER-18617 resmoke.py should not error when tearing down fixtures which had...Charlie Swanson2015-05-221-1/+1
* SERVER-18599 Increase connection timeout in resmoke.py.Max Hirschhorn2015-05-211-3/+7
* SERVER-18390 Check dbhash of all databases during small_oplog suitesCharlie Swanson2015-05-201-2/+6
* SERVER-1424 Rewrite smoke.py.Max Hirschhorn2015-05-081-0/+137