-
Notifications
You must be signed in to change notification settings - Fork 499
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
Fixed potential nil pointer issues #4054
Fixed potential nil pointer issues #4054
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4054 +/- ##
==========================================
+ Coverage 70.10% 70.94% +0.83%
==========================================
Files 182 182
Lines 19374 19374
==========================================
+ Hits 13583 13745 +162
+ Misses 4656 4497 -159
+ Partials 1135 1132 -3
|
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
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
[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. Reviewer can indicate their review by submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: a28cae9
|
@KanShiori: Your PR was out of date, I have automatically updated it for you. 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/tichi repository. |
/test pull-e2e-kind |
1 similar comment
/test pull-e2e-kind |
Merge canceled because a new commit is pushed. |
/test pull-e2e-kind |
This reverts commit c9019b3.
/test pull-e2e-kind |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-1.1 in PR #4058 |
* Fixed potential nil pointer issues
What problem does this PR solve?
Fix #4051
Fixed potential nil pointer issues.
What is changed and how does it work?
Code changes
Tests
TiDB-Opertaor
and check the cluster is normal.PD
, then check pods and watch logs ofTiDB-Operator
.TiDB
, then check pods and watch logs ofTiDB-Operator
.TiKV
, then check pods and watch logs ofTiDB-Operator
.Pump
, then check pods and watch logs ofTiDB-Operator
.TiFlash
, then check pods and watch logs ofTiDB-Operator
.TiCDC
, then check pods and watch logs ofTiDB-Operator
.Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.