quickfixj
quickfixj copied to clipboard
Intermittent test failure on SSLCertificateTest.shouldFailWhenUsingEmptyServerKeyStore
Sometimes it fails with SSLCertificateTest.shouldFailWhenUsingEmptyServerKeyStore:808 No SSL exception thrown, it seems especially on macos.
@jetbrains-junie could you please check why this test is flaky?
Hey, itβs Junie by JetBrains! I started processing your request π
β 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: