]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/qemu: use unique clone directory to avoid race with workunit 24975/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 22 Oct 2018 14:44:40 +0000 (10:44 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 7 Nov 2018 15:48:02 +0000 (10:48 -0500)
commit4f1407fa98a877aefe3e4a6f9fe0572a4c443ac6
tree8107f9cedcdd2d93e12b080de9125a8a3ba6f9ed
parent9386263faf9b4e086ee496067fe4bc16030309b4
qa/tasks/qemu: use unique clone directory to avoid race with workunit

If there is a workunit task associated with the same client, the two
tasks will attempt to clone the suite repo to the same directory.
Worse, if it's parallel tasks, the two clones will clobber each
other.

Fixes: http://tracker.ceph.com/issues/36542
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 5d56014c61b107dcb5d05c2221c2e844324f304c)
qa/tasks/qemu.py