e7091c04d7
Motivation: The Channel Pool tests commonly use the same fixed local address String. This has been observed to result in test failures if a single test fails and cleanup is not done properly, or if tests are run in parallel. Also each test should close any channel pool objects or maps to make sure resources are reclaimed. Modifications: - Use a random string for the address on each test to reduce the chance of collision. - close all ChannelPool and ChannelPoolMap objects at the end of each test Result: Less likely to observe spurious failures due to LocalAddress collisions and more complete test cleanup. |
||
---|---|---|
.. | ||
src | ||
pom.xml |