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

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

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


   Travis CI failure not related. And it happened on JVM 11 only:
   
   ```
   [ERROR] Tests run: 45, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.041 s <<< FAILURE! - in 
org.apache.commons.collections4.properties.EmptyPropertiesTest
   
   [ERROR] testSave  Time elapsed: 0.016 s  <<< FAILURE!
   
   org.junit.internal.ArrayComparisonFailure: arrays first differed at element 
[33]; expected:<52> but was:<51>
   
        at 
org.apache.commons.collections4.properties.EmptyPropertiesTest.testSave(EmptyPropertiesTest.java:262)
   
   Caused by: java.lang.AssertionError: expected:<52> but was:<51>
   
        at 
org.apache.commons.collections4.properties.EmptyPropertiesTest.testSave(EmptyPropertiesTest.java:262)
   ```
   
   JVM 11 test on GH action passed. Might be another flaky test.


----------------------------------------------------------------
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: 509407)
    Time Spent: 0.5h  (was: 20m)

> 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
>            Assignee: Bruno P. Kinoshita
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.5
>
>          Time Spent: 0.5h
>  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