summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-13Updated to include search-path.Steve Kemp
This is a temporary fix for local-testing.
2015-01-13Added queue-abstraction layer.Steve Kemp
This is not-yet used, but it will-be shortly. The intention is that we can seamlessly swap out the queue implemention in the near future so that we'll be able to use Redis.
2015-01-13typo-fixSteve Kemp
2015-01-13Minor update, and bump of copyright year.Steve Kemp
2015-01-13Updated mocha-loadingSteve Kemp
2015-01-13Test that returning the test-definition works.Steve Kemp
This will be needed when we want to save to the redis-log.
2015-01-13Avoid hard-wiring 1.8 rubySteve Kemp
2015-01-13Removed the deprecated `custodian-instances` script.Steve Kemp
This was designed to deploy multiple workers on a single host, via consistent "runit" system. It is no longer in use.
2015-01-13Don't marry our code to ruby1.8Steve Kemp
2015-01-13Updated the mocha-gem usageSteve Kemp
2015-01-08Simplified error messages for DNS failures.Steve Kemp
We show the result we expected and what we received, but we do so with quoted strings. So rather than: * one * two we show "one,two". This closes #8538.
2015-01-08Updated test to cope with DNS changesSteve Kemp
These days google.com resolves over both IPv4 and IPv6.
2014-12-11Updated changelogPatrick J Cherry
2014-12-11Fixed typoPatrick J Cherry
2014-12-11Updated changelogPatrick J Cherry
2014-12-11Resolve DNS server name to an IP before connecting, so ruby knowsPatrick J Cherry
which protocol to use.
2014-12-11Updated changelogPatrick J Cherry
2014-12-11Moved test-dns-types so that it gets included in the test suite.Patrick J Cherry
Added test for run_test.
2014-12-11Use getnameinfo rather than getaddrinfoPatrick J Cherry
2014-12-11Tidied up test suite include pathPatrick J Cherry
2014-12-11Renamed ldap test so it gets included in the test suitePatrick J Cherry
2014-12-11Fixed DNS reverse lookups to use getnameinfoPatrick J Cherry
2014-12-11Removed ruby1.8ismsPatrick J Cherry
2014-12-11Further tidying the DNS class to use an array rather than a string toPatrick J Cherry
compare stuff.
2014-12-11Updated changelogPatrick J Cherry
2014-12-11make dns comparisons alL LoWeR CaSePatrick J Cherry
2014-12-02Added host header override to errors in HTTP testJames Hannah
2014-10-13Bumped whitespace versionJames Hannah
2014-10-13Remove lines which are just whitespace before parsingJames Hannah
2014-10-13Incremented version numberJames Hannah
2014-10-13Added support for overriding the HTTP Host headerJames Hannah
2014-05-16Fixed numerous typos in the http libraryPatrick J Cherry
2014-05-16Added tag release-0.11-1 for changeset bf9e6e885c8ePatrick J Cherry
2014-05-16New releasePatrick J Cherry
2014-05-16Updated http protocoltest to connect over both IPv4 and 6.Patrick J Cherry
2013-11-22 New releaseSteve Kemp
2013-11-22 Added trivial TCP-connect test for postgresqlSteve Kemp
2013-11-22 Updated tests to succeed.Steve Kemp
Since we test dns lookups and reverse DNS lookups then we need to update the hostnames which have aged into a broken set of tests.
2013-11-22 Added IMAP protocol-test.Steve Kemp
2013-10-15 New releaseSteve Kemp
2013-10-15 We now allow "with cache busting", and "without cache busting".Steve Kemp
2013-10-15 Fixed test cases to succeed.Steve Kemp
2013-10-08 Attempt to avoid caching artifacts on all URL-testing bySteve Kemp
appending ?ctime=XX to HTTP/HTTPS-requests.
2013-10-08 New releaseSteve Kemp
2013-10-08 Updated to send via UDP, without system.Steve Kemp
2013-10-07 fixed escaping.Steve Kemp
2013-10-04 Ensure we quit netcat after sending.Steve Kemp
2013-10-04 Show the test-target in the graphite listSteve Kemp
2013-10-04 Graphite alerter.Steve Kemp
2013-10-04Added tag release-0.10-6 for changeset d6899b72fdaaSteve Kemp