tests/integration: fix the address in use error
We see this happening a lot in the CI check.
failed to listen on 0.0.0.0:36893: listen tcp 0.0.0.0:36893: bind: address already in use
Port check and enhancement to the test was added recently in this PR. Issue is quite old, so it would be good to check the state of how addresses are being used.
Hey @salmad3 it is not clear where the error reported by @ilgooz is originated from. The description says
in the CI check
but it does not provide any indications in which CI jobs. Furthermore the message is quite outdated. Also the https://github.com/ignite/cli/pull/3621 does not provide any indications on that specific error and its reproducibility.
I would need more elements to drag the issue. If the error does not happen anymore then we can conclude that it has been fixed and close the issue.
In the case that this issue relates only to
It would still be good to check the state of how addresses are being used.
I would need to ask which part exactly of the integration tests relate to. Which is the component that open a TCP connection?
I fixed with new pkg to check open ports