You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Eric Wohlstadter (JIRA)" <ji...@apache.org> on 2018/01/19 21:39:00 UTC

[jira] [Created] (TEZ-3889) flaky test: TestHttpConnection.testAsyncHttpConnectionInterrupt

Eric Wohlstadter created TEZ-3889:
-------------------------------------

             Summary: flaky test: TestHttpConnection.testAsyncHttpConnectionInterrupt
                 Key: TEZ-3889
                 URL: https://issues.apache.org/jira/browse/TEZ-3889
             Project: Apache Tez
          Issue Type: Bug
    Affects Versions: 0.9.1
            Reporter: Eric Wohlstadter


This test fails for me sometimes and passes sometimes. 

Using Hadoop3 with 0.9.2-SNAPSHOT

 
{code:java}
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.648 sec <<< FAILURE!

testAsyncHttpConnectionInterrupt(org.apache.tez.http.TestHttpConnection)  Time elapsed: 1.345 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:203)

at org.apache.tez.http.TestHttpConnection$Worker.call(TestHttpConnection.java:177)

at java.util.concurrent.FutureTask.run(FutureTask.java:266)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at java.lang.Thread.run(Thread.java:748)





Results :



Tests in error:

  TestHttpConnection.testAsyncHttpConnectionInterrupt:140 » Execution java.lang....{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)