Comment 6 for bug 1819460

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

Reviewed: https://review.openstack.org/648651
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=fd3b86d1c35efdd8356233863b8ad5b628df8d29
Submitter: Zuul
Branch: master

commit fd3b86d1c35efdd8356233863b8ad5b628df8d29
Author: Balazs Gibizer <email address hidden>
Date: Fri Mar 29 10:03:48 2019 +0100

    Fix exception type in test_boot_reschedule_fill_provider_mapping_raises

    After Iecbee518444bd282ce5f6fd019db41a322f76a83 merged the
    test_boot_reschedule_fill_provider_mapping_raises does not simulate a
    possible scenario as ConsumerAllocationRetrievalFailed cannot be
    raised from _fill_provider_mapping any more.

    The fault this functional test reporduces still exists just with
    different exception types. So this patch changes the exception type
    to a valid one that is still raised by _fill_provider_mapping.

    Change-Id: I79cf44aafccb1bc6b13a3109c5a98215811bd04d
    Related-Bug: #1819460