-
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
Bump to SMD PR#166 to pick up unsetting field changes and add integration tests #92661
Bump to SMD PR#166 to pick up unsetting field changes and add integration tests #92661
Conversation
/hold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, I understand that you want to add specific tests here, right?
staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/structuredmerge.go
Outdated
Show resolved
Hide resolved
Yes. I opened the PR before adding new tests to see how much impact the chang has one existing tests. I'll be adding some shortly. |
/retest
|
b6b165f
to
60b324a
Compare
57c21cf
to
0e36907
Compare
/retest |
2 similar comments
/retest |
/retest |
/retest |
2 similar comments
/retest |
/retest |
/retest I don't know what's going on with pull-kubernetes-e2e-kind... |
/retest Review the full test history for this PR. Silence the bot with an |
/test pull-kubernetes-kubemark-e2e-gce-big |
rebased |
3fada77
to
3c2842f
Compare
@jpbetz: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
/retest |
/lgtm |
@lavalamp @apelisse are there plans to tag a new release of https://github.com/kubernetes-sigs/structured-merge-diff ? I noticed go.mod is now using a non-released version. |
Yes, thanks, I can do it now. |
Joe, since you've made that change, would you know if we need to bump the major or minor number? |
OK, Talked to Joe, and there are some changes that are important enough that I'll bump the major. |
We need to make a new PR against K8s to use that new tag. |
Probably against the 1.19 release. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Picks up kubernetes-sigs/structured-merge-diff#166. See also the Design Proposal.
Fixes #92661
Special notes for your reviewer:
Vendor change:
Note that SMD has comprehensive testing (kubernetes-sigs/structured-merge-diff#166). The additional integration tests here are to ensure that specific end-to-end cases we are about are working as expected.
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/cc @apelisse
/priority important-soon