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

kola/harness.go: fix kola panics #2710

Merged
merged 1 commit into from
Feb 15, 2022
Merged

Commits on Feb 15, 2022

  1. kola/harness.go: fix kola panic

    Recently we have seen non-exclusive tests panicking due to
    runtime.Goexit executing, but somehow harness.finished being false.
    This problem was occurring because we pass tcluster to collectLogsExternalTest
    instead of newTC. tcluster has a reference to the harness of the wrapper test,
    thus harness.finished is incorrectly set to true for the wrapper test's harness
    instead of the non-exclusive subtest's harness.
    
    closes: coreos#2701
    saqibali-2k committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c1e0cb0 View commit details
    Browse the repository at this point in the history