Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B47F1866E for ; Wed, 27 Jan 2016 17:17:46 +0000 (UTC) Received: (qmail 46644 invoked by uid 500); 27 Jan 2016 17:17:33 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 46518 invoked by uid 500); 27 Jan 2016 17:17:33 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 46502 invoked by uid 99); 27 Jan 2016 17:17:33 -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, 27 Jan 2016 17:17:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2DAB5E00D6; Wed, 27 Jan 2016 17:17:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Wed, 27 Jan 2016 17:17:34 -0000 Message-Id: <0ff1fecc59cb4e88ae73cf7e2ca37406@git.apache.org> In-Reply-To: <16734b86d5654634abfc075016a6f220@git.apache.org> References: <16734b86d5654634abfc075016a6f220@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: ARTEMIS-365 - [Artemis Testsuite] AddressControlTest#testGetNumberOfPages fails ARTEMIS-365 - [Artemis Testsuite] AddressControlTest#testGetNumberOfPages fails Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/79f39693 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/79f39693 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/79f39693 Branch: refs/heads/master Commit: 79f39693f34f8f25d931c5d728e984bddc8e028d Parents: c14e013 Author: Erich Duda Authored: Wed Jan 27 14:37:21 2016 +0100 Committer: Clebert Suconic Committed: Wed Jan 27 12:17:29 2016 -0500 ---------------------------------------------------------------------- .../artemis/tests/integration/management/AddressControlTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/79f39693/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java ---------------------------------------------------------------------- diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java index cbcba36..67a0f59 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java @@ -188,7 +188,7 @@ public class AddressControlTest extends ManagementTestBase { SimpleString address = RandomUtil.randomSimpleString(); AddressSettings addressSettings = new AddressSettings().setPageSizeBytes(1024).setMaxSizeBytes(10 * 1024); - final int NUMBER_MESSAGES_BEFORE_PAGING = 5; + final int NUMBER_MESSAGES_BEFORE_PAGING = 7; server.getAddressSettingsRepository().addMatch(address.toString(), addressSettings); server.start();