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

Commit

Permalink
patches flaky test_retransmit_latest_unpropagated_leader_slot (#30686)
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadnouri authored Mar 12, 2023
1 parent 3a97986 commit c4b2639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/replay_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6834,6 +6834,7 @@ pub(crate) mod tests {
bank1.freeze();
bank_forks.write().unwrap().insert(bank1);

progress.get_retransmit_info_mut(0).unwrap().retry_time = Instant::now();
ReplayStage::retransmit_latest_unpropagated_leader_slot(
&poh_recorder,
&retransmit_slots_sender,
Expand Down

0 comments on commit c4b2639

Please sign in to comment.