-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
*Jobs*
- https://fuse-7x-jenkins-csb-fuse-qe.apps.ocp-c1.prod.psi.redhat.com/job/fuse-7.13-spring-boot-2-camel-all/
- https://fuse-7x-jenkins-csb-fuse-qe.apps.ocp-c1.prod.psi.redhat.com/job/fuse-7.13-spring-boot-2-camel-all-unstable/
All jobs should be launched by our pipeline.
Testing Camel with jbossqe-camel-it presentation
Camel test suite guideline
It is possible also to emulate pipeline using fuse-workspace project
More details here - https://docs.google.com/document/d/1UFoGQ6aPipHPlfTO7G_CWWO4aUR3bw4MYfDsLwdqy_M/edit#heading=h.mbeiq9ijpafk
[example]
run 'tools/jj run all-camel-spring-boot-2 -Djob.mvn.properties=rerunTestCount=0,version.camel=2.23.2.fuse-7_10_0-00020-redhat-00001,version.redhat.fuse=7.10.0.fuse-sb2-7_10_0-00014-redhat-00001,version.springboot=2.3.12.RELEASE'
NB: some tests may use testcontainers. In order to run those locally with podman you need to:
1. start podman as a service: 'podman system service -t 0 tcp:localhost:8880 &'
2. export the following env variables:
export DOCKER_HOST=tcp://localhost:8880
export TESTCONTAINERS_RYUK_DISABLED=true
In order to check failures you can run 'grep -REi "<failures>[1-9].*" --include failsafe-summary.xml'