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

Fix test_bench_tps_local_cluster_solana #27448

Merged
merged 5 commits into from
Aug 30, 2022
Merged

Fix test_bench_tps_local_cluster_solana #27448

merged 5 commits into from
Aug 30, 2022

Conversation

willhickey
Copy link
Contributor

@willhickey willhickey commented Aug 29, 2022

Problem

Enabling quic by default broke multiple tests. See issues #27160 and #27165

Summary of Changes

Bind to 127.0.0.1 instead of 0.0.0.0

CriesofCarrots
CriesofCarrots previously approved these changes Aug 29, 2022
Copy link
Contributor

@CriesofCarrots CriesofCarrots left a comment

Choose a reason for hiding this comment

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

Ah, that makes sense. Might fix some of the other tests we had to ignore as well...
@pgarg66 , can you think of any reason not to make this change?

@pgarg66
Copy link
Contributor

pgarg66 commented Aug 29, 2022

The change makes sense. It's similar to the fix for local-cluster tests (1aa8e06).
This function is being used in various tests. So as long as all the tests pass, we should be good.

@mergify mergify bot dismissed CriesofCarrots’s stale review August 29, 2022 17:15

Pull request has been modified.

@willhickey
Copy link
Contributor Author

This change fixes six of the broken tests. I have updated the issues

@willhickey willhickey merged commit 4aa2a42 into solana-labs:master Aug 30, 2022
mergify bot pushed a commit that referenced this pull request Aug 30, 2022
* Fix test_bench_tps_local_cluster_solana
* Remove #[ignore] annotations from dos tests (which are also fixed by this change)
* Remove #[ignore] annotations from local cluster tests (which are also fixed by this change)

(cherry picked from commit 4aa2a42)
mergify bot added a commit that referenced this pull request Aug 30, 2022
Fix test_bench_tps_local_cluster_solana (#27448)

* Fix test_bench_tps_local_cluster_solana
* Remove #[ignore] annotations from dos tests (which are also fixed by this change)
* Remove #[ignore] annotations from local cluster tests (which are also fixed by this change)

(cherry picked from commit 4aa2a42)

Co-authored-by: Will Hickey <will.hickey@solana.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.

3 participants