-
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
[Failing Test]: Python ARM PostCommit failing after #28385 #29076
Comments
#29022 - tests are failing during staging where the stager downloads the packages that are mentioned in `requirements.txt. This is happening because of upgrade of pip. With newer upgrade of pip, there are mismatches with SHA for the cached packages vs the expected SHA. Also, there are bigquery tests failing due to permission error. |
https://github.com/apache/beam/actions/runs/6576849694 - that solves the permissions/IAM errors for bigquery tests but there are still some errors which needs investigation. |
cc: @Abacn @ahmedabu98 This is the failing test � |
@AnandInguva thanks, taking a look |
The latest run backs to "flaky" instead of "permared" state: https://github.com/apache/beam/actions/runs/6590602266/job/17907553487 BigtableIOWriteTest::test_bigtable_write is failing in 3 out of 4 Python versions due to pipeline timeout (>1h), which means the pipeline is stuck. |
Do you know why they are flaky? I can take a look early monday why they are flaky and work on any solution needed. Do we open this issue until they are fully green? |
There is a known Bigtable client issue: #28715 likely hit by this (internal tracker 302688125) |
Until the client issue is resolved, let me see if we can fail the bundle when it stucks so lets the runner retry, as a workaround |
looks like its resolved: https://github.com/apache/beam/actions/runs/6862673357 |
What happened?
From #28385 (comment)
Python ARM postcommit were failing after this change:
Last passed run https://github.com/apache/beam/actions/runs/6499261265 at 223dded (before it was flaky on some of the py version but at least one py version could succeed)
First failing run https://github.com/apache/beam/actions/runs/6502267792/job/17661039890 at 0586161
there are 4 PRs merged and this is the only python change
the error message is
Another Python ARM test, https://github.com/apache/beam/actions/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml is healthy though
Issue Failure
Failure: Test is continually failing
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: