index
:
custodian.git
10-support-http-basic-auth
12-reap-old-tests
13-catch-bogus-dns
13-log-dns-errors
19-user-agent
21-allow-custom-subjects
3-send-sni-when-falling-back-to-openssl
locking_for_custodian_add_test_script
master
rubo-cop-all-the-things
ssl-custom-expiry
A distributed protocol tester.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
custodian
/
worker.rb
Age
Commit message (
Collapse
)
Author
2013-04-23
The name of the beanstalkd tube is passed into the constructor now.
Steve Kemp
2013-01-24
Updated to log duration of test-runs with our alerters, if they
Steve Kemp
implement a "duration" method.
2012-12-12
The dequeuing process passes the settings to the wroker.
Steve Kemp
2012-11-30
Hard-wire repeat for the moment. It'll come from the configuration
Steve Kemp
file shortly.
2012-11-26
Updated so that each alert-type has its dedicated alert-target.
Steve Kemp
2012-11-26
Allow multiple alerters.
Steve Kemp
2012-11-26
Explicitly watch a "tube" - a named queue - to avoid stomping on
Steve Kemp
anything else running under beanstalkd.
2012-11-24
Renamed 'custodian/protocoltest.rb' -> 'custodian/protocoltests.rb' to ↵
Steve Kemp
match what we did with the alerts.
2012-11-24
Set the alerter-target, if we can find one.
Steve Kemp
2012-11-24
Use the factory-method to instantiate an alerting method.
Steve Kemp
2012-11-24
Move the protocol-test includes into a single file to avoid duplication.
Steve Kemp
2012-11-24
Simplify test-execution logic, and count the test-runs from 1 rather than ↵
Steve Kemp
zero.
2012-11-24
Invert the success/failure of tests if appropriate.
Steve Kemp
2012-11-23
Updated the alerter to be in the Custodian name-space, and the worker
Steve Kemp
to invoke it from that. Currently alerts are disabled. TODO: Fix this.
2012-11-22
Removed json library - we don't need/use it.
Steve Kemp
2012-11-22
Updated to use the new string-body from jobs, and the new factory to ↵
Steve Kemp
generate tests.
2012-11-22
Moved the worker into the custodian namespace.
Steve Kemp
2012-11-22
Renamed class Custodian -> Custodian/Worker
Steve Kemp