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.
Reviewed: https:/ /review. openstack. org/114194 /git.openstack. org/cgit/ openstack/ glance/ commit/ ?id=66c987479ae 3485d308ec3505a 6a6b7404736f1c
Committed: https:/
Submitter: Jenkins
Branch: master
commit 66c987479ae3485 d308ec3505a6a6b 7404736f1c
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 tag_set_ all
order of sets unpredictable. This patchset fixes the test_image_
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: Ie281b04fc9c4c2 a96a9eec9bde7b0 5229ebf57fc
Partial-bug: #1348818