Reviewing the kobo XML-RPC code suggests that kobo may sometimes (always?) attempt to reuse an existing socket connection on Python 2.6 and earlier. I suspect this may cause misbehaviour in some circumstances (such as when the original failure was a timeout during SSL/TLS processing) We should ensure the underlying transport is always closed in our own failure handling/XML-RPC retry loop.
On Gerrit: http://gerrit.beaker-project.org/2734
After smoke test, QE didn't find regression bugs for this issue. So move to "VERIFIED"
Beaker 0.15.4 has been released.