LI123456mo opened a new pull request, #16024: URL: https://github.com/apache/dubbo/pull/16024
This PR adds unit test coverage for the ConcurrentHashSet utility class. Changes: Added ConcurrentHashSetTest.java with tests for add(), remove(), contains(), size(), and iterator(). Verified that the set correctly handles duplicate elements. Note to Maintainer: This is a clean PR based on a fresh checkout of the 3.3 branch. The previous PR (#16013) was closed due to branch pollution; this version contains only the changes related to ConcurrentHashSet. All tests passed locally using mvn clean test -Dtest=ConcurrentHashSetTest -pl dubbo-common. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
