Repository: ignite Updated Branches: refs/heads/ignite-1758 b94b6d321 -> 79a152f26
ignite-1758 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/79a152f2 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/79a152f2 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/79a152f2 Branch: refs/heads/ignite-1758 Commit: 79a152f2665faf49131b91b96fdd66f4facd7d52 Parents: b94b6d3 Author: sboikov <[email protected]> Authored: Fri Oct 30 16:10:17 2015 +0300 Committer: sboikov <[email protected]> Committed: Fri Oct 30 16:10:17 2015 +0300 ---------------------------------------------------------------------- .../discovery/tcp/IgniteClientReconnectMassiveShutdownTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/79a152f2/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/IgniteClientReconnectMassiveShutdownTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/IgniteClientReconnectMassiveShutdownTest.java b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/IgniteClientReconnectMassiveShutdownTest.java index 6fc29d0..6f0e887 100644 --- a/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/IgniteClientReconnectMassiveShutdownTest.java +++ b/modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/IgniteClientReconnectMassiveShutdownTest.java @@ -205,7 +205,7 @@ public class IgniteClientReconnectMassiveShutdownTest extends GridCommonAbstract return null; } }, - CLIENT_GRID_CNT); + CLIENT_GRID_CNT, "client-thread"); try { // Killing a half of server nodes. @@ -261,8 +261,7 @@ public class IgniteClientReconnectMassiveShutdownTest extends GridCommonAbstract return null; } }, - assassins.size() - ); + assassins.size(), "kill-thread"); srvsShutdownFut.get();
