Skip to content
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

[ENHANCEMENT] Implement incremental unit tests #2382

Open
hamza-m-masood opened this issue Sep 26, 2024 · 0 comments
Open

[ENHANCEMENT] Implement incremental unit tests #2382

hamza-m-masood opened this issue Sep 26, 2024 · 0 comments
Labels
area/ci cycle/alpha1 Tasks will be done in alpha1 cycle kind/enhancement New feature or request

Comments

@hamza-m-masood
Copy link
Contributor

Describe the use case:

Implement incremental unit tests where only the components impacted by a particular change are tested.

Describe the enhancement/feature:

This means if a PR only affects the Zeebe component, there is no need to run the entire suite of unit tests for other components like Identity.

Desired outcome and acceptance tests:

If a change is made on one component in a particular version, then only the unit tests of that component within that particular version should run.
For example, if I made a change to the zeebe component in 8.3, then only the unit tests for zeebe should run for 8.3.

@hamza-m-masood hamza-m-masood added the kind/enhancement New feature or request label Sep 26, 2024
@aabouzaid aabouzaid added this to the 8.7 Release Cycle milestone Oct 7, 2024
@aabouzaid aabouzaid added area/ci cycle/alpha1 Tasks will be done in alpha1 cycle labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci cycle/alpha1 Tasks will be done in alpha1 cycle kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants