We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After #4813 is done, we can parallelize the tests as much as possible through t.Parallel(), which should improve the test speed.
t.Parallel()
The text was updated successfully, but these errors were encountered:
pkg: parallelize the pkg tests (#5094)
4133b9f
ref #5087 Parallelize the `pkg` tests as much as possible. Signed-off-by: JmPotato <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
pkg: parallelize the pkg tests (tikv#5094)
219fa0e
ref tikv#5087 Parallelize the `pkg` tests as much as possible. Signed-off-by: JmPotato <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
No branches or pull requests
Enhancement Task
After #4813 is done, we can parallelize the tests as much as possible through
t.Parallel()
, which should improve the test speed.The text was updated successfully, but these errors were encountered: