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. 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 prior to creating “timeout.sh” file. Is this a known bug
or do I miss something in my setup?
Vlad