[Lldb-commits] [PATCH] Fix test failure for test/functionalities/connect_remote/TestConnectRemote.py when port 12345 is already in use

Kuba Brecka kuba.brecka at gmail.com
Fri Sep 5 16:36:51 PDT 2014


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.

http://reviews.llvm.org/D5221

Files:
  test/functionalities/connect_remote/EchoServer.py
  test/functionalities/connect_remote/TestConnectRemote.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5221.13352.patch
Type: text/x-patch
Size: 2127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140905/4940b351/attachment.bin>


More information about the lldb-commits mailing list