-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Run IPVS proxier UTs everywhere - include !linux platfrom #53097
Conversation
5338b84
to
1e00828
Compare
I don't understand - does IPVS work on windows and Mac OS? |
IPVS does not work on Windows or MacOS - that's true. However, the I think many people(including me) are developing on Windows or MacOS. Support running UTs in these systems can help developers find some mistakes easily. |
In other words, we mock IPVS in ipvs/proxier_test.go, so it can work on windows or mac os. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: m1093782566, thockin Associated issue: 53099 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test all Tests are more than 96 hours old. Re-running tests. |
Automatic merge from submit-queue (batch tested with PRs 52768, 51898, 53510, 53097, 53058). If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it:
IPVS proxier UTs should run everywhere, including !linux platfrom, which will help a lot when developing in windows platfrom.
Which issue this PR fixes:
fixes #53099
Special notes for your reviewer:
Release note: