RFR: 8278961: Enable debug logging in java/net/DatagramSocket/SendDatagramToBadAddress.java

Jaikiran Pai jpai at openjdk.java.net
Wed Jan 12 13:39:23 UTC 2022


On Mon, 20 Dec 2021 17:36:50 GMT, Mark Sheppard <msheppar at openjdk.org> wrote:

>> Right. Looks like `OSsupportsFeature` was used to filter out systems that don't send "port unreachable"; we could probably use it here if the failure turns out to be OS-specific.
>> 
>> Additional logs look fine.
>
> as I indicated below, we have tracked and investigated this issue and it is not purely a macosx-aarch64 issue. It may also be a  test env issue. As such using the OS filtering in the test, which is designed to primarily exclued AIX, wouldn't be the appropraite approach. If we wish to exclude the test on macosx-aarch64, then use of Problemlist is more appropriate.

Hello Mark,

I just noticed this comment. My understanding of the comment is that you don't expect any other changes to this test other than what has already been done in this PR to enable the debug logs? Is that correct?

-------------

PR: https://git.openjdk.java.net/jdk/pull/6883


More information about the net-dev mailing list