steveloughran commented on a change in pull request #983: HADOOP-16379: 
S3AInputStream#unbuffer should merge input stream stats into fs-wide stats
URL: https://github.com/apache/hadoop/pull/983#discussion_r294867505
 
 

 ##########
 File path: 
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AUnbuffer.java
 ##########
 @@ -38,15 +41,22 @@
  */
 public class ITestS3AUnbuffer extends AbstractS3ATestBase {
 
-  @Test
-  public void testUnbuffer() throws IOException {
-    // Setup test file
-    Path dest = path("testUnbuffer");
-    describe("testUnbuffer");
+  private Path dest;
+
+  @Override
+  public void setup() throws Exception {
+    super.setup();
+    dest = path("ITestS3AUnbuffer");
+    describe("ITestS3AUnbuffer");
     try (FSDataOutputStream outputStream = getFileSystem().create(dest, true)) 
{
 
 Review comment:
   ContractTestUtils.writeDataset

----------------------------------------------------------------
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]

Reply via email to