Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2EF8F200B65 for ; Tue, 2 Aug 2016 17:02:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2DA04160A65; Tue, 2 Aug 2016 15:02:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7BC9E160A76 for ; Tue, 2 Aug 2016 17:02:21 +0200 (CEST) Received: (qmail 23252 invoked by uid 500); 2 Aug 2016 15:02:20 -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 23190 invoked by uid 99); 2 Aug 2016 15:02:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 15:02:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 730AD2C0D5E for ; Tue, 2 Aug 2016 15:02:20 +0000 (UTC) Date: Tue, 2 Aug 2016 15:02:20 +0000 (UTC) From: "Jiri Danek (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ARTEMIS-663) Failing ExtraStompTests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 Aug 2016 15:02:22 -0000 Jiri Danek created ARTEMIS-663: ---------------------------------- Summary: Failing ExtraStompTests Key: ARTEMIS-663 URL: https://issues.apache.org/jira/browse/ARTEMIS-663 Project: ActiveMQ Artemis Issue Type: Bug Components: Stomp Affects Versions: 1.4.0 Reporter: Jiri Danek Tests *org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest#testReceiveLargeCompressedToLargePersistentMessagesFromCore *org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest#testReceiveLargeCompressedToRegularPersistentMessagesFromCore *org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest#testReceiveLargeCompressedToLargePersistentMessagesFromCoreV12 *org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest#testReceiveLargeCompressedToRegularPersistentMessagesFromCoreV12 are currently failing for me in git tip. When running the first test on the list, the result is {noformat} $ scripts/one-test.sh ExtraStompTest [main] 16:56:41,444 INFO [org.apache.activemq.artemis.core.server] AMQ221002: Apache ActiveMQ Artemis Message Broker version 1.4.0-SNAPSHOT [2bf815dc-58c1-11e6-8d66-0800279eb887] stopped, uptime 1 minute [main] 16:56:41,455 INFO [org.apache.activemq.artemis.core.server] #*#*# Finished test: testReceiveLargeCompressedToLargePersistentMessagesFromCore()... Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 65.037 sec <<< FAILURE! - in org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest testReceiveLargeCompressedToLargePersistentMessagesFromCore(org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest) Time elapsed: 64.761 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertNotNull(Assert.java:621) at org.junit.Assert.assertNotNull(Assert.java:631) at org.apache.activemq.artemis.tests.integration.stomp.ExtraStompTest.testReceiveLargeCompressedToLargePersistentMessagesFromCore(ExtraStompTest.java:582) Running org.apache.activemq.artemis.tests.integration.stomp.v11.ExtraStompTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.activemq.artemis.tests.integration.stomp.v11.ExtraStompTest Results : Failed tests: ExtraStompTest.testReceiveLargeCompressedToLargePersistentMessagesFromCore:582->Assert.assertNotNull:631->Assert.assertNotNull:621->Assert.assertTrue:41->Assert.fail:86 null Tests run: 1, Failures: 1, Errors: 0, Skipped: 0 {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)