rproutermedia commented on PR #8267: URL: https://github.com/apache/nifi/pull/8267#issuecomment-1900604592
The problem seems to be that StandardProcessorTestRunner is calling OnConfigurationRestored before each run. In production this only happens once, either when loading or when adding a processor. I introduced another flag to make sure the clearState flag is only reset once. Due to the limitation of the test runner, I find it difficult to build a new test that differentiates between the two cases (change of properties before vs. after loading the processor). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
