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 56A05200C8C for ; Mon, 22 May 2017 17:12:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 557D1160BDB; Mon, 22 May 2017 15:12:33 +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 3F28A160BD8 for ; Mon, 22 May 2017 17:12:32 +0200 (CEST) Received: (qmail 51935 invoked by uid 500); 22 May 2017 15:12:31 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 51237 invoked by uid 99); 22 May 2017 15:12:30 -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; Mon, 22 May 2017 15:12:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6AF9BE3AA4; Mon, 22 May 2017 15:12:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Mon, 22 May 2017 15:12:50 -0000 Message-Id: In-Reply-To: <9fa8b040ac584bb7a9fddc61f3a941b7@git.apache.org> References: <9fa8b040ac584bb7a9fddc61f3a941b7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [22/50] [abbrv] ignite git commit: ignite-12163 muted test archived-at: Mon, 22 May 2017 15:12:33 -0000 ignite-12163 muted test Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4638af19 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4638af19 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4638af19 Branch: refs/heads/ignite-5075-pds Commit: 4638af19c4402b5b99fe383653fe8918d09a0b81 Parents: 29a6083 Author: Dmitriy Govorukhin Authored: Wed May 17 15:12:42 2017 +0300 Committer: Dmitriy Govorukhin Committed: Wed May 17 15:12:42 2017 +0300 ---------------------------------------------------------------------- .../IgnitePersistentStoreCacheRebalancingAbstractTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/4638af19/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheRebalancingAbstractTest.java ---------------------------------------------------------------------- diff --git a/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheRebalancingAbstractTest.java b/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheRebalancingAbstractTest.java index a767fe1..3ea6b95 100644 --- a/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheRebalancingAbstractTest.java +++ b/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheRebalancingAbstractTest.java @@ -440,7 +440,7 @@ public abstract class IgnitePersistentStoreCacheRebalancingAbstractTest extends /** * @throws Exception If failed. */ - public void testTopologyChangesWithConstantLoad() throws Exception { + public void _testTopologyChangesWithConstantLoad() throws Exception { final int entriesCnt = 10_000; int maxNodesCount = 4; int topChanges = 20;