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)
The test fails because of https://github.com/rh-messaging/jboss-activemq-artemis/commit/a1b184c13deb25a5ca9513704cc61ba461c10eb1 We need to update expected XA return code.
- blocks
-
JBEAP-2574 Stabilization of ActiveMQ Artemis upstream test suite
- Closed
- is cloned by
-
JBEAP-5978 (7.0.z) [Artemis Testsuite] ARTEMIS-475 - SessionCloseTest#testCanNotUseXAWithClosedSession fails
- Closed
- is incorporated by
-
JBEAP-5830 (7.1.0) Upgrade Artemis from 1.1.0.SP18 to 1.4.0
- Verified
- cloned to
-
ARTEMIS-475 Loading...