-
Notifications
You must be signed in to change notification settings - Fork 169
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: test panics #2701
Comments
Steps to reproduce:
|
saqibali-2k
added a commit
to saqibali-2k/coreos-assembler
that referenced
this issue
Feb 15, 2022
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
dustymabe
pushed a commit
that referenced
this issue
Feb 15, 2022
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: #2701
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently we have seen kola panic when a timeout occurs:
More information will be added to this issue as I investigate further.
The text was updated successfully, but these errors were encountered: