Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3D5B9200BE8 for ; Fri, 23 Dec 2016 20:09:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3BFEE160B0C; Fri, 23 Dec 2016 19:09:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 74884160B37 for ; Fri, 23 Dec 2016 20:08:59 +0100 (CET) Received: (qmail 86394 invoked by uid 500); 23 Dec 2016 19:08:58 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 86382 invoked by uid 99); 23 Dec 2016 19:08:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2016 19:08:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 682082C1F5A for ; Fri, 23 Dec 2016 19:08:58 +0000 (UTC) Date: Fri, 23 Dec 2016 19:08:58 +0000 (UTC) From: "Hudson (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-18442) Python UT fail on trunk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 23 Dec 2016 19:09:00 -0000 [ https://issues.apache.org/jira/browse/AMBARI-18442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15773496#comment-15773496 ] Hudson commented on AMBARI-18442: --------------------------------- SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #586 (See [https://builds.apache.org/job/Ambari-branch-2.5/586/]) AMBARI-18442. Python UT fail on trunk (aonishuk) (stoader: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=c91ad2b37351696d6553a75a29f9480d9c658087]) * (edit) ambari-server/src/test/python/stacks/2.3/ATLAS/test_service_check.py > Python UT fail on trunk > ----------------------- > > Key: AMBARI-18442 > URL: https://issues.apache.org/jira/browse/AMBARI-18442 > Project: Ambari > Issue Type: Bug > Reporter: Andrew Onischuk > Assignee: Andrew Onischuk > Fix For: 3.0.0 > > Attachments: AMBARI-18442.patch > > > ---------------------------------------------------------------------- > Failed tests: > FAIL: test_service_check (test_service_check.TestAtlasCheck) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/user/ambari/ambari-server/src/test/python/stacks/2.3/ATLAS/test_service_check.py", line 40, in test_service_check > try_sleep = 10) > File "/home/user/ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py", line 281, in assertResourceCalled > self.assertEquals(name, resource.name) > AssertionError: 'curl -s -o /dev/null -w "%{http_code}" http://c6401.ambari.apache.org:21000/' != u'curl -k -s -o /dev/null -w "%{http_code}" http://c6401.ambari.apache.org:21000/' > > FAIL: test_service_check_secure (test_service_check.TestAtlasCheck) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/user/ambari/ambari-server/src/test/python/stacks/2.3/ATLAS/test_service_check.py", line 60, in test_service_check_secure > try_sleep = 10) > File "/home/user/ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py", line 281, in assertResourceCalled > self.assertEquals(name, resource.name) > AssertionError: 'curl --negotiate -u : -b ~/cookiejar.txt -c ~/cookiejar.txt -s -o /dev/null -w "%{http_code}" https://c6401.ambari.apache.org:21443/' != u'curl -k --negotiate -u : -b ~/cookiejar.txt -c ~/cookiejar.txt -s -o /dev/null -w "%{http_code}" https://c6401.ambari.apache.org:21443/' > > ---------------------------------------------------------------------- > Total run:1126 > Total errors:0 > Total failures:2 > ERROR > INFO: AMBARI_SERVER_LIB is not set, using default /usr/lib/ambari-server > INFO: Return code from stack upgrade command, retcode = 0 > [INFO] ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Views ...................................... SUCCESS [2.258s] > [INFO] Ambari Metrics Common ............................. SUCCESS [1.391s] > [INFO] Ambari Server ..................................... FAILURE [1:17.985s] > [INFO] Ambari Agent ...................................... SKIPPED > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 1:26.129s > [INFO] Finished at: Thu Sep 22 13:49:12 EEST 2016 > [INFO] Final Memory: 84M/1187M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (python-test) on project ambari-server: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please read the following articles: > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the command > [ERROR] mvn -rf :ambari-server > -- This message was sent by Atlassian JIRA (v6.3.4#6332)