Comment 6 for bug 1491075

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

Reviewed: https://review.openstack.org/219544
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=34ce70e299f57018b370ea0b8aa457f737f470b7
Submitter: Jenkins
Branch: master

commit 34ce70e299f57018b370ea0b8aa457f737f470b7
Author: Amrith Kumar <email address hidden>
Date: Sat Oct 17 18:29:57 2015 -0400

    Correct errors resulting in "No handlers ..." error message

    This is a checkin for the issue of having errors that read "No
    handlers could be found for logger X.Y.Z" when running tests. While
    being annoying, it is also a serious issue in that some times, the
    lack of logging masks errors in the tests. One such example is fixed
    in this chkin (see bug 1491093).

    Change-Id: I4066d226aefbd23248e88692db109d31f5c150e9
    Partial-Bug: #1491075
    Closes-Bug: #1491093