Zhenqiu Huang created FLINK-21107:
-------------------------------------
Summary: Move test base classes from flink-tests to flink-test-utils
Key: FLINK-21107
URL:
https://issues.apache.org/jira/browse/FLINK-21107 Project: Flink
Issue Type: Improvement
Components: Tests
Affects Versions: 1.12.0
Reporter: Zhenqiu Huang
There are several test help classes are defined in flink-tests and used in modules in flink-streaming-scala, flink-table-planner-blink:
For example:
org.apache.flink.test.streaming.runtime.util.TestListResultSink
org.apache.flink.api.scala.completeness.ScalaAPICompletenessTestBase
org.apache.flink.test.util.SuccessException
But actually, flink-tests module is a place for ITCases. If we want to add ITCase for classes (for example remote udf) of flink-table-planner-blink into flink-tests, the cycle reference will be created.
Thus, I would suggest moving those helper classes from flink-tests to flink-test-utils.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)