Integrated: 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 17:01:42 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
This pull request has now been integrated.
Changeset: b1b66965
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/b1b66965f1ec6eae547cc4f70f8271bd39ded6da
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8274453: (sctp) com/sun/nio/sctp/SctpChannel/CloseDescriptors.java test should be resilient to lsof warnings
Reviewed-by: dfuchs
-------------
PR: https://git.openjdk.java.net/jdk/pull/5739
More information about the net-dev
mailing list