|
|
-
Re: Fwd: Hadoop-Hdfs-trunk - Build # 591 - Still FailingKonstantin Boudnik 2011-02-27, 21:53
I have took a look at the test and I should note that the way they written if
kinda misleading. For instance the message we are seeing in the Hudson says expected:<403> but was:<200> where's the reality is that the expected was <200> and actual value was <403>. Basically the order of assert calls is reversed in a number of places. While this isn't a cause of the failure it is confuses the analysis. That's be great to see a maintainer of this component to take a look at the failures so we can eventually have a green HDFS bulld. I have opened https://issues.apache.org/jira/browse/HDFS-1666 to track it Cos On Thu, Feb 24, 2011 at 10:14AM, Todd Lipcon wrote: > Can someone familiar with hdfsproxy look into this consistent unit test > failure? People voted in support of keeping this contrib, but it would be > easier to be satisfied with that decision if someone stepped up to fix these > tests that have been failing for quite some time. > > -Todd > > ---------- Forwarded message ---------- > From: Apache Hudson Server <[EMAIL PROTECTED]> > Date: Thu, Feb 24, 2011 at 4:36 AM > Subject: Hadoop-Hdfs-trunk - Build # 591 - Still Failing > To: [EMAIL PROTECTED] > > > See https://hudson.apache.org/hudson/job/Hadoop-Hdfs-trunk/591/ > > ################################################################################### > ########################## LAST 60 LINES OF THE CONSOLE > ########################### > [...truncated 719693 lines...] > [mkdir] Created dir: > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target > [echo] Including clover.jar in the war file ... > [cactifywar] Analyzing war: > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/hdfsproxy-2.0-test.war > [cactifywar] Building war: > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target/test.war > > cactifywar: > > test-cactus: > [echo] Free Ports: startup-57271 / http-57272 / https-57273 > [echo] Please take a deep breath while Cargo gets the Tomcat for running > the servlet tests... > [mkdir] Created dir: > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target/tomcat-config > [mkdir] Created dir: > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target/tomcat-config/conf > [mkdir] Created dir: > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target/tomcat-config/webapps > [mkdir] Created dir: > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target/tomcat-config/temp > [mkdir] Created dir: > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target/logs > [mkdir] Created dir: > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target/reports > [copy] Copying 1 file to > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target/tomcat-config/conf > [copy] Copying 1 file to > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target/tomcat-config/conf > [copy] Copying 1 file to > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target/tomcat-config/conf > [cactus] ----------------------------------------------------------------- > [cactus] Running tests against Tomcat 5.x @ http://localhost:57272 > [cactus] ----------------------------------------------------------------- > [cactus] Deploying > [/grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target/test.war] > to > [/grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/contrib/hdfsproxy/target/tomcat-config/webapps]... > [cactus] Tomcat 5.x starting... > Server [Apache-Coyote/1.1] started > [cactus] WARNING: multiple versions of ant detected in path for junit |