This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Fix local cluster tests for QUIC usage#27071
Merged
CriesofCarrots merged 1 commit intosolana-labs:masterfrom Aug 11, 2022
Merged
Fix local cluster tests for QUIC usage#27071CriesofCarrots merged 1 commit intosolana-labs:masterfrom
CriesofCarrots merged 1 commit intosolana-labs:masterfrom
Conversation
CriesofCarrots
approved these changes
Aug 11, 2022
Contributor
CriesofCarrots
left a comment
There was a problem hiding this comment.
Make so much sense; thanks for tracking it down!
mergify Bot
pushed a commit
that referenced
this pull request
Aug 11, 2022
(cherry picked from commit ce23003)
This was referenced Aug 15, 2022
xiangzhu70
pushed a commit
to xiangzhu70/solana
that referenced
this pull request
Aug 17, 2022
lijunwangs
pushed a commit
to lijunwangs/solana
that referenced
this pull request
Sep 12, 2022
…olana-labs#27077) Fix local cluster tests for QUIC usage (solana-labs#27071) (cherry picked from commit ce23003) Co-authored-by: Pankaj Garg <pankaj@solana.com>
lijunwangs
pushed a commit
to lijunwangs/solana
that referenced
this pull request
Sep 13, 2022
…olana-labs#27077) Fix local cluster tests for QUIC usage (solana-labs#27071) (cherry picked from commit ce23003) Co-authored-by: Pankaj Garg <pankaj@solana.com>
lijunwangs
pushed a commit
to lijunwangs/solana
that referenced
this pull request
Sep 13, 2022
…olana-labs#27077) Fix local cluster tests for QUIC usage (solana-labs#27071) (cherry picked from commit ce23003) Co-authored-by: Pankaj Garg <pankaj@solana.com>
lijunwangs
pushed a commit
that referenced
this pull request
Sep 14, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The local cluster tests are failing when QUIC is enabled.
Summary of Changes
The IP address used for connection (0.0.0.0) didn't match what was used for creating the authentication certificate (127.0.0.1). Changing the server address to 127.0.0.1 fixes the issue.
Fixes #