You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2017/09/20 09:19:00 UTC

[jira] [Commented] (AMBARI-22002) Ambari Unit Tests Fail In trunk

    [ https://issues.apache.org/jira/browse/AMBARI-22002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16172946#comment-16172946 ] 

Hadoop QA commented on AMBARI-22002:
------------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12888023/AMBARI-22002_trunk_v1.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified test files.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/12293//console

This message is automatically generated.

> Ambari Unit Tests Fail In trunk
> -------------------------------
>
>                 Key: AMBARI-22002
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22002
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Prabhjyot Singh
>            Assignee: Prabhjyot Singh
>         Attachments: AMBARI-22002_trunk_v1.patch
>
>
> The following unit tests are failing trunk builds:
> https://builds.apache.org/job/Ambari-trunk-Commit/8095/consoleFull
> {code}
> OK
> ----------------------------------------------------------------------
> Failed tests:
> ERROR: test_configure_default (test_zeppelin_master.TestZeppelinMaster)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-common/src/test/python/mock/mock.py", line 1199, in patched
>     return func(*args, **keywargs)
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/2.5/ZEPPELIN/test_zeppelin_master.py", line 145, in test_configure_default
>     target = RMFTestCase.TARGET_COMMON_SERVICES
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/utils/RMFTestCase.py", line 126, in executeScript
>     raise RuntimeError("Cannot load class %s from %s: %s" % (classname, norm_path, err.message))
> RuntimeError: Cannot load class Master from ZEPPELIN/0.6.0.2.5/package/scripts/master.py: 
> ERROR: test_configure_secured (test_zeppelin_master.TestZeppelinMaster)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-common/src/test/python/mock/mock.py", line 1199, in patched
>     return func(*args, **keywargs)
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/2.5/ZEPPELIN/test_zeppelin_master.py", line 156, in test_configure_secured
>     target = RMFTestCase.TARGET_COMMON_SERVICES
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/utils/RMFTestCase.py", line 126, in executeScript
>     raise RuntimeError("Cannot load class %s from %s: %s" % (classname, norm_path, err.message))
> RuntimeError: Cannot load class Master from ZEPPELIN/0.6.0.2.5/package/scripts/master.py: 
> ERROR: test_start_default (test_zeppelin_master.TestZeppelinMaster)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-common/src/test/python/mock/mock.py", line 1199, in patched
>     return func(*args, **keywargs)
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/2.5/ZEPPELIN/test_zeppelin_master.py", line 213, in test_start_default
>     target = RMFTestCase.TARGET_COMMON_SERVICES
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/utils/RMFTestCase.py", line 126, in executeScript
>     raise RuntimeError("Cannot load class %s from %s: %s" % (classname, norm_path, err.message))
> RuntimeError: Cannot load class Master from ZEPPELIN/0.6.0.2.5/package/scripts/master.py: 
> ERROR: test_start_secured (test_zeppelin_master.TestZeppelinMaster)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-common/src/test/python/mock/mock.py", line 1199, in patched
>     return func(*args, **keywargs)
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/2.5/ZEPPELIN/test_zeppelin_master.py", line 227, in test_start_secured
>     target = RMFTestCase.TARGET_COMMON_SERVICES
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/utils/RMFTestCase.py", line 126, in executeScript
>     raise RuntimeError("Cannot load class %s from %s: %s" % (classname, norm_path, err.message))
> RuntimeError: Cannot load class Master from ZEPPELIN/0.6.0.2.5/package/scripts/master.py: 
> ERROR: test_stop_default (test_zeppelin_master.TestZeppelinMaster)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-common/src/test/python/mock/mock.py", line 1199, in patched
>     return func(*args, **keywargs)
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/2.5/ZEPPELIN/test_zeppelin_master.py", line 190, in test_stop_default
>     target = RMFTestCase.TARGET_COMMON_SERVICES
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/utils/RMFTestCase.py", line 126, in executeScript
>     raise RuntimeError("Cannot load class %s from %s: %s" % (classname, norm_path, err.message))
> RuntimeError: Cannot load class Master from ZEPPELIN/0.6.0.2.5/package/scripts/master.py: 
> ERROR: test_stop_secured (test_zeppelin_master.TestZeppelinMaster)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-common/src/test/python/mock/mock.py", line 1199, in patched
>     return func(*args, **keywargs)
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/2.5/ZEPPELIN/test_zeppelin_master.py", line 167, in test_stop_secured
>     target = RMFTestCase.TARGET_COMMON_SERVICES
>   File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/utils/RMFTestCase.py", line 126, in executeScript
>     raise RuntimeError("Cannot load class %s from %s: %s" % (classname, norm_path, err.message))
> RuntimeError: Cannot load class Master from ZEPPELIN/0.6.0.2.5/package/scripts/master.py: 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)