From commits-return-49367-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Thu Jan 9 14:21:59 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id ADA9518067C for ; Thu, 9 Jan 2020 15:21:58 +0100 (CET) Received: (qmail 11083 invoked by uid 500); 9 Jan 2020 14:21:58 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 11056 invoked by uid 99); 9 Jan 2020 14:21:58 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2020 14:21:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id DC0FE81F09; Thu, 9 Jan 2020 14:21:57 +0000 (UTC) Date: Thu, 09 Jan 2020 14:21:58 +0000 To: "commits@qpid.apache.org" Subject: [qpid-broker-j] 01/02: [NO-JIRA] Ensure destructive consumer is used in test LastValueQueueTest#testParallelProductionAndConsumption MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: orudyy@apache.org In-Reply-To: <157857971782.15577.9205159656213315639@gitbox.apache.org> References: <157857971782.15577.9205159656213315639@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-broker-j X-Git-Refname: refs/heads/7.1.x X-Git-Reftype: branch X-Git-Rev: e90fe1331937bb994187175ca5164902c1d7c64d X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200109142157.DC0FE81F09@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. orudyy pushed a commit to branch 7.1.x in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git commit e90fe1331937bb994187175ca5164902c1d7c64d Author: Alex Rudyy AuthorDate: Thu Jan 9 13:30:28 2020 +0000 [NO-JIRA] Ensure destructive consumer is used in test LastValueQueueTest#testParallelProductionAndConsumption (cherry picked from commit 2ee3d0c9de5b203387137a98e8a50e419fc9942e) --- .../qpid/systests/jms_1_1/extensions/queue/LastValueQueueTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systests/qpid-systests-jms_1.1/src/test/java/org/apache/qpid/systests/jms_1_1/extensions/queue/LastValueQueueTest.java b/systests/qpid-systests-jms_1.1/src/test/java/org/apache/qpid/systests/jms_1_1/extensions/queue/LastValueQueueTest.java index 0c827eb..fd90354 100644 --- a/systests/qpid-systests-jms_1.1/src/test/java/org/apache/qpid/systests/jms_1_1/extensions/queue/LastValueQueueTest.java +++ b/systests/qpid-systests-jms_1.1/src/test/java/org/apache/qpid/systests/jms_1_1/extensions/queue/LastValueQueueTest.java @@ -325,7 +325,7 @@ public class LastValueQueueTest extends JmsTestBase public void testParallelProductionAndConsumption() throws Exception { final String queueName = getTestName(); - final Queue queue = createConflationQueue(queueName, KEY_PROPERTY, true); + final Queue queue = createConflationQueue(queueName, KEY_PROPERTY, false); int numberOfUniqueKeyValues = 2; final ExecutorService executorService = Executors.newFixedThreadPool(2); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org