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
RuggeroDAlo
changed the title
quarkus:test Re-run failed tests does not run failed ParametrizedTests
quarkus:test Re-run failed tests does not run failed ParameterizedTest
Feb 24, 2022
Describe the bug
In Continuous Testing mode tests that use
@ParameterizedTest
with@ValueSource
like this:are not rerun when a "Re-run failed tests" command is issued, but
All tests are now passing
is shown instead.Expected behavior
ParameterizedTest tests that fail should be rerun
Actual behavior
ParameterizedTest tests that fail are declared as passing without having been rerurn
How to Reproduce?
Declare a failing ParameterizedTest test and try to rerun it in Continuous Testing
Output of
uname -a
orver
5.13.0-30-generic #33-Ubuntu SMP Fri Feb 4 17:03:31 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
Java version: 11.0.13, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64
GraalVM version (if different from Java)
NA
Quarkus version or git rev
2.7.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Additional information
No response
The text was updated successfully, but these errors were encountered: