Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-30815

BatchTestBase/BatchAbstractTestBase are using JUnit4 while some child tests are using JUnit5

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              tanyuxin Yuxin Tan
              zhuzh Zhu Zhu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: