[ 
https://issues.apache.org/jira/browse/SQOOP-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105737#comment-15105737
 ] 

Hudson commented on SQOOP-2753:
-------------------------------

FAILURE: Integrated in Sqoop-hadoop23 #1232 (See 
[https://builds.apache.org/job/Sqoop-hadoop23/1232/])
SQOOP-2753: TestSqoopJsonUtil.testGetJsonStringFromMap is depending on 
(kathleen: 
[https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=43319f1d71058973f285d6a3ab95a53395793b58])
* src/test/org/apache/sqoop/util/TestSqoopJsonUtil.java


> TestSqoopJsonUtil.testGetJsonStringFromMap is depending on Map ordering in JDK
> ------------------------------------------------------------------------------
>
>                 Key: SQOOP-2753
>                 URL: https://issues.apache.org/jira/browse/SQOOP-2753
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.4.6
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.4.7
>
>         Attachments: SQOOP-2753.patch
>
>
> The test is comparing hardcoded string that represents map, however map order 
> is JDK version specific thus resulting in:
> {code}
> junit.framework.AssertionFailedError: 
> expected:<{"k[3":"v3","k1":"v1","k2":"v2]"}> but 
> was:<{"k[1":"v1","k2":"v2","k3":"v3]"}>
>       at 
> org.apache.sqoop.util.TestSqoopJsonUtil.testGetJsonStringFromMap(TestSqoopJsonUtil.java:31)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to