You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Zhenqiu Huang (Jira)" <ji...@apache.org> on 2021/01/24 05:39:00 UTC

[jira] [Created] (FLINK-21107) Move test base classes from flink-tests to flink-test-utils

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)