[
https://issues.apache.org/jira/browse/NIFI-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16596435#comment-16596435
]
ASF GitHub Bot commented on NIFI-5558:
--------------------------------------
Github user thenatog commented on the issue:
https://github.com/apache/nifi/pull/2972
./nifi-framework-cluster
mvn clean test -Dtest=PopularVoteFlowElectionFactoryBeanTest
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
./nifi-framework-cluster
mvn clean test
[INFO] Results:
[INFO]
[INFO] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0
./nifi
mvn clean install -T4 -Pinclude-grpc
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 10:49 min (Wall Clock)
> NiFi build on master fails due to decryption issue
> --------------------------------------------------
>
> Key: NIFI-5558
> URL: https://issues.apache.org/jira/browse/NIFI-5558
> Project: Apache NiFi
> Issue Type: Bug
> Components: Tools and Build
> Affects Versions: 1.7.1
> Environment: Apache Maven 3.5.0
> (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T15:39:06-04:00)
> Java version: 1.8.0_141, vendor: Oracle Corporation
> Java home:
> /Library/Java/JavaVirtualMachines/jdk1.8.0_141.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"
> Reporter: Joseph Witt
> Assignee: Andy LoPresto
> Priority: Major
> Labels: encryption, key-management, properties, security,
> sideeffect, test
>
> ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.39 s
> <<< FAILURE! - in
> org.apache.nifi.cluster.coordination.flow.PopularVoteFlowElectionFactoryBeanTest
> [ERROR]
> testGetObjectShouldPopulateDefaultSensitivePropsKeyIfEmpty(org.apache.nifi.cluster.coordination.flow.PopularVoteFlowElectionFactoryBeanTest)
> Time elapsed: 1.318 s <<< ERROR!
> org.apache.nifi.encrypt.EncryptionException:
> org.apache.nifi.encrypt.EncryptionException: Could not decrypt sensitive value
> at
> org.apache.nifi.cluster.coordination.flow.PopularVoteFlowElectionFactoryBeanTest.testGetObjectShouldPopulateDefaultSensitivePropsKeyIfEmpty(PopularVoteFlowElectionFactoryBeanTest.groovy:82)
> Caused by: org.apache.nifi.encrypt.EncryptionException: Could not decrypt
> sensitive value
> at
> org.apache.nifi.cluster.coordination.flow.PopularVoteFlowElectionFactoryBeanTest.testGetObjectShouldPopulateDefaultSensitivePropsKeyIfEmpty(PopularVoteFlowElectionFactoryBeanTest.groovy:82)
> Caused by: javax.crypto.BadPaddingException: pad block corrupted
> at
> org.apache.nifi.cluster.coordination.flow.PopularVoteFlowElectionFactoryBeanTest.testGetObjectShouldPopulateDefaultSensitivePropsKeyIfEmpty(PopularVoteFlowElectionFactoryBeanTest.groovy:82)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)