RFR: 8339787: Add some additional diagnostic output to java/net/ipv6tests/UdpTest.java [v2]
serhiysachkov
duke at openjdk.org
Wed Sep 18 15:57:21 UTC 2024
On Wed, 18 Sep 2024 15:49:50 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> serhiysachkov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8339787: align output to use single =
>
> test/jdk/java/net/ipv6tests/Tests.java line 127:
>
>> 125: dprintln ("dest2 = " + dest2);
>> 126: dprintln ("sender endpoint == " + s1.getLocalSocketAddress());
>> 127: dprintln ("echo endpoint == " + s2.getLocalSocketAddress());
>
> Nit: Any reason to have a single " = " line 125 and two " == " on these two lines?
not really, changes to single = as in the rest of outputs
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21066#discussion_r1765324125
More information about the net-dev
mailing list