Fix an invalid default value cause bootstrap failed (#4916)#5025
Fix an invalid default value cause bootstrap failed (#4916)#5025ti-chi-bot wants to merge 9 commits intopingcap:release-6.0from
Conversation
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
@ti-chi-bot: This cherry pick PR is for a release branch and has not yet been approved by release team. To merge this cherry pick, it must first be approved by the collaborators. AFTER it has been approved by collaborators, please ping the release team in a comment to request a cherry pick review. DetailsInstructions 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 kubernetes/test-infra repository. |
|
/run-all-tests |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
|
/merge |
|
@Lloyd-Pottiger: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. DetailsInstructions 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/tichi repository. |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 026a8ca |
Coverage for changed filesCoverage summaryfull coverage report (for internal network access only) |
|
close as no further patch version for the 6.0 branch |
This is an automated cherry-pick of #4916
What problem does this PR solve?
Issue Number: close #3157
Problem Summary:
What is changed and how it works?
when value is
0.0,value.convert<Int64>();raise a error.Convert it to
Stringfirst, and convert String to Int64 bystd::stoullstatic_cast<Int64>(std::stoull(value.convert<String>()));Check List
Tests
Side effects
Documentation
Release note