[
https://issues.apache.org/jira/browse/FLINK-8703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370117#comment-16370117
]
ASF GitHub Bot commented on FLINK-8703:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5535#discussion_r169341512
--- Diff:
flink-tests/src/test/java/org/apache/flink/test/streaming/experimental/CollectITCase.java
---
@@ -38,33 +35,23 @@
* <p>This experimental class is relocated from flink-streaming-contrib.
Please see package-info.java
* for more information.
*/
-public class CollectITCase extends TestLogger {
+public class CollectITCase extends AbstractTestBase {
--- End diff --
Please have a look at the javadocs for AbstractTestBase.
The logs should still be printed as `AbstractTestBase` extends
`TestBaseUtils` which extends `TestLogger`.
> Migrate tests from LocalFlinkMiniCluster to MiniClusterResource
> ---------------------------------------------------------------
>
> Key: FLINK-8703
> URL: https://issues.apache.org/jira/browse/FLINK-8703
> Project: Flink
> Issue Type: Sub-task
> Components: Tests
> Reporter: Aljoscha Krettek
> Assignee: Chesnay Schepler
> Priority: Blocker
> Fix For: 1.5.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)