Comment 38 for bug 1348818

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

Reviewed: https://review.openstack.org/114582
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=68f5243e23f8768d8996d0268eae282ccb3cb83c
Submitter: Jenkins
Branch: master

commit 68f5243e23f8768d8996d0268eae282ccb3cb83c
Author: Louis Taylor <email address hidden>
Date: Fri Aug 15 15:43:36 2014 +0000

    Do not assume order of images

    This fixes the test_tag_lifecycle test, which broke with a randomized
    PYTHONHASHSEED.

    Previously, the test assumed that the values in the list of tag names
    would remain constant. The test now sorts the results and compares to a
    sorted set.

    Change-Id: If5a2ef683fcf55520c7d539f1b90aefaba4739d5
    Partial-bug: #1348818