Jonathan Reams
a2adff8b30
Revert " BUILD-355 Make buildlogger use temporary files to buffer log output"
...
This reverts commit 6e79814393
.
2014-10-15 15:11:31 -04:00
Jonathan Reams
6e79814393
BUILD-355 Make buildlogger use temporary files to buffer log output
2014-10-06 16:34:12 -04:00
mike o'brien
ef817ea803
SERVER-12509 allow overriding default buildlog URL with command line opt to smoke.py
2014-02-06 18:10:48 -05:00
mike o'brien
e3c5265fd0
increase buildlogger send interval to 10 seconds
2014-01-28 22:56:38 -05:00
Eric Milkie
86f1890527
MCI-970 send data to buildlogger in larger batches
2013-11-14 17:26:10 -05:00
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