steveloughran commented on issue #630: HADOOP-15999 improve test resilience and probes URL: https://github.com/apache/hadoop/pull/630#issuecomment-475350828 failed tests are about a directory not existing on the test VM/container ``` ava.nio.file.NoSuchFileException: /testptch/hadoop/hadoop-common-project/hadoop-common/target/test/data/4/test3157601392604950757 at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384) at java.nio.file.Files.createDirectory(Files.java:674) at java.nio.file.TempFileHelper.create(TempFileHelper.java:136) at java.nio.file.TempFileHelper.createTempDirectory(TempFileHelper.java:173) at java.nio.file.Files.createTempDirectory(Files.java:950) at org.apache.hadoop.util.TestDiskChecker.createTempDir(TestDiskChecker.java:153) at org.apache.hadoop.util.TestDiskChecker._checkDirs(TestDiskChecker.java:158) at org.apache.hadoop.util.TestDiskChecker.testCheckDir_notReadable(TestDiskChecker.java:121) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
