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

com.google.cloud.bigquery.it.ITBigQueryTest.testFastQuerySlowDDL is flaky #2898

Closed
diegomarquezp opened this issue Sep 27, 2023 · 4 comments
Closed
Assignees
Labels
api: bigquery Issues related to the googleapis/java-bigquery API.

Comments

@diegomarquezp
Copy link
Contributor

IT failed with

[ERROR] Tests run: 147, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1,040.574 s <<< FAILURE! - in com.google.cloud.bigquery.it.ITBigQueryTest
[ERROR] com.google.cloud.bigquery.it.ITBigQueryTest.testFastQuerySlowDDL  Time elapsed: 300.01 s  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 300 seconds
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)

will try again

Originally posted by @diegomarquezp in #2892 (comment)

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Sep 27, 2023
@obada-ab
Copy link
Contributor

@diegomarquezp I assume this issue is resolved since the checks have passed on the original PR?

@obada-ab obada-ab self-assigned this Sep 27, 2023
@diegomarquezp
Copy link
Contributor Author

Hi @obada-ab, I meant to flag this test as unpredictable since it can both fail or succeed if I run it enough times as I observed in the latest CI checks

@obada-ab
Copy link
Contributor

@diegomarquezp I see, I'll take a deeper look at the test

@obada-ab
Copy link
Contributor

obada-ab commented Oct 2, 2023

After checking the invocation history It looks like this test hasn't failed in a while.

I also tried running the test 10 times using my testing gcp account and I couldn't reproduce the timeout issue. Will close the issue for now, if the issue appeared again I'll take another look.

@obada-ab obada-ab closed this as completed Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/java-bigquery API.
Projects
None yet
Development

No branches or pull requests

2 participants