Comment 10 for bug 1728640

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

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

commit ab78a407f28837da2c674f750e91b2ae3def82c9
Author: Sean McGinnis <email address hidden>
Date: Tue Nov 7 23:41:28 2017 -0600

    Change default test log level

    Despite comments stating otherwise, we set our root logging level
    to DEBUG. This causes some unwanted things to be logged to the
    console and large test artifacts.

    There is also some suspicion that this is causing test failures
    with some kind of timing change with stestr causing subunit
    parsing failures.

    This changes the default level to be higher and fixes a few test
    cases that had expected the previous default.

    Change-Id: Ib7e45915898347549c12bc8276df556b272bb259
    Closes-bug: #1728640