Github user alopresto commented on the issue: https://github.com/apache/nifi/pull/1686 I rebased and resolved the conflict. There were test errors in `nifi-gcp-processors` and `nifi-poi-processors` where `MockComponentLog#getErrorMessages()` was returning twice the number of expected errors. With @bbende , we determined this was because `src/test/resources/logback-test.xml` in `nifi-data-provenance-utils` set the log level to `DEBUG`, and `MockComponentLog` double records the error message if `DEBUG` is enabled. I provided custom `src/test/resources/logback-test.xml` files in the two offending modules to ensure that the log level is set as expected when those tests run. Merged.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---