@Bryan, that makes sense, I can look at it tonight and test on Linux/Windows/Mac for verify. I'll put in a ticket for it.
On Tue, Nov 3, 2015 at 9:58 AM, Bryan Bende <[email protected]> wrote: > I don't really have a way of trying this since I don't have a windows > machine, but I noticed that the processor writes a new line like this: > > System.lineSeparator().getBytes(StandardCharsets.UTF_8) > > but in the test it looks for "}\n{" so maybe if that \n was replaced with > System.lineSeparator() it would work?? > > On Tue, Nov 3, 2015 at 6:41 AM, Toivo Adams <[email protected]> wrote: > > > Same here, win7 > > > > ------------------------------------------------------- > > T E S T S > > ------------------------------------------------------- > > Running org.apache.nifi.processors.avro.TestConvertAvroToJSON > > Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec > > <<< FAILURE! - in org.apache.nifi.processors.avro.TestConvertAvroToJSON > > > > > testMultipleAvroMessagesContainerNone(org.apache.nifi.processors.avro.TestConvertAvroToJSON) > > Time elapsed: 0.01 sec <<< FAILURE! > > org.junit.ComparisonFailure: expected:<...vorite_color": null}[] > > {"name": "George", ...> but was:<...vorite_color": null}[ > > ] > > {"name": "George", ...> > > at org.junit.Assert.assertEquals(Assert.java:115) > > at org.junit.Assert.assertEquals(Assert.java:144) > > at > > > > > org.apache.nifi.util.MockFlowFile.assertContentEquals(MockFlowFile.java:232) > > at > > > > > org.apache.nifi.util.MockFlowFile.assertContentEquals(MockFlowFile.java:227) > > at > > > > > org.apache.nifi.util.MockFlowFile.assertContentEquals(MockFlowFile.java:223) > > at > > > > > org.apache.nifi.processors.avro.TestConvertAvroToJSON.testMultipleAvroMessagesContainerNone(TestConvertAvroToJSON.java:127) > > > > Running org.apache.nifi.processors.avro.TestExtractAvroMetadata > > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 > sec - > > in org.apache.nifi.processors.avro.TestExtractAvroMetadata > > Running org.apache.nifi.processors.avro.TestSplitAvro > > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 > sec - > > in org.apache.nifi.processors.avro.TestSplitAvro > > > > Results : > > > > Failed tests: > > TestConvertAvroToJSON.testMultipleAvroMessagesContainerNone:127 > > expected:<...vorite_color": null}[] > > {"name": "George", ...> but was:<...vorite_color": null}[ > > ] > > {"name": "George", ...> > > > > > > > > Tests run: 23, Failures: 1, Errors: 0, Skipped: 0 > > > > > > > > > > -- > > View this message in context: > > > http://apache-nifi-developer-list.39713.n7.nabble.com/Avro-tests-are-broken-on-Windows-tp3538p3544.html > > Sent from the Apache NiFi Developer List mailing list archive at > > Nabble.com. > > >
