You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joe Witt (Jira)" <ji...@apache.org> on 2022/04/04 16:42:00 UTC

[jira] [Updated] (NIFI-9841) Intermittent Failures in PasswordBasedEncryptorGroovyTest

     [ https://issues.apache.org/jira/browse/NIFI-9841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Witt updated NIFI-9841:
---------------------------
    Fix Version/s: 1.16.1

> Intermittent Failures in PasswordBasedEncryptorGroovyTest
> ---------------------------------------------------------
>
>                 Key: NIFI-9841
>                 URL: https://issues.apache.org/jira/browse/NIFI-9841
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Tools and Build
>            Reporter: David Handermann
>            Assignee: Emilio Setiadarma
>            Priority: Minor
>             Fix For: 1.17.0, 1.16.1
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The {{PasswordBasedEncryptorGroovyTest}} has methods can occasionally fail when evaluating for a particular exception.
> {noformat}
> Error:  org.apache.nifi.security.util.crypto.PasswordBasedEncryptorGroovyTest.testDecryptShouldHandleCipherStreamMissingSaltDelimiter  Time elapsed: 0.482 s  <<< FAILURE!
> org.codehaus.groovy.runtime.powerassert.PowerAssertionError: 
> assert exception.getCause() instanceof BytePatternNotFoundException
>        |         |          |
>        |         null       false
>        org.apache.nifi.stream.io.exception.BytePatternNotFoundException: Did not encounter any byte pattern that was expected; data does not appear to be in the expected format
> 	at org.apache.nifi.security.util.crypto.PasswordBasedEncryptorGroovyTest.testDecryptShouldHandleCipherStreamMissingSaltDelimiter(PasswordBasedEncryptorGroovyTest.groovy:584)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)