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 <yanboha...@gmail.com> wrote:
> 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.
>
> Is there some bugs in the test cases or some wrong operations that I have
> done?
>
> I list the FAILURES that I have encountered:
>
> Running org.apache.hadoop.net.TestTableMapping
> Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.619 sec
> <<< FAILURE!
>
> Running org.apache.hadoop.net.TestNetUtils
> Tests run: 38, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.562 sec
> <<< FAILURE!
>
>
> Running org.apache.hadoop.util.TestDiskChecker
> Tests run: 14, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.875 sec
> <<< FAILURE!
>
> Running org.apache.hadoop.ha.TestShellCommandFencer
> Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.158 sec
> <<< FAILURE!
>
> Running org.apache.hadoop.security.TestSecurityUtil
> Tests run: 15, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.756 sec
> <<< FAILURE!
>
> Running org.apache.hadoop.fs.TestFSMainOperationsLocalFileSystem
> Tests run: 49, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.371 sec
> <<< FAILURE!
>
> Running org.apache.hadoop.fs.viewfs.TestViewFsTrash
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.601 sec
> <<< FAILURE!
>
> Running org.apache.hadoop.fs.viewfs.TestFSMainOperationsLocalFileSystem
> Tests run: 98, Failures: 0, Errors: 98, Skipped: 0, Time elapsed: 2.437 sec
> <<< FAILURE!
>
> Running org.apache.hadoop.fs.TestFileUtil
> Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.9 sec
> <<< FAILURE!
>
> Running org.apache.hadoop.fs.TestLocalDirAllocator
> Tests run: 27, Failures: 9, Errors: 0, Skipped: 0, Time elapsed: 1.152 sec
> <<< FAILURE!

Reply via email to