quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

Intermittent test failure on SSLCertificateTest.shouldFailWhenUsingEmptyServerKeyStore

Open chrjohn opened this issue 1 week ago β€’ 3 comments

Sometimes it fails with SSLCertificateTest.shouldFailWhenUsingEmptyServerKeyStore:808 No SSL exception thrown, it seems especially on macos.

chrjohn avatar Dec 13 '25 19:12 chrjohn

@jetbrains-junie could you please check why this test is flaky?

chrjohn avatar Dec 13 '25 19:12 chrjohn

Hey, it’s Junie by JetBrains! I started processing your request πŸš€

jetbrains-junie[bot] avatar Dec 13 '25 19:12 jetbrains-junie[bot]

βœ… The execution was successful

fix(test): increase SSL exception timeout to fix flaky test

The SSLCertificateTest's SSL exception wait timeout was increased from 5 to 15 seconds. This change addressed the intermittent failure on macOS by allowing more time for the expected exception to appear. The fix stabilizes the test without impacting production code.

More information:

jetbrains-junie[bot] avatar Dec 13 '25 19:12 jetbrains-junie[bot]