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 17:38:00 UTC

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

Saikat created TEZ-2555:
---------------------------

             Summary: TestHttpConnection test fails 
                 Key: TEZ-2555
                 URL: https://issues.apache.org/jira/browse/TEZ-2555
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Saikat


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)