[
https://issues.apache.org/jira/browse/HDFS-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865841#action_12865841
]
Eli Collins commented on HDFS-1132:
-----------------------------------
The contrib test failure (TestHdfsProxy) should be unrelated. Noticed the
following in the logs, looks like a Hudson configuration error?
{code}
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
[exec] /usr/bin/kill -9 19994
[exec] /usr/bin/xargs: /usr/bin/kill: No such file or directory
[exec] /homes/hudson/tools/ant/latest/bin/ant
-Dversion=942003_HDFS-1132_PATCH-12443813
-Declipse.home=/homes/gkesavan/tools/eclipse/latest
-Dpython.home=/homes/gkesavan/tools/python/latest -DHadoopPatchProcess=
-Dtest.junit.output.format=xml -Dtest.output=yes test-contrib
{code}
> Refactor TestFileStatus
> -----------------------
>
> Key: HDFS-1132
> URL: https://issues.apache.org/jira/browse/HDFS-1132
> Project: Hadoop HDFS
> Issue Type: Test
> Components: test
> Affects Versions: 0.22.0
> Reporter: Eli Collins
> Assignee: Eli Collins
> Priority: Minor
> Fix For: 0.22.0
>
> Attachments: hdfs-1132-1.patch, hdfs-1132-2.patch, hdfs-1132-3.patch
>
>
> When writing HADOOP-6585 I noticed TestFileStatus is an old test with just
> one monolithic test function. We should rewrite it as a junit4 style test and
> break up the functions into setup, teardown, and five individual test cases.
> Same tests being run, just easier to follow, modify and add news tests. Patch
> coming.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.