Remove some unnecessary sig-network test skips#2476
Remove some unnecessary sig-network test skips#2476danwinship wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
@danwinship: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: danwinship The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
6cba674 to
4b12cbb
Compare
|
@danwinship: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
4b12cbb to
dc526f2
Compare
|
@danwinship: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
The ClusterDns and Firewall tests no longer exist. The Topology Hints test was renamed (`[Feature:Topology Hints]` went away when the feature became GA), and we already have a separate skip rule for the new name. The two service tests that were skipped because they require SSH got rewritten at some point to use a HostNetwork pod instead.
dc526f2 to
17c7244
Compare
|
@danwinship: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
| "Firewall rule should have correct firewall rules for e2e cluster", // Upstream-install specific | ||
|
|
||
| // https://bugzilla.redhat.com/show_bug.cgi?id=2079958 | ||
| "[sig-network] [Feature:Topology Hints] should distribute endpoints evenly", |
There was a problem hiding this comment.
The test got renamed (removing the Feature tag) when the feature went GA, so this rule no longer matches anything. There's already another rule matching the new name (line 121).
| "KubeProxy should set TCP CLOSE_WAIT timeout", // the test require communication to port 11302 in the cluster nodes | ||
| "should check kube-proxy urls", // previously this test was skipped b/c we reported -1 as the number of nodes, now we report proper number and test fails | ||
| "SSH", // TRIAGE | ||
| "should implement service.kubernetes.io/service-proxy-name", // this is an optional test that requires SSH. sig-network |
There was a problem hiding this comment.
This test got rewritten to not use SSH, and passes fine now. (The rest of this block is just gofmt-ing.)
| "RuntimeClass should reject", | ||
|
|
||
| "Services should implement service.kubernetes.io/headless", // requires SSH access to function, needs to be refactored | ||
| "ClusterDns [Feature:Example] should create pod that uses dns", // doesn't use bindata, not part of kube test binary |
|
|
||
| "Services should implement service.kubernetes.io/headless", // requires SSH access to function, needs to be refactored | ||
| "ClusterDns [Feature:Example] should create pod that uses dns", // doesn't use bindata, not part of kube test binary | ||
| "Services should implement service.kubernetes.io/headless", // test is broken, fixed in 1.36 by https://pr.k8s.io/134623 |
There was a problem hiding this comment.
updating comment; test now fails for a different reason (but will pass starting in 1.36)
| "[sig-network] Networking Granular Checks: Services should function for pod-Service(hostNetwork)", | ||
|
|
||
| // https://bugzilla.redhat.com/show_bug.cgi?id=1952460 | ||
| "[sig-network] Firewall rule control plane should not expose well-known ports", |
|
@danwinship: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
/retest-required |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
(see review comments for explanations)