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/21 06:26:44 UTC

[GitHub] [commons-collections] Partha-SUST16 commented on pull request #336: Fix flaky test failure in SynchronizedBagTest#testCollectionToArray2

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

   Thanks @aherbert  for your response. I agree that my fix before indeed may hide implementation errors. I have just tried another fix. Namely, changing the use of HashMap to a LinkedHashMap inside HashBag, which addresses the non-determinism in the iteration order and should not introduce implementation errors. If I am mistaken or if you prefer a different fix, please do let me know


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