test(cdc): fix incompatible duplicate entry error message of tidb#7410
Conversation
|
[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. |
Codecov Report
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #7410 +/- ##
================================================
+ Coverage 59.7990% 59.8038% +0.0047%
================================================
Files 801 803 +2
Lines 91968 91969 +1
================================================
+ Hits 54996 55001 +5
- Misses 32180 32181 +1
+ Partials 4792 4787 -5 |
|
/run-integration-tests |
|
/hold |
|
The tidb pr that causes the incompatible problem is on the master but not in release-6.3 or other release |
|
/unhold |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 9bcb169 |
|
/run-all-tests |
|
@maxshuang: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. 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. |
What problem does this PR solve?
Issue Number: close #7409
What is changed and how it works?
add table name to 'duplicate entry' error message for tidb-mysql-test to compatible with pr pingcap/tidb@9743a9a
Check List
Tests
Questions
Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?
Release note