[
https://issues.apache.org/jira/browse/NIFI-15281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-15281:
------------------------------------
Fix Version/s: 2.7.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Change disabled unit tests due to the reason "Intended for manual performance
> testing", to be conditional on system property nifi.test.performance being set
> ------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-15281
> URL: https://issues.apache.org/jira/browse/NIFI-15281
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Fix For: 2.7.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> There are many unit tests disabled for the reason
> {code:java}
> "Intended for manual performance testing; should not be run in an automated
> environment"{code}
> or the like. They should be changed to be contingent on whether system
> property nifi.test.performance is set like in similar tests with the use of
> JUnit 5 EnabledIfSystemProperty annotation
> e.g.
> {code:java}
> @EnabledIfSystemProperty(named = "nifi.test.performance", matches = "true",
> disabledReason = "whatever specific reason"){code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)