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 B294A17BAC for ; Thu, 29 Oct 2015 11:32:43 +0000 (UTC) Received: (qmail 68717 invoked by uid 500); 29 Oct 2015 11:32:43 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 68638 invoked by uid 500); 29 Oct 2015 11:32:43 -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 68597 invoked by uid 99); 29 Oct 2015 11:32:43 -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; Thu, 29 Oct 2015 11:32:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62A72E391A; Thu, 29 Oct 2015 11:32:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ntikhonov@apache.org To: commits@ignite.apache.org Date: Thu, 29 Oct 2015 11:32:44 -0000 Message-Id: In-Reply-To: <09d377b6fc264cb193c2c1131e86eb31@git.apache.org> References: <09d377b6fc264cb193c2c1131e86eb31@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/5] 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/9fb79622 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9fb79622 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9fb79622 Branch: refs/heads/master Commit: 9fb79622bd24bf99532f7064c73a8ebd82a497df Parents: 93861f3 Author: ashutak Authored: Wed Oct 28 17:35:06 2015 +0300 Committer: ashutak Committed: Wed Oct 28 17:35:06 2015 +0300 ---------------------------------------------------------------------- .../datastructures/IgniteCountDownLatchAbstractSelfTest.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/9fb79622/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCountDownLatchAbstractSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCountDownLatchAbstractSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCountDownLatchAbstractSelfTest.java index 58cbfa1..2f6f6f4 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCountDownLatchAbstractSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCountDownLatchAbstractSelfTest.java @@ -283,6 +283,8 @@ public abstract class IgniteCountDownLatchAbstractSelfTest extends IgniteAtomics * @throws Exception If failed. */ public void testLatchMultinode1() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-1802"); + if (gridCount() == 1) return; @@ -389,4 +391,4 @@ public abstract class IgniteCountDownLatchAbstractSelfTest extends IgniteAtomics @Override public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException { // No-op. } -} \ No newline at end of file +}