[
https://issues.apache.org/jira/browse/FLINK-30815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Godfrey He closed FLINK-30815.
------------------------------
Fix Version/s: 1.18.0
Resolution: Fixed
Fixed in master:
ed9ee279e50781b7bd2d85f1486721c02fc7e32b
7a423666d0f8452382ad5fe2635de5ad1475dd46
> BatchTestBase/BatchAbstractTestBase are using JUnit4 while some child tests
> are using JUnit5
> --------------------------------------------------------------------------------------------
>
> Key: FLINK-30815
> URL: https://issues.apache.org/jira/browse/FLINK-30815
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Affects Versions: 1.16.0
> Reporter: Zhu Zhu
> Assignee: Yuxin Tan
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.18.0
>
>
> BatchTestBase/BatchAbstractTestBase are using Junit4, while some child tests
> (e.g. DynamicFilteringITCase) are using JUnit5. This may break some
> assumption and hide some problems.
> For example, the child test will create a MiniCluster by itself, instead of
> using the MiniCluster(TM=1, slots=3) created in BatchAbstractTestBase. The
> created MiniCluster may have more slots and hide resource deadlock issues.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)