-
See https://github.com/basepom/basepom/blob/main/foundation/pom.xml#L407
I think it should be
```
${basepom.coverage.it-args}…
```
(`$` instead of `@`). The way it is currently, tests cannot …
Soryu updated
2 years ago
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Read release policy
- [X] I understand that unsupported versions d…
-
The integration tests should run in [maven-failsafe-plugin](https://maven.apache.org/plugins/maven-failsafe-plugin/), not Surefire.
-
The builds started consistently failing for each platform. We need to investigate what is causing this.
For Linux and Windows, it looks like each of the failures are coming from tests that attempt …
-
Hello, I am trying to separate out our Pact tests as integration tests that run with Maven Failsafe instead of running them as unit tests with Maven Surefire. The Pact tests run fine under Surefire, …
-
-
Parametrization of `rerunFailingTestsCount` is not intuitive and user friendly, these are my concerns:
- Parametr is named just `reruns` - https://github.com/quarkus-qe/quarkus-test-framework/blob/m…
-
There needs to be a means for m2e to advise the Eclipse IDE testing subsystem of system properties to make available to unit tests when run within the IDE.
Both the [Maven Surefire Plugin](https://…
-
With parallel builds enabled (e.g. `mvn clean verify -B -Dmaven.logging=byproject -T 1C`) and all required Maven extensions installed,
the log messages of integration tests being run by `maven-fail…
-
I tried to set liberty properties(**wlpHome**) in `maven-failsafe-plugin` configuration like what I have done in wildfly configuration. But it seems it does not support.
I hope all liberty propert…