]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
When bootstrapping teuthology, avoid deadlocks 1089/head
authorZack Cerza <zack@redhat.com>
Thu, 29 Jun 2017 15:32:57 +0000 (09:32 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 29 Jun 2017 15:37:13 +0000 (09:37 -0600)
commit42a99d79e993e9782e7e85c89716a232019688d6
treec6c06355001307d071fb750278333d09c40600b0
parent57b6641c35d4b6e6631daf5b8dc9f1d33697f811
When bootstrapping teuthology, avoid deadlocks

Use Popen.communicate() instead of Popen.wait()

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/repo_utils.py