Comment 3 for bug 1293792

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to cinder (stable/icehouse)

Reviewed: https://review.openstack.org/91039
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=59fe59ebfc93a9354aa4598a39c7132cc38938fe
Submitter: Jenkins
Branch: stable/icehouse

commit 59fe59ebfc93a9354aa4598a39c7132cc38938fe
Author: Juan Manuel Olle <email address hidden>
Date: Fri Mar 21 16:46:03 2014 -0300

    Correct metadata ordering issue in tests

    Some test including test_volume_get_all_filters
    fails randomly because metadata is in a dict and
    the items order is undefined.
    The test comparison was changed to avoid unexpected
    test results.

    Change-Id: Ibb24d21cd05aa1eefb45b61c63de067b34fb1013
    Closes-Bug: #1293792
    (cherry picked from commit 4cc2366623743393f89a198581fcb69dc04d31cd)