[ 
https://issues.apache.org/jira/browse/COLLECTIONS-771?focusedWorklogId=509344&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-509344
 ]

ASF GitHub Bot logged work on COLLECTIONS-771:
----------------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Nov/20 20:19
            Start Date: 09/Nov/20 20:19
    Worklog Time Spent: 10m 
      Work Description: coveralls commented on pull request #194:
URL: 
https://github.com/apache/commons-collections/pull/194#issuecomment-724254966


   
   [![Coverage 
Status](https://coveralls.io/builds/34833486/badge)](https://coveralls.io/builds/34833486)
   
   Coverage remained the same at 90.127% when pulling 
**00a52e557b967078faf73850b257d09cfeaf90f2 on 
tongxin97:fix-AbstractMultiValuedMapTest** into 
**14ff6fae576085767045bff074c35f2b0220b317 on apache:master**.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 509344)
    Time Spent: 20m  (was: 10m)

> AbstractMultiValuedMapTest#testToString is flaky
> ------------------------------------------------
>
>                 Key: COLLECTIONS-771
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-771
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection
>    Affects Versions: 4.4
>            Reporter: XinT
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> AbstractMultiValuedMapTest#testToString is flaky because it assumes that a 
>  MultiValuedMap object's toString method returns the string representation in 
> a certain order. 
>   
>  More specifically, it assumes map.toString() equals to "\{A=[X, Y, Z], B=[U, 
> V, W]}" while it could also be "\{B=[U, V, W], A=[X, Y, Z]}". 
>  
> PR: https://github.com/apache/commons-collections/pull/194



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to