-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
Run downstream tests:
- get latest camel version from curator
- if you haven't clone http://code.engineering.redhat.com/gerrit/jboss-fuse/camel.git
- checkout tag coherent with version from curator
- build tests using jdk8
mvn clean install -Pfastinstall -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- run tests using jdk11
mvn test -e -fae -Dnoassembly -Dmaven.test.failure.ignore=true -Dsurefire.rerunFailingTestsCount=2
NOTE: exclude not supported components with: "-pl !:<module_name>"
In order to find out x86 results check https://fuse-7x-jenkins-csb-fuse-qe.apps.ocp-c1.prod.psi.redhat.com/job/fuse-7.10-camel-2-downstream-tests/jdk=openjdk11,le=RHEL8%20&&%20x86_64%20&&%20mem8G/ and check latest build with same camel version
DoD:
- evaluate test results based on the older test results
- compare results with x86 and in case report a JIRA issue if there are any failing tests specific for the platform
- see if there are any new failing test compared to reported last time (regression)