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

[jira] [Created] (FLINK-26195) Kafka connector tests are mixing JUnit4 and JUnit5

Alexander Preuss created FLINK-26195:
----------------------------------------

             Summary: Kafka connector tests are mixing JUnit4 and JUnit5
                 Key: FLINK-26195
                 URL: https://issues.apache.org/jira/browse/FLINK-26195
             Project: Flink
          Issue Type: Technical Debt
          Components: Connectors / Kafka
    Affects Versions: 1.15.0
            Reporter: Alexander Preuss


In the tests for the Kafka connector there are multiple occurrences of mixing JUnit 4 and JUnit 5. This prevents proper logging from e.g. TestLoggerExtension. There are also tests that run on JUnit 4 but use Assertions or Annotations from JUnit 5



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