[
https://issues.apache.org/jira/browse/SSHD-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Goldstein Lyor resolved SSHD-467.
---------------------------------
Resolution: Fixed
Detected (and fixed) a bug in _ChannelOutputStream#close()_ not being idempotent
> Close test resources as soon as possible using try-finally and
> try-with-resource
> --------------------------------------------------------------------------------
>
> Key: SSHD-467
> URL: https://issues.apache.org/jira/browse/SSHD-467
> Project: MINA SSHD
> Issue Type: Improvement
> Affects Versions: 1.0.0
> Reporter: Goldstein Lyor
> Assignee: Goldstein Lyor
> Fix For: 1.0.0
>
>
> Go over the code in the unit tests and try to close resources (files,
> sockets, channels) as soon as they are not needed - do not rely only on
> _setUp/tearDown_. This makes the tests more robust.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)