steveloughran commented on a change in pull request #2368:
URL: https://github.com/apache/hadoop/pull/2368#discussion_r531628039
##########
File path:
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemRandomRead.java
##########
@@ -99,12 +115,14 @@ public void testBasicRead() throws Exception {
public void testRandomRead() throws Exception {
Assume.assumeFalse("This test does not support namespace enabled account",
this.getFileSystem().getIsNamespaceEnabled());
- assumeHugeFileExists();
+ Path testPath = new Path(TEST_FILE_PREFIX + "_testRandomRead");
Review comment:
FWIW I use a Junit rule to get the method name, then you can hava a
`path()` method which dynamically creates the unique path, including when you
use parameterized tests.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]