summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/logging
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46436 wait up to 5 minutes for the flush thread to finish after a task...Robert Guo2020-03-091-2/+6
* SERVER-46250 increase resmoke HTTP POST timeout to 65 secondsRobert Guo2020-02-201-1/+1
* SERVER-46250 increase resmoke HTTP POST timeout to 20 secondsRobert Guo2020-02-191-1/+1
* SERVER-46250 Hardcode buildlogger payload limit in resmokeRobert Guo2020-02-191-1/+5
* SERVER-42623 Remove events from scheduler using `is` operator.Max Hirschhorn2019-08-061-2/+3
* SERVER-40559 Python linters do not run after upgrade to Python 3Mark Benvenuto2019-04-161-0/+2
* SERVER-40514 Fix race in ResmokeMathew Robinson2019-04-081-1/+4
* SERVER-32295 Support Python 3Mathew Robinson2019-04-086-37/+24
* SERVER-39009 Make buildlogger credentials location configurableMathew Robinson2019-01-151-1/+2
* SERVER-35800 retry getting build_id and test_id from logkeeperRobert Guo2018-08-092-5/+22
* SERVER-35472 Avoid falling back to stderr in resmoke.py.Max Hirschhorn2018-06-082-41/+63
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-056-187/+118
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-265-37/+32
* SERVER-33476 Rename CustomBehavior to HookYves Duhem2018-02-271-5/+5
* SERVER-32474 Fix double logging when using --log=buildlogger.Max Hirschhorn2018-01-101-2/+16
* SERVER-28396 Respect logkeeper's POST size limitYves Duhem2018-01-091-50/+112
* SERVER-31556 Use fixture logger as parent of hook logger.Max Hirschhorn2017-11-261-2/+2
* SERVER-31470 Move "run tests" logic into evergreen_run_tests.py.Max Hirschhorn2017-10-181-2/+2
* SERVER-25293 log hook testcases only to logkeeperRobert Guo2017-06-141-31/+10
* SERVER-28991 Eliminate having an AlarmClock thread for each test.Max Hirschhorn2017-05-162-58/+180
* SERVER-28714 Better fallback logger prefixRobert Guo2017-05-011-5/+10
* SERVER-28477 Resmoke logging refactoringYves Duhem2017-03-294-255/+430
* SERVER-27627 Tolerate much older versions of Python's requests package.Max Hirschhorn2017-03-011-15/+27
* SERVER-27627 use requests instead of urllib2 in resmoke.pyRobert Guo2017-02-282-40/+43
* Revert "SERVER-27627 use requests instead of urllib2 in resmoke.py"Robert Guo2017-02-242-20/+38
* SERVER-27627 use requests instead of urllib2 in resmoke.pyRobert Guo2017-02-242-38/+20
* SERVER-23818 Send Evergreen task Id to logkeeperYves Duhem2017-02-161-0/+2
* SERVER-26445 Make emit() not wait for flush() to complete.Max Hirschhorn2016-12-052-30/+39
* SERVER-23819 buildlogger client requests should use basic auth instead of dig...Jonathan Abrahams2016-09-091-3/+3
* SERVER-22142 join() FlushThread in resmoke.py after running all tests.Max Hirschhorn2016-01-151-3/+33
* SERVER-18572 Use the same timestamp format as MongoDB log messages.Max Hirschhorn2015-06-222-4/+55
* SERVER-18390 Check dbhash of all databases during small_oplog suitesCharlie Swanson2015-05-201-1/+1
* SERVER-1424 Rewrite smoke.py.Max Hirschhorn2015-05-086-0/+740