[
https://issues.apache.org/jira/browse/FLINK-15299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16998236#comment-16998236
]
Zili Chen commented on FLINK-15299:
-----------------------------------
A problem is that we now have a cycle dependency
{{flink-client}} -> {{flink-test-utils}} -> {{flink-streaming-java}} ->
{{flink-client}}
if we reverse the dependency from {{flink-streaming-java}} to {{flink-client}},
this won't be a blocker again.
Another approach is that we inline these two utils since they actually aren't
too useful now.
> Move ClientUtils#submitJob & ClientUtils#submitJobAndWaitForResult to
> flink-test-utils
> --------------------------------------------------------------------------------------
>
> Key: FLINK-15299
> URL: https://issues.apache.org/jira/browse/FLINK-15299
> Project: Flink
> Issue Type: Improvement
> Components: Tests
> Reporter: Zili Chen
> Priority: Minor
>
> Now we don't use these methods in production any more and it doesn't attend
> to server as productive methods. Move to flink-test-utils.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)