You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/12/09 06:04:00 UTC

[jira] [Commented] (NIFI-10967) TestWriteJsonResult Failure on Windows

    [ https://issues.apache.org/jira/browse/NIFI-10967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645091#comment-17645091 ] 

ASF subversion and git services commented on NIFI-10967:
--------------------------------------------------------

Commit b0ab364f61612b48d7ccddad010be97b759379c2 in nifi's branch refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b0ab364f61 ]

NIFI-10967 Corrected TestWriteJsonResult mixed arrays

Signed-off-by: Matthew Burgess <ma...@apache.org>

This closes #6773


> TestWriteJsonResult Failure on Windows
> --------------------------------------
>
>                 Key: NIFI-10967
>                 URL: https://issues.apache.org/jira/browse/NIFI-10967
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Blocker
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The current main development branch fails to build on Windows with the following error:
> {noformat}
> Error:  Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.047 s <<< FAILURE! - in org.apache.nifi.json.TestWriteJsonResult
> Error:  org.apache.nifi.json.TestWriteJsonResult.testChoiceArrayOfStringsOrArrayOfRecords  Time elapsed: 0.015 s  <<< FAILURE!
> org.opentest4j.AssertionFailedError: 
> expected: <[ {
>   "items" : [ {
>     "itemData" : [ "test" ]
>   }, {
>     "itemData" : [ {
>       "quantity" : 10
>     } ]
>   } ]
> } ]> but was: <[ {
>   "items" : [ {
>     "itemData" : [ "test" ]
>   }, {
>     "itemData" : [ {
>       "quantity" : 10
>     } ]
>   } ]
> } ]>
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)