]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/qemu: use unique clone directory to avoid race with workunit 24811/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 22 Oct 2018 14:44:40 +0000 (10:44 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 29 Oct 2018 20:43:30 +0000 (16:43 -0400)
commitb604d13a130715c010028766c52ec7cde083caf9
tree6e4dc4e880af41abdb06e7d58a37e9d107a9bf0b
parent0e0b0f81ba9ab127a61ae6b7771fbf65259f2f7f
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