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 45FC6200D27 for ; Wed, 25 Oct 2017 17:43:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 444381609E5; Wed, 25 Oct 2017 15:43:15 +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 8171F1609DD for ; Wed, 25 Oct 2017 17:43:14 +0200 (CEST) Received: (qmail 59416 invoked by uid 500); 25 Oct 2017 15:43:13 -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 59404 invoked by uid 99); 25 Oct 2017 15:43:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2017 15:43:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3D602DFAEB; Wed, 25 Oct 2017 15:43:13 +0000 (UTC) From: jbertram To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis pull request #1614: Fix a couple of small issues Content-Type: text/plain Message-Id: <20171025154313.3D602DFAEB@git1-us-west.apache.org> Date: Wed, 25 Oct 2017 15:43:13 +0000 (UTC) archived-at: Wed, 25 Oct 2017 15:43:15 -0000 Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1614#discussion_r146899887 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSMessageConsumerTest.java --- @@ -430,6 +430,15 @@ public void testSelectorsWithJMSDeliveryOnQueue() throws Exception { } } + @Test --- End diff -- That test wasn't meant to stay in the PR as I just used it to reproduce the intermittent failure. I've removed it and updated the PR. ---