-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PostCommit XVR Samza job is flaky #30601
Comments
Reopening since the workflow is still flaky |
Reopening since the workflow is still flaky |
looks like thus time the breakage is due to python3.12 support: File "/tmp/bootstrap_beam_venv7899546459285591331.py", line 33, in |
The error is found elsewhere: ManimCommunity/manim#3585 and is said to due to https://peps.python.org/pep-0668/ . |
Reopening since the workflow is still flaky |
Single test failing - test_zetasql_generate_data. This is due to zetasql version bump #32902 . Samza test can only run on Java8, while newer zetasql does not support Java8
|
Map.entry is an API for Java 9+ https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html#entry(K,V) Update: opened #33213 for fix |
The PostCommit XVR Samza is failing over 50% of the time
Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_XVR_Samza.yml?query=is%3Afailure+branch%3Amaster to see the logs.
The text was updated successfully, but these errors were encountered: