[
https://issues.apache.org/jira/browse/NIFI-9073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17402689#comment-17402689
]
Paul Grey commented on NIFI-9073:
---------------------------------
Scanned output for successful build to assess.
{code:java}
nifi % find . -size +2M -type f -name "*output.txt"
./nifi-commons/nifi-site-to-site-client/target/surefire-reports/org.apache.nifi.remote.client.PeerSelectorTest-output.txt
./nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/target/surefire-reports/org.apache.nifi.controller.repository.crypto.EncryptedFileSystemRepositoryTest-output.txt
./nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/target/surefire-reports/org.apache.nifi.wali.EncryptedSequentialAccessWriteAheadLogTest-output.txt
./nifi-registry/nifi-registry-core/nifi-registry-framework/target/surefire-reports/org.apache.nifi.registry.security.ldap.tenants.LdapUserGroupProviderTest-output.txt
./nifi-toolkit/nifi-toolkit-encrypt-config/target/surefire-reports/org.apache.nifi.properties.ConfigEncryptionToolTest-output.txt
{code}
This seems like a reasonable goal to work toward.
> Adjust Surefire Output on Project Build
> ---------------------------------------
>
> Key: NIFI-9073
> URL: https://issues.apache.org/jira/browse/NIFI-9073
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Paul Grey
> Assignee: Paul Grey
> Priority: Minor
>
> Encountered several local project build failures at module
> "nifi-site-to-site-client", test class "PeerSelectorTest". On opening
> surefire test output log, noticed that this log file was very large (~270M).
> Reducing the log output of each test class might help the stability of the
> GitHub CI for the project.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)