[jdk8u-dev] RFR: 8237834: com/sun/jndi/ldap/LdapDnsProviderTest.java failing with LDAP response read timeout [v2]
Takuya Kiriyama
tkiriyama at openjdk.org
Thu Feb 19 02:04:23 UTC 2026
On Wed, 18 Feb 2026 15:22:06 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>> Takuya Kiriyama has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update jdk/test/com/sun/jndi/ldap/LdapDnsProviderTest.java
>>
>> Co-authored-by: Severin Gehwolf <jerboaa at gmail.com>
>
> jdk/test/com/sun/jndi/ldap/LdapDnsProviderTest.java line 258:
>
>> 256:
>> 257: System.err.printf("Iteration %d: Testing: url='%s', expected content='%s'%n",
>> 258: attempt, url, expected);
>
> Suggestion:
>
> System.err.printf("Iteration %d: Testing: %s, %s%n", attempt, url, expected);
Hi, @jerboaa,
Thank you, you're right. It was simply my mistake.
-------------
PR Review Comment: https://git.openjdk.org/jdk8u-dev/pull/756#discussion_r2825294903
More information about the jdk8u-dev
mailing list