Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4CA4418708 for ; Fri, 30 Oct 2015 15:51:58 +0000 (UTC) Received: (qmail 53325 invoked by uid 500); 30 Oct 2015 15:51:58 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 53223 invoked by uid 500); 30 Oct 2015 15:51:58 -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 52673 invoked by uid 99); 30 Oct 2015 15:51:57 -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; Fri, 30 Oct 2015 15:51:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B47D3DFADB; Fri, 30 Oct 2015 15:51:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.apache.org Date: Fri, 30 Oct 2015 15:52:16 -0000 Message-Id: <7830ea9cc46743e0ba25c48221eed812@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [20/52] [abbrv] ignite git commit: Muted test Muted test Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a5d50a60 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a5d50a60 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a5d50a60 Branch: refs/heads/ignite-950-new Commit: a5d50a60025559435673a066d61799d1aafe3b29 Parents: df931bd Author: Anton Vinogradov Authored: Wed Oct 28 17:10:55 2015 +0300 Committer: Anton Vinogradov Committed: Wed Oct 28 17:10:55 2015 +0300 ---------------------------------------------------------------------- .../affinity/fair/IgniteFairAffinityDynamicCacheSelfTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/a5d50a60/modules/core/src/test/java/org/apache/ignite/cache/affinity/fair/IgniteFairAffinityDynamicCacheSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/cache/affinity/fair/IgniteFairAffinityDynamicCacheSelfTest.java b/modules/core/src/test/java/org/apache/ignite/cache/affinity/fair/IgniteFairAffinityDynamicCacheSelfTest.java index eb1c455..f95265d 100644 --- a/modules/core/src/test/java/org/apache/ignite/cache/affinity/fair/IgniteFairAffinityDynamicCacheSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/cache/affinity/fair/IgniteFairAffinityDynamicCacheSelfTest.java @@ -71,6 +71,8 @@ public class IgniteFairAffinityDynamicCacheSelfTest extends GridCommonAbstractTe * @throws Exception If failed. */ public void testStartStopCache() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-647"); + CacheConfiguration cacheCfg = new CacheConfiguration<>(); cacheCfg.setCacheMode(CacheMode.PARTITIONED);