You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2019/07/10 17:28:00 UTC

[jira] [Updated] (MINIFI-478) OrderedPropertiesTest fails on Java 11 / OS X

     [ https://issues.apache.org/jira/browse/MINIFI-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aldrin Piri updated MINIFI-478:
-------------------------------
    Fix Version/s: 0.6.0

> OrderedPropertiesTest fails on Java 11 / OS X
> ---------------------------------------------
>
>                 Key: MINIFI-478
>                 URL: https://issues.apache.org/jira/browse/MINIFI-478
>             Project: Apache NiFi MiNiFi
>          Issue Type: Bug
>            Reporter: Dustin Rodrigues
>            Assignee: Nenad V. Nikolić
>            Priority: Major
>             Fix For: 0.6.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When running on OS X 10.14 ( Mojave ) with openjdk 11, the OrderedPropertiesTest is failing. When using jdk1.8.0_192 instead, the test succeeds. 
>  
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec <<< FAILURE! - in org.apache.nifi.minifi.bootstrap.util.OrderedPropertiesTest
> testOrderedProperties(org.apache.nifi.minifi.bootstrap.util.OrderedPropertiesTest) Time elapsed: 0.05 sec <<< FAILURE!
> org.junit.ComparisonFailure: expected:<[prop1=newVal1]> but was:<[#this is property 2]>
>  at org.junit.Assert.assertEquals(Assert.java:115)
>  at org.junit.Assert.assertEquals(Assert.java:144)
>  at org.apache.nifi.minifi.bootstrap.util.OrderedPropertiesTest.testOrderedProperties(OrderedPropertiesTest.java:49)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)