snvijaya commented on a change in pull request #1508: HADOOP-16548 : Disable
Flush() over config
URL: https://github.com/apache/hadoop/pull/1508#discussion_r328994117
##########
File path:
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemFlush.java
##########
@@ -208,43 +208,44 @@ public Void call() throws Exception {
}
@Test
- public void testFlushWithFlushEnabled() throws Exception {
- testFlush(true);
+ public void testFlushWithOutputStreamFlushEnabled() throws Exception {
Review comment:
As the configs are kept separate for HFlush + Hsync and Flush, new tests
focus only on the new OutputStream Flush config and the Flush API calls. Will
make an update based on the decision on above comment.
----------------------------------------------------------------
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]