[JBoss JIRA] (JBTM-3050) CMRIntegrationTest consistently fails on CI
by Tom Jenkinson (Jira)
[ https://issues.jboss.org/browse/JBTM-3050?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson closed JBTM-3050.
-------------------------------
> CMRIntegrationTest consistently fails on CI
> -------------------------------------------
>
> Key: JBTM-3050
> URL: https://issues.jboss.org/browse/JBTM-3050
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: JTA
> Affects Versions: 5.9.0.Final
> Reporter: Michael Musgrove
> Assignee: Ondra Chaloupka
> Priority: Blocker
> Fix For: 5.9.1.Final
>
>
> Test com.hp.mwtests.ts.jta.commitmarkable.integration.CMRIntegrationTest is failing on our CI cluster, for example:
> http://narayanaci1.eng.hst.ams2.redhat.com/job/narayana/PROFILE=MAIN,jdk=...
> fails with the output:
> {quote}
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.962 sec <<< FAILURE! - in com.hp.mwtests.ts.jta.commitmarkable.integration.CMRIntegrationTest
> com.hp.mwtests.ts.jta.commitmarkable.integration.CMRIntegrationTest Time elapsed: 4.962 sec <<< ERROR!
> java.lang.RuntimeException: org.jboss.as.arquillian.container.ManagementClient$UnSuccessfulOperationException: "WFLYCTL0216: Management resource '[(\"deployment\" => \"test.war\")]' not found"
> Caused by: org.jboss.as.arquillian.container.ManagementClient$UnSuccessfulOperationException: "WFLYCTL0216: Management resource '[(\"deployment\" => \"test.war\")]' not found"
> {quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 12 months
[JBoss JIRA] (JBTM-3064) After a crash active LRA's are left in a limbo state
by Tom Jenkinson (Jira)
[ https://issues.jboss.org/browse/JBTM-3064?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson closed JBTM-3064.
-------------------------------
> After a crash active LRA's are left in a limbo state
> ----------------------------------------------------
>
> Key: JBTM-3064
> URL: https://issues.jboss.org/browse/JBTM-3064
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: LRA
> Affects Versions: 5.9.0.Final
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Major
> Fix For: 5.9.1.Final
>
>
> If an LRA coordinator crashes with active LRA's (ie ones that have not yet been asked to finish) then when the coordinator is restarted they do not appear in the coordinators list so they cannot be ended.
> The fix is to ensure that the LRA periodic recovery module adds them back into the coordinators list of active LRA's.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 12 months
[JBoss JIRA] (JBTM-3074) No test cleanup for STM taxonomy tests
by Tom Jenkinson (Jira)
[ https://issues.jboss.org/browse/JBTM-3074?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson closed JBTM-3074.
-------------------------------
> No test cleanup for STM taxonomy tests
> ---------------------------------------
>
> Key: JBTM-3074
> URL: https://issues.jboss.org/browse/JBTM-3074
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: STM
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Major
> Fix For: 5.9.1.Final
>
> Attachments: stm.dump
>
>
> The tests added by JBTM-3058 are missing clean up actions . Some of the tests launch new threads and if they hang on one test they may cause subsequent tests to hang resulting in a stalled CI run (see attached file for an example). The after test clean up should report the failures and then clean up so that subsequent tests can execute.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 12 months
[JBoss JIRA] (JBTM-3043) REST-AT to JTA Bridge Quickstart failing
by Tom Jenkinson (Jira)
[ https://issues.jboss.org/browse/JBTM-3043?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson closed JBTM-3043.
-------------------------------
> REST-AT to JTA Bridge Quickstart failing
> ----------------------------------------
>
> Key: JBTM-3043
> URL: https://issues.jboss.org/browse/JBTM-3043
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: REST
> Affects Versions: 5.9.0.Final
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Critical
> Fix For: 5.9.1.Final
>
>
> -------------------------------------------------------
> Running org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest
> Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 6.973 sec <<< FAILURE! - in org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest
> testCommitWithTwoTasks(org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest) Time elapsed: 0.8 sec <<< FAILURE!
> java.lang.AssertionError: expected:<201> but was:<500>
> at org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest.createTask(TaskResourceTest.java:190)
> at org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest.testCommitWithTwoTasks(TaskResourceTest.java:147)
> testRollback(org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest) Time elapsed: 0.094 sec <<< FAILURE!
> java.lang.AssertionError: expected:<201> but was:<500>
> at org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest.createTask(TaskResourceTest.java:190)
> at org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest.testRollback(TaskResourceTest.java:130)
> testCommit(org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest) Time elapsed: 0.066 sec <<< FAILURE!
> java.lang.AssertionError: expected:<201> but was:<500>
> at org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest.createTask(TaskResourceTest.java:190)
> at org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest.testCommit(TaskResourceTest.java:111)
> testRollbackWithTwoTasks(org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest) Time elapsed: 0.063 sec <<< FAILURE!
> java.lang.AssertionError: expected:<201> but was:<500>
> at org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest.createTask(TaskResourceTest.java:190)
> at org.jboss.narayana.quickstart.rest.bridge.inbound.jpa.test.TaskResourceTest.testRollbackWithTwoTasks(TaskResourceTest.java:169)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 12 months