You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Diego Queiroz (JIRA)" <ji...@apache.org> on 2018/08/16 23:34:00 UTC

[jira] [Created] (NIFI-5530) Master branch not passing all tests

Diego Queiroz created NIFI-5530:
-----------------------------------

             Summary: Master branch not passing all tests
                 Key: NIFI-5530
                 URL: https://issues.apache.org/jira/browse/NIFI-5530
             Project: Apache NiFi
          Issue Type: Test
          Components: Tools and Build
            Reporter: Diego Queiroz


When I try to build from source using the master branch, I get the following error:

[INFO] Running org.apache.nifi.properties.ConfigEncryptionToolTest
[ERROR] Tests run: 121, Failures: 5, Errors: 0, Skipped: 2, Time elapsed: 8.196 s <<< FAILURE! - in org.apache.nifi.properties.ConfigEncryptionToolTest
[ERROR] testWriteNiFiPropertiesShouldHandleWriteFailureWhenFileDoesNotExist(org.apache.nifi.properties.ConfigEncryptionToolTest) Time elapsed: 0.001 s <<< FAILURE!
java.lang.AssertionError: Closure org.apache.nifi.properties.ConfigEncryptionToolTest$_testWriteNiFiPropertiesShouldHandleWriteFailureWhenFileDoesNotExist_closure51@1ac85b0c should have failed with an exception of type java.io.IOException
 at org.apache.nifi.properties.ConfigEncryptionToolTest.testWriteNiFiPropertiesShouldHandleWriteFailureWhenFileDoesNotExist(ConfigEncryptionToolTest.groovy:1451)

[ERROR] testWriteNiFiPropertiesShouldHandleWriteFailureWhenFileExists(org.apache.nifi.properties.ConfigEncryptionToolTest) Time elapsed: 0 s <<< FAILURE!
java.lang.AssertionError: Closure org.apache.nifi.properties.ConfigEncryptionToolTest$_testWriteNiFiPropertiesShouldHandleWriteFailureWhenFileExists_closure50@aa22f1c should have failed with an exception of type java.io.IOException
 at org.apache.nifi.properties.ConfigEncryptionToolTest.testWriteNiFiPropertiesShouldHandleWriteFailureWhenFileExists(ConfigEncryptionToolTest.groovy:1416)

[ERROR] testLoadNiFiPropertiesShouldHandleReadFailure(org.apache.nifi.properties.ConfigEncryptionToolTest) Time elapsed: 0 s <<< FAILURE!
java.lang.AssertionError: Closure org.apache.nifi.properties.ConfigEncryptionToolTest$_testLoadNiFiPropertiesShouldHandleReadFailure_closure30@654b72c0 should have failed with an exception of type java.io.IOException
 at org.apache.nifi.properties.ConfigEncryptionToolTest.testLoadNiFiPropertiesShouldHandleReadFailure(ConfigEncryptionToolTest.groovy:822)

[ERROR] testWriteKeyToBootstrapConfShouldHandleWriteFailure(org.apache.nifi.properties.ConfigEncryptionToolTest) Time elapsed: 0 s <<< FAILURE!
java.lang.AssertionError: Closure org.apache.nifi.properties.ConfigEncryptionToolTest$_testWriteKeyToBootstrapConfShouldHandleWriteFailure_closure36@4b61d0c6 should have failed with an exception of type java.io.IOException
 at org.apache.nifi.properties.ConfigEncryptionToolTest.testWriteKeyToBootstrapConfShouldHandleWriteFailure(ConfigEncryptionToolTest.groovy:1066)

[ERROR] testWriteKeyToBootstrapConfShouldHandleReadFailure(org.apache.nifi.properties.ConfigEncryptionToolTest) Time elapsed: 0.024 s <<< FAILURE!
java.lang.AssertionError: Closure org.apache.nifi.properties.ConfigEncryptionToolTest$_testWriteKeyToBootstrapConfShouldHandleReadFailure_closure35@38f2e97e should have failed with an exception of type java.io.IOException
 at org.apache.nifi.properties.ConfigEncryptionToolTest.testWriteKeyToBootstrapConfShouldHandleReadFailure(ConfigEncryptionToolTest.groovy:1037)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)