StephanEwen commented on a change in pull request #8756: [FLINK-12406]
[Runtime] Report BLOCKING_PERSISTENT result partition meta back to client
URL: https://github.com/apache/flink/pull/8756#discussion_r299701522
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/operators/ExecutionEnvironmentITCase.java
##########
@@ -66,6 +74,49 @@ public void mapPartition(Iterable<Integer> values,
Collector<Integer> out) throw
assertEquals(PARALLELISM, resultCollection.size());
}
+ @Test
+ public void testAccessingBlockingPersistentResultPartition() throws
Exception {
Review comment:
I am not sure if this test is well placed in the ExecutionEnvironmentITCase.
It does not test the ExecutionEnvironment, it tests a different feature.
----------------------------------------------------------------
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