Windows networking tests#71468
Conversation
|
Hi @BCLAU. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
|
@BCLAU @dineshgovindasamy @nagiesek can we also include the DNS PR here? #70156 |
1fb4b12 to
9b5993e
Compare
|
@daschott Done. |
9259be5 to
6271020
Compare
|
@spiffxp @dchen1107 - can either of you help review or approve? These are some copies of tests modified to run on Windows. We need to get these merged and running so we can cover this functionality on the windows testgrid job instead of excluding it because they depend on Linux behaviors. |
|
/unassign |
spiffxp
left a comment
There was a problem hiding this comment.
/ok-to-test
I'm a little concerned with how we're going to keep track of which tests are copy/forked into sig-windows temporarily, which must live there forever because we can't workaround something fundamental, and which must live there because they are supplemental for windows.
I also feel like these should be explaining why they need to differ, which could be helpful in documenting expected behavior on windows.
test/e2e/network/dns.go
Outdated
There was a problem hiding this comment.
/cc @thockin @kubernetes/cncf-conformance-wg @kubernetes/sig-architecture-pr-reviews
I'm getting similar feels as #70156 (comment) about dropping PQDN resolution from conformance, I lack as much context on where that discussion has gone. Are we OK with this?
test/e2e/network/dns.go
Outdated
There was a problem hiding this comment.
if we are ok splitting up DNS into conformance/extra test cases, can we refactor to de-dupe the actual test mechanics?
|
@bgrant0607 Done |
9ad3da2 to
a61b26d
Compare
|
/test pull-kubernetes-e2e-kops-aws |
a61b26d to
a35e966
Compare
Creating pods with HostNetwork is not currently supported on Windows Kubelet, and thus, ones without HostNetwork are created instead.
|
@BCLAU - can you retitle this to "Windows networking & DNS conformance test updates" ? |
a35e966 to
7ef9853
Compare
|
/retest |
|
/test pull-kubernetes-verify |
2 similar comments
|
/test pull-kubernetes-verify |
|
/test pull-kubernetes-verify |
|
/lgtm |
|
Conformance changes must not be in the same PR as the test enablement. Please split this into the core test changes, then the one that changes the conformance title. |
@smarterclayton @ixdy So, the 2nd commit in the PR (the one regarding the DNS conformance change) already has a separate PR for it, so please /approve and /lgtm it if it looks good to you. I will remove that commit from this PR then. |
d3f003b to
00e2582
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bclau, ixdy The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
What type of PR is this?
/kind feature
/sig testing
/sig windows
What this PR does / why we need it:
Some Conformance tests are not able to pass on Windows due to how some things are not supported on Windows, or they work differently from Linux:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Related: #69871
Special notes for your reviewer:
Does this PR introduce a user-facing change?: