-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Missing e2e tests for ingress annotations #3124
Comments
This one will knock out a few: #3149 |
Adding #3151 to the list |
I removed |
|
Adds the e2e test for server snippet. Similar test to the configuration snippet. Part of the kubernetes#3124 effort.
To clarify this was done because 1) it can be done in the app itself; 2) dropping that functionality enabled us simplify the hell out of rewrite logic in the controller: https://github.com/kubernetes/ingress-nginx/pull/3174/files; 3) it can be done using custom server snippet |
Adds e2e test for the whitelist-source-range annotation. Part of the kubernetes#3124 effort.
Adds the e2e test for the session-cookie-hash annotation. Part of the kubernetes#3124 effort.
Adds the e2e test for the ssl-redirect annotation. Part of the kubernetes#3124 effort.
|
are the last e2e needed which don't have a PR up. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This issue contains a list of all the required e2e test-cases for supported annotations:
Annotations:
- [ ] nginx.ingress.kubernetes.io/add-base-url- [ ] nginx.ingress.kubernetes.io/app-root- [ ] nginx.ingress.kubernetes.io/base-url-scheme- [ ] nginx.ingress.kubernetes.io/grpc-backend- [ ] nginx.ingress.kubernetes.io/limit-connections- [ ] nginx.ingress.kubernetes.io/limit-rps- [ ] nginx.ingress.kubernetes.io/secure-backends- [x] nginx.ingress.kubernetes.io/upstream-max-fails- [x] nginx.ingress.kubernetes.io/upstream-fail-timeout- [ ] nginx.ingress.kubernetes.io/upstream-hash-by- [ ] nginx.ingress.kubernetes.io/load-balanceThe text was updated successfully, but these errors were encountered: