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/int: fix flaky "runc run with tmpfs perm" #4095

Merged
merged 1 commit into from
Nov 7, 2023

Commits on Oct 26, 2023

  1. tests/int: fix flaky "runc run with tmpfs perm"

    Apparently, sometimes a short-lived "runc run" produces result with \r
    and sometimes without. As a result, we have an occasional failure of
    "runc run with tmpfs perms" test.
    
    The solution (to the flaky test) is to use the first line of the output
    (like many other tests do).
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6d27922 View commit details
    Browse the repository at this point in the history