You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See brooklyn.event.basic.PortAttributeSensorAndConfigKeyTest. testStoppingEntityReleasesPortFromMachineForReuse(), which sneaked in at the end of PR #1427.
This fails because when the entity using the port is stopped+unmangaed, nothing calls PortSupplier.releasePort(int) - i.e. nothing calls LocalhostMachine.releasePort(int).
This is very minor.
It does work if it was a LocalhostMachineProvisioningLocation, and the machine is released (which is the much more common use-case).
The text was updated successfully, but these errors were encountered:
See
brooklyn.event.basic.PortAttributeSensorAndConfigKeyTest. testStoppingEntityReleasesPortFromMachineForReuse()
, which sneaked in at the end of PR #1427.This fails because when the entity using the port is stopped+unmangaed, nothing calls
PortSupplier.releasePort(int)
- i.e. nothing callsLocalhostMachine.releasePort(int)
.This is very minor.
It does work if it was a LocalhostMachineProvisioningLocation, and the machine is released (which is the much more common use-case).
The text was updated successfully, but these errors were encountered: