Comment 2 for bug 1409173

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

Reviewed: https://review.openstack.org/146234
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5896fb10a4804824a00127fc2b841d5a0735bccf
Submitter: Jenkins
Branch: master

commit 5896fb10a4804824a00127fc2b841d5a0735bccf
Author: Rick Harris <email address hidden>
Date: Fri Jan 9 18:29:58 2015 -0600

    virt: Fix interaction between disk API tests

    A couple of tests were leaking `setUp` state causing the
    `test_can_resize_need_fs_type_specified` test to randomly fail.

    This probably passed in the gate due to the ordering happening to be correct
    everytime. Since I'm using `nosetests`, I happen to be running the tests in
    the 'wrong' order.

    The solution is to have the tests clean up their state between runs.

    Change-Id: Ib9fe973d7784f763ad4714bd39085bc1d256d9c7
    Closes-Bug: 1409173