Comment 2 for bug 1582241

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

Reviewed: https://review.openstack.org/316773
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=96de5c139bcccf6cc6314bc9a8c579b996f2cb27
Submitter: Jenkins
Branch: master

commit 96de5c139bcccf6cc6314bc9a8c579b996f2cb27
Author: Kiall Mac Innes <email address hidden>
Date: Mon May 16 13:01:19 2016 +0100

    Skip zone import count test, reenable pool tests

    It looks like we may have found the cause of the CI failures, zone
    imports are stated during tests, but are not given time to complete.

    This (eventually) means they clash with other tests, causing the
    database is locked failures we've been seeing.

    Change-Id: I010a32affec54a8f12a4e7f5263a1d20a475d0dc
    Closes-Bug: 1570859
    Related-Bug: 1582241