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

Fix local cluster tests broken by quic client and remove #[ignore] annotations #27165

Closed
willhickey opened this issue Aug 15, 2022 · 0 comments
Closed
Assignees
Labels
stale [bot only] Added to stale content; results in auto-close after a week. validator Issues that relate to the validator

Comments

@willhickey
Copy link
Contributor

willhickey commented Aug 15, 2022

Problem

These local cluster tests are failing as a result of setting DEFAULT_TPU_USE_QUIC = true which enables quic client (see PR #26927).

Notes

Similar failures in other tests caused by port mismatches between client and server (PR #27046) and address mismatches (0.0.0.0 vs 127.0.0.1) ( PR #27071 and #27096)

cargo test --package solana-local-cluster --test local_cluster --all-features -- test_local_cluster_signature_subscribe --exact --nocapture --include-ignored
Panics with assertion failed: got_received_notification

cargo test --package solana-local-cluster --test local_cluster --all-features -- test_forwarding --exact --nocapture --include-ignored
Seems to hang.

cargo test --package solana-local-cluster --test local_cluster --all-features -- test_snapshot_restart_tower --exact --nocapture --include-ignored
Seems to hang

cargo test --package solana-local-cluster --test local_cluster --all-features -- test_votes_land_in_fork_during_long_partition --exact --nocapture --include-ignored
Seems to hang

cargo test --package solana-local-cluster --test local_cluster_slow_1 --all-features -- test_fork_choice_refresh_old_votes --exact --nocapture --include-ignored
Seems to hang.

cargo test --package solana-local-cluster --test local_cluster_slow_1 --all-features -- test_switch_threshold_uses_gossip_votes --exact --nocapture --include-ignored
Seems to hang.

cargo test --package solana-local-cluster --test local_cluster_slow_2 --all-features -- test_ledger_cleanup_service --exact --nocapture --include-ignored
Seems to hang.

@sakridge sakridge added the validator Issues that relate to the validator label Oct 21, 2022
@ilya-bobyr ilya-bobyr self-assigned this Dec 12, 2022
@github-actions github-actions bot added the stale [bot only] Added to stale content; results in auto-close after a week. label Dec 13, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
stale [bot only] Added to stale content; results in auto-close after a week. validator Issues that relate to the validator
Projects
None yet
Development

No branches or pull requests

3 participants