-
Notifications
You must be signed in to change notification settings - Fork 1k
change unit test framework to https://github.com/stretchr/testify #803
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
change unit test framework to https://github.com/stretchr/testify #803
Conversation
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Signed-off-by: lance6716 <[email protected]>
Maybe the failed test is because in old test framework all Suite are run sequentially, but in testify they are run concurrently. And we have a RESET MASTER in I'll think how to bypass it. Do you have some advice? @atercattus |
Signed-off-by: lance6716 <[email protected]>
Seems it's fixed https://github.com/go-mysql-org/go-mysql/actions/runs/5368879516 ptal @atercattus |
The PR is very big and hard to review, and now the tests can stably pass. I'll merge it. |
No description provided.