You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Sumit Mohanty (JIRA)" <ji...@apache.org> on 2015/04/21 00:46:59 UTC

[jira] [Resolved] (AMBARI-10548) Unit tests failing in b.a.o (tests disabled on Mac thus were not discovered during development time)

     [ https://issues.apache.org/jira/browse/AMBARI-10548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sumit Mohanty resolved AMBARI-10548.
------------------------------------
    Resolution: Fixed

> Unit tests failing in b.a.o (tests disabled on Mac thus were not discovered during development time)
> ----------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-10548
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10548
>             Project: Ambari
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 2.1.0
>            Reporter: Sumit Mohanty
>            Assignee: Sumit Mohanty
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-10548.patch
>
>
> {code}
> ======================================================================
> ERROR: test_heartbeat_no_host_check_cmd_in_queue (TestHeartbeat.TestHeartbeat)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py", line 1199, in patched
>     return func(*args, **keywargs)
>   File "/Users/smohanty/enlistments/asf-ambari/ambari-agent/src/test/python/ambari_agent/TestHeartbeat.py", line 217, in test_heartbeat_no_host_check_cmd_in_queue
>     actionQueue.put([statusCommand])
>   File "/Users/smohanty/enlistments/asf-ambari/ambari-agent/src/main/python/ambari_agent/ActionQueue.py", line 109, in put
>     command['clusterName'] + " to the queue.")
> KeyError: 'role'
> ======================================================================
> FAIL: test_build_long_result (TestHeartbeat.TestHeartbeat)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py", line 1199, in patched
>     return func(*args, **keywargs)
>   File "/Users/smohanty/enlistments/asf-ambari/ambari-agent/src/test/python/ambari_agent/TestHeartbeat.py", line 198, in test_build_long_result
>     self.assertEquals(hb, expected)
> AssertionError: {'nodeStatus': {'status': 'HEALTHY', 'cause': 'NONE'}, 'timestamp': 'timestamp', [truncated]... != {'nodeStatus': {'status': 'HEALTHY', 'cause': 'NONE'}, 'timestamp': 'timestamp', [truncated]...
> Diff is 1960 characters long. Set self.maxDiff to None to see it.
> ----------------------------------------------------------------------
> Ran 332 tests in 16.657s
> {code}



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