You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/02/18 08:45:00 UTC

[jira] [Created] (FLINK-26246) Setup JUnit 5 infrastructure for parallel test execution

Chesnay Schepler created FLINK-26246:
----------------------------------------

             Summary: Setup JUnit 5 infrastructure for parallel test execution
                 Key: FLINK-26246
                 URL: https://issues.apache.org/jira/browse/FLINK-26246
             Project: Flink
          Issue Type: Technical Debt
          Components: Build System, Tests
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.15.0


JUnit5 has a nifty feature that allows tests to be run in parallel. We can set this up such that any JUnit5 test can easily opt-in to that, which will allow us to significantly speed up CI.

This is currently only set up for flink-table-planner, but we can pull it into the root pom.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)