decred / dcrlnd

Decred Lightning Network Daemon ⚡️
MIT License
36 stars 24 forks source link

lntest: Use TCP ports not based in nodeID #62

Closed matheusd closed 4 years ago

matheusd commented 4 years ago

This changes TCP port selection in integration tests from being sequential, based on the node ID to being sequential but tested before assigment.

This should reduce the number of flaky tests that fail due to the port already being used by another process in the CI server.