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)

Reply via email to