Github user joewitt commented on the pull request:

    https://github.com/apache/incubator-nifi/pull/69#issuecomment-116860033
  
    ```
    ests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.339 sec 
<<< FAILURE! - in org.apache.nifi.processors.kite.TestJSONToAvroProcessor
    
testBasicConversion(org.apache.nifi.processors.kite.TestJSONToAvroProcessor)  
Time elapsed: 0.325 sec  <<< FAILURE!
    org.junit.ComparisonFailure: Should accumulate error messages 
expected:<...annot convert field [id: Cannot convert to long: "120V", Cannot 
convert field color: Cannot convert to string: 15.23 (1 similar failure)]> but 
was:<...annot convert field [color: Cannot convert to string: 15.23 (1 similar 
failure), Cannot convert field id: Cannot convert to long: "120V"]>
        at org.junit.Assert.assertEquals(Assert.java:115)
        at 
org.apache.nifi.processors.kite.TestJSONToAvroProcessor.testBasicConversion(TestJSONToAvroProcessor.java:83)
    
    testOnlyErrors(org.apache.nifi.processors.kite.TestJSONToAvroProcessor)  
Time elapsed: 0.004 sec  <<< FAILURE!
    org.junit.ComparisonFailure: Should set an error message expected:<...annot 
convert field [id: Cannot convert to long: "120V", Cannot convert field color: 
Cannot convert to string: 15.23 (1 similar failure)]> but was:<...annot convert 
field [color: Cannot convert to string: 15.23 (1 similar failure), Cannot 
convert field id: Cannot convert to long: "120V"]>
        at org.junit.Assert.assertEquals(Assert.java:115)
        at 
org.apache.nifi.processors.kite.TestJSONToAvroProcessor.testOnlyErrors(TestJSONToAvroProcessor.java:107)
    
    Running org.apache.nifi.processors.kite.TestKiteProcessorsCluster
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in 
org.apache.nifi.processors.kite.TestKiteProcessorsCluster
    Running org.apache.nifi.processors.kite.TestKiteStorageProcessor
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in 
org.apache.nifi.processors.kite.TestKiteStorageProcessor
    
    Results :
    
    Failed tests:
      TestJSONToAvroProcessor.testBasicConversion:83 Should accumulate error 
messages expected:<...annot convert field [id: Cannot convert to long: "120V", 
Cannot convert field color: Cannot convert to string: 15.23 (1 similar 
failure)]> but was:<...annot convert field [color: Cannot convert to string: 
15.23 (1 similar failure), Cannot convert field id: Cannot convert to long: 
"120V"]>
      TestJSONToAvroProcessor.testOnlyErrors:107 Should set an error message 
expected:<...annot convert field [id: Cannot convert to long: "120V", Cannot 
convert field color: Cannot convert to string: 15.23 (1 similar failure)]> but 
was:<...annot convert field [color: Cannot convert to string: 15.23 (1 similar 
failure), Cannot convert field id: Cannot convert to long: "120V"]>
    ```
    
    Ryan i had trouble running the unit tests.  It is possible I've now 
returned the wrong branch favor but I think I'm building against exactly what 
you sent.  Can you confirm?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to