Re: org.apache.hadoop.util.TestShell

2012-08-22 Thread Vladimir Rozov
I open https://issues.apache.org/jira/browse/HADOOP-8720. Vlad -Original Message- From: Vladimir Rozov Sent: Sunday, August 19, 2012 1:14 PM To: common-dev@hadoop.apache.org Subject: org.apache.hadoop.util.TestShell I see intermittent failures in org.apache.hadoop.util.TestShell

org.apache.hadoop.util.TestShell

2012-08-19 Thread Vladimir Rozov
I see intermittent failures in org.apache.hadoop.util.TestShell. By looking closely at the test, it fails with java.io.FileNotFoundException as “test.build.data” directory is deleted by a prior test org.apache.hadoop.fs.TestLocalFileSystem and TestShell does not enforce the directory to exist

org.apache.hadoop.ipc.TestRPCCompatibility

2012-08-18 Thread Vladimir Rozov
Hi, I am running test against my compiled version of trunk and it fails in org.apache.hadoop.ipc.TestRPCCompatibility. Is it expected? Vlad