mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
* TESTS: Stabilize Renegotiation Test * The second `startHandshake` is not synchronous and a read of only 50ms may fail to trigger it entirely (the failure can be reproduced reliably by setting the socket timeout to `1`) => fixed by retrying the read until the handshake finishes (a longer timeout would've worked too, but retrying seemed more stable) * Closes #33772