Closed horw closed 10 months ago
One of the solutions I think we can use is port 0. There are a few ways to implement this:
-qmp tcp:127.0.0.1:0,server,wait=off
. However, to obtain this port, we need to install an additional package, such as psutil.So I chose the first solution, as I don't believe there is a very high probability of a port allocation error.
Thank you. LGTM. Let's fix the ci problems first.
Thank you. LGTM. Let's fix the ci problems first.
I have taken a look at this problem:
Thank you!
While running the test, we encountered a conflict with port allocation. The current PR is an attempt to resolve this issue.