Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests] [asan] add graceful stop flag #2347

Merged
merged 1 commit into from
Jun 28, 2022

Commits on Jun 20, 2022

  1. [tests] [asan] add graceful stop flag

    Currently, when running the tests with ASAN-enabled image, leak reports
    are not generated. The reason is that dvs.destroy() (via 'ctn.remove(force=True)')
    uses SIGKILL to stop the container. To address this, a new flag is
    added.
    
    When the new flag is set, the swss processes are gracefully stopped (via
    SIGTERM).
    
    Signed-off-by: Yakiv Huryk <yhuryk@nvidia.com>
    Yakiv-Huryk committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    81eee6b View commit details
    Browse the repository at this point in the history