Open flx42 opened 1 year ago
Indeed, the --repeat
and the similar options work after the test filtering, that's why the reframe -c ../misc/rfm-support/issue-2915/test.py --repeat=2 -n /f425e3ea -l
does not work. But that was by design, as the idea is to repeat the tests that you have selected.
However, I agree that it should work with the --ci-generate
.
I will convert this to a feature request as new functionality is required to support it and will open a PR with a note in the docs.
Consider the following test:
Using
--ci-generate --repeat=2
yields the following:But if you run this manually, you will see that it won't work:
But even if you add
--repeat=2
to the command, it still won't match any test, I suppose it's filtering tests before instancing new tests for eachrepeat
?