[jbossts-issues] [JBoss JIRA] (JBTM-1854) Journal failures in CI test suite on JDKORB

Michael Musgrove (JIRA) issues at jboss.org
Tue Sep 29 13:19:00 EDT 2015


    [ https://issues.jboss.org/browse/JBTM-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113443#comment-13113443 ] 

Michael Musgrove commented on JBTM-1854:
----------------------------------------

The issue is that the hornetq qa tests run under the control of ExecutionWrapper which initialises the orb and then calls the Main class of the server. But the Main class also initialised an orb. The result is that incoming CORBA requests (to the server) set up the PICurrent object corresponding to the orb created by the ExecutionWrapper with the transaction propagation context but the server is using a different PICurrent (since it is using a different orb).

> Journal failures in CI test suite on JDKORB
> -------------------------------------------
>
>                 Key: JBTM-1854
>                 URL: https://issues.jboss.org/browse/JBTM-1854
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>          Components: Testing
>    Affects Versions: 5.0.0.M3
>            Reporter: Michael Musgrove
>            Assignee: Michael Musgrove
>             Fix For: 5.next
>
>         Attachments: CurrentTests01_Test036.tar.gz, idlj-failures.tar.gz, testoutput.idlj.tar.run4.gz
>
>
> The first CI job link includes:
>   CurrentTests01_Test036
>   jtsremote JTSRemote_ImplicitPropagationTest
> crashrecovery02_2 CrashRecovery02_2 - all of them
> crashrecovery05_1 CrashRecovery05_1 Tests 1, 6, 7, 8, 9, 10
> crashrecovery12 CrashRecovery12_Test03 (55 failures - about half of them)
> The second CI job link includes:
> JTSRemote_ImplicitPropagationTest failure
> CrashRecovery02_2_Test46 hang



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossts-issues mailing list