|
|
-
Re: Test failures on a released versionRishi Yadav 2012-12-21, 23:12
Hi Mark,
Your issue seems to be related to this jira item https://issues.apache.org/jira/browse/HDFS-3902 This issue has been fixed on 9/12 (courtesy Andy Isaacson). I would selectively update this test from svn if this is the only one bugging me. Thanks and Regards, Rishi Yadav (o) 408.988.2000x113 || (f) 408.716.2726 InfoObjects Inc || http://www.infoobjects.com *(Big Data Solutions)* *INC 500 Fastest growing company in 2012 || 2011* *Best Place to work in Bay Area 2012 - *SF Business Times and the Silicon Valley / San Jose Business Journal 2041 Mission College Boulevard, #280 || Santa Clara, CA 95054 On Tue, Dec 18, 2012 at 5:56 PM, Mark Yang <[EMAIL PROTECTED]>wrote: > Thanks Rishi, here is the details: > > Results : > > Tests in error: > > testBlockCorruptionRecoveryPolicy1(org.apache.hadoop.hdfs.TestDatanodeBlockScanner): > Timed out waiting for corrupt replicas. Waiting for 1, but only found 0 > > Tests run: 1477, Failures: 0, Errors: 1, Skipped: 3 > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Hadoop Main ................................ SUCCESS [3.045s] > [INFO] Apache Hadoop Project POM ......................... SUCCESS [1.759s] > [INFO] Apache Hadoop Annotations ......................... SUCCESS [2.596s] > [INFO] Apache Hadoop Project Dist POM .................... SUCCESS [0.473s] > [INFO] Apache Hadoop Assemblies .......................... SUCCESS [0.273s] > [INFO] Apache Hadoop Auth ................................ SUCCESS [4.883s] > [INFO] Apache Hadoop Auth Examples ....................... SUCCESS [0.952s] > [INFO] Apache Hadoop Common .............................. SUCCESS > [9:17.191s] > [INFO] Apache Hadoop Common Project ...................... SUCCESS [0.107s] > [INFO] Apache Hadoop HDFS ................................ FAILURE > [1:38:38.165s] > [INFO] Apache Hadoop HttpFS .............................. SKIPPED > [INFO] Apache Hadoop HDFS BookKeeper Journal ............. SKIPPED > > ------------- > > 2012/12/19 Rishi Yadav <[EMAIL PROTECTED]> > >> Hi Mark, >> >> if you can share some details of the failed tests, we can help you more. >> >> >> >> >> On Tue, Dec 18, 2012 at 2:33 AM, Mark Yang <[EMAIL PROTECTED]>wrote: >> >>> Sure, here is the detail: >>> ubuntu@kyubuntu:~/hadoop/hadoop-2.0.2-alpha$ protoc >>> Missing input file. >>> ubuntu@kyubuntu:~/hadoop/hadoop-2.0.2-alpha$ mvn -version >>> Apache Maven 3.0.4 >>> Maven home: /usr/share/maven >>> Java version: 1.6.0_37, vendor: Sun Microsystems Inc. >>> Java home: /usr/lib/jvm/jdk1.6.0_37/jre >>> Default locale: en_US, platform encoding: UTF-8 >>> OS name: "linux", version: "3.2.0-34-generic-pae", arch: "i386", family: >>> "unix" >>> >>> 2012/12/18 Rishi Yadav <[EMAIL PROTECTED]> >>> >>>> Did you install protoc? >>>> >>>> Thanks and Regards, >>>> >>>> Rishi Yadav >>>> >>>> (o) 408.988.2000x113 || (f) 408.716.2726 >>>> >>>> InfoObjects Inc || http://www.infoobjects.com *(Big Data Solutions)* >>>> >>>> *INC 500 Fastest growing company in 2012 || 2011* >>>> >>>> *Best Place to work in Bay Area 2012 - *SF Business Times and the >>>> Silicon Valley / San Jose Business Journal >>>> >>>> 2041 Mission College Boulevard, #280 || Santa Clara, CA 95054 >>>> >>>> >>>> >>>> >>>> >>>> On Tue, Dec 18, 2012 at 1:15 AM, Harsh J <[EMAIL PROTECTED]> wrote: >>>> >>>>> It is possible that the tests may have failed due to the environment >>>>> or cause of flakiness. Can you share more details on the specific >>>>> failed tests? >>>>> >>>>> Also, depending on what major module registered them, this topic is >>>>> better suited to its specific *-dev lists instead. >>>>> >>>>> On Tue, Dec 18, 2012 at 2:41 PM, Mark Yang <[EMAIL PROTECTED]> >>>>> wrote: >>>>> > Hello, >>>>> > >>>>> > >>>>> > >>>>> > I run “mvn test” on hadoop-2.02-alpha’s source code checked out from >>>>> the >>>>> > SVN. >>>>> > >>>>> > It could get through the compilation, but there are some test |