Comment 14 for bug 1348818

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

Reviewed: https://review.openstack.org/109939
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=b056fca27897947ce5ef1326ee19db767f14f0ae
Submitter: Jenkins
Branch: master

commit b056fca27897947ce5ef1326ee19db767f14f0ae
Author: Dmitry Tantsur <email address hidden>
Date: Mon Jul 28 11:23:12 2014 +0200

    Do not rely on hash ordering in tests

    With tox 1.7.2 hash randomization will be on by default, causing
    random failures of our tests. How to reproduce:
    * Update tox
    * Run something like:
      $ for i in {1..20}; do tox -epy27 || break; done

    Change-Id: I52c10c47a7a1c0e6a9e436efb090bbcb0fb02edc
    Closes-bug: #1348818