Commit Graph

16 Commits

Author SHA1 Message Date
Dan Crosta 20947d68f1 buildlogger: suppress deprecation warnings on certain python versions 2012-07-05 12:12:20 -04:00
Dan Crosta 71f9205daf BUILDBOT-132 add smoke.py command line args for invoking buildlogger
new/added usage:

    smoke.py --buildlogger-builder <builder name> \
             --buildlogger-buildnum <build number> \
             --buildlogger-credentials /path/to/pyfile.py

The credentials file must define "username" and "password" strings which
contain a valid set of authentication credentials for buildlogger.
2012-05-24 09:55:14 -04:00
Dan Crosta 9997c57168 buildlogger: attach signal handler for run_and_echo 2012-05-18 19:02:02 -04:00
Dan Crosta 351e573618 fall back to os.kill() if Popen.send_signal() does not exist (older Pythons) 2012-05-18 09:33:08 -04:00
Dan Crosta f645120867 send any final buffered output to buildlogger 2012-05-18 09:33:08 -04:00
Dan Crosta bb5002579d buildlogger: Don't fail on older Pythons for 201 HTTP status 2012-05-16 17:51:44 -04:00
Dan Crosta f93d92bbcf BUILDBOT-119: implement retry/backoff logic for buildlogger 2012-05-16 16:10:25 -04:00
Dan Crosta 233a46cdcb BUILDBOT-118: use a default socket timeout in buildlogger
Python 2.4/2.5 don't accept a "timeout" keyword argument to urlopen
2012-05-16 16:10:13 -04:00
Dan Crosta 5c8053463a buildlogger: make everything unicode 2012-04-12 17:36:24 -04:00
Dan Crosta 6fcb417983 be explicit about encodings in buildlogger 2012-04-10 16:39:48 -04:00
Dan Crosta 8b4d9dbe20 was accidentally sending (int, None) tuples as log lines
this broke the buildlogger webapp. a corresponding patch is made on that side
2012-04-10 16:39:48 -04:00
Dan Crosta 8b1c9bd361 access HTTPError headers safely 2012-04-02 14:48:07 -04:00
Dan Crosta 6e4aa245bb use buildbot credentials, not settings.py, for buildlogger 2012-04-02 14:16:10 -04:00
Dan Crosta c6dc2074a1 BUILDBOT-108: note start and end of test in buildlogger 2012-04-02 14:10:21 -04:00
Dan Crosta 0b22e48edb correctly propagate SIGTERM to wrapped children in buildlogger 2012-03-27 14:35:03 -04:00
Dan Crosta 41db66ef99 add buildlogger (separate test output) 2012-03-23 15:47:30 -04:00