-
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]: MLTransform IT test is failing #30191
Comments
|
interestingly, files are there, so maybe it's a permission issue? |
Repro:
FileNotFoundError: [Errno 2] No such file or directory: 'gs://temp-storage-for-end-to-end-tests/tft/8825e9c2853143f289c2673feb3bc64b' |
Probably failing after #29564. We should use Beam FileSystem in these cases:
|
It might be a regression in the currently cut release. |
Actually, not a regression in 2.54.0 since #30191 was already in 2.53.0-RC1. But I think it limits usability of MLTransform. |
What happened?
apache_beam/examples/ml_transform/ml_transform_it_test.py::LargeMovieReviewDatasetProcessTest::test_process_large_movie_review_dataset is perma-failing:
FileNotFoundError: [Errno 2] No such file or directory: 'gs://temp-storage-for-end-to-end-tests/tft/8825e9c2853143f289c2673feb3bc64b'
Sample run: https://github.com/apache/beam/actions/runs/7732452652/job/21082406012#step:29:2783
cc: @AnandInguva
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: