RFR: 8274453: (sctp) com/sun/nio/sctp/SctpChannel/CloseDescriptors.java test should be resilient to lsof warnings
Aleksey Shipilev
shade at openjdk.java.net
Wed Sep 29 15:26:30 UTC 2021
On Tue, 28 Sep 2021 15:54:09 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Recently added test fails on my desktop in the course of newly added `tier4` runs. The reason is simple: the test verifies that lsof outputs no more than LIMIT_LINES (2) lines. And on my machine, lsof prints some warnings that blow that limit. In the patch, lsof -w is used to suppress the warnings.
>
> Additional testing:
> - [x] Affected test now passes
All right, I am integrating soon then.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5739
More information about the net-dev
mailing list