Github user joewitt commented on the issue:
https://github.com/apache/nifi/pull/2648
@kevdoran i like the changes for travis using the igores file input to
grep! Left a comment to consider moving consoleOutput of rat to the top level
pom. And I am still seeing test issues for
> [ERROR] Tests run: 130, Failures: 5, Errors: 0, Skipped: 2, Time elapsed:
14.497 s <<< FAILURE! - in org.apache.nifi.properties.ConfigEncryptionToolTest
[ERROR]
testShouldMigrateFromHashedPasswordToKey(org.apache.nifi.properties.ConfigEncryptionToolTest)
Time elapsed: 0.029 s <<< FAILURE!
java.lang.AssertionError: Wrong exit status expected:<0> but was:<4>
[ERROR]
testShouldMigrateFromHashedPasswordToPassword(org.apache.nifi.properties.ConfigEncryptionToolTest)
Time elapsed: 0.391 s <<< FAILURE!
java.lang.AssertionError: Wrong exit status expected:<0> but was:<4>
[ERROR]
testShouldMigrateFromHashedKeyToKey(org.apache.nifi.properties.ConfigEncryptionToolTest)
Time elapsed: 0.009 s <<< FAILURE!
java.lang.AssertionError: Wrong exit status expected:<0> but was:<4>
[ERROR]
testShouldMigrateFromHashedKeyToPassword(org.apache.nifi.properties.ConfigEncryptionToolTest)
Time elapsed: 0.377 s <<< FAILURE!
java.lang.AssertionError: Wrong exit status expected:<0> but was:<4>
[ERROR]
testShouldReturnCurrentHashParams(org.apache.nifi.properties.ConfigEncryptionToolTest)
Time elapsed: 0.008 s <<< FAILURE!
java.lang.AssertionError: Wrong exit status expected:<0> but was:<10>
---