Comment 3 for bug 1913625

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to glance (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/glance/+/785551
Committed: https://opendev.org/openstack/glance/commit/54060e8b72b048d9a6a2ff2ca01a5fc18b6eafec
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 54060e8b72b048d9a6a2ff2ca01a5fc18b6eafec
Author: Dan Smith <email address hidden>
Date: Tue Feb 23 18:59:07 2021 -0800

    Make functional tests set node_staging_uri

    Currently it is not possible to configure the staging directory
    URI of the functional workers. We need to be able to do that in order
    to enable the stage cleaning behavior. Right now, they're all sharing
    /tmp/staging, which will cause workers to conflict while running in
    parallel. This causes them to use their private test directory,
    which may also help some other spurious failures due to interaction.

    Related-Bug: #1913625
    Change-Id: Ic2ac2a528206c50c38e948a096daf9eb8e5eb715
    (cherry picked from commit e9852fb6251c655f0e384c6b0b8677bd556f17a1)
    (cherry picked from commit 8e216b4913e8b842cab983c100165949bed7def2)