[
https://issues.apache.org/jira/browse/NIFI-4021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16038009#comment-16038009
]
ASF GitHub Bot commented on NIFI-4021:
--------------------------------------
Github user alopresto commented on the issue:
https://github.com/apache/nifi/pull/1892
+1.
As pointed out by @jtstorck , this fix resolves the immediate test issue,
but there are still existing concerns with parallel test execution given shared
access to the `NiFiProperties` object.
> 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
> Priority: Minor
>
> 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)