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 A5E7E18557 for ; Wed, 28 Oct 2015 14:26:10 +0000 (UTC) Received: (qmail 58860 invoked by uid 500); 28 Oct 2015 14:26:10 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 58777 invoked by uid 500); 28 Oct 2015 14:26:10 -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 58302 invoked by uid 99); 28 Oct 2015 14:26:09 -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, 28 Oct 2015 14:26:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BDFB5E03CD; Wed, 28 Oct 2015 14:26:09 +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: Wed, 28 Oct 2015 14:26:24 -0000 Message-Id: <086480273cd74e058226d4787d52879c@git.apache.org> In-Reply-To: <6867ee17b0ba4a4484156469d7749320@git.apache.org> References: <6867ee17b0ba4a4484156469d7749320@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [17/49] 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/b09939f9 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b09939f9 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b09939f9 Branch: refs/heads/ignite-1758 Commit: b09939f95f358a5c25c6eec5135499f50b857bb9 Parents: ea63c2d Author: ashutak Authored: Mon Oct 26 19:03:57 2015 +0300 Committer: ashutak Committed: Mon Oct 26 19:03:57 2015 +0300 ---------------------------------------------------------------------- .../partitioned/IgnitePartitionedCountDownLatchSelfTest.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/b09939f9/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java index c9c9205..fc9356e 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/IgnitePartitionedCountDownLatchSelfTest.java @@ -30,4 +30,9 @@ public class IgnitePartitionedCountDownLatchSelfTest extends IgniteCountDownLatc @Override protected CacheMode atomicsCacheMode() { return PARTITIONED; } -} \ No newline at end of file + + /** {@inheritDoc} */ + @Override public void testLatch() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-1793"); + } +}