ddl, tools, util: migrate pingcap check to testify.#31313
ddl, tools, util: migrate pingcap check to testify.#31313ti-chi-bot merged 6 commits intopingcap:masterfrom
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. |
|
Welcome @GatorMao! |
|
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
|
Hi @tisonkun, I draft a PR because I encounter few issues during testing and cannot figure out the reason. One of them is the |
|
@GatorMao thanks for your contribution. The general direction looks good to me. It's a great work! Please check CI failures and fix it. |
|
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
94bd2e2 to
734f11c
Compare
|
@tisonkun, one of the workflow failed due to following reason. Looks like my change break existing check for test suite in tools/check/check_testSuite.sh file. These test suite are the ones that I modified during this change. Do you know how to fix it ? Possibly need to modify the regular expressions in check_testSuite.sh file ? Thanks. |
|
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/bc5a39117c40e7f52e332e376407458f0d12bbfc |
|
@tisonkun, all the unit tests pass. Just need to fix the check_testSuite.sh file before submission for final PR. |
|
@GatorMao rename the suite name should work. It's a legacy check which you can take a look at the script. Don't take it serious :) And after we migrate all tests to testify, remove pingcap/check stuff, we can remove this check also. |
|
@tisonkun , thanks ! Just renamed the test suites and hopefully it works this time. |
3e79674 to
cd409e3
Compare
|
@tisonkun, the unit test process seems failed with unrelated reason. My change doesn't touch the tests for br package and unit tests were success last time. |
|
@hawkingrei could you give this PR a review to see whether unit_test's failure is related? |
This unit_test failure has nothing to do with this PR, but a test of BR failed |
|
Much thanks ! @tangenta. Once that PR goes through, I will rebase. |
a7c9bbc to
20186a7
Compare
|
@tisonkun , the unit test failure does not come from ddl package. Could you check out and approve my change ? Thanks. |
|
@Mini256 @hawkingrei @tisonkun , I think the pipeline is in good state right now. Please review and approve this change at your convenience. Thanks. |
|
@GatorMao thanks for your follow-up. I'm reviewing this PR now. |
tisonkun
left a comment
There was a problem hiding this comment.
LGTM.
@hawkingrei @xhebox @tangenta PTAL. Since we run all tests in serial, I think using suite is acceptable.
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: da4113d |
|
This closes #29102. |
What problem does this PR solve?
Issue Number: close #29111 ,close #29108 ,close #29104 ,close #29109 ,close #29114 ,close #28639 ,close #28638 ,close #28631,close #28630
Problem Summary: migrate pingcap check to testify.
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note