-
Notifications
You must be signed in to change notification settings - Fork 287
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 pingcap/tidb and pingcap/errors to latest release-4.0 #958
Conversation
/run-all-tests |
/lgtm |
68f21ed
to
60f1793
Compare
/run-all-tests |
1 similar comment
/run-all-tests |
lgtm |
Codecov Report
@@ Coverage Diff @@
## master #958 +/- ##
===========================================
Coverage 32.1272% 32.1272%
===========================================
Files 100 100
Lines 11000 11000
===========================================
Hits 3534 3534
Misses 7064 7064
Partials 402 402 |
8a99f35
to
623d242
Compare
@@ -50,3 +50,5 @@ require ( | |||
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect | |||
upper.io/db.v3 v3.7.1+incompatible | |||
) | |||
|
|||
replace github.com/pingcap/tidb-tools => github.com/pingcap/tidb-tools v4.0.0-beta.0.20200921090810-52b9534ff3d5+incompatible |
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.
if we don't use go mod replace
here, the tidb-tools
always get the following hash
github.com/pingcap/tidb-tools v4.0.6-0.20200828085514-03575b185007+incompatible
/run-all-tests |
3 similar comments
/run-all-tests |
/run-all-tests |
/run-all-tests |
/merge |
/run-all-tests |
@amyangfei merge failed. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
/run-all-tests |
@amyangfei merge failed. |
/run-all-tests |
What problem does this PR solve?
pingcap/errors
has a compatibility fix in pingcap/errors#26, CDC can upgrade to latest tidb release-4.0, in order to pass test with tidb masterWait cherry-pick in tidb release-4.0 and parser release-4.0
What is changed and how it works?
upadte go mod
Check List
Tests
Release note