Skip to content

Conversation

@gammazero
Copy link
Contributor

Connecting nodes in parallel can cause TLS handshake failures. For each node, connect to the other nodes serially. It is not necessary to connect in parallel as it does not save any significant time.

Closes #10932

Connecting nodes in parallel can cause TLS handshake failures. For each node, connect to the other nodes serially. It is not necessary to connect in parallel as it does not save any significant time.

Closes #10932
@gammazero gammazero requested a review from a team as a code owner August 22, 2025 20:30
@gammazero gammazero added the skip/changelog This change does NOT require a changelog entry label Aug 22, 2025
@gammazero gammazero mentioned this pull request Aug 22, 2025
3 tasks
@gammazero gammazero changed the title fix; harness tests random panic fix: harness tests random panic Aug 22, 2025
@gammazero
Copy link
Contributor Author

@guillaumemichel Please try this on your system to confirm fix.

Copy link
Contributor

@guillaumemichel guillaumemichel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works perfectly, thanks a lot @gammazero!

Co-authored-by: Guillaume Michel <guillaumemichel@users.noreply.github.com>
@gammazero gammazero merged commit ae068a8 into master Aug 22, 2025
15 checks passed
@gammazero gammazero deleted the fix-test-panic branch August 22, 2025 20:57
lidel added a commit that referenced this pull request Aug 23, 2025
use serial Connect() implementation from PR #10933 to avoid TLS handshake issues
lidel added a commit that referenced this pull request Aug 23, 2025
use serial Connect() implementation from PR #10933 to avoid TLS handshake issues
lidel pushed a commit that referenced this pull request Aug 27, 2025
* fix: harness tests random panic

Connecting nodes in parallel can cause TLS handshake failures. For each node, connect to the other nodes serially. It is not necessary to connect in parallel as it does not save any significant time.

Closes #10932

(cherry picked from commit ae068a8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip/changelog This change does NOT require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Harness tests random panic

3 participants