You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Iryna Kuzmenko (JIRA)" <ji...@apache.org> on 2014/02/11 13:30:21 UTC

[jira] [Created] (AMBARI-4598) Unittest failures on ambari-server machine

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)