Comment 43 for bug 1813147

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

Reviewed: https://review.opendev.org/656844
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=93027713ab614b59ebb66f0617f85d43c956427c
Submitter: Zuul
Branch: master

commit 93027713ab614b59ebb66f0617f85d43c956427c
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