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

The PostCommit TransformService Direct job is flaky #30960

Closed
github-actions bot opened this issue Apr 13, 2024 · 6 comments · Fixed by #30962
Closed

The PostCommit TransformService Direct job is flaky #30960

github-actions bot opened this issue Apr 13, 2024 · 6 comments · Fixed by #30962

Comments

@github-actions
Copy link
Contributor

The PostCommit TransformService Direct is failing over 50% of the time
Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_TransformService_Direct.yml?query=is%3Afailure+branch%3Amaster to see the logs.

@liferoad
Copy link
Collaborator

#30816 breaks the build here.

#10 43.81 INFO: pip is looking at multiple versions of apache-beam[dataframe,gcp] to determine which version is compatible with other requirements. This could take a while.
#10 43.81 ERROR: Cannot install apache-beam[dataframe,gcp]==2.56.0.dev0 because these package versions have conflicting dependencies.
#10 43.81 
#10 43.81 The conflict is caused by:
#10 43.81     apache-beam[dataframe,gcp] 2.56.0.dev0 depends on google-auth-httplib2<0.2.0 and >=0.1.0; extra == "gcp"
#10 43.81     The user requested (constraint) google-auth-httplib2==0.2.0

we have 'google-auth-httplib2>=0.1.0,<0.2.0' in https://github.com/apache/beam/blob/master/sdks/python/setup.py#L445 .

Copy link
Contributor Author

Reopening since the workflow is still flaky

@github-actions github-actions bot reopened this Aug 21, 2024
Copy link
Contributor Author

Reopening since the workflow is still flaky

@shahine44

This comment was marked as off-topic.

@Abacn
Copy link
Contributor

Abacn commented Aug 21, 2024

a random bigtableio_it_test test failing a time, looks like the tests having racing condition running in parallel on same machine (port occupied?)

@damccorm damccorm removed this from the 2.59.0 Release milestone Aug 22, 2024
@github-actions github-actions bot added this to the 2.60.0 Release milestone Aug 27, 2024
@github-actions github-actions bot reopened this Aug 28, 2024
Copy link
Contributor Author

Reopening since the workflow is still flaky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment