-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
re-enable deployment test #17751
re-enable deployment test #17751
Conversation
Weird. I must not have pushed my fix to this. I'll do it tomorrow. |
…m and flakes end-to-end" This reverts commit b374cbd.
083f551
to
551f02f
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k 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 |
if len(patches) == 0 { | ||
allPatchesEmpty := true | ||
for _, patch := range patches { | ||
if len(patch.Patch) > 0 { |
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.
can there be patch '{}'? otherwise lgtm except the debugs
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.
can there be patch '{}'? otherwise lgtm except the debugs
I don't think that produces the same error. I'm actually wondering if the server changed to reject empty patches...
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.
other places use constructs like this
if len(patch.Patch) > 0 && string(patch.Patch) != "{}"
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.
CreateTwoWayMergePatch
looks sane in 1.8 and 1.9, both giving `{}´ for no changes.
/hold fix looks ok |
/retest |
Tested empty strategic merge patch with a local cluster via
With 1.8: With 1.9: |
flake #17787 |
551f02f
to
56ac0bf
Compare
I'm wondering |
/retest |
/retest |
Automatic merge from submit-queue. |
fixes #17750.
Adding debugging for a start.