-
Notifications
You must be signed in to change notification settings - Fork 147
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
Create additional source sets for different test types #11564
Comments
We are using |
I am observing some things on PR builds that we need to investigate/change.
|
This was referenced Aug 2, 2024
This was referenced Aug 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In order to efficiently classify, manage, and execute different types of tests, we need to separate the tests into individual source sets by type.
Proposed Source Sets
test
(executed on every PR or default branch commit)develop
or release branches.hammer
(executed on a schedule or default branch commit)develop
or release branch.timingSensitive
(executed on every PR or default branch commit)timeConsuming
(executed on a schedule)jmh
(executed on merge todevelop
or a release branch)develop
and release branches.hapiTest
(executed on every PR)eet
anditest
source sets. These are tests which are a form of end to end testing which executes system transactions against a locally running network.itest
(executed on every PR)eet
(executed on every PR)xtest
(not executed)The text was updated successfully, but these errors were encountered: