Comment 14 for bug 1813147

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

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

commit 1fa2e9c3a0afcbaeecbb9e336a4711c2e9add189
Author: Matt Riedemann <email address hidden>
Date: Fri Feb 1 11:34:45 2019 -0500

    Ignore SAWarnings for "Evaluating non-mapped column expression"

    These warnings come from oslo.db code (tracked with bug 1814199)
    so there isn't much nova can do about that right now, outside of
    monkey patching oslo.db which is a bad idea.

    Let's ignore the warning until the bug in oslo.db is fixed to
    avoid blowing up our unit/functional test console output logs
    which in turn is intermittently triggering subunit.parser failures.

    Change-Id: Ifdfeadae8b348d788de2cd665544015366271d66
    Related-Bug: #1813147