You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Saikat (JIRA)" <ji...@apache.org> on 2015/06/15 19:25:02 UTC

[jira] [Assigned] (TEZ-2555) TestHttpConnection test fails

     [ https://issues.apache.org/jira/browse/TEZ-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Saikat reassigned TEZ-2555:
---------------------------

    Assignee: Saikat

> TestHttpConnection test fails 
> ------------------------------
>
>                 Key: TEZ-2555
>                 URL: https://issues.apache.org/jira/browse/TEZ-2555
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Saikat
>            Assignee: Saikat
>         Attachments: TEZ-2555.patch
>
>
> On running mvn install or mvn install -Dtest=TestHttpConnection, the following exception is seen.
> testAsyncHttpConnectionInterrupt(org.apache.tez.http.TestHttpConnection)  Time elapsed: 1.382 sec  <<< ERROR!
> java.util.concurrent.ExecutionException: java.lang.AssertionError
>         at org.junit.Assert.fail(Assert.java:86)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at org.junit.Assert.assertTrue(Assert.java:52)
>         at org.apache.tez.http.TestHttpConnection$Worker.call(TestHttpConnection.java:197)
>         at org.apache.tez.http.TestHttpConnection$Worker.call(TestHttpConnection.java:171)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>         at java.lang.Thread.run(Thread.java:745)
> On going through the logs, its seen that an IOException is raised, which is not expected by the test.



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