[
https://issues.apache.org/jira/browse/AMBARI-16998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15324930#comment-15324930
]
Jayush Luniya commented on AMBARI-16998:
----------------------------------------
Verified
Running tests for ambari-server
/Users/jluniya/trunk/ambari/ambari-common/src/main/python/ambari_jinja2/ambari_jinja2/__init__.py:32:
UserWarning: Unbuilt egg for wsgiref [unknown version]
(/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7)
.get_distribution('Jinja2').version
test_install_addon_service_mpack (TestMpacks.TestMpacks) ... ok
test_install_mpack_with_invalid_mpack_path (TestMpacks.TestMpacks) ... ok
test_install_mpack_with_malformed_mpack (TestMpacks.TestMpacks) ... ok
test_install_mpack_with_no_mpack_path (TestMpacks.TestMpacks) ... ok
test_install_stack_mpack (TestMpacks.TestMpacks) ... ok
test_purge_stacks_and_mpacks (TestMpacks.TestMpacks) ... ok
test_replay_mpack_logs (TestMpacks.TestMpacks) ... ok
test_upgrade_stack_mpack (TestMpacks.TestMpacks) ... ok
> Fix intermittent unit test failure in TestMpacks
> ------------------------------------------------
>
> Key: AMBARI-16998
> URL: https://issues.apache.org/jira/browse/AMBARI-16998
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Jayush Luniya
> Assignee: Jayush Luniya
> Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-16998.patch
>
>
> {code}
> Running tests for ambari-server
> Traceback (most recent call last):
> File "unitTests.py", line 298, in <module>
> sys.exit(main())
> File "unitTests.py", line 250, in main
> File ambari.properties not found in search path $AMBARI_CONF_DIR:
> /etc/ambari-server/conf
> suites = [unittest.defaultTestLoader.loadTestsFromName(name) for name in
> modules]
> File "/usr/lib/python2.7/unittest/loader.py", line 91, in loadTestsFromName
> module = __import__('.'.join(parts_copy))
> File
> "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/TestMpacks.py",
> line 21, in <module>
> from ambari_server.setupMpacks import install_mpack, upgrade_mpack,
> replay_mpack_logs, purge_stacks_and_mpacks, \
> File
> "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/main/python/ambari_server/setupMpacks.py",
> line 31, in <module>
> from ambari_server.serverConfiguration import get_ambari_properties,
> get_ambari_version, get_stack_location, \
> File
> "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/main/python/ambari_server/serverConfiguration.py",
> line 537, in <module>
> configDefaults = ServerConfigDefaults()
> File
> "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/main/python/ambari_server/serverConfiguration.py",
> line 456, in __init__
> super(ServerConfigDefaultsLinux, self).__init__()
> File
> "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/main/python/ambari_server/serverConfiguration.py",
> line 327, in __init__
> properties = get_ambari_properties()
> File
> "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/main/python/ambari_server/serverConfiguration.py",
> line 225, in get_ambari_properties
> conf_file = find_properties_file()
> File
> "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/main/python/ambari_server/serverConfiguration.py",
> line 218, in find_properties_file
> raise FatalException(1, err)
> ambari_commons.exceptions.FatalException: 'Fatal exception: File
> ambari.properties not found in search path $AMBARI_CONF_DIR:
> /etc/ambari-server/conf, exit code 1'
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)