On Tue, 28 Sep 2021 15:54:09 GMT, Aleksey Shipilev <sh...@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 <sh...@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

Reply via email to