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 actual pretty redherring. It is caused by #19191. The reason is that the tempLocation is set to
gs://temp-storage-for-end-to-end-tests/
then the temp file has location said in log
Opening TableRowWriter to gs://temp-storage-for-end-to-end-tests//testpipeline-runner-1110034644-b64d623c/output/results/BigQueryWriteTemp/beam_bq_job_LOAD_testpipelinerunner1110034644b64d623c_a9fb169b414047fa99d8844f5eadbde1/1f11ac86-936a-483b-8244-88fc49ff3aac
What happened?
Though happening after #29353, these tests were accidently get exercised on Legacy runner after #28565, specifically, the line of mistake:
https://github.com/Abacn/beam/blob/08e0cbf626a57e001e892ab0ff2d82c3bc62b160/runners/google-cloud-dataflow-java/examples/build.gradle#L87
which is recently fixed in #29353. However, some examples begin to fail:
https://github.com/apache/beam/actions/runs/6820493465
all except one has fail reason: "java.lang.RuntimeException: Failed to create job with prefix beam_bq_job_LOAD_testpipelinerunner"
basically the temp file is not found
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: