Repository: incubator-ignite Updated Branches: refs/heads/ignite-709_2 1d2b5f81f -> d59403b48
# IGNITE-709 Revert commenting failed tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e76752d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e76752d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e76752d1 Branch: refs/heads/ignite-709_2 Commit: e76752d172eb7449911c2257f9fa722631fef5f2 Parents: 1d2b5f8 Author: sevdokimov <sergey.evdoki...@jetbrains.com> Authored: Sat May 2 18:54:30 2015 +0300 Committer: sevdokimov <sergey.evdoki...@jetbrains.com> Committed: Sat May 2 18:54:30 2015 +0300 ---------------------------------------------------------------------- .../spi/discovery/tcp/TcpClientDiscoverySelfTest.java | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e76752d1/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 bcabf56..a280c39 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 @@ -282,12 +282,9 @@ public class TcpClientDiscoverySelfTest extends GridCommonAbstractTest { } /** - * TODO: IGNITE-587. * @throws Exception If failed. */ public void testClientReconnect() throws Exception { - fail("ignite-587"); - clientsPerSrv = 1; startServerNodes(3); @@ -370,18 +367,10 @@ public class TcpClientDiscoverySelfTest extends GridCommonAbstractTest { checkNodes(1, 1); } - /** {@inheritDoc} */ - @Override protected long getTestTimeout() { - return Long.MAX_VALUE; - } - /** - * TODO: IGNITE-587. * @throws Exception If failed. */ public void testClientNodeLeaveOneServer() throws Exception { - fail("ignite-587"); - startServerNodes(1); startClientNodes(1); @@ -491,8 +480,6 @@ public class TcpClientDiscoverySelfTest extends GridCommonAbstractTest { * @throws Exception If failed. */ public void testDataExchangeFromClient() throws Exception { - fail("ignite-587"); - testDataExchange("client-0"); }