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

Commit

Permalink
pr feedback: add comment linking pr
Browse files Browse the repository at this point in the history
  • Loading branch information
AshwinSekar committed Dec 14, 2023
1 parent 8998ef1 commit 67272d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions local-cluster/tests/local_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2593,6 +2593,9 @@ fn test_rpc_block_subscribe() {
let (mut block_subscribe_client, receiver) = PubsubClient::block_subscribe(
&format!(
"ws://{}",
// It is important that we subscribe to a non leader node as there
// is a race condition which can cause leader nodes to not send
// BlockUpdate notifications properly. See https://github.com/solana-labs/solana/pull/34421
&rpc_node_contact_info.rpc_pubsub().unwrap().to_string()
),
RpcBlockSubscribeFilter::All,
Expand Down

0 comments on commit 67272d0

Please sign in to comment.