You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/09/25 08:41:05 UTC

[GitHub] [commons-collections] Partha-SUST16 commented on pull request #341: Fix flaky test occurred in 'CollectionBagTest.testCollectionToArray2'

Partha-SUST16 commented on PR #341:
URL: https://github.com/apache/commons-collections/pull/341#issuecomment-1257148269

   I have found some more flaky tests for `HashBagTest.testCollectionToArray2`, `PredicatedBagTest.testCollectionToArray2`, 
   `SynchronizedBagTest.testCollectionToArray2`, `TransformedBagTest.testCollectionToArray2`, `UnmodifiableBagTest.testCollectionToArray2`. All of this is caused for the same reason (using `HashBag`) internally. 
   & their fix is also same. 
   Should I make individual pr for all of them or include here ?


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org