[ 
https://issues.apache.org/jira/browse/HADOOP-7593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094604#comment-13094604
 ] 

Hudson commented on HADOOP-7593:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #802 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/802/])
    HADOOP-7593. Fix AssertionError in TestHttpServer.testMaxThreads().  
Contributed by Uma Maheswara Rao G

szetszwo : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1163465
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java


> AssertionError in TestHttpServer.testMaxThreads()
> -------------------------------------------------
>
>                 Key: HADOOP-7593
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7593
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Uma Maheswara Rao G
>             Fix For: 0.23.0, 0.24.0
>
>         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

        

Reply via email to