Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE8C01895E for ; Fri, 8 Apr 2016 06:25:25 +0000 (UTC) Received: (qmail 16157 invoked by uid 500); 8 Apr 2016 06:25:25 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 16119 invoked by uid 500); 8 Apr 2016 06:25:25 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 16098 invoked by uid 99); 8 Apr 2016 06:25:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2016 06:25:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6FD712C1F4E for ; Fri, 8 Apr 2016 06:25:25 +0000 (UTC) Date: Fri, 8 Apr 2016 06:25:25 +0000 (UTC) From: "Erich Duda (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ARTEMIS-475) [Artemis Testsuite] SessionCloseTest#testCanNotUseXAWithClosedSession fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Erich Duda created ARTEMIS-475: ---------------------------------- Summary: [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)