Added ping method to stats builders.
commitc1ab365b6ed986396831849e7bf37c53ee35526f
authorDustin Sallings <dustin@spy.net>
Sat, 7 Feb 2009 04:32:45 +0000 (6 20:32 -0800)
committerDustin Sallings <dustin@spy.net>
Wed, 11 Feb 2009 01:50:51 +0000 (10 17:50 -0800)
tree1c69fc162de25cff21c80afbd92f047dd9dd96d0
parent7fb7fa4210d1c9eff86c4f63835dc95ea6c5e937
Added ping method to stats builders.

I had a lot of network instabilities that would cause my status client
to believe it was connected and functioning properly when it wasn't.
I started sending pings across periodically and flagging the
connection on the (error) result.  That wasn't a big deal, but it ends
up dumping a bunch of stuff into logs.

This makes a simple ping possible without error.
buildbot/status/client.py