snmvaughan commented on PR #4835: URL: https://github.com/apache/hadoop/pull/4835#issuecomment-1426918183
There are 5 other test classes which create a `build` directory directly in the module. 4 of them are looking for a system property `test.cache.data`, but default to `build/test/cache`. ``` src/test/java/org/apache/hadoop/hdfs/DFSTestUtil.java src/test/java/org/apache/hadoop/hdfs/util/TestCombinedHostsFileReader.java src/test/java/org/apache/hadoop/hdfs/TestFileAppendRestart.java src/test/java/org/apache/hadoop/hdfs/TestDFSShellGenericOptions.java src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFSImage.java src/test/java/org/apache/hadoop/hdfs/TestPersistBlocks.java ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
