[
https://issues.apache.org/jira/browse/HADOOP-7593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093986#comment-13093986
]
Hadoop QA commented on HADOOP-7593:
-----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12492278/HADOOP-7593.patch
against trunk revision .
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 3 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
-1 findbugs. The patch appears to introduce 4 new Findbugs (version 1.3.9)
warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
+1 core tests. The patch passed unit tests in hadoop-common-project.
+1 contrib tests. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-HADOOP-Build/104//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HADOOP-Build/104//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-auth.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HADOOP-Build/104//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-common.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HADOOP-Build/104//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-annotations.html
Console output:
https://builds.apache.org/job/PreCommit-HADOOP-Build/104//console
This message is automatically generated.
> AssertionError in TestHttpServer.testMaxThreads()
> -------------------------------------------------
>
> Key: HADOOP-7593
> URL: https://issues.apache.org/jira/browse/HADOOP-7593
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Uma Maheswara Rao G
> Attachments: HADOOP-7593.patch
>
>
> TestHttpServer passed but there were AssertionError in the output.
> {noformat}
> 11/08/30 03:35:56 INFO http.TestHttpServer: HTTP server started:
> http://localhost:52974/
> Exception in thread "pool-1-thread-61" java.lang.AssertionError:
> at org.junit.Assert.fail(Assert.java:91)
> at org.junit.Assert.assertTrue(Assert.java:43)
> at org.junit.Assert.assertTrue(Assert.java:54)
> at org.apache.hadoop.http.TestHttpServer$1.run(TestHttpServer.java:164)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:680)
> {noformat}
>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira