Comment 15 for bug 1728640

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

Reviewed: https://review.openstack.org/521555
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=d0fab07245fec2629ffe11e81509037f96c98ff1
Submitter: Zuul
Branch: master

commit d0fab07245fec2629ffe11e81509037f96c98ff1
Author: Sean McGinnis <email address hidden>
Date: Mon Nov 20 08:57:40 2017 -0600

    Suppress UT log messages

    Large logger output during unit test run is causing subunit.parser
    failures. Most of this output is unnecessary for unit tests, so we
    should just suppress this logging.

    Also switching oslo.context args from user and tenant to user_id
    and project_id to get rid of deprecation warnings and move to new
    expected attributes. The minimum version of oslo.context has been
    raised to ensure we have a version with the renamed kwargs, so we
    are safe changing this. Originally planned to change as its own
    change in Iecee4cbd57ac319a02f9bfdf24e3742dbbcb3950, but it causes
    enough log output in the unit tests that failures are preventing
    either patch from going through without the other included.

    Change-Id: I9272f71e0e68268ad9f558ddd1e1183e3ea69806
    Partial-bug: #1728640