My machine has port 12345 taken and that "socket.error: [Errno 48] Address already in use" and the test failure has been bugging me for too long already. Let's get a random available port instead.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D5221
Fix test failure for test/functionalities/connect_remote/TestConnectRemote.py when port 12345 is already in use ClosedPublic Authored by kubamracek on Sep 5 2014, 4:36 PM.
Details
Summary My machine has port 12345 taken and that "socket.error: [Errno 48] Address already in use" and the test failure has been bugging me for too long already. Let's get a random available port instead.
Diff Detail Event Timelinekubamracek retitled this revision from to Fix test failure for test/functionalities/connect_remote/TestConnectRemote.py when port 12345 is already in use. kubamracek updated this object. This revision is now accepted and ready to land.Sep 8 2014, 8:41 AM
Revision Contents
Diff 13352 test/functionalities/connect_remote/EchoServer.py
test/functionalities/connect_remote/TestConnectRemote.py
|