You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting go1.14, t.Log starts to stream during test run instead of at the end, this has caused interleaved logs when t.Parallel is configured, thus the error messages in junit results contain lots of unrelated logs from other tests.
This is an issue in go1.14, see golang/go#38458. It was fixed recently, so it should be resolved in go1.15. I wasn't able to find any way to work around the issue.
Starting go1.14,
t.Log
starts to stream during test run instead of at the end, this has caused interleaved logs whent.Parallel
is configured, thus the error messages in junit results contain lots of unrelated logs from other tests.See an example here: https://prow.knative.dev/view/gcs/knative-prow/pr-logs/pull/knative_serving/8274/pull-knative-serving-integration-tests/1270397344797429763
The text was updated successfully, but these errors were encountered: