[JBoss JIRA] (JBTM-2998) Blacktie TestTPGetRply failed with unknown session
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2998?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2998:
--------------------------------
Attachment: archive(1).zip
archive.zip
> Blacktie TestTPGetRply failed with unknown session
> --------------------------------------------------
>
> Key: JBTM-2998
> URL: https://issues.jboss.org/browse/JBTM-2998
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: BlackTie
> Reporter: Amos Feng
> Assignee: Amos Feng
> Priority: Minor
> Fix For: 5.later
>
> Attachments: archive(1).zip, archive.zip
>
>
> {noformat}
> 2018-01-09 02:24:48,064 [0x00001db8] DEBUG (AtmiBrokerClient :200 ) - get session: 3
> 2018-01-09 02:24:48,064 [0x00001db8] DEBUG (AtmiBrokerClient :209 ) - did not get session: 3
> 2018-01-09 02:24:48,064 [0x00001db8] TRACE (XATMIc :411 ) - _get_tperrno
> 2018-01-09 02:24:48,064 [0x00001db8] TRACE (XATMIc :415 ) - found _get_tperrno2
> 2018-01-09 02:24:48,064 [0x00001db8] TRACE (XATMIc :418 ) - returning _get_tperrno2
> 2018-01-09 02:24:48,064 [0x00001db8] TRACE (XATMIc :924 ) - tpgetrply return: -1 tperrno: 2
> 2018-01-09 02:24:48,064 [0x00001db8] TRACE (XATMIc :411 ) - _get_tperrno
> 2018-01-09 02:24:48,064 [0x00001db8] TRACE (XATMIc :415 ) - found _get_tperrno2
> 2018-01-09 02:24:48,064 [0x00001db8] TRACE (XATMIc :418 ) - returning _get_tperrno2
> 2018-01-09 02:24:48,064 [0x00001db8] DEBUG (AtmiBrokerLogc :72 ) - CHKCOND ASSERT FAILED C:\hudson\workspace\narayana-catelyn\blacktie\xatmi\src\test\cpp\TestTPGetRply.cxx:272
> {noformat}
> It looks like that the sessionIds have the prev id in the other tests which has not been removed.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (JBTM-3040) Include more logging in LRA state changes
by Tom Jenkinson (JIRA)
Tom Jenkinson created JBTM-3040:
-----------------------------------
Summary: Include more logging in LRA state changes
Key: JBTM-3040
URL: https://issues.jboss.org/browse/JBTM-3040
Project: JBoss Transaction Manager
Issue Type: Task
Components: LRA
Reporter: Tom Jenkinson
Assignee: Michael Musgrove
We have a test that fails fairly regulary due to timeout:
Tests run: 26, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 98.564 sec <<< FAILURE! - in io.narayana.lra.participant.SpecIT
timeLimitRequiredLRA(io.narayana.lra.participant.SpecIT) Time elapsed: 0.868 sec <<< FAILURE!
java.lang.AssertionError: timeLimitRequiredLRA: compensate should have been called expected:<1> but was:<0>
at io.narayana.lra.participant.SpecIT.timeLimitRequiredLRA(SpecIT.java:608)
Results :
Failed tests:
SpecIT.timeLimitRequiredLRA:608 timeLimitRequiredLRA: compensate should have been called expected:<1> but was:<0>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (JBTM-2968) Some JTS quickstarts run with JacORB
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2968?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2968:
--------------------------------
Fix Version/s: 5.next
(was: 5.9.0.Final)
> Some JTS quickstarts run with JacORB
> ------------------------------------
>
> Key: JBTM-2968
> URL: https://issues.jboss.org/browse/JBTM-2968
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: Demonstrator
> Affects Versions: 5.7.1.Final
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Fix For: 5.next
>
>
> Some of the JTS quickstarts are using JacORB. The narayana project has since changed the default ORB (OpenJDK ORB) so we should change the quickstarts to use the new default. The affected poms are:
> ArjunaJTS/pom.xml
> ArjunaJTS/standalone/pom.xml
> ArjunaJTS/trailmap/pom.xml
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (JBTM-2967) Some quickstarts are not tested in CI
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2967?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2967:
--------------------------------
Fix Version/s: 5.next
(was: 5.9.0.Final)
> Some quickstarts are not tested in CI
> -------------------------------------
>
> Key: JBTM-2967
> URL: https://issues.jboss.org/browse/JBTM-2967
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Demonstrator
> Affects Versions: 5.7.1.Final
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Fix For: 5.next
>
>
> 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
> ArjunaCore/txoj/run.sh
> jboss-as/build/target/wildfly-9.0.0.CR1-SNAPSHOT/bin/run.sh
> ArjunaJTA/object_store/run.sh
> ArjunaJTA/maven/run.sh
> ArjunaJTA/recovery/run.sh
> ArjunaJTA/javax_transaction/run.sh
> rts/at/undertow/run.sh
> rts/at/recovery/recovery2/run.sh
> rts/at/recovery/recovery1/run.sh
> rts/at/simple/run.sh
> rts/at/service/service2b/run.sh
> rts/at/service/service2/run.sh
> rts/at/service/service1b/run.sh
> rts/at/service/service1/run.sh
> rts/at/demo/run.sh
> rts/lra/run.sh
> ArjunaJTS/standalone/run.sh
> ArjunaJTS/interop/glassfish/run.sh
> ArjunaJTS/recovery/run.sh
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months