Comment 2 for bug 1213845

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (master)

Reviewed: https://review.openstack.org/42595
Committed: http://github.com/openstack/swift/commit/fad5f257642068afa3ffb02648d9850708110889
Submitter: Jenkins
Branch: master

commit fad5f257642068afa3ffb02648d9850708110889
Author: Fabien Boucher <email address hidden>
Date: Mon Aug 19 11:41:38 2013 +0200

    Use randomly named file for temporay file

    Use tempfile.mkstemp to generate temporary
    file to avoid collision with an existing 'test'
    file in /tmp.

    Change-Id: Ic2f7f64ee9826afa6f04debd763e8c7a0eb25988
    Fixes: bug #1213845