[
https://issues.apache.org/jira/browse/HDFS-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Suresh Srinivas updated HDFS-709:
---------------------------------
Status: Open (was: Patch Available)
Hudson builds are not running. Ran the tests myself. Latest patch passes all
the tests except TestBackupNode(HDFS-192):
Here is the test-patch result:
[exec] +1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 16 new or modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number of javac
compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs warnings.
[exec]
[exec] +1 release audit. The applied patch does not increase the total number
of release audit warnings.
[ Show ยป ]
Suresh Srinivas added a comment - 15/Oct/09 12:22 AM Latest patch passes all
the tests with the following exception:
1. org.apache.hadoop.hdfs.TestFileAppend3 (HDFS-668)
2. org.apache.hadoop.hdfs.server.namenode.TestBackupNode(HDFS-192)
Here is the test-patch result: [exec] +1 overall. [exec] [exec] +1 @author. The
patch does not contain any @author tags. [exec] [exec] +1 tests included. The
patch appears to include 16 new or modified tests. [exec] [exec] +1 javadoc.
The javadoc tool did not generate any warning messages. [exec] [exec] +1 javac.
The applied patch does not increase the total number of javac compiler
warnings. [exec] [exec] +1 findbugs. The patch does not introduce any new
Findbugs warnings. [exec] [exec] +1 release audit. The applied patch does not
increase the total number of release audit warnings.
> TestDFSShell failure
> --------------------
>
> Key: HDFS-709
> URL: https://issues.apache.org/jira/browse/HDFS-709
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 0.21.0, 0.22.0
> Reporter: Suresh Srinivas
> Assignee: Suresh Srinivas
> Fix For: 0.21.0, 0.22.0
>
> Attachments: hdfs-709.1.patch, hdfs-709.patch
>
>
> HDFS-677 introduced check in rename to reject rename from src to dst where
> dst starts with src. This results in a bug where rename from /test /testFoo
> fails. Instead of testing dst starts with src, the check should be modified
> so that dst cannot be a directory or a file under src.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.