Skip to content
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 Github actions tests are failing due to update of pip #29022

Closed
1 of 16 tasks
AnandInguva opened this issue Oct 16, 2023 · 1 comment
Closed
1 of 16 tasks
Labels
bug done & done Issue has been reviewed after it was closed for verification, followups, etc. failing test flake P1 python tests

Comments

@AnandInguva
Copy link
Contributor

AnandInguva commented Oct 16, 2023

What happened?

Pip was updated to 23.3 on October 15th https://pypi.org/project/pip/#history and there are some failures observed in the Python test suites in GitHub actions that use pip 23.3. If multiple virtual environments are installing the same package at the same time one of them can/will fail with a cache error similar to the one below.

For example, https://github.com/apache/beam/actions/runs/6538469207/job/17754466856?pr=29016 and https://github.com/apache/beam/actions/runs/6538469213/job/17754476104?pr=29016

image

Related issued I found on pypa/pip: pypa/pip#12361.

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

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@damccorm
Copy link
Contributor

Looks like this is no longer occurring

@github-actions github-actions bot added this to the 2.54.0 Release milestone Jan 22, 2024
@damccorm damccorm added the done & done Issue has been reviewed after it was closed for verification, followups, etc. label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug done & done Issue has been reviewed after it was closed for verification, followups, etc. failing test flake P1 python tests
Projects
None yet
Development

No branches or pull requests

3 participants