-
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
chore: use most recent gateway api conformance backend #2715
chore: use most recent gateway api conformance backend #2715
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2715 +/- ##
==========================================
- Coverage 63.34% 63.33% -0.01%
==========================================
Files 123 123
Lines 19979 19979
==========================================
- Hits 12655 12654 -1
- Misses 6513 6514 +1
Partials 811 811 ☔ View full report in Codecov by Sentry. |
thanks @guydc, can we also use this image in quick start and other user guides :) |
/retest |
1 similar comment
/retest |
Signed-off-by: Guy Daich <guy.daich@sap.com>
fd9ecc1
to
a46259d
Compare
sorry for force-push, I started from scratch after breaking something in the docs gen. |
Signed-off-by: Guy Daich <guy.daich@sap.com>
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* use latest conformance in tests and docs Signed-off-by: Guy Daich <guy.daich@sap.com> * fix circuit breaker guide Signed-off-by: Guy Daich <guy.daich@sap.com> --------- Signed-off-by: Guy Daich <guy.daich@sap.com> Signed-off-by: zirain <zirain2009@gmail.com>
* use latest conformance in tests and docs Signed-off-by: Guy Daich <guy.daich@sap.com> * fix circuit breaker guide Signed-off-by: Guy Daich <guy.daich@sap.com> --------- Signed-off-by: Guy Daich <guy.daich@sap.com> Signed-off-by: zirain <zirain2009@gmail.com>
What this PR does / why we need it:
Gateway API changed their conformance tests to use a different echo server a while ago: kubernetes-sigs/gateway-api#2468. The new server is maintained by the Gateway API project (https://github.com/kubernetes-sigs/gateway-api/tree/main/conformance/echo-basic) and includes additional functionality like delayed response.
The enhanced feature set can be useful for testing scenarios like circuit breakers, connection limits, backend timeouts, etc.
Raising this PR to see if there are any e2e tests that fail due to change in server.