Andrew Onischuk created AMBARI-4410:
---------------------------------------
Summary: Failing unit tests
Key: AMBARI-4410
URL: https://issues.apache.org/jira/browse/AMBARI-4410
Project: Ambari
Issue Type: Bug
Reporter: Andrew Onischuk
Assignee: Andrew Onischuk
Fix For: 1.5.0
Attachments: AMBARI-4410.patch
{noformat}
Ran 173 tests in 0.553s
OK
----------------------------------------------------------------------
Failed tests:
FAIL: test_start_secured (test_webhcat_server.TestWebHCatServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/1.3.3/WEBHCAT/test_webhcat_server.py",
line 78, in test_start_secured
self.assert_configure_secured()
File
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/1.3.3/WEBHCAT/test_webhcat_server.py",
line 172, in assert_configure_secured
user = 'hcat',
File
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
line 116, in assertResourceCalled
self.assertEquals(name, resource.name)
AssertionError: ' -kt /etc/security/keytabs/smokeuser.headless.keytab
ambari-qa;' != u'/usr/bin/kinit -kt
/etc/security/keytabs/smokeuser.headless.keytab ambari-qa;'
FAIL: test_start_secured (test_webhcat_server.TestWebHCatServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.1.1/WEBHCAT/test_webhcat_server.py",
line 78, in test_start_secured
self.assert_configure_secured()
File
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.1.1/WEBHCAT/test_webhcat_server.py",
line 172, in assert_configure_secured
user = 'hcat',
File
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
line 116, in assertResourceCalled
self.assertEquals(name, resource.name)
AssertionError: ' -kt /etc/security/keytabs/smokeuser.headless.keytab
ambari-qa;' != u'/usr/bin/kinit -kt
/etc/security/keytabs/smokeuser.headless.keytab ambari-qa;'
----------------------------------------------------------------------
{noformat}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)