You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously it selected all tests. Now it respects that if nothing is
modified then nothing is selected.
Fix: #2449
psss
changed the title
discover fmf with modified-only: true runs all the test if no files were modified.
discover fmf with modified-only: true runs all the test if no files were modified
Mar 20, 2024
For a discover config like this:
If there are no changes, the plan will select all the tests. The issue seems to be here:
https://github.com/teemtee/tmt/blob/main/tmt/steps/discover/fmf.py#L538.
Ideally, if there were no changes in the repo, no tests should be selected.
The text was updated successfully, but these errors were encountered: