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 6D14F18C41 for ; Tue, 27 Oct 2015 11:13:03 +0000 (UTC) Received: (qmail 3872 invoked by uid 500); 27 Oct 2015 11:12:47 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 3824 invoked by uid 500); 27 Oct 2015 11:12:47 -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 3807 invoked by uid 99); 27 Oct 2015 11:12:47 -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; Tue, 27 Oct 2015 11:12:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 64845DFF73; Tue, 27 Oct 2015 11:12:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yzhdanov@apache.org To: commits@ignite.apache.org Date: Tue, 27 Oct 2015 11:12:47 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/15] ignite git commit: Muted test Repository: ignite Updated Branches: refs/heads/ignite-1.4-slow-server-debug 960e91c8d -> 55a2798a1 Muted test Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e6e475c0 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e6e475c0 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e6e475c0 Branch: refs/heads/ignite-1.4-slow-server-debug Commit: e6e475c068d41723d69a1b37c906f3b3fc309a8a Parents: 0bc1d6f Author: ashutak Authored: Mon Oct 26 13:25:54 2015 +0300 Committer: ashutak Committed: Mon Oct 26 13:25:54 2015 +0300 ---------------------------------------------------------------------- .../ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e6e475c0/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java index 0bb9a42..030c653 100644 --- a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java @@ -797,6 +797,8 @@ public class TcpClientDiscoverySpiSelfTest extends GridCommonAbstractTest { * @throws Exception If failed. */ public void testClientNodeFailOneServer() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-1776"); + startServerNodes(1); startClientNodes(1); @@ -2258,4 +2260,4 @@ public class TcpClientDiscoverySpiSelfTest extends GridCommonAbstractTest { return res; } } -} \ No newline at end of file +}