You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/02/19 15:40:12 UTC

[jira] [Commented] (AMBARI-9704) UT failures in Ambari-trunk-commit

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

Hudson commented on AMBARI-9704:
--------------------------------

SUCCESS: Integrated in Ambari-view #7 (See [https://builds.apache.org/job/Ambari-view/7/])
AMBARI-9704. UT failures in Ambari-trunk-commit (aonishuk) (aonishuk: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=70c732047ac6087019b7140439de11978cb09f37)
* ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java


> UT failures in Ambari-trunk-commit
> ----------------------------------
>
>                 Key: AMBARI-9704
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9704
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.0.0
>
>
> There's a series of UT failures: <https://builds.apache.org/job/Ambari-trunk-
> Commit/>
> This problem started happening with #1797, was ok for #1798, and has been
> failing consecutively (except #1801 – job failed due to PermGen after
> successfully finishing the unit test in question).  
> Seems like this is due to intermittent network issues, but should our UTs rely
> on <http://public-repo-1.hortonworks.com/HDP-1.1.1.16/repos/centos5> or such
> URLs being accessible (or just abort the test on socket timeout and not report
> a test failure)?  
> Anyway, I can wget the URL and the server responds with 404 (expected) and not
> socket timeout from my local machine:
> <https://builds.apache.org/job/Ambari-trunk-Commit/1797/testReport/junit/org.a
> pache.ambari.server.controller/AmbariManagementControllerTest/testUpdateRepoUr
> lController/>
> Error Message
> Could not access base url . <http://public-
> repo-1.hortonworks.com/HDP-1.1.1.16/repos/centos5> .
> java.net.SocketTimeoutException: connect timed out  
> Stacktrace
> java.lang.IllegalArgumentException: Could not access base url . <http
> ://public-repo-1.hortonworks.com/HDP-1.1.1.16/repos/centos5> .
> java.net.SocketTimeoutException: connect timed out  
> at org.apache.ambari.server.controller.AmbariManagementControllerImpl.verifyRe
> pository(AmbariManagementControllerImpl.java:3117)  
> at org.apache.ambari.server.controller.AmbariManagementControllerImpl.updateRe
> positories(AmbariManagementControllerImpl.java:3040)  
> at org.apache.ambari.server.controller.AmbariManagementControllerTest.testUpda
> teRepoUrlController(AmbariManagementControllerTest.java:8128)  
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)