Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 40AFA10353 for ; Thu, 6 Jun 2013 08:01:31 +0000 (UTC) Received: (qmail 18954 invoked by uid 500); 6 Jun 2013 08:01:31 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 18685 invoked by uid 500); 6 Jun 2013 08:01:25 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 18645 invoked by uid 99); 6 Jun 2013 08:01:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 08:01:24 +0000 Date: Thu, 6 Jun 2013 08:01:23 +0000 (UTC) From: "Kevin Earls (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-4568) org.apache.activemq.transport.amqp.AmqpTransformerTest#testRawTransformation hangs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-4568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13676821#comment-13676821 ] Kevin Earls commented on AMQ-4568: ---------------------------------- This test fails because the message returned by the following lines in AmqpProtocolConverter.onMessage() has a null messageId. EncodedMessage em = new EncodedMessage(delivery.getMessageFormat(), buffer.data, buffer.offset, buffer.length); final ActiveMQMessage message = (ActiveMQMessage) getInboundTransformer().transform(em); > org.apache.activemq.transport.amqp.AmqpTransformerTest#testRawTransformation hangs > ---------------------------------------------------------------------------------- > > Key: AMQ-4568 > URL: https://issues.apache.org/jira/browse/AMQ-4568 > Project: ActiveMQ > Issue Type: Bug > Components: Test Cases > Reporter: Kevin Earls > Priority: Minor > Attachments: AMQ-4568.patch, testRawTransformation.txt > > > This test is currently hanging. I'll attach a stack trace and a test patch which includes a timeout. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira