You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Mickael Maison (Jira)" <ji...@apache.org> on 2021/03/19 14:05:00 UTC

[jira] [Resolved] (KAFKA-10070) Parameterize Connect unit tests to remove code duplication

     [ https://issues.apache.org/jira/browse/KAFKA-10070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mickael Maison resolved KAFKA-10070.
------------------------------------
    Fix Version/s: 3.0.0
         Assignee: Lev Zemlyanov  (was: Konstantine Karantasis)
       Resolution: Fixed

> Parameterize Connect unit tests to remove code duplication
> ----------------------------------------------------------
>
>                 Key: KAFKA-10070
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10070
>             Project: Kafka
>          Issue Type: Task
>          Components: KafkaConnect
>    Affects Versions: 2.6.0
>            Reporter: Chris Egerton
>            Assignee: Lev Zemlyanov
>            Priority: Major
>             Fix For: 3.0.0
>
>
> [https://github.com/apache/kafka/pull/8722] added two new unit tests, {{WorkerWithTopicCreationTest}} and {{WorkerSourceTaskWithTopicCreationTest,}} that are almost complete clones of the existing {{WorkerTest}} and {{WorkerSourceTaskTest}} unit tests. There's a couple of comments ([1|https://github.com/apache/kafka/blob/fe948d39e54cf2d57e9b9e0e2a203890dc8ce86d/connect/runtime/src/test/java/org/apache/kafka/connect/runtime/WorkerWithTopicCreationTest.java#L149], [2|https://github.com/apache/kafka/blob/fe948d39e54cf2d57e9b9e0e2a203890dc8ce86d/connect/runtime/src/test/java/org/apache/kafka/connect/runtime/WorkerSourceTaskWithTopicCreationTest.java#L162]) in them about plans to parameterize the tests; we should do this sooner rather than later to avoid expending developer time on copy+pasting code changes across two tests when making modifications to the {{Worker}} and/or {{WorkerSourceTask}} classes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)