You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2014/09/24 10:52:34 UTC

[jira] [Created] (AMBARI-7467) TestExecuteHadoopResource.py failed

Dmitry Lysnichenko created AMBARI-7467:
------------------------------------------

             Summary: TestExecuteHadoopResource.py failed
                 Key: AMBARI-7467
                 URL: https://issues.apache.org/jira/browse/AMBARI-7467
             Project: Ambari
          Issue Type: Task
          Components: ambari-agent
    Affects Versions: 1.7.0
            Reporter: Dmitry Lysnichenko
            Assignee: Dmitry Lysnichenko
             Fix For: 1.7.0


Agent unittest failed:
{code}
Traceback (most recent call last):
  File "/home/user/ambari/ambari-common/src/test/python/mock/mock.py", line 1199, in patched
    return func(*args, **keywargs)
  File "/home/user/ambari/ambari-agent/src/test/python/resource_management/TestExecuteHadoopResource.py", line 99, in test_run_defined_args
    'path': [None]})
AssertionError: {'logoutput': True, 'path': [], 'tries': 2, 'user': 'user', 'try_sleep': 2} != {'logoutput': True, 'path': [None], 'tries': 2, 'user': 'user', 'try_sleep': 2}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)