Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6363#discussion_r203414529 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/FileUploadHandlerTest.java --- @@ -220,4 +224,5 @@ public void testUploadCleanupOnFailure() throws IOException { } MULTIPART_UPLOAD_RESOURCE.assertUploadDirectoryIsEmpty(); } + --- End diff -- revert
---