-
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 PostCommit failing hdfsIntegrationTest in generate_external_transform_wrappers #30459
Comments
Find two breakage on installing Python SDK from source. #30198 #29834 in both cases, it assumes a full beam repository present. website / java SDK. However this is not the case in hdfsIntegrationTest, where only Python SDK source (as well as protos) are present. Then install beam will fail when executing setup.py CC: @robertwb @ahmedabu98 should we make |
sdist should provide a valid bundle for install (e.g. by copying the relevant files from the larger repository, similar to how it generates protos). From here one should be able to install from source using setup.py (which should verify the required files are present, and fail otherwise. This should not be optional as it may result in a partial install). |
I see the script copies over necessary files for protos here:
|
There is another new failure:
Update: Caused by googleapis/google-cloud-python#12254 but only surfaced to Beam until March 4th, likely transient dependency upgrade |
What happened?
Caused by #29834
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: