-
Notifications
You must be signed in to change notification settings - Fork 496
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
[conformance] Gateway Dynamic Listener Ports #1859
[conformance] Gateway Dynamic Listener Ports #1859
Conversation
Hey @dprotaso, thanks for the PR! I'm realizing my issue wasn't very clear, but the goal of #1842 was to actually first ensure we'd reached consensus on requirements and added them to the API spec before we added conformance tests to exercise this. I unfortunately did not communicate that very well, sorry! In general, I think we need to be careful anytime we're adding conformance tests that require behavior that isn't explicitly required by the spec. I think it's always much safer to agree on the requirements we want via API Spec updates and then to add conformance tests once we've reached an agreement. /hold |
@robscott yeah no worries - I just forgot to mark this as a draft - this was done for the purposes of the discussion. Also FWIW this test passes with Istio (cc @howardjohn) 🎉 |
65a7761
to
3fd0cef
Compare
@shaneutt I put this under |
I marked this PR ready for review since this test is behind a flag |
522b0af
to
237559b
Compare
7ade1b0
to
225fc80
Compare
- fix mutation for delete (do a patch) - flatten structure (remove t.Run) and have the test fail quickly
PR needs rebase. 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. |
Since this hasn't been updated in a while, and has some conflicts I'm going to mark it as a draft again for now as this helps us organize our reviews. Once we're updated and ready for review please feel free to set it back to ready again. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closed this PR. 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. |
What type of PR is this?
/area conformance
/kind feature
What this PR does / why we need it:
This adds a conformance tests where listeners with dynamic ports are added
Which issue(s) this PR fixes:
Part of #1842
Does this PR introduce a user-facing change?: