-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
IT Failure(google-cloud-compute): ITPaginationTest.testPaginationIterating zone not found #9134
Comments
Update - seems like this is a previously observed flake coming back: googleapis/java-compute#683, googleapis/java-compute#682 (comment) look relevant. |
An initial investigation from locally reproducing this error w/ Terraform:
In testPaginationIterating(), iterating over zones sometimes gets stuck at around this point:
And sometimes able to get a full list including
|
The nightly builds are back to green, and I am no longer able to reproduce this error 🤔. Leaving this issue open to track and revisit if it resurfaces again. |
Closing this issue now. It's been ~3 months since this last flaked. We can re-open if this test flakes again. |
Observed this flake again in nightly build - reopening to track. |
Failures observed in GraalVM nightly build and presubmit. This error is happening often (in a number of presubmits and re-triggers), but not consistently:
Problematic test - com.google.cloud.compute.v1.integration.ITPaginationTest.testPaginationIterating
This could be a similar issue with interfering compute resources from integration tests as observed/addressed in #8260.
The text was updated successfully, but these errors were encountered: