Github user pvillard31 commented on the pull request:
https://github.com/apache/nifi/pull/291#issuecomment-198982574
Sorry for the delay... I am on a different computer than usual and forgot
to check the git property. Did a full clone again (so slow with airport
wifi...) and checked the schema (looks OK to me). The git property solved most
of the issues, but some are remaining:
```
Running org.apache.nifi.processors.kite.TestAvroRecordConverter
Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.377 sec
<<< FAILURE! - in org.apache.nifi.processors.kite.TestAvroRecordConverter
testDefaultConversion(org.apache.nifi.processors.kite.TestAvroRecordConverter)
Time elapsed: 0.011 sec <<< ERROR!
org.apache.nifi.processors.kite.AvroRecordConverter$AvroConversionException:
Cannot convert 5.5 to double
at
org.apache.nifi.processors.kite.AvroRecordConverter.convertData(AvroRecordConverter.java:246)
at
org.apache.nifi.processors.kite.AvroRecordConverter.convert(AvroRecordConverter.java:170)
at
org.apache.nifi.processors.kite.TestAvroRecordConverter.testDefaultConversion(TestAvroRecordConverter.java:98)
Running org.apache.nifi.processors.kite.TestConfigurationProperty
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.849 sec -
in org.apache.nifi.processors.kite.TestConfigurationProperty
Running org.apache.nifi.processors.kite.TestConvertAvroSchema
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.22 sec
<<< FAILURE! - in org.apache.nifi.processors.kite.TestConvertAvroSchema
testBasicConversion(org.apache.nifi.processors.kite.TestConvertAvroSchema)
Time elapsed: 0.21 sec <<< FAILURE!
java.lang.AssertionError: Should convert 2 rows expected:<2> but was:<1>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.nifi.processors.kite.TestConvertAvroSchema.testBasicConversion(TestConvertAvroSchema.java:78)
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---