]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
orchestra.run: fix generating ConnectionLostError 950/head
authorJohn Spray <john.spray@redhat.com>
Mon, 5 Sep 2016 10:17:04 +0000 (11:17 +0100)
committerJohn Spray <john.spray@redhat.com>
Mon, 5 Sep 2016 10:17:04 +0000 (11:17 +0100)
commitd3b05e759da29e5b17cabfbc2d9346cb93a9ae8b
tree326acf405f68b798a4b983cf5dd1689118d4d0de
parent90bd9c6faaa9abab95c550ddd7798690c389b1cd
orchestra.run: fix generating ConnectionLostError

Previously you could get AttributeError if
a node went away, because it tried to call
getpeername after get_transport() had
returned None.

Signed-off-by: John Spray <john.spray@redhat.com>
teuthology/orchestra/run.py