Closed sky-big closed 1 year ago
:exclamation: No coverage uploaded for pull request base (
main@95c10d5
). Click here to learn what that means. Patch has no changes to coverable lines.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@sky-big could you sign the commit and push again ? thx~
@sky-big could you sign the commit and push again ? thx~
done.
@sky-big could you sign the commit and push again ? thx~
done. Thx for your work.
There may be something wrong, which block the merging. I think you can follow this doc to enable github to verify your sign.
And you push to commit with the same commit msg. Could you squash in local?
@divanodestiny I have squashed this commit, see if you can merge this request, how to verify your sign?
@divanodestiny I have squashed this commit, see if you can merge this request, how to verify your sign?
@sky-big sorry, i forget to write the url. it is about-commit-signature-verification.
I can not merge this PR without breaking the branch protections. I think it would be better if you can follow the guideline , config the public key on Github and enable Github to verify your sign for the commit.
However, if you don’t want to do that, let me know that. Then i will try to force merge your PR.
Thx for your work again ~
@divanodestiny I have squashed this commit, see if you can merge this request, how to verify your sign?
@sky-big sorry, i forget to write the url. it is about-commit-signature-verification.
I can not merge this PR without breaking the branch protections. I think it would be better if you can follow the guideline , config the public key on Github and enable Github to verify your sign for the commit.
However, if you don’t want to do that, let me know that. Then i will try to force merge your PR.
Thx for your work again ~
Done.
What type of PR is this? Bug fixes
What this PR does / why we need it: Fix kubebrain crash when etcd txn proxy fails to print response kv revision.
Detail: when the leader etcd txn create(or other action) fails, follower node print the revision of kv after receiving the error message from the leader, but the kv field is empty, so kubebrain process crash.
Which issue(s) this PR fixes: None
Special notes for your reviewer: None