[
https://issues.apache.org/jira/browse/ARTEMIS-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231709#comment-15231709
]
ASF GitHub Bot commented on ARTEMIS-475:
----------------------------------------
GitHub user dudaerich opened a pull request:
https://github.com/apache/activemq-artemis/pull/444
ARTEMIS-475 - [Artemis Testsuite] SessionCloseTest#testCanNotUseXAWit…
…hClosedSession fails
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dudaerich/activemq-artemis ARTEMIS-475
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/444.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #444
----
commit 4f7c206853fdcaeef83c21d327e9637a1e959dd9
Author: Erich Duda <[email protected]>
Date: 2016-04-08T06:25:44Z
ARTEMIS-475 - [Artemis Testsuite]
SessionCloseTest#testCanNotUseXAWithClosedSession fails
----
> [Artemis Testsuite] SessionCloseTest#testCanNotUseXAWithClosedSession fails
> ---------------------------------------------------------------------------
>
> Key: ARTEMIS-475
> URL: https://issues.apache.org/jira/browse/ARTEMIS-475
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: Erich Duda
>
> {code}
> java.lang.AssertionError: expected:<4> but was:<-7>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at org.junit.Assert.assertEquals(Assert.java:542)
> at
> org.apache.activemq.artemis.tests.util.ActiveMQTestBase.expectXAException(ActiveMQTestBase.java:953)
> at
> org.apache.activemq.artemis.tests.integration.client.SessionCloseTest.testCanNotUseXAWithClosedSession(SessionCloseTest.java:135)
> {code}
> The test fails because of
> https://github.com/apache/activemq-artemis/commit/ddf8d8f96e33f5f80e1c7a1590de9579aa8ead50
> We need to update expected XA return code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)