Koji Kawamura created NIFI-4021:
-----------------------------------
Summary: StandardFlowSynchronizerSpec relies on other test
Key: NIFI-4021
URL: https://issues.apache.org/jira/browse/NIFI-4021
Project: Apache NiFi
Issue Type: Bug
Components: Tools and Build
Reporter: Koji Kawamura
Assignee: Koji Kawamura
NIFI-3853 updated StandardFlowSynchronizerSpec to encapsulate NiFi properties
file, but the test still calls [NiFiProperties.createBasicNiFiProperties(null,
null)|https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/groovy/org/apache/nifi/controller/StandardFlowSynchronizerSpec.groovy#L78]
without specifying property file path. It relies on system property.
This causes what [~jtstorck] described in dev ML
{quote}
StandardFlowSynchronizerSpec via command line maven on my MBP passes
successfully, but I do see the same errors as you when running the tests
for StandardFlowSynchronizerSpec through IntelliJ.
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)