beam icon indicating copy to clipboard operation
beam copied to clipboard

The PostCommit XVR Spark3 job is flaky

Open github-actions[bot] opened this issue 1 year ago • 1 comments

The PostCommit XVR Spark3 is failing over 50% of the time Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_XVR_Spark3.yml?query=is%3Afailure+branch%3Amaster to see the logs.

github-actions[bot] avatar Mar 11 '24 18:03 github-actions[bot]

Reopening since the workflow is still flaky

github-actions[bot] avatar May 15 '24 15:05 github-actions[bot]

Reopening since the workflow is still flaky

github-actions[bot] avatar May 25 '24 15:05 github-actions[bot]

looks like thus time the breakage is due to python3.12 support:

File "/tmp/bootstrap_beam_venv7899546459285591331.py", line 33, in from pkg_resources import parse_version ModuleNotFoundError: No module named 'pkg_resources'

Abacn avatar May 26 '24 15:05 Abacn

Reopening since the workflow is still flaky

github-actions[bot] avatar Nov 04 '24 21:11 github-actions[bot]

It still flakes sometimes but is much better than our flakiness threshold.

kennknowles avatar Dec 19 '24 14:12 kennknowles

Reopening since the workflow is still flaky

github-actions[bot] avatar Mar 26 '25 03:03 github-actions[bot]

Fixed by https://github.com/apache/beam/pull/34439

Amar3tto avatar Mar 27 '25 05:03 Amar3tto