Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix merge issues: Arc::clone and ConnectionCache construction #31825

Merged
merged 1 commit into from
May 25, 2023

Conversation

apfitzge
Copy link
Contributor

Problem

#30970 broke builds due to changes from #31803 and #31717

Summary of Changes

Fixes #

Copy link
Contributor

@HaoranYi HaoranYi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@HaoranYi HaoranYi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@apfitzge apfitzge merged commit 5fde26f into solana-labs:master May 25, 2023
@apfitzge apfitzge deleted the fix/30970_merge_issues branch May 25, 2023 18:30
@@ -157,7 +158,7 @@ mod tests {
poh_recorder,
bank_forks,
cluster_info,
Arc::default(),
Arc::new(ConnectionCache::new("test")),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have been connection_cache_test as in other cases in #31803

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants