apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.81k stars 4.23k forks source link

[Failing Test]: beam_PreCommit_Go_Cron failing beam/util/pubsubx timeout #27289

Open Abacn opened 1 year ago

Abacn commented 1 year ago

What happened?

Failing last 3 runs since Jun 28, 2023 midnight: https://ci-beam.apache.org/view/PostCommit/job/beam_PreCommit_Go_Cron/7271/

Log:

12:29:01 2023/06/28 16:19:01 Published apple with id: m0
12:29:01 2023/06/28 16:19:01 Published banana with id: m1
12:29:01 2023/06/28 16:19:01 Published carrot with id: m2
12:29:01 panic: test timed out after 10m0s
12:29:01 running tests:
12:29:01    TestPublish (10m0s)
12:29:01 
12:29:01 goroutine 92 [running]:
1

12:29:01 FAIL   github.com/apache/beam/sdks/v2/go/pkg/beam/util/pubsubx 600.031s

This is a precommit persumably caused by upstream dependencies.

Issue Failure

Failure: Test is continually failing

Issue Priority

Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)

Issue Components

Abacn commented 1 year ago

Hi @jrmccluskey @riteshghorse could you please help triaging this, thanks!

Abacn commented 1 year ago

https://ci-beam.apache.org/view/PostCommit/job/beam_PreCommit_Go_Cron/7274/console Latest run succeeded without . move out to milestone and move to P2 for now. Will keep tracking

jrmccluskey commented 1 year ago

Looking into it, it looks like it was timing out waiting to receive the messages back from the mock pubsub service. It's green now but worth re-examining if it flakes again