-
Bug
-
Resolution: Done
-
Critical
-
fuse-7.8-GA
-
False
-
False
-
%
-
Undefined
-
-
Arquillian test fails at first attempt, it doesn't wait pod to be ready.
The cause is inside pom.xml: missing maven-surefire-plugin configuration property about number of attempting rerun in case of failure ->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<inherited>true</inherited>
<configuration>
<rerunFailingTestsCount>15</rerunFailingTestsCount>
...
</configuration>
<plugin>
Affected archetype are:
spring-boot-camel-soap-rest-bridge-archetype
spring-boot-cxf-jaxrs-xml-archetype
spring-boot-cxf-jaxws-xml-archetype
Version: 2.2.0.fuse-sb2-780040-redhat-00001