-
Notifications
You must be signed in to change notification settings - Fork 597
Fix that allows to --all-features and --exempt-features flags work together #4149
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
base: main
Are you sure you want to change the base?
Conversation
Hi @bexxmodd. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. 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-sigs/prow repository. |
/cc @LiorLieberman |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bexxmodd, LiorLieberman 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 |
This is fixing one small bit of what seems to be a larger problem with the logic. What I found trying to run the 1.4 conformance tests was:
The combination makes me feel that we introduced a significant problem in the conformance logic, and I'd like to see all of that addressed. Off the top of my head, I'd say
in that order... and I may be wrong even there, but it feels right at the start. Overall, I'm not a fan of this split between "inferred" and "manual" -- I found the long discussion we had on Slack, and summarized it in #3927 (comment). The above doesn't really depend on that, and I do think it makes sense to be able to read features from |
This is fix for the issue n.1 from #4154 |
Yeah, @bexxmodd, what I mean here is that it's a point fix: instead of systematically making sure that all the combinations will do sane things, you're addressing one specific failure. At this point, I think we're better served by taking a bit more time and doing a single PR where we've verified that a known set of flag combinations does sane things. |
What type of PR is this?
Add one of the following kinds:
/kind bug
/area conformance-machinery
What this PR does / why we need it:
If you currently try to combine
--all-features
and--exempt-features
flags for local testing it will be a noop. This fixes the issue.Does this PR introduce a user-facing change?: