chirc icon indicating copy to clipboard operation
chirc copied to clipboard

Improve port selection algorithm

Open borjasotomayor opened this issue 12 years ago • 0 comments

When randomizing the ports in the tests, a random port is chosen. If that doesn't work, the tests try two more times (with two other random ports). It's unlikely that the tests will choose three busy ports in a row, but it's not beyond the realm of possibility. The tests should explicitly check whether a port is available before choosing it.

borjasotomayor avatar Apr 21 '13 21:04 borjasotomayor