You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2023/06/13 20:26:00 UTC

[jira] [Resolved] (NIFI-11138) Refactor ITPutKudu and ITestKuduLookupService to use Docker Testcontainers

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

David Handermann resolved NIFI-11138.
-------------------------------------
    Resolution: Won't Fix

Resolved through removal of integration tests. New Testcontainer-based tests could be added in the future if needed.

> Refactor ITPutKudu and ITestKuduLookupService to use Docker Testcontainers
> --------------------------------------------------------------------------
>
>                 Key: NIFI-11138
>                 URL: https://issues.apache.org/jira/browse/NIFI-11138
>             Project: Apache NiFi
>          Issue Type: Sub-task
>            Reporter: Daniel Stieglitz
>            Priority: Minor
>
> Currently the following tests
> {code:java}
> nifi/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/test/java/org/apache/nifi/processors/kudu/ITPutKudu.java
> nifi/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-controller-service/src/test/java/org/apache/nifi/controller/kudu/ITestKuduLookupService.java
> {code}
> use KuduTestHarness which utilizes a Junit 4 Rule. These should be refactored to use Docker Testcontainers which utilize JUnit 5.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)