-
Notifications
You must be signed in to change notification settings - Fork 101
summary: log failure message to terminal #1033
summary: log failure message to terminal #1033
Conversation
/run-integration-tests |
Could you also log the error to the log file? |
@overvenus Lines 54 to 67 in d2fdd23
|
information of the failure of
Nope, PD always reply the leader is store 1, but seems it has been killed?
|
/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 writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: d2fdd23
|
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-5.0 in PR #1043 |
What problem does this PR solve?
Fixed #1016.
What is changed and how it works?
tc.Log
would tee events to terminal.BTW: should be replace this with things like
logutil.InfoTerm
, which would be more generic?Check List
Tests
Release Note