[
https://issues.apache.org/jira/browse/NIFI-13185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845656#comment-17845656
]
ASF subversion and git services commented on NIFI-13185:
--------------------------------------------------------
Commit 03005aa13201f4b140751934799140e4c1a1749f in nifi's branch
refs/heads/main from Joe Witt
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=03005aa132 ]
NIFI-13185 Removed manual and non-working Integration Tests
Removed the entire integration-tests-ci profile and reference in GitHub
workflow.
Removed all tests which require specific local env configs/cloud credentials/
or simply do not work and thus have been blocked from the build for a long time.
Set Disabled annotation on a couple key tests which are by design manual and
must be retained.
The move to testcontainers has been a dramatic improvement in test
reliability/behaviors and should be a model for all such tests going forward.
This closes #8818
Signed-off-by: David Handermann <[email protected]>
> Remove "integration tests" which are not maintained and require personal
> credentials to Cloud services
> ------------------------------------------------------------------------------------------------------
>
> Key: NIFI-13185
> URL: https://issues.apache.org/jira/browse/NIFI-13185
> Project: Apache NiFi
> Issue Type: Task
> Reporter: Joe Witt
> Assignee: Joe Witt
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> There is a rather large chunk of code and pom configuration sitting in our
> codebase for tests which are never run or maintained. These are for cloud
> services/integrations that are simply not exercised/maintained and are
> therefore not useful. Of course having real tests to these systems is
> valuable but unless they're run and maintained they're not. Meanwhile a ton
> of excellent work has occurred to vet behaviors using things like test
> containers and those are easily run by anyone with docker/etc..
> We should remove all these tests which dont get maintained and require
> special permissions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)