Hi Yanbo,
You can look at the individual tests output (eg
hadoop-common-project/hadoop-common/target/surefire-reports/org.apache.hadoop.net.TestTableMapping.txt
for TestTableMapping and so on) for an indication as to why the test
failed.
Thanks,
Eli
On Mon, Jul 23, 2012 at 3:50 AM, Yanbo Liang
Hi All,
I just run the test code of hadoop-common-project with revision 1364560.
It produced 10 FAILURES after I typed "mvn test" under the folder of
"hadoop-common-project".
But the lastest build in the Jenkins server is Hadoop-Common-trunk#480, and
there is no test failures or errors occurred.