bneradt opened a new pull request, #10103:
URL: https://github.com/apache/trafficserver/pull/10103

   This updates the get_port logic to pre-filter possible ports via psutil. 
This should work quite effectively on Linux systems which can gather all 
listening ports on the system via that module. On Mac, psutil is limited to the 
user's processes, but it should still help there. Note that the previous logic 
is kept, it's just that whatever ports are listening via psutil are not 
considered available before using that logic.
   
   I'm hopeful this will make some of the autests in CI more reliable.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to