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

jobs,test: Fix TestTimer_ExitOnCloseFnCtx channel close panic #25211

Merged
merged 1 commit into from
May 5, 2023

Commits on Apr 29, 2023

  1. jobs,test: Fix TestTimer_ExitOnCloseFnCtx channel close panic

    This test enforces that a timer callback will not be called after the
    context has been canceled. However, it was written such that if the test
    fails a panic is thrown. This fixes both the panic-on-fail and resolves
    the edge case causing the flake.
    
    Fixes: cilium#25177
    
    Signed-off-by: Dylan Reimerink <dylan.reimerink@isovalent.com>
    dylandreimerink committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    8b91ce5 View commit details
    Browse the repository at this point in the history