Opened at 2021-11-03T20:01:57Z
Closed at 2021-11-05T15:13:28Z
#3838 closed defect (fixed)
Many tests still invoke the logic to automatically assign a port number to the main tub
Reported by: | exarkun | Owned by: | exarkun |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
The default behavior for starting a client without [node]tub.port configured is to try to automatically allocate a tcp port.
This logic is failure prone because it's not actually possible to reliably allocate a tcp port that will be unused at some future point.
Many tests still trigger this behavior by creating nodes without this configuration item. As a result, test suite runs often include a spurious failure.
Change History (1)
comment:1 Changed at 2021-11-05T15:13:28Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 07ffde3/trunk: