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]


Reply via email to