-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
While the jUnit report found no failed tests, the go test
process failed.
#17881
Comments
We have this code in the script: if [[ -s "${test_error_file}" ]]; then
os::log::warning "\`go test\` had the following output to stderr:
$( cat "${test_error_file}") "
fi So since we don't see that, |
Nope, haven't seen it before or since. If there's no progress to be made, seems fine to close it until it shows up again. |
Seems reasonable to me /close |
I'll defer to @stevekuznetsov and @jupierce on whether to reopen this, but I just saw this with This is the first time I've seen it with this PR about to retest there .... I'll report back if there is any consistency with the failure |
Yeah no more failures for me on several test runs after seeing this. |
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/17773/test_pull_request_origin_unit/7205/
Infrastructure failure? I couldn't see anything that actually failed.
The text was updated successfully, but these errors were encountered: