-
Notifications
You must be signed in to change notification settings - Fork 3.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
release-24.1: roachtest: label randomized tests #130134
release-24.1: roachtest: label randomized tests #130134
Conversation
Thanks for opening a backport. Please check the backport criteria before merging:
If your backport adds new functionality, please ensure that the following additional criteria are satisfied:
Also, please add a brief release justification to the body of your PR to justify this |
Dual commit on this one looks a bit strange, was it a merge conflict? |
Strange. Seems like some issue while resolving merge conflict. I will get this fixed. Thanks for pointing out. |
This commit introduces a new field in the `TestSpec` to allow tests to be labeled as `Randomized`. Crucially, randomized tests are exempt from test selection. We also update existing randomized tests to use the new field, including `mixedversion` tests, sqlsmith, tlp, and costfuzz. Epic: none Release note: None
db5a25d
to
9a145be
Compare
@herkolategan, I fixed the commits. |
a0f48c2
into
cockroachdb:release-24.1
Backport 1/1 commits from #127974.
/cc @cockroachdb/release
This commit introduces a new field in the
TestSpec
to allow tests to be labeled asRandomized
. Crucially, randomized tests are exempt from test selection.We also update existing randomized tests to use the new field, including
mixedversion
tests, sqlsmith, tlp, and costfuzz.Epic: none
Release note: None
Release justification: test engineering changes