This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Fix local-cluster for QUIC more #27096
Merged
pgarg66
merged 1 commit into
solana-labs:master
from
CriesofCarrots:fix-local-cluster-more
Aug 12, 2022
Merged
Fix local-cluster for QUIC more #27096
pgarg66
merged 1 commit into
solana-labs:master
from
CriesofCarrots:fix-local-cluster-more
Aug 12, 2022
Conversation
This file contains 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
CriesofCarrots
force-pushed
the
fix-local-cluster-more
branch
from
August 12, 2022 06:00
cc6aebe
to
e01995b
Compare
pgarg66
approved these changes
Aug 12, 2022
mergify bot
pushed a commit
that referenced
this pull request
Aug 12, 2022
(cherry picked from commit 1aa8e06)
steviez
pushed a commit
that referenced
this pull request
Aug 12, 2022
(cherry picked from commit 1aa8e06)
This was referenced Aug 15, 2022
pgarg66
pushed a commit
that referenced
this pull request
Aug 15, 2022
(cherry picked from commit 1aa8e06)
CriesofCarrots
pushed a commit
that referenced
this pull request
Aug 16, 2022
(cherry picked from commit 1aa8e06)
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
…labs#27103) Fix local-cluster for QUIC more (solana-labs#27096) (cherry picked from commit 1aa8e06) Co-authored-by: Tyera Eulberg <tyera@solana.com>
lijunwangs
pushed a commit
to lijunwangs/solana
that referenced
this pull request
Sep 13, 2022
…labs#27103) Fix local-cluster for QUIC more (solana-labs#27096) (cherry picked from commit 1aa8e06) Co-authored-by: Tyera Eulberg <tyera@solana.com>
lijunwangs
pushed a commit
to lijunwangs/solana
that referenced
this pull request
Sep 13, 2022
…labs#27103) Fix local-cluster for QUIC more (solana-labs#27096) (cherry picked from commit 1aa8e06) Co-authored-by: Tyera Eulberg <tyera@solana.com>
lijunwangs
pushed a commit
that referenced
this pull request
Sep 14, 2022
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
Some local cluster tests are still failing when QUIC is enabled.
Summary of Changes
Following #27071, changes server addresses to 127.0.0.1
I don't think this fixes all the problems, but it allows some tests that were failing in current iteration of #26927 to succeed (eg.
test_spend_and_verify_all_nodes_2
,test_spend_and_verify_all_nodes_3
) cc @willhickey