-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
remove legacy NetworkPolicy tests #118915
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
/sig/network |
/assign @jayunit100 I'm thinking this is the right short term action to take here... But ultimately all the tests from |
/assign @danwinship |
66497c1
to
e9d2313
Compare
yeah sure. We can convert the SCTP ones over after this , ill do that unless someone else wants to take it up. |
e9d2313
to
5cc55a2
Compare
I'm happy to do it @jayunit100! I'll probably just need some pointers 👍 |
5cc55a2
to
a3d10dd
Compare
/approve please add a release note indicating these tests are removed and replaced by the ... ones @danwinship or Jay for final LGTM |
a3d10dd
to
c1646be
Compare
/retest-required |
that was true at one point but appears to have been fixed by #97897 |
This commit removes the legacy networkpolicy tests since they now have complete appropriate coverage in the new netpol suite. Signed-off-by: Andrew Stoycos <[email protected]>
Yep thanks I just double checked @danwinship looks like we can remove the legacy one in it's entirety 🥳 |
c1646be
to
84b3d9b
Compare
/retest-required |
/lgtm |
LGTM label has been added. Git tree hash: d7bc5bb0404d5fde6ac5e42ec11ed70d79049d4f
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, astoycos, danwinship The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Kubernetes e2e suite: [It] [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] Should recreate evicted statefulset [Conformance] expand_more 8s @astoycos the release note is missing
|
Ah sorry @aojea I thought it was in like a follow up issue or something, doing it now 👍 |
/retest-required |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR removes the legacy network policy tests and NetworkPolicy API tests (which were duplicated within
network_policy_api.go
) fromnetwork_legacy.go
, intentionally leaving the [Feature:SCTPConnectivity] tests which don't have coverage in the new netpol suite.Which issue(s) this PR fixes:
Fixes #114389
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: