You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Problem
These local cluster tests are failing as a result of setting
DEFAULT_TPU_USE_QUIC = true
which enables quic client (see PR #26927).local-cluster/tests/local-cluster.rs
test_forwarding- Fixed in PR Fix test_bench_tps_local_cluster_solana #27448test_snapshot_restart_tower- Fixed in PR Fix test_bench_tps_local_cluster_solana #27448local-cluster/tests/local_cluster_slow_1.rs
local-cluster/tests/local_cluster_slow_2.rs
test_ledger_cleanup_service- Fixed in PR Fix test_bench_tps_local_cluster_solana #27448Notes
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.
The text was updated successfully, but these errors were encountered: