]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/qemu: use unique clone directory to avoid race with workunit
authorJason Dillaman <dillaman@redhat.com>
Mon, 22 Oct 2018 14:44:40 +0000 (10:44 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 22 Oct 2018 14:44:40 +0000 (10:44 -0400)
commit5d56014c61b107dcb5d05c2221c2e844324f304c
treeda4968122d271f3a32b1bb4beb4c703f0f781f5a
parent4af71e7c002effa01a1c2d14cad41e270101a7b3
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>
qa/tasks/qemu.py