Abacn commented on PR #30664:
URL: https://github.com/apache/beam/pull/30664#issuecomment-2004711024
Flaky test in dataflow-worker:
testDoFnActiveMessageMetadataReportedOnHeartbeat failed indexOutofBound
```
testDoFnActiveMessageMetadataReportedOnHeartbeat[1: [streamingEngine=true]]
(org.apache.beam.runners.dataflow.worker.StreamingDataflowWorkerTest) failed
runners/google-cloud-dataflow-java/worker/build/test-results/test/TEST-org.apache.beam.runners.dataflow.worker.StreamingDataflowWorkerTest.xml
[took 2s]
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:659)
at java.util.ArrayList.get(ArrayList.java:435)
at java.util.Collections$UnmodifiableList.get(Collections.java:1311)
at
org.apache.beam.runners.dataflow.worker.windmill.Windmill$ComputationHeartbeatRequest.getHeartbeatRequests(Windmill.java:62820)
at
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorkerTest.testDoFnActiveMessageMetadataReportedOnHeartbeat(StreamingDataflowWorkerTest.java:3681)
...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]