-
Notifications
You must be signed in to change notification settings - Fork 361
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
flaky: TestMergeGateways/BasicMergeGateways #3290
Comments
By debugging this, found that gateway
and gateway
may cause racing status handling since they have same listener settings (even if is on purpose), we cannot predict either which gateway finally got accepted or which gateway reports conflicted. so the workaround here is to manully apply |
the conflicted gateway could not get expected status, since EG will recompute each resources status, the Conflict status may randomly falls on gateway-3 or gateway-4. so here're 2 ways to solve this:
let's go with way-2, the way-1 is basically the same as old commit. |
reopen, still found flakiness: https://github.com/envoyproxy/gateway/actions/runs/9122382545/job/25083245410#step:6:16915 |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
closed in favor of #3845 |
https://github.com/envoyproxy/gateway/actions/runs/8865654957/job/24342242631
The text was updated successfully, but these errors were encountered: