Skip to content

fix: multiple gc e2e#8448

Merged
zirain merged 1 commit intoenvoyproxy:mainfrom
kkk777-7:fix-flaky-multiple-gc
Mar 9, 2026
Merged

fix: multiple gc e2e#8448
zirain merged 1 commit intoenvoyproxy:mainfrom
kkk777-7:fix-flaky-multiple-gc

Conversation

@kkk777-7
Copy link
Copy Markdown
Member

@kkk777-7 kkk777-7 commented Mar 8, 2026

What type of PR is this?

fix: multiple gc e2e

What this PR does / why we need it:
Currently, TestMultipleGC is flaky.
this flakiness root cause is that same name resource create/delete in parallel.

TestMultipleGC (Internet GC/Private GC) does in parallel.
https://github.com/envoyproxy/gateway/blob/main/test/e2e/multiple_gc/multiple_gc_test.go#L44
and, some test cases, they has same name resource.
so, if one test case does clean up while the other test case does setup, the other test case fails.

Which issue(s) this PR fixes:

Fixes #8442

Release Notes: No

@kkk777-7 kkk777-7 requested a review from a team as a code owner March 8, 2026 01:51
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 8, 2026

Deploy Preview for cerulean-figolla-1f9435 canceled.

Name Link
🔨 Latest commit 73f4cc8
🔍 Latest deploy log https://app.netlify.com/projects/cerulean-figolla-1f9435/deploys/69ae4b605fd6ab0008820d76

@arkodg arkodg requested review from a team March 8, 2026 01:54
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.12%. Comparing base (898c402) to head (73f4cc8).
⚠️ Report is 20 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8448      +/-   ##
==========================================
- Coverage   74.17%   74.12%   -0.05%     
==========================================
  Files         242      242              
  Lines       37579    37579              
==========================================
- Hits        27875    27857      -18     
- Misses       7762     7781      +19     
+ Partials     1942     1941       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
@zirain zirain force-pushed the fix-flaky-multiple-gc branch from d41e2c9 to 73f4cc8 Compare March 9, 2026 04:23
Copy link
Copy Markdown
Member

@zhaohuabing zhaohuabing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Thanks for fixing it!

@zirain zirain merged commit b1fe419 into envoyproxy:main Mar 9, 2026
98 of 105 checks passed
rudrakhp pushed a commit to rudrakhp/gateway that referenced this pull request Mar 12, 2026
fix multiple gc e2e

Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
rudrakhp pushed a commit to rudrakhp/gateway that referenced this pull request Mar 12, 2026
fix multiple gc e2e

Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Signed-off-by: Rudrakh Panigrahi <rudrakh97@gmail.com>
rudrakhp added a commit that referenced this pull request Mar 12, 2026
fix multiple gc e2e

Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Signed-off-by: Rudrakh Panigrahi <rudrakh97@gmail.com>
Co-authored-by: Kota Kimura <86363983+kkk777-7@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FAIL: TestMultipleGC/Internet_GC_Test/PolicyStatusAggregatesAcrossGatewayClasses

5 participants