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

//test/extensions/filters/network/rbac:integration_test flakily times out #35653

Closed
RyanTheOptimist opened this issue Aug 9, 2024 · 10 comments · Fixed by #35899
Closed

//test/extensions/filters/network/rbac:integration_test flakily times out #35653

RyanTheOptimist opened this issue Aug 9, 2024 · 10 comments · Fixed by #35899
Assignees

Comments

@RyanTheOptimist
Copy link
Contributor Author

@antoniovleonti it looks like this might be your PR.

@antoniovleonti
Copy link
Contributor

I find this strange because I only made a change to the http filter while it's the network filter test that's timing out.

@antoniovleonti
Copy link
Contributor

Yeah, this should be caused by #33875.

@antoniovleonti
Copy link
Contributor

@yangminzhu

@antoniovleonti
Copy link
Contributor

The timeout flake still exists at head. I don't know if we want to forward fix or revert but I'm going to make a PR to un-revert #35531.

@antoniovleonti
Copy link
Contributor

I reproduced with bazel test //test/extensions/filters/network/rbac:integration_test --runs_per_test=10000 but it looks like a smaller number would work too.

@antoniovleonti
Copy link
Contributor

I'm wondering if this can be fixed by just reducing the durations used in that test. I'm testing this now.

@antoniovleonti
Copy link
Contributor

No luck. PTAL @yangminzhu

yanavlasov pushed a commit that referenced this issue Aug 15, 2024
#35693)

…" (#35655)

This reverts commit 7ae5ca5.

The flakiness in #35653 is not
caused by this PR. If you look at [the
failure](https://btx.cloud.google.com/invocations/08f19e64-5934-4ed9-9f4c-e0d14e113360/targets/%2F%2Ftest%2Fextensions%2Ffilters%2Fnetwork%2Frbac:integration_test;config=a48d3689347bfb6aaa2bb9b4c87edaab1bb2d2c4710bec9b6690537c48f15140/log)
(you can also find this by going to the issue and clicking the link),
the failing test is
`RoleBasedAccessControlNetworkFilterIntegrationTest.DelayDenied`. That
test was added in #33875 and is
still flaky at head.

Signed-off-by: antoniovleonti <[email protected]>
@adisuissa
Copy link
Contributor

The RBAC test seems to be highly flaky, and we've experienced a few failures every day.
If #33875 is the cause, should it be reverted?

@phlax
Copy link
Member

phlax commented Aug 29, 2024

If #33875 is the cause, should it be reverted?

@adisuissa @yangminzhu

i was just tracking this again as its an ongoing ~frequent flake and also came to the conclusion that this PR is the culprit (apologies @RyanTheOptimist i think i suggested the other previously)

im going to raise a revert PR and we can figure out from there

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

Successfully merging a pull request may close this issue.

5 participants