 Arvid NorbergandGitHub
|
6259643c36
|
make listen port colissions in CI less likely (#11164)
|
2022-04-13 14:47:14 -07:00 |
|
 Arvid NorbergandGitHub
|
7bab39161f
|
more entropy in random listen ports (#10743)
|
2022-03-16 12:03:56 -07:00 |
|
 Arvid NorbergandGitHub
|
5b0fb70d97
|
a problem with using random.randint() to pick a port is that all processes (running in parallel) are seeded the same, and so pick the same ports at the same time, causing conflicts. This uses proper entropy instead. (#10621)
|
2022-03-10 11:08:30 -08:00 |
|
 Kyle AltendorfandGitHub
|
a0897d8d31
|
context manager for socket in find_available_listen_port(), catch OSError (#10567)
|
2022-03-09 03:40:52 -08:00 |
|
 Arvid NorbergandGitHub
|
018b67f0ad
|
improve the picking of free ports for tests (#10491)
|
2022-03-02 20:47:50 -08:00 |
|
 Arvid NorbergandGitHub
|
97ef7b275a
|
use free listen ports when running tests (#10307)
|
2022-02-22 16:22:11 -08:00 |
|