On Wed, 8 Jul 2026 18:11:12 GMT, Artur Barashev <[email protected]> wrote:
>> Sometimes OS assigns the same server port to 2 test runs out of 3, thus >> causing TLS session resumption (so no certificate is being sent by the >> server). Disable NewSessionTicket being sent by the server to remove any >> chance of such condition and avoid the test flakiness. >> >> >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Artur Barashev has updated the pull request incrementally with one additional > commit since the last revision: > > Bug ids refer to product bugs for which a fix is verified by this test LGTM. Simple, targeted fix — disabling session tickets prevents spurious session resumption from skipping the certificate exchange, which the test depends on. ------------- Marked as reviewed by [email protected] (no known OpenJDK username). PR Review: https://git.openjdk.org/jdk/pull/31811#pullrequestreview-4662683493
