Repository: incubator-ignite Updated Branches: refs/heads/ignite-tc-snodes 69c496bf5 -> 09b07a1e8
start nodes tc: add logging Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/09b07a1e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/09b07a1e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/09b07a1e Branch: refs/heads/ignite-tc-snodes Commit: 09b07a1e88c8f21fee171a23593d5a6f06777c1a Parents: 69c496b Author: Artem Shutak <ashu...@gridgain.com> Authored: Thu Apr 2 17:30:53 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Thu Apr 2 17:30:53 2015 +0300 ---------------------------------------------------------------------- .../internal/IgniteProjectionStartStopRestartSelfTest.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/09b07a1e/modules/ssh/src/test/java/org/apache/ignite/internal/IgniteProjectionStartStopRestartSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/ssh/src/test/java/org/apache/ignite/internal/IgniteProjectionStartStopRestartSelfTest.java b/modules/ssh/src/test/java/org/apache/ignite/internal/IgniteProjectionStartStopRestartSelfTest.java index ae9ae81..831ff5f 100644 --- a/modules/ssh/src/test/java/org/apache/ignite/internal/IgniteProjectionStartStopRestartSelfTest.java +++ b/modules/ssh/src/test/java/org/apache/ignite/internal/IgniteProjectionStartStopRestartSelfTest.java @@ -176,9 +176,13 @@ public class IgniteProjectionStartStopRestartSelfTest extends GridCommonAbstract public void testStartOneNode() throws Exception { joinedLatch = new CountDownLatch(1); + Collection<Map<String, Object>> hosts = maps(Collections.singleton(HOST), SSH_UNAME, pwd, key, 1, U.getIgniteHome(), CFG_NO_ATTR, null); + + log.info(">>>>> hosts=" + hosts); + Collection<GridTuple3<String, Boolean, String>> res = startNodes(ignite.cluster(), - maps(Collections.singleton(HOST), SSH_UNAME, pwd, key, 1, U.getIgniteHome(), CFG_NO_ATTR, null), + hosts, null, false, 0, 16); assert res.size() == 1;