[openssl/openssl] bee8bc: Fix intermittent failure in check_pc_flood radix test
"'Matt Caswell' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-3.5/[email protected]> |
Branch: refs/heads/openssl-3.5
Home: https://github.com/openssl/openssl
Commit: bee8bc90050fcd3e0d2029a069a12e0d69a8ad5f
https://github.com/openssl/openssl/commit/bee8bc90050fcd3e0d2029a069a12e0d69a8ad5f
Author: Matt Caswell <[email protected]>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M test/radix/quic_tests.c
Log Message:
-----------
Fix intermittent failure in check_pc_flood radix test
check_flood_stats read the path challenge/response counters immediately
after the client's write returned, but the flood is delivered over a
real socket and processed by the connection's assist thread
asynchronously. Spin until the counters reach their expected values,
the same way check_rejected already does, instead of failing on the
first observation.
Observed failure:
https://github.com/openssl/openssl/actions/runs/27669771673/job/81831310551?pr=31538
Assisted-by: Claude:claude-sonnet-4-6
Reviewed-by: Nikola Pajkovsky <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
MergeDate: Thu Jun 18 13:07:27 2026
(Merged from https://github.com/openssl/openssl/pull/31561)
(cherry picked from commit 75f59968b838dabc3ff441ae2841c10e0df64b2b)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/openssl-3.5/316bb2-bee8bc%40github.com.