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

[Bug]: beam_PreCommit_Python_Integration fails when it tries to remove a file that doesn't exist #27808

Closed
1 of 15 tasks
riteshghorse opened this issue Aug 2, 2023 · 3 comments
Assignees
Labels
bug done & done Issue has been reviewed after it was closed for verification, followups, etc. P3 python

Comments

@riteshghorse
Copy link
Contributor

What happened?

beam_PreCommit_Python_Integration fails when it can't remove this file rm: cannot remove '/home/runner/.m2/settings.xml': No such file or directory

Update the command with rm -f instead.

Issue Priority

Priority: 3 (minor)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • 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

damccorm commented Aug 2, 2023

This should be fixed on master, your code just hadn't pulled in the most recent changes yet (GHA runs against the contents of your branch, not the merge commit)

@riteshghorse
Copy link
Contributor Author

oh great thanks!

@damccorm
Copy link
Contributor

damccorm commented Aug 2, 2023

Fix commit FYI - 36e8254

@github-actions github-actions bot added this to the 2.50.0 Release milestone Aug 2, 2023
@damccorm damccorm added the done & done Issue has been reviewed after it was closed for verification, followups, etc. label Aug 2, 2023
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. P3 python
Projects
None yet
Development

No branches or pull requests

2 participants