-
Notifications
You must be signed in to change notification settings - Fork 727
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
go.mod: upgrade go.etcd.io/bbolt to fix panic in unit test with go1.14 (#2690) #3331
go.mod: upgrade go.etcd.io/bbolt to fix panic in unit test with go1.14 (#2690) #3331
Conversation
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
189bdbc
to
2cacf67
Compare
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
/rebuild |
Codecov Report
@@ Coverage Diff @@
## release-4.0 #3331 +/- ##
===============================================
- Coverage 74.84% 74.77% -0.08%
===============================================
Files 209 209
Lines 19628 19628
===============================================
- Hits 14691 14676 -15
- Misses 3619 3623 +4
- Partials 1318 1329 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
LGTM
/merge |
@Yisaer: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests 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 ti-community-infra/ti-community-prow repository. |
@Yisaer: In response to this:
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 ti-community-infra/ti-community-prow repository. |
/merge |
@nolouch: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests 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 ti-community-infra/ti-community-prow repository. |
This pull request has been accepted and is ready to merge. Commit hash: 2cacf67
|
cherry-pick #2690 to release-4.0
Signed-off-by: JmPotato ghzpotato@gmail.com
What problem does this PR solve?
Fix panic in unit test with go >= 1.14. ref: etcd-io/bbolt#201
What is changed and how it works?
Replace etcd-io/bbolt version to the latest one.
Check List
Tests
Code changes
go.mod
changeRelease note