[ https://issues.apache.org/jira/browse/TEZ-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14586557#comment-14586557 ]
TezQA commented on TEZ-2555: ---------------------------- {color:green}+1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12739631/TEZ-2555.patch against master revision 7f51852. {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 1 new or modified test files. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 javadoc{color}. There were no new javadoc warning messages. {color:green}+1 findbugs{color}. The patch does not introduce any new Findbugs (version 3.0.1) warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in . Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/820//testReport/ Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/820//console This message is automatically generated. > 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)