[ https://issues.apache.org/jira/browse/HDFS-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224673#comment-13224673 ]
Tsz Wo (Nicholas), SZE commented on HDFS-2038: ---------------------------------------------- I tried to merge the patch to 0.23.2 but the following tests failed. The tests did not fail in 0.23. It may be related to the Protocol Buffer changes. {noformat} 2012-03-07 12:06:43,539 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(214)) - Overall result: --- FAIL --- 2012-03-07 12:06:43,539 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(222)) - # Tests pass: 593 (98%) 2012-03-07 12:06:43,539 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(224)) - # Tests fail: 11 (1%) 2012-03-07 12:06:43,539 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(228)) - # Validations done: 1673 (each test may do multiple validations) 2012-03-07 12:06:43,539 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(231)) - 2012-03-07 12:06:43,540 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(232)) - Failing tests: 2012-03-07 12:06:43,540 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(233)) - -------------- 2012-03-07 12:06:43,540 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(239)) - 54: mv: file (absolute path) to file (relative path) 2012-03-07 12:06:43,540 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(239)) - 89: cp: copying non existent file (relative path) 2012-03-07 12:06:43,540 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(239)) - 565: verifying error messages for quota commands - setting quota on non-existing file 2012-03-07 12:06:43,540 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(239)) - 569: verifying error messages for quota commands - clearQuota on non existing file 2012-03-07 12:06:43,540 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(239)) - 570: verifying error messages for quota commands - using globing 2012-03-07 12:06:43,540 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(239)) - 571: verifying error messages for quota commands - setting quota using globing 2012-03-07 12:06:43,541 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(239)) - 583: saveNamespace: to save the namespace when safemode is OFF 2012-03-07 12:06:43,541 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(239)) - 601: Verifying setQuota operation is not permitted in safemode 2012-03-07 12:06:43,541 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(239)) - 602: Verifying clrQuota operation is not permitted in safemode 2012-03-07 12:06:43,541 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(239)) - 603: Verifying setSpaceQuota operation is not permitted in safemode 2012-03-07 12:06:43,541 INFO cli.CLITestHelper (CLITestHelper.java:displayResults(239)) - 604: Verifying clrSpaceQuota operation is not permitted in safemode {noformat} > Update test to handle relative paths with globs > ----------------------------------------------- > > Key: HDFS-2038 > URL: https://issues.apache.org/jira/browse/HDFS-2038 > Project: Hadoop HDFS > Issue Type: Test > Components: test > Affects Versions: 0.23.0 > Reporter: Daryn Sharp > Assignee: Kihwal Lee > Priority: Critical > Fix For: 0.24.0 > > Attachments: HDFS-2038-2.patch, HDFS-2038.patch, > disable-TestHDFSCLI.patch, hdfs-2038.patch.txt > > > This is providing the test updates for FsShell to retain relativity for paths > with globs. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira