Comment 2 for bug 1660088

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

Reviewed: https://review.openstack.org/426550
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=afab7c67011fad40fec87749679137d31aa20540
Submitter: Jenkins
Branch: master

commit afab7c67011fad40fec87749679137d31aa20540
Author: Sławek Kapłoński <email address hidden>
Date: Sun Jan 29 09:44:03 2017 +0000

    Display deprecation warning in test only once

    WarningsFixture class was set to display deprecation
    warnings "alway" - which means every occurence of
    a warning.
    Since oslo.context 2.12.0 there was huge amount of such
    warnings displayed. It causes functional tests fails due
    to reach global timeout for tests.

    Now deprecation warning should be disaplayed only on first
    occurence of matching warning in test.

    Change-Id: I91196a8457c25e6eb5561fb74fd5864de85a070a
    Closes-Bug: 1660088