fix: re-enable ext-auth timeout test#8070
Merged
rudrakhp merged 4 commits intoenvoyproxy:mainfrom Feb 11, 2026
Merged
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8070 +/- ##
==========================================
- Coverage 73.82% 73.82% -0.01%
==========================================
Files 241 241
Lines 36609 36609
==========================================
- Hits 27027 27025 -2
- Misses 7677 7678 +1
- Partials 1905 1906 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
zhaohuabing
reviewed
Jan 27, 2026
Member
Author
|
this shouldn't be part of v1.7, marked it as draft first. |
cb72718 to
8733beb
Compare
a8d5ac2 to
c3fef50
Compare
zhaohuabing
reviewed
Feb 11, 2026
Signed-off-by: zirain <zirain2009@gmail.com>
c3fef50 to
ff28427
Compare
71612fa to
ef91e36
Compare
Signed-off-by: zirain <zirain2009@gmail.com>
ef91e36 to
81e2430
Compare
rudrakhp
reviewed
Feb 11, 2026
|
|
||
| # Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs. | ||
| breaking changes: | | ||
| The `0s` timeout in SecurityPolicy is now treated as infinite timeout instead of immediate timeout. |
Member
There was a problem hiding this comment.
This sounds unrelated to the e2e test?
Member
Author
There was a problem hiding this comment.
timeout: 0ms # 0 millisecond - should cause timeout
The e2e use 0ms to cause timeout, which is changed in upstream.
rudrakhp
approved these changes
Feb 11, 2026
Inode1
pushed a commit
to Inode1/gateway
that referenced
this pull request
Feb 23, 2026
* e2e: re-enable ext-auth timeout test Signed-off-by: zirain <zirain2009@gmail.com> * release notes Signed-off-by: zirain <zirain2009@gmail.com> * lint Signed-off-by: zirain <zirain2009@gmail.com> * fix test Signed-off-by: zirain <zirain2009@gmail.com> --------- Signed-off-by: zirain <zirain2009@gmail.com>
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.
fixes: #8046