Re: A possible bug in unit test: TestDFSShell.testPut()

2011-10-12 Thread Aaron T. Myers
Hi Hou Song, This sounds like a bug to me. Please file a JIRA in the HDFS project by going to this link: https://issues.apache.org/jira/secure/CreateIssue!default.jspa -- Aaron T. Myers Software Engineer, Cloudera 2011/10/12 侯松 > Hi all, > > Recently I am rewriting testcases of Hadoop, and I

A possible bug in unit test: TestDFSShell.testPut()

2011-10-12 Thread 侯松
Hi all, Recently I am rewriting testcases of Hadoop, and I’ve just found a possible bug in TestDFSShell.testPut(). testPut() tries to copy a file from local to a destination “dst” in HDFS, and uses a SecurityManager to capture this action. The new SecurityManager filters out this copy action f