azagrebin commented on a change in pull request #8687:
[FLINK-12612][coordination] Track stored partition on the TaskExecutor
URL: https://github.com/apache/flink/pull/8687#discussion_r296775760
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/partition/ResultPartitionTest.java
##########
@@ -324,7 +324,7 @@ private ResultPartitionWriter
createConsumableNotifyingResultPartitionWriter(
notifier)[0];
}
- private ResultPartitionDeploymentDescriptor
createPartitionDeploymentDescriptor(ResultPartitionType partitionType) {
+ public static ResultPartitionDeploymentDescriptor
createPartitionDeploymentDescriptor(ResultPartitionType partitionType) {
Review comment:
This method should be moved to `PartitionTestUtils` then
----------------------------------------------------------------
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