Abacn commented on PR #26559:
URL: https://github.com/apache/beam/pull/26559#issuecomment-1563445450
The test added in this PR is flaky. From the log it fails in processElement
(not PAssert) it seems indicating issues in feature:
it fails a trigger run after succeeded with a commit run:
https://ci-beam.apache.org/job/beam_PreCommit_Java_GCP_IO_Direct_Phrase/174/
```
org.apache.beam.sdk.Pipeline$PipelineExecutionException:
java.lang.RuntimeException: java.lang.RuntimeException: Bad append: 0 + for
stream 4b30ad01-673f-4c50-87ba-e9a9154af9b5 expected 1
at
org.apache.beam.runners.direct.DirectRunner$DirectPipelineResult.waitUntilFinish(DirectRunner.java:374)
...
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Bad
append: 0 + for stream 4b30ad01-673f-4c50-87ba-e9a9154af9b5 expected 1
at
org.apache.beam.sdk.io.gcp.bigquery.StorageApiWriteUnshardedRecords$WriteRecordsDoFn$DestinationState.lambda$flush$7(StorageApiWriteUnshardedRecords.java:578)
at
org.apache.beam.sdk.io.gcp.bigquery.RetryManager$Operation.run(RetryManager.java:132)
at
org.apache.beam.sdk.io.gcp.bigquery.RetryManager.run(RetryManager.java:248)
```
--
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]