This is an archive of the discontinued LLVM Phabricator instance.

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

Reviewers
tfiala
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 Timeline

kubamracek updated this revision to Diff 13352.Sep 5 2014, 4:36 PM
kubamracek 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.
kubamracek edited the test plan for this revision. (Show Details)
kubamracek added a subscriber: Unknown Object (MLST).
tfiala accepted this revision.Sep 8 2014, 8:41 AM
tfiala added a reviewer: tfiala.
tfiala added a subscriber: tfiala.

LGTM.

This revision is now accepted and ready to land.Sep 8 2014, 8:41 AM
kubamracek closed this revision.Sep 8 2014, 10:16 AM

Landed in r217388.