-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpctest: ensure rpclisten is set to an available port #1806
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that we can skip these changes and just set ListenAddressGenerator
as done in lnd?
Disagree, that's a bandaid for this upstream issue. I don't mind having that fix as well, but |
3def063
to
c50461b
Compare
Totally! Worth fixing here so that we don't need the workaround, but in the meantime this doesn't need to block downstream. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Pull Request Test Coverage Report for Build 1820138601
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
Replaces the implementation of
generateListeningAddresses
to useNextAvailablePort
from lntest. Would have imported directly, however this creates a circular dependency.