You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Vinogradov (Jira)" <ji...@apache.org> on 2021/12/16 09:24:00 UTC

[jira] [Commented] (IGNITE-16134) [ducktests] failed IgniteApplicationService on start.

    [ https://issues.apache.org/jira/browse/IGNITE-16134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460518#comment-17460518 ] 

Anton Vinogradov commented on IGNITE-16134:
-------------------------------------------

Merged to master.

Thanks for your contribution!

> [ducktests] failed IgniteApplicationService on start.
> -----------------------------------------------------
>
>                 Key: IGNITE-16134
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16134
>             Project: Ignite
>          Issue Type: Test
>            Reporter: Sergei Ryzhov
>            Assignee: Sergei Ryzhov
>            Priority: Minor
>              Labels: ise
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> failed IgniteApplicationService on start
> AWS module was moved to ignite-extensions. 
> https://issues.apache.org/jira/browse/IGNITE-15541
> {code:java}
> File "/u01/jenkins_slave/workspace/OSPT/DevOps/ducktest/run_tests/ignite-dev/modules/ducktests/tests/ignitetest/services/utils/background_thread.py", line 43, in _protected_worker
>     self.worker(idx, node, **kwargs)
>   File "/u01/jenkins_slave/workspace/OSPT/DevOps/ducktest/run_tests/ignite-dev/modules/ducktests/tests/ignitetest/services/utils/ignite_aware.py", line 236, in worker
>     node.account.ssh(cmd)
>   File "/u01/jenkins_slave/workspace/OSPT/DevOps/ducktest/run_tests/venv/lib64/python3.8/site-packages/ducktape/cluster/remoteaccount.py", line 275, in ssh
>     raise RemoteCommandError(self, cmd, exit_status, stderr.read())
> {code}
> {code:java}
>  def __jackson(self):
>         if not self.service.config.version.is_dev:
>             aws = self._module("aws")
>             return self.service.context.cluster.nodes[0].account.ssh_capture(
>                 "ls -d %s/* | grep jackson | tr '\n' ':' | sed 's/.$//'" % aws)
>         return []
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)