-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
executor: migrate test-infra to testify for executor_test.go testResourceTagSuite #33603
executor: migrate test-infra to testify for executor_test.go testResourceTagSuite #33603
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. Reviewer can indicate their review by submitting an approval review. |
/run-unit-test |
1 similar comment
/run-unit-test |
e0030c8
to
7ba5679
Compare
@zanpocc: PR needs rebase. 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 kubernetes/test-infra repository. |
@zanpocc Please fix the test. |
2fd2d08
to
0b19fe0
Compare
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/443744e20ea838fe9a7a662a98d0453666f975de |
@zanpocc Please fix the conflict. |
@hawkingrei Done |
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.
@zanpocc please remove:
var _ = SerialSuites(&testResourceTagSuite{&baseTestSuite{}})
type testResourceTagSuite struct{ *baseTestSuite }
Signed-off-by: tison <[email protected]>
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.
Well. I can do you a favor.
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 24b9ad0
|
/run-mysql-test |
oh,thanks |
What problem does this PR solve?
Issue Number: close #33443
Problem Summary: migrate test-infra to testify
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note