[
https://issues.apache.org/jira/browse/NIFI-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15203458#comment-15203458
]
ASF subversion and git services commented on NIFI-1651:
-------------------------------------------------------
Commit 3921ab827b650da9142e0b6986c6986d69fdb42d in nifi's branch
refs/heads/master from trkurc
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=3921ab8 ]
NIFI-1651 unit tests work on windows. removed contributor name/package from
data and schema
Reviewed by Aldrin Piri ([email protected]) and Mike Moser
([email protected]). This closes #291
> nifi-kite-processors unit tests broken on windows
> -------------------------------------------------
>
> Key: NIFI-1651
> URL: https://issues.apache.org/jira/browse/NIFI-1651
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 0.5.0, 0.5.1
> Environment: windows 10
> Reporter: Tony Kurc
> Assignee: Tony Kurc
> Priority: Blocker
> Fix For: 0.6.0
>
>
> {noformat}
> Failed tests:
> TestInferAvroSchema.inferAvroSchemaFromCSVFile:133 FlowFile content differs
> from input at byte 1 with input having value 10 and FlowFile having value 13
> TestInferAvroSchema.inferAvroSchemaFromHeaderDefinitionOfCSVFile:77
> FlowFile content differs from input at byte 1 with input having value 10 and
> FlowFile having value 13
>
> TestInferAvroSchema.inferAvroSchemaFromHeaderDefinitionOfCSVTabDelimitedFile:194
> FlowFile content differs from input at byte 1 with input having value 10 and
> FlowFile having value 13
> TestInferAvroSchema.inferAvroSchemaFromJSONFile:105 expected:<{[
> "type" : "record",
> "name" : "contact",
> "namespace" : "com.jeremydyer",
> "fields" : [ {
> "name" : "shapes",
> "type" : {
> "type" : "array",
> "items" : {
> "type" : "record",
> "name" : "shapes",
> "namespace" : "",
> "fields" : [ {
> "name" : "shape",
> "type" : "string",
> "doc" : "Type inferred from '\"circle\"'"
> }, {
> "name" : "color",
> "type" : "string",
> "doc" : "Type inferred from '\"red\"'"
> }, {
> "name" : "width",
> "type" : "int",
> "doc" : "Type inferred from '100'"
> }, {
> "name" : "height",
> "type" : "int",
> "doc" : "Type inferred from '100'"
> } ]
> }
> },
> "doc" : "Type inferred from
> '[{\"shape\":\"circle\",\"color\":\"red\",\"width\":100,\"height\":100},{\"shape\":\"square\",\"color\":\"red\",\"width\":100,\"height\":100},{\"shape\":\"sphere\",\"color\":\"red\",\"width\":100,\"height\":100},{\"shape\":\"triangle\",\"color\":\"red\",\"width\":100,\"height\":100},{\"shape\":\"rectangle\",\"color\":\"red\",\"width\":100,\"height\":100}]'"
> ] } ]
> }> but was:<{[
> "type" : "record",
> "name" : "contact",
> "namespace" : "com.jeremydyer",
> "fields" : [ {
> "name" : "shapes",
> "type" : {
> "type" : "array",
> "items" : {
> "type" : "record",
> "name" : "shapes",
> "namespace" : "",
> "fields" : [ {
> "name" : "shape",
> "type" : "string",
> "doc" : "Type inferred from '\"circle\"'"
> }, {
> "name" : "color",
> "type" : "string",
> "doc" : "Type inferred from '\"red\"'"
> }, {
> "name" : "width",
> "type" : "int",
> "doc" : "Type inferred from '100'"
> }, {
> "name" : "height",
> "type" : "int",
> "doc" : "Type inferred from '100'"
> } ]
> }
> },
> "doc" : "Type inferred from
> '[{\"shape\":\"circle\",\"color\":\"red\",\"width\":100,\"height\":100},{\"shape\":\"square\",\"color\":\"red\",\"width\":100,\"height\":100},{\"shape\":\"sphere\",\"color\":\"red\",\"width\":100,\"height\":100},{\"shape\":\"triangle\",\"color\":\"red\",\"width\":100,\"height\":100},{\"shape\":\"rectangle\",\"color\":\"red\",\"width\":100,\"height\":100}]'"
> } ]]
> }>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)