-
Notifications
You must be signed in to change notification settings - Fork 729
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
fix empty http response in scheduler (#2869) #2871
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
Codecov Report
@@ Coverage Diff @@
## release-4.0 #2871 +/- ##
===============================================
- Coverage 77.47% 77.29% -0.18%
===============================================
Files 208 208
Lines 22762 22762
===============================================
- Hits 17635 17595 -40
- Misses 3805 3844 +39
- Partials 1322 1323 +1
Continue to review full report at Codecov.
|
/run-all-tests |
LGTM |
/merge |
/run-all-tests |
@ti-srebot merge failed. |
/merge |
1 similar comment
/merge |
/run-all-tests |
@ti-srebot merge failed. |
/run-all-tests |
@ti-srebot merge failed. |
/merge |
/run-all-tests |
@ti-srebot merge failed. |
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 |
/run-all-tests |
@ti-srebot merge failed. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@ti-srebot merge failed. |
/merge |
/run-all-tests |
1 similar comment
/run-all-tests |
@ti-srebot merge failed. |
cherry-pick #2869 to release-4.0
Signed-off-by: lhy1024 admin@liudos.us
What problem does this PR solve?
we should call
.Error
to converterror
tostring
, otherwise we will get an empty result.Check List
Tests
Release note