Comment 3 for bug 1153108

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

Reviewed: https://review.openstack.org/24991
Committed: http://github.com/openstack/cinder/commit/d1b37a8471ba5c5d5da315ea39335890b00a52f1
Submitter: Jenkins
Branch: master

commit d1b37a8471ba5c5d5da315ea39335890b00a52f1
Author: Avishay Traeger <email address hidden>
Date: Thu Mar 21 15:08:04 2013 +0200

    Clean up started volume services in tests.

    The test_preattach_status_volume test was failing due to state left by
    another test. The interim solution was to skip the aforementioned test.
    I tracked down the problem to 4 tests in test_admin_actions.py that
    call self.start_service('volume', host='test'), and don't stop the
    service. Stopping it in all 4 tests solves the problem.

    HOWEVER, I don't know why these started services caused this particular
    test to fail. I am still working to figure that out, but maybe someone
    has an idea.

    Change-Id: I2a5caaae9f61e7c7617c934917a10cf1cf3c0db6
    Fixes: bug 1153108