Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Update dynamic network test with more nodes #904

Merged
merged 1 commit into from
Aug 8, 2018

Conversation

pgarg66
Copy link
Contributor

@pgarg66 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
@pgarg66 pgarg66 requested a review from mvines August 8, 2018 03:42
@pgarg66
Copy link
Contributor Author

pgarg66 commented Aug 8, 2018

#570

@@ -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,
Copy link
Contributor

Choose a reason for hiding this comment

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

\o/

@pgarg66 pgarg66 merged commit 75854cc into solana-labs:master Aug 8, 2018
@pgarg66 pgarg66 deleted the ignore-multinode-basic-test branch August 8, 2018 13:53
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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants