Comment 9 for bug 1398999

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

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

commit a390a2f257402d6b380774acaa0607a65abb4df4
Author: Daniel P. Berrange <email address hidden>
Date: Tue Feb 17 17:10:49 2015 +0000

    libvirt: switch LibvirtConnTestCase back to NoDBTestCase

    The following commit changed LibvirtConnTestCase to inherit
    from TestCase

      commit d667b6a63e80b2f8d6311c2cf224ba32628eed84
      Author: Chris St. Pierre <email address hidden>
      Date: Wed Dec 3 16:16:34 2014 -0600

        libvirt: Fail when live block migrating instance with volumes

    This caused database setup to be performed once more, doubling
    the test execution time.

    Related-bug: #1398999
    Change-Id: Ibad5bf4704a424f73d0e28e7f889ca3db24f7b7e