aljoscha commented on a change in pull request #10153: [FLINK-14709] Allow
outputting elements in user defined close method,…
URL: https://github.com/apache/flink/pull/10153#discussion_r349166153
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/operators/chaining/ChainTaskTest.java
##########
@@ -174,7 +185,68 @@ public void testFailingMapTask() {
Assert.fail(e.getMessage());
}
}
-
+
+ @Test
+ public void testOutputInCloseMethod_batchTask() {
Review comment:
The test methods should conform to standard java naming patterns, i.e. no
underscore.
----------------------------------------------------------------
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