mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Upgrade test listens on a fixed port, which may fail with 'bind address already in use' if the port was just used to send tcp sockets. The commit makes it listen on a random available port to avoid this.