-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
5.7.1.Final
Most quickstarts used to ship with a run.[sh|bat] script for running the quickstart and we used to test them in CI by executing the run script. At some point we changed the CI script (scripts/hudson/quickstart.sh) to just run the pom instead (./build.sh -B clean install). Since not all poms execute their run script we aren't getting full CI coverage.
This JIRA is to go through each quickstart and ensure the the pom does indeed exercise the quickstart.
The following poms do execute a run script
transactionaldriver-jpa-and-tomcat/pom.xml
rts/at/simple/pom.xml
rts/lra/lra-test/pom.xml
ArjunaJTS/interop/glassfish/pom.xml
transactionaldriver-and-tomcat/pom.xml
spring/camel-with-narayana-spring-boot/pom.xml
The following quickstarts contain run scripts:
transactionaldriver-jpa-and-tomcat/run.sh (included in pom)
ArjunaCore/txoj/run.sh (included)
jboss-as/build/target/wildfly-9.0.0.CR1-SNAPSHOT/bin/run.sh (wildfly runner)
ArjunaJTA/object_store/run.sh (included)
ArjunaJTA/maven/run.sh (included)
ArjunaJTA/recovery/run.sh (included)
ArjunaJTA/javax_transaction/run.sh (included, now jakarta_transaction)
rts/at/undertow/run.sh (missing in pom) --> must be included
rts/at/recovery/recovery2/run.sh (error) --> must be included
rts/at/recovery/recovery1/run.sh (error)--> must be included
rts/at/simple/run.sh (commented out)--> must be included
rts/at/service/service2b/run.sh (not existing anymore)
rts/at/service/service2/run.sh (error) --> must be included
rts/at/service/service1b/run.sh (not existing anymore)
rts/at/service/service1/run.sh (error) --> must be included
rts/at/demo/run.sh (not existing anymore, b8f0fd2d672ddab4075afd74660e6dcb72483efb)
rts/lra-examples/run.sh (tested in cdi-embedded and cdi-participant)
rts/lra/run.sh (included in rts/lra/lra-test/pom.xml)
ArjunaJTS/standalone/run.sh (included)
ArjunaJTS/interop/glassfish/run.sh (included)
ArjunaJTS/recovery/run.sh (included)