-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
In several recent travis CI test failures test 1455 has been the culprit.
This test is rather naively using a fixed local port number for a transport. A fixed port number has a fairly high risk of being in use already and then fail the test. An improvement would be to write the test to allow for any port to be used!
Reactions are currently unavailable