-
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
[Bug]: Py310 unittests on MacOS are failing #23734
Comments
.add-labels "failing test" |
Label "failing cannot be managed because it does not exist in the repo. Please check your spelling. |
Partial fix: #23735 is to pin a version to grpcio only for MacOS. I was able to pass this locally but it fails on GH actiions. |
@AnandInguva looks like it is now working with your fix on master - https://github.com/apache/beam/actions/runs/3286759714/jobs/5415213138 |
Yes, we can downgrade this to P2. But still, it doesn't explain why the sdist of grpcio is failing on MacOS. Is there a way to SSH into the GH workers and check why the sdist failing? @damccorm |
.add-labels P2 |
Technically, yes - https://github.com/appleboy/ssh-action - but we can't add that action to the main beam repo because its a big security hole. If you want to go that route, I'd recommend doing it on a fork of the repo. You might be better off just scripting commands to run in your fork and checking them in as actions steps though |
Thanks Danny. I will try to debug that way. |
This has been solved in #24599. |
What happened?
Python 3.10 unit tests are failing on MacOS. Could be related to newer version of
grpcio
, transitive dependency ofgrpcio-tools
released on October 18, 2022.https://github.com/apache/beam/actions/runs/3278125487/jobs/5396167668
Issue Priority
Priority: 1
Issue Component
Component: test-failures
The text was updated successfully, but these errors were encountered: