[release/v1.4] cherry-pick: do not return 500 for all requests when part of BackendRefs are invalid#7504
Merged
zhaohuabing merged 1 commit intoenvoyproxy:release/v1.4from Nov 14, 2025
Conversation
e535f44 to
89d9a93
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/v1.4 #7504 +/- ##
================================================
+ Coverage 71.27% 71.29% +0.02%
================================================
Files 217 217
Lines 29436 29439 +3
================================================
+ Hits 20980 20989 +9
+ Misses 6919 6915 -4
+ Partials 1537 1535 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…invalid (envoyproxy#7488) * do not return 500 for all requests when part of BackendRefs are invalid Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com> Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
89d9a93 to
a7efe26
Compare
zirain
approved these changes
Nov 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
cherry pick #7488 as it would be difficult for the release manager to cherry pick this one - the route.go changed a lot.
do not return 500 for all requests when part of BackendRefs are invalid