smengcl commented on issue #528: HDDS-2979. Implement ofs://: Fix getFileStatus for mkdir volume URL: https://github.com/apache/hadoop-ozone/pull/528#issuecomment-582160093 I found I already have a test case for create volume only. But it couldn't catch it because the problem originates in Hadoop common. ```java /** * OFS: Tests mkdir on a volume that doesn't exist. */ @Test public void testMkdirNonExistentVolume() throws Exception { String volumeNameLocal = getRandomNonExistVolumeName(); Path newVolume = new Path("/" + volumeNameLocal); fs.mkdirs(newVolume); ```
---------------------------------------------------------------- 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]
