Repository: ignite Updated Branches: refs/heads/ignite-1758 48cf25f78 -> 363a38ab9
ignite-1758 debug Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/363a38ab Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/363a38ab Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/363a38ab Branch: refs/heads/ignite-1758 Commit: 363a38ab9f21541530520104cf340fc682a07a6a Parents: 48cf25f Author: sboikov <[email protected]> Authored: Mon Nov 2 11:07:37 2015 +0300 Committer: sboikov <[email protected]> Committed: Mon Nov 2 11:07:37 2015 +0300 ---------------------------------------------------------------------- .../spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/363a38ab/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java index 5cb7f23..55d48a7 100644 --- a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java +++ b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryMultiThreadedTest.java @@ -209,8 +209,6 @@ public class TcpDiscoveryMultiThreadedTest extends GridCommonAbstractTest { * @throws Exception If any error occurs. */ public void testMultiThreadedClientsServersRestart() throws Throwable { - fail("https://issues.apache.org/jira/browse/IGNITE-1123"); - final AtomicBoolean done = new AtomicBoolean(); try { @@ -375,7 +373,7 @@ public class TcpDiscoveryMultiThreadedTest extends GridCommonAbstractTest { /** * @throws Exception If any error occurs. */ - public void testTopologyVersion() throws Exception { + public void _testTopologyVersion() throws Exception { clientFlagGlobal = false; startGridsMultiThreaded(GRID_CNT); @@ -399,7 +397,7 @@ public class TcpDiscoveryMultiThreadedTest extends GridCommonAbstractTest { /** * @throws Exception If any error occurs. */ - public void testMultipleStartOnCoordinatorStop() throws Exception{ + public void _testMultipleStartOnCoordinatorStop() throws Exception{ for (int k = 0; k < 3; k++) { log.info("Iteration: " + k);
