Comment 216 for bug 1348818

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

Reviewed: https://review.openstack.org/214539
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=b070ed0286206fcde36df5e0da39a227e2dfdb38
Submitter: Jenkins
Branch: master

commit b070ed0286206fcde36df5e0da39a227e2dfdb38
Author: Wang Muyu <email address hidden>
Date: Sun Aug 16 11:21:24 2015 -0400

    Improve unit tests to succeed without hash tweak

    PYTHONHASHSEED was set to 0 to disable hash randomization, because some
    tests assertions were order sensitive. This commit is to improve the
    assertions, so the PYTHONHASHSEED hack in tox.ini is not needed.

    Change-Id: I4ff09d202af818d27321e8e83718e82d0c48e3d2
    Closes-Bug: 1348818