Yesha Vora created AMBARI-20776:
-----------------------------------
Summary: test_kill_process_with_children and
test_facterMemInfoOutput test fails
Key: AMBARI-20776
URL: https://issues.apache.org/jira/browse/AMBARI-20776
Project: Ambari
Issue Type: Bug
Components: test
Reporter: Yesha Vora
test_kill_process_with_children and test_facterMemInfoOutput unit test fails
with below error.
{code}
======================================================================
FAIL: test_kill_process_with_children (TestShell.TestShell)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/xxx/SOURCES/ambari/ambari-agent/src/test/python/ambari_agent/TestShell.py",
line 71, in test_kill_process_with_children
self.assertTrue(sleep_cmd in out)
AssertionError
======================================================================
FAIL: test_facterMemInfoOutput (TestHardware.TestHardware)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/xxx/SOURCES/ambari/ambari-common/src/test/python/mock/mock.py", line
1199, in patched
return func(*args, **keywargs)
File
"/xxx/SOURCES/ambari/ambari-agent/src/test/python/ambari_agent/TestHardware.py",
line 247, in test_facterMemInfoOutput
self.assertEquals(result['memorysize'], 1832392)
AssertionError: u'4194304' != 1832392
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)