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 02328176F0 for ; Thu, 30 Apr 2015 14:22:47 +0000 (UTC) Received: (qmail 67297 invoked by uid 500); 30 Apr 2015 14:22:46 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 67263 invoked by uid 500); 30 Apr 2015 14:22:46 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 67253 invoked by uid 99); 30 Apr 2015 14:22:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 14:22:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 14:22:42 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id C389547354 for ; Thu, 30 Apr 2015 14:22:21 +0000 (UTC) Received: (qmail 66302 invoked by uid 99); 30 Apr 2015 14:22:21 -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, 30 Apr 2015 14:22:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2F212E1081; Thu, 30 Apr 2015 14:22:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yzhdanov@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 30 Apr 2015 14:22:23 -0000 Message-Id: <2866f3d80867441e832fb62a73e08955@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/5] incubator-ignite git commit: minor X-Virus-Checked: Checked by ClamAV on apache.org minor Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e0648d68 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e0648d68 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e0648d68 Branch: refs/heads/ignite-sprint-4 Commit: e0648d68781e3906b66f3c876fef59bc4141454e Parents: f6ac27a Author: Yakov Zhdanov Authored: Thu Apr 30 17:18:44 2015 +0300 Committer: Yakov Zhdanov Committed: Thu Apr 30 17:18:44 2015 +0300 ---------------------------------------------------------------------- .../ignite/spi/discovery/tcp/TcpClientDiscoverySelfTest.java | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e0648d68/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySelfTest.java b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySelfTest.java index 09cbd97..0c9f2f2 100644 --- a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySelfTest.java @@ -275,9 +275,12 @@ public class TcpClientDiscoverySelfTest extends GridCommonAbstractTest { } /** + * TODO: IGNITE-587. * @throws Exception If failed. */ public void testClientReconnect() throws Exception { + fail("ignite-587"); + clientsPerSrv = 1; startServerNodes(3); @@ -318,9 +321,12 @@ public class TcpClientDiscoverySelfTest extends GridCommonAbstractTest { } /** + * TODO: IGNITE-587. * @throws Exception If failed. */ public void testClientNodeLeaveOneServer() throws Exception { + fail("ignite-587"); + startServerNodes(1); startClientNodes(1); @@ -430,6 +436,8 @@ public class TcpClientDiscoverySelfTest extends GridCommonAbstractTest { * @throws Exception If failed. */ public void testDataExchangeFromClient() throws Exception { + fail("ignite-587"); + testDataExchange("client-0"); }