summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31470 Move "run tests" logic into evergreen_run_tests.py.Max Hirschhorn2017-10-189-61/+256
* SERVER-29522 better error codes when running concurrent tests in resmokeIan Boros2017-10-131-69/+153
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+5
* Revert "SERVER-29522 better error codes when running concurrent tests in resm...Max Hirschhorn2017-10-112-152/+70
* SERVER-29522 better error codes when running concurrent tests in resmokeIan Boros2017-10-102-70/+152
* SERVER-31472 resmoke returns error code when StepDownThread terminates premat...Ian Boros2017-10-101-4/+9
* SERVER-30872 Avoid modifying suite from signal handlerYves Duhem2017-10-092-25/+38
* SERVER-30922 Do not fail on non matching selector patternYves Duhem2017-10-061-4/+1
* SERVER-29607 resmoke prints available suites when an invalid one is specifiedIan Boros2017-10-062-1/+9
* SERVER-30922 Fail on invalid resmoke test file argumentsYves Duhem2017-10-061-17/+30
* SERVER-30839 prevent buildscripts/combine_reports.py from overwriting report....Rob Guo2017-10-041-0/+27
* SERVER-31309 Fix use of resmoke args for cpp testsYves Duhem2017-10-031-3/+13
* SERVER-31312 Fix include_suites matching for db_testYves Duhem2017-10-031-8/+27
* SERVER-30980 Add tag selector expressions supportYves Duhem2017-09-273-292/+488
* SERVER-30511 call checkUUIDsConsistentAcrossCluster() before shutting down a ...Esha Maharishi2017-09-251-0/+4
* SERVER-31095 Adding an evergreen builder to test the legacy transport layer. ...Henrik Edin2017-09-223-0/+11
* SERVER-30740 Disable background session cache refreshing on testssamantharitter2017-09-111-0/+6
* SERVER-30578 resmoke no longer starts more servers than testsIan Boros2017-09-071-2/+13
* SERVER-30684 Add configsvr and shard options to ShardedClusterFixtureYves Duhem2017-09-011-31/+63
* SERVER-30683 Support failovers in ReplicaSetFixtureYves Duhem2017-09-0112-162/+227
* SERVER-30685 New continuous stepdown hookYves Duhem2017-09-011-0/+193
* SERVER-27801 define unique KRB5CCNAME per external_auth testSara Golemon2017-08-281-0/+13
* SERVER-19541 supporting connecting to an external cluster in resmoke.pyRobert Guo2017-08-2111-22/+123
* SERVER-29593: Integrate the official JSON Schema test corpus into the unit testsNick Zolnierz2017-08-113-0/+86
* SERVER-30501 Create rollback logging componentJudah Schvimer2017-08-071-1/+3
* SERVER-29642 SERVER-29643 Add Python tests for test lifecycle scripts.Max Hirschhorn2017-07-171-1/+1
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-143-0/+11
* SERVER-29936 New module for test tags filesYves Duhem2017-07-071-15/+7
* SERVER-29405 delay deleting orphaned shard chunksNathan Myers2017-06-301-0/+7
* SERVER-28636 replace --executor with --suite in resmoke.pyRobert Guo2017-06-223-43/+22
* SERVER-29486 Filter test membership map by test_kindYves Duhem2017-06-211-1/+5
* SERVER-29560 Remove testcases.py now that it has been split up.Max Hirschhorn2017-06-211-500/+0
* SERVER-29560 Split testcases.py module into separate files.Max Hirschhorn2017-06-1410-9/+586
* SERVER-29560 Change fixtures to be registered automatically.Max Hirschhorn2017-06-144-27/+38
* SERVER-29560 Split hooks.py module into separate files.Max Hirschhorn2017-06-1412-692/+875
* SERVER-25293 log hook testcases only to logkeeperRobert Guo2017-06-148-287/+209
* SERVER-21299 resmoke should default to --shufflemay2017-06-092-4/+20
* SERVER-26443 clean up error reporting in jstestfuzz_concurrent suiteKimberly Hou2017-06-081-3/+3
* SERVER-28590 Invoke validate command on collections before shutting down mong...Eddie Louie2017-06-071-0/+3
* SERVER-29192 Prevent 'silentfail' status for dynamic testsYves Duhem2017-06-052-3/+8
* SERVER-29433 Improve logging during ReplicaSetFixture initializationSpencer T Brody2017-06-021-3/+5
* SERVER-24783 resmoke.py now prints running tests when encountering timeoutsPeter Mauldin2017-06-023-9/+64
* SERVER-26027: Updating log statement to include exit code on tear down in sit...Cristopher Stauffer2017-05-312-6/+8
* SERVER-29061 Add buildscripts/promote_silent_failures.py script to convert si...Eddie Louie2017-05-302-13/+28
* SERVER-28302 resmoke.py parser should accept files that don't end in .jsJonathan Abrahams2017-05-264-65/+64
* SERVER-29306 Prevent C++ unit, integration and dbtests from running twice dur...Jonathan Abrahams2017-05-261-1/+26
* SERVER-29008 Set TestData.numTestClients property in resmoke.py.Max Hirschhorn2017-05-162-11/+20
* SERVER-28991 Eliminate having an AlarmClock thread for each test.Max Hirschhorn2017-05-1612-222/+294
* SERVER-28968: Add causal consistent passthrough suiteMisha Tyulenev2017-05-051-5/+37
* SERVER-28714 Better fallback logger prefixRobert Guo2017-05-011-5/+10