Iryna Kuzmenko created AMBARI-4598:
--------------------------------------
Summary: Unittest failures on ambari-server machine
Key: AMBARI-4598
URL: https://issues.apache.org/jira/browse/AMBARI-4598
Project: Ambari
Issue Type: Bug
Reporter: Iryna Kuzmenko
Fix For: 1.5.0
{code}
FAILED (errors=2)
----------------------------------------------------------------------
Failed tests:
ERROR: test_reset_remote_db_wo_client (TestAmbariServer.TestAmbariServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/ambari/ambari-common/src/test/python/mock/mock.py", line 1199, in
patched
return func(*args, **keywargs)
File "/root/ambari/ambari-server/src/test/python/TestAmbariServer.py", line
3427, in test_reset_remote_db_wo_client
ambari_server.reset(args)
File "/root/ambari/ambari-server/src/main/python/ambari-server.py", line
2400, in reset
raise FatalException(1, err)
FatalException: 'Fatal exception: Ambari-server must be stopped to reset, exit
code 1'
ERROR: test_silent_reset (TestAmbariServer.TestAmbariServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/ambari/ambari-common/src/test/python/mock/mock.py", line 1199, in
patched
return func(*args, **keywargs)
File "/root/ambari/ambari-server/src/test/python/TestAmbariServer.py", line
2428, in test_silent_reset
rcode = ambari_server.reset(args)
File "/root/ambari/ambari-server/src/main/python/ambari-server.py", line
2400, in reset
raise FatalException(1, err)
FatalException: 'Fatal exception: Ambari-server must be stopped to reset, exit
code 1'
----------------------------------------------------------------------
{code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)