You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/12/09 03:58:00 UTC

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

David Handermann created NIFI-10967:
---------------------------------------

             Summary: 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


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)