Skip to content

Commit

Permalink
Fix flaky test test_banking_stage_entries_only_central_scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Jul 10, 2024
1 parent 92e1cfa commit 3efb4c3
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 3efb4c3

Please sign in to comment.