Description
test_kill_process_with_children and test_facterMemInfoOutput unit test fails with below error.
====================================================================== 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
Attachments
Attachments
Issue Links
- links to