-
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
The PostCommit Java IO Performance Tests job is flaky #30527
Comments
Also perma-red |
Reopening since the workflow is still flaky |
@Abacn another test that is using the wrong secret |
SituationThe Gradle task com.google.auth.oauth2.GoogleAuthException at FileBasedIOLT.java
BackgroundHistory of failures go back as far as 9 months, most recently related to an error in GCP credentials. Notably, beam_PostCommit_Java_IO_Performance_Tests.yml has an authentication step using static credentials. Searching through the repository we see this AssessmentThe test may be improperly configured using incorrect credentials. More importantly, it uses an outdated pattern via static credentials to authenticate to Google cloud. RecomendationRemove the use of |
#33338 merged, running manually: https://github.com/apache/beam/actions/runs/12262712166 |
#33338 fixed the GCS Performance test which enabled the BigQueryStorageApiStreamingPerformanceTest to run but we see this breaking. https://github.com/apache/beam/actions/runs/12262712166/job/34225821488
|
I'm keeping this ticket assigned to me. Catching up on other tasks in my queue and will research what went wrong with testExactlyOnceStreaming. I feel like we are close to fixing this flakyness and thus worth it to invest the time when available. |
I see that the BigQuery performance test is failing with this message:
I'm not including what that external project is in this comment but the point is is that it is not The solution is either:
|
@ahmedabu98 found that BigQueryStreamingLT has a hard coded project name. We just need to configure the test to acquire the GCP project using a Gradle property. |
The PostCommit Java IO Performance Tests is failing over 50% of the time
Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml?query=is%3Afailure+branch%3Amaster to see the logs.
The text was updated successfully, but these errors were encountered: