test: stabilize flaky firewallpolicyrule acquisition test #5409
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BRIEF Change description
Intend to stabilize flaky firewallpolicyrule acquisition test
Issue: #5410
WHY do we need this change?
Special notes for your reviewer:
I was not able to reproduce the test failure locally, but I did see the flakiness and failed several times on GH presubmit job.
I've triggered the job 3 times and they all passed: https://screenshot.googleplex.com/8HST4j8bqR3gcLZ.png
Here's the root cause and why it only happens on GH job that Gemini provided:
While I'm not familiar with the concept of "controller's local cache", any further clarifications would be appreciated.
This test started failing recently without any code changes to this resource. The only changes would be we have made
100+ presubmit jobs running in parallel, so it probably makes sense that:
Does this PR add something which needs to be 'release noted'?
Additional documentation e.g., references, usage docs, etc.:
Intended Milestone
Please indicate the intended milestone.
Tests you have done
make ready-pr
to ensure this PR is ready for review.