You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/26 11:26:45 UTC

[GitHub] [flink] zentol commented on a change in pull request #9235: [FLINK-13228][tests][filesystems] Harden HadoopRecoverableWriterTest

zentol commented on a change in pull request #9235: [FLINK-13228][tests][filesystems] Harden HadoopRecoverableWriterTest
URL: https://github.com/apache/flink/pull/9235#discussion_r307701596
 
 

 ##########
 File path: flink-core/src/test/java/org/apache/flink/core/fs/AbstractRecoverableWriterTest.java
 ##########
 @@ -306,13 +330,17 @@ public void testResumeAfterCommit() throws Exception {
 		final Path path = new Path(testDir, "part-0");
 
 		RecoverableWriter.ResumeRecoverable recoverable;
-		try (final RecoverableFsDataOutputStream stream = writer.open(path)) {
+		RecoverableFsDataOutputStream stream = null;
+		try{
 
 Review comment:
   ```suggestion
   		try {
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services