Comment 40 for bug 1348818

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

Reviewed: https://review.openstack.org/114194
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=66c987479ae3485d308ec3505a6a6b7404736f1c
Submitter: Jenkins
Branch: master

commit 66c987479ae3485d308ec3505a6a6b7404736f1c
Author: Louis Taylor <email address hidden>
Date: Thu Aug 14 10:21:36 2014 +0000

    Ensure constant order when setting all image tags

    The newer version of tox (>=1.7.0) sets a random hash seed, which makes the
    order of sets unpredictable. This patchset fixes the test_image_tag_set_all
    test, which otherwise broke with a randomized PYTHONHASHSEED. This new tox
    behaviour is consistent with python (>=3.3), meaning this change should avoid
    bugs on that platform at a later date.

    Change-Id: Ie281b04fc9c4c2a96a9eec9bde7b05229ebf57fc
    Partial-bug: #1348818