I'd be more inclined to move the FlinkContainerTestEnvironment to
flink-(connector-)test-utils for the time being, because the vast
majority of stuff in flink-end-to-end-tests-common isn't really in a
state where we want to share it.
On 25/05/2022 11:55, Alexander Fedulov wrote:
Hi everyone,
As part of the efforts to externalize the connectors, it became evident
that some test utilities that reside in Flink will be required in the
external connector repositories. For instance, FlinkContainerTestEnvironment
and its dependencies reside in the flink-end-to-end-tests-common module that
is currently not published to Maven (there is only an older version from
Cloudera available) [1].
I would like to propose to also publish this dependency to Maven. What do
you think?
[1] https://mvnrepository.com/search?q=flink-end-to-end-tests-common
Best,
Alexander Fedulov