replicate icon indicating copy to clipboard operation
replicate copied to clipboard

Conflict in random ports assigned in tests

Open unmeshjoshi opened this issue 2 years ago • 0 comments

The tests are run by assigning random ports in method TestUtils.getRandomPort. It looks like the ports conflict once in a while. Kafka had similar issue https://issues.apache.org/jira/browse/KAFKA-1501 and they discourage use of this method for assigning random ports in tests.

unmeshjoshi avatar Oct 26 '22 01:10 unmeshjoshi