[
https://issues.apache.org/jira/browse/FLINK-8955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437680#comment-16437680
]
ASF GitHub Bot commented on FLINK-8955:
---------------------------------------
Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/5780#discussion_r181465966
--- Diff:
flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/MiniClusterResource.java
---
@@ -225,6 +247,11 @@ private void startMiniCluster() throws Exception {
}
}
+ @Override
+ public JobExecutionResult executeJobBlocking(JobGraph jobGraph) throws
JobExecutionException, InterruptedException {
--- End diff --
I think we should use the `MiniClusterClient` for job submission. The
`JobExecutor` interface is only an internal interface to bridge between the two
different mini clusters.
> Port ClassLoaderITCase to flip6
> -------------------------------
>
> Key: FLINK-8955
> URL: https://issues.apache.org/jira/browse/FLINK-8955
> Project: Flink
> Issue Type: Improvement
> Components: Tests
> Affects Versions: 1.5.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Blocker
> Fix For: 1.5.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)