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