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

hive: Make timer job test less flaky #25308

Merged

Commits on May 8, 2023

  1. hive: Make timer job test less flaky

    job_test.go would typically fail on local test runs on Linux on arm64 VM
    on a Mac. Fix this by not trying to assert the observed timer intervals,
    but just make sure the timer function is called repeatedly so that we
    catch regressions of timer not functioning at all.
    
    Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
    jrajahalme committed May 8, 2023
    Configuration menu
    Copy the full SHA
    8050476 View commit details
    Browse the repository at this point in the history