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
It's definitely a prism thing, and not this specific test. Recently there were other failures (which have been fixed) due to an uncompiled change failure change (unused import).
I see a few test timeouts.
I see a few "runner ran out of memory" (#28954 should help there) by properly caching go deps.
I see a couple where govulncheck is taking ages (this has now been removed, which will help).
One "send on a closed channel" which is definitely a race condition (and statistically likely to be the root cause of the timeouts).
What happened?
This test has been flaky on Go Test GitHub Actions for a while. Example run: https://github.com/apache/beam/actions/runs/6426709641/job/17451278741
example error:
Issue Failure
Failure: Test is flaky
Issue Priority
Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)
Issue Components
The text was updated successfully, but these errors were encountered: