-
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
reduce the execution time of go test -race
for package ddl
#24459
Comments
@zimulala Actually, I am wonering skip |
@xhebox Some tests can skip '-race', and which tests you are working on can be explained here. Avoid duplication of work. |
|
Maybe mem will increase, but concurrency does help. |
Seems worthy |
Before CI using PingCAP-QE/ci#194.
|
After CI using PingCAP-QE/ci#194.
|
The time of |
Development Task
Update: 2021-05-07 17:35 CST
The execution time of more than 5s test cases in the different test suite are listed as the following:
There are some test cases we may refine further:
Archived 2021-04-25
Recently optimized PR:Before this PR:
Executing
go test
takes 196.455s in the DDL package.After this PR:
Executing
go test
takes 134.877s in the DDL package.The text was updated successfully, but these errors were encountered: