Branch: refs/heads/openssl-3.0 Home: https://github.com/openssl/openssl Commit: 87e08b7526c8af86675aa34f783501d09911c16b https://github.com/openssl/openssl/commit/87e08b7526c8af86675aa34f783501d09911c16b Author: Matt Caswell <m...@openssl.org> Date: 2024-05-07 (Tue, 07 May 2024)
Changed paths: M test/sslapitest.c Log Message: ----------- Fix intermittent sslapitest early data related failures Early data is time sensitive. We have an approx 8 second allowance between writing the early data and reading it. If we exceed that time tests will fail. This can sometimes (rarely) occur in normal CI operation. We can try and detect this and just ignore the result of such test failures if the test has taken too long. We assume anything over 7 seconds is too long. This is a partial fix for #22605 Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24320) (cherry picked from commit ee2b7d5264d9e5498393744e9355dc8b735ab237) To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications