Skip to content

Commit

Permalink
Fix flaky test test_banking_stage_entries_only_central_scheduler (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge authored and pgarg66 committed Jul 11, 2024
1 parent 0f619e9 commit 4c4c071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/banking_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ mod tests {
replay_vote_sender,
None,
Arc::new(ConnectionCache::new("connection_cache_test")),
bank_forks,
bank_forks.clone(), // keep a local-copy of bank-forks so worker threads do not lose weak access to bank-forks
&Arc::new(PrioritizationFeeCache::new(0u64)),
);

Expand Down

0 comments on commit 4c4c071

Please sign in to comment.