Skip to content

Conversation

@zirain
Copy link
Member

@zirain zirain commented Nov 3, 2025

Follow up: #7009
fixes: #7414

@zirain zirain requested a review from a team as a code owner November 3, 2025 07:45
- attachedRoutes: 0
conditions: null
name: http
supportedKinds: null
Copy link
Member Author

Choose a reason for hiding this comment

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

this's a required field.

@codecov
Copy link

codecov bot commented Nov 3, 2025

Codecov Report

❌ Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 72.32%. Comparing base (3ac9120) to head (af75a21).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
internal/infrastructure/runner/runner.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7415   +/-   ##
=======================================
  Coverage   72.31%   72.32%           
=======================================
  Files         231      231           
  Lines       33970    33970           
=======================================
+ Hits        24566    24569    +3     
+ Misses       7634     7632    -2     
+ Partials     1770     1769    -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.

kkk777-7
kkk777-7 previously approved these changes Nov 3, 2025
}

// we cannot do this early, otherwise there's an error when updating status.
gCtx.ResetListeners(resources, envoyproxyMap)
Copy link
Contributor

Choose a reason for hiding this comment

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

due to the logic change, can we delete

g.attachEnvoyProxy(resources, epMap)
?

Copy link
Member Author

Choose a reason for hiding this comment

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

if required by L398 to make sure envoyproxy is not alway nil.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sorry, I read wrong line, deleted.

@zirain zirain added this to the v1.6.0 Milestone milestone Nov 4, 2025
@zirain
Copy link
Member Author

zirain commented Nov 4, 2025

/retest

@arkodg arkodg merged commit 04ee6c0 into envoyproxy:main Nov 4, 2025
53 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

error when updating gateway status

3 participants