-
Notifications
You must be signed in to change notification settings - Fork 6.1k
tool: upgrade mysql-tester to show the diff | tidb-test=pr/2637 #64869
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
Conversation
YangKeao
left a comment
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
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #64869 +/- ##
================================================
- Coverage 74.7004% 73.4700% -1.2304%
================================================
Files 1893 1873 -20
Lines 516479 508964 -7515
================================================
- Hits 385812 373936 -11876
- Misses 106811 112775 +5964
+ Partials 23856 22253 -1603
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: YangKeao, zimulala The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test all |
|
/hold |
|
/retest |
7 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
6 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/unhold |
|
/retest |
6 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
5096ea9 to
a9e2a21
Compare
|
/retest |
1 similar comment
|
/retest |
4937824 to
d852db2
Compare
|
/retest |
d852db2 to
116d999
Compare
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
116d999 to
ad5353e
Compare
|
/retest |
2 similar comments
|
/retest |
|
/retest |
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What changed and how does it work?
When your result set changes significantly, it's not easy to directly discern the differences from the logs. I've modified the log format so that it can print the diff.
before
after the improvement
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.