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
There are some unstable test cases, for example #32303
A simple fail makes the whole UT fail. We need to fix those unstable cases, but it takes time.
Maybe we can make a unstable.txt list, and run the stable test cases and unstable test cases seperately, according to the list.
unstable.txt
Note, we still run the unstable test cases, just in another way.
And after we fix a unstable test, we can remove it from the unstable list.
The text was updated successfully, but these errors were encountered:
Makefile: run stable cases and unstable cases seperately (#32525)
c9d8fdc
close #32524
The unstable list can be found here https://github.com/pingcap/tidb/blob/master/unstable.txt
Sorry, something went wrong.
@tiancaiamao why to pin a closed issue?
Successfully merging a pull request may close this issue.
Enhancement
There are some unstable test cases, for example #32303
A simple fail makes the whole UT fail.
We need to fix those unstable cases, but it takes time.
Maybe we can make a
unstable.txt
list, and run the stable test cases and unstable test cases seperately, according to the list.Note, we still run the unstable test cases, just in another way.
And after we fix a unstable test, we can remove it from the unstable list.
The text was updated successfully, but these errors were encountered: