You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by joewitt <gi...@git.apache.org> on 2018/04/20 01:32:25 UTC

[GitHub] nifi issue #2648: NIFI-4942 Fix unit test salt assertion regex

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>



---