Closed arnaudgeiser closed 1 year ago
Yes, definitely, it will work for the server. But we need to be aware of the port used so it can be exercised by the client on the tests. Do you have a proposition here?
The object returned from start-server
implements the AlephServer protocol, which has a method port
, which returns the port number.
The object returned from start-server implements the AlephServer protocol, which has a method port, which returns the port number.
Right, great for TCP servers! Since those were the only ones concerned with instability, I decided to fix only them.
Description
This ensures port are randomized for udp and tcp servers. It helps to stabilize the tests when some servers take a little bit of time to be shutdown.