You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Brian Foster (JIRA)" <ji...@apache.org> on 2010/12/21 01:38:00 UTC

[jira] Updated: (OODT-98) Resource Manager TestXmlQueueRepository test fails on some computers because .keySet() order is undefined

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

Brian Foster updated OODT-98:
-----------------------------

    Attachment: OODT-98.2010-12-20.patch.txt


- attached patch

> Resource Manager TestXmlQueueRepository test fails on some computers because <hashmap>.keySet() order is undefined
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OODT-98
>                 URL: https://issues.apache.org/jira/browse/OODT-98
>             Project: OODT
>          Issue Type: Bug
>          Components: resource manager
>    Affects Versions: 0.1-incubating
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: OODT-98.2010-12-20.patch.txt
>
>
> In TestXmlQueueRepository's testMapping(), the following line:
> {noformat}
> assertEquals(this.queueManager.getQueues("localhost"), Arrays.asList("quick", "high", "long"));
> {noformat}
> should be:
> {noformat}
> assertTrue(this.queueManager.getQueues("localhost").containsAll(Arrays.asList("quick", "high", "long")));
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.