[
https://issues.apache.org/jira/browse/AMBARI-8977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14263099#comment-14263099
]
Hadoop QA commented on AMBARI-8977:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12689860/AMBARI-8977.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/1144//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/1144//console
This message is automatically generated.
> Unit test failue on CentOS 5
> ----------------------------
>
> Key: AMBARI-8977
> URL: https://issues.apache.org/jira/browse/AMBARI-8977
> Project: Ambari
> Issue Type: Bug
> Components: ambari-metrics
> Affects Versions: 2.0.0
> Reporter: Siddharth Wagle
> Assignee: Siddharth Wagle
> Fix For: 2.0.0
>
> Attachments: AMBARI-8977.patch
>
>
> {code}
> Traceback (most recent call last):
> File "unitTests.py", line 137, in <module>
> sys.exit(main())
> File "unitTests.py", line 106, in main
> modules]
> File "/usr/lib64/python2.6/unittest.py", line 575, in loadTestsFromName
> module = __import__('.'.join(parts_copy))
> File
> "/grid/0/jenkins/workspace/ambari-trunk/label/centos5-builds/build/hdp-BUILDS/ambari/ambari-metrics/ambari-metrics-host-monitoring/src/test/python/core/TestHostInfo.py",
> line 22, in <module>
> from host_info import HostInfo
> File
> "/grid/0/jenkins/workspace/ambari-trunk/label/centos5-builds/build/hdp-BUILDS/ambari/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/host_info.py",
> line 22, in <module>
> import psutil
> File
> "/grid/0/jenkins/workspace/ambari-trunk/label/centos5-builds/build/hdp-BUILDS/ambari/ambari-metrics/ambari-metrics-host-monitoring/target/psutil_build/psutil/__init__.py",
> line 89, in <module>
> import psutil._pslinux as _psplatform
> File
> "/grid/0/jenkins/workspace/ambari-trunk/label/centos5-builds/build/hdp-BUILDS/ambari/ambari-metrics/ambari-metrics-host-monitoring/target/psutil_build/psutil/_pslinux.py",
> line 24, in <module>
> import _psutil_linux as cext
> ImportError:
> /grid/0/jenkins/workspace/ambari-trunk/label/centos5-builds/build/hdp-BUILDS/ambari/ambari-metrics/ambari-metrics-host-monitoring/target/psutil_build/_psutil_linux.so:
> undefined symbol: Py_InitModule4
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)