This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Update dynamic network test with more nodes #904
Merged
pgarg66
merged 1 commit into
solana-labs:master
from
pgarg66:ignore-multinode-basic-test
Aug 8, 2018
Merged
Update dynamic network test with more nodes #904
pgarg66
merged 1 commit into
solana-labs:master
from
pgarg66:ignore-multinode-basic-test
Aug 8, 2018
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
Contributor
pgarg66
commented
Aug 8, 2018
- Check for correct OS params in test-large-network.sh
- Check for correct OS params in test-large-network.sh
mvines
reviewed
Aug 8, 2018
@@ -434,7 +434,7 @@ fn test_multi_node_dynamic_network() { | |||
Ok(val) => val | |||
.parse() | |||
.expect(&format!("env var {} is not parse-able as usize", key)), | |||
Err(_) => 60, | |||
Err(_) => 200, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\o/
mvines
approved these changes
Aug 8, 2018
vkomenda
pushed a commit
to vkomenda/solana
that referenced
this pull request
Aug 29, 2021
jeffwashington
pushed a commit
to jeffwashington/solana
that referenced
this pull request
Apr 22, 2024
…solana-labs#904) * quic: don't call connection.set_max_concurrent_uni_streams if we're going to drop a connection Avoids taking a mutex and waking a task. * quic: don't increase the receive window before we've actually accepted a connection
yihau
pushed a commit
that referenced
this pull request
Apr 26, 2024
…_window (backport of #904) (#968) quic: delay calling set_max_concurrent_uni_streams/set_receive_window (#904) * quic: don't call connection.set_max_concurrent_uni_streams if we're going to drop a connection Avoids taking a mutex and waking a task. * quic: don't increase the receive window before we've actually accepted a connection (cherry picked from commit 2770424) Co-authored-by: Alessandro Decina <alessandro.d@gmail.com>
bw-solana
pushed a commit
to bw-solana/solana
that referenced
this pull request
May 1, 2024
…_window (backport of solana-labs#904) (solana-labs#968) quic: delay calling set_max_concurrent_uni_streams/set_receive_window (solana-labs#904) * quic: don't call connection.set_max_concurrent_uni_streams if we're going to drop a connection Avoids taking a mutex and waking a task. * quic: don't increase the receive window before we've actually accepted a connection (cherry picked from commit 2770424) Co-authored-by: Alessandro Decina <alessandro.d@gmail.com>
yihau
pushed a commit
that referenced
this pull request
May 7, 2024
…_window (backport of #904) (#967) * quic: delay calling set_max_concurrent_uni_streams/set_receive_window (#904) * quic: don't call connection.set_max_concurrent_uni_streams if we're going to drop a connection Avoids taking a mutex and waking a task. * quic: don't increase the receive window before we've actually accepted a connection (cherry picked from commit 2770424) # Conflicts: # streamer/src/nonblocking/quic.rs * Fix merge conflicts --------- Co-authored-by: Alessandro Decina <alessandro.d@gmail.com>
andreisilviudragnea
pushed a commit
to andreisilviudragnea/solana
that referenced
this pull request
May 12, 2024
…_window (backport of solana-labs#904) (solana-labs#967) * quic: delay calling set_max_concurrent_uni_streams/set_receive_window (solana-labs#904) * quic: don't call connection.set_max_concurrent_uni_streams if we're going to drop a connection Avoids taking a mutex and waking a task. * quic: don't increase the receive window before we've actually accepted a connection (cherry picked from commit 2770424) # Conflicts: # streamer/src/nonblocking/quic.rs * Fix merge conflicts --------- Co-authored-by: Alessandro Decina <alessandro.d@gmail.com>
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.