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

test: Retrieve the private interface in an Eventually #16990

Merged
merged 1 commit into from
Aug 4, 2021

Commits on Jul 23, 2021

  1. test: Retrieve the private interface in an Eventually

    Upon sysdump inspection of
    cilium#16479, it's possible that the
    failures in retrieving the private interface are time-sensative. As
    cilium#16479 (comment)
    points out, the output of `ip a` actually showed that the interface the
    test was looking for existed, so it's very likely a timing issue. This
    commit attempts to fix this flake by retrying until we are able to
    extract out the interface.
    
    Signed-off-by: Chris Tarazi <chris@isovalent.com>
    christarazi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    47dad6f View commit details
    Browse the repository at this point in the history