[
https://issues.apache.org/jira/browse/NIFI-11746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17741724#comment-17741724
]
ASF subversion and git services commented on NIFI-11746:
--------------------------------------------------------
Commit 96be7377b3f678271f13a9085d63e223670ca522 in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=96be7377b3 ]
NIFI-11746 Fixed FlowSynchronizationIT.testComponentsRecreatedOnRestart()
- Ensure that testComponentsRecreatedOnRestart only counts components in its
own group
This closes #7466
Signed-off-by: David Handermann <[email protected]>
> Refactor system tests to reuse NiFi instances across tests, where applicable
> ----------------------------------------------------------------------------
>
> Key: NIFI-11746
> URL: https://issues.apache.org/jira/browse/NIFI-11746
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework, Tools and Build
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Fix For: 2.0.0, 1.23.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The System Tests are written in such a way that every new test class creates
> a new NiFi instance (or cluster) at the start and tears it down at the end.
> While this provides the most "safety" for running the tests, it's very
> expensive and leads to the system tests running very slowly. Where possible,
> we should reuse a NiFi instance/cluster across tests. This can significantly
> reduce the amount of time required to run system tests, especially on Github
> Actions
--
This message was sent by Atlassian Jira
(v8.20.10#820010)