Comment 45 for bug 1813147

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

Reviewed: https://review.opendev.org/662965
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0956539edf93736ef23169610b08959a69ec0d92
Submitter: Zuul
Branch: stable/stein

commit 0956539edf93736ef23169610b08959a69ec0d92
Author: Balazs Gibizer <email address hidden>
Date: Thu May 2 12:24:19 2019 -0600

    Reset the stored logs at each notification test steps

    This is an atempt to solve a new appearance of bug 1813147 where the
    long test_instance_action notification sample test case logs too much.
    This patch drops the logs of each successful test step to try to avoid
    the overload of the logging system.

    Change-Id: I0e5db9b2f423ab92ff93b6b3aada7d6b79a7abf6
    Related-Bug: #1813147
    (cherry picked from commit 93027713ab614b59ebb66f0617f85d43c956427c)