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

snapshot test requires using snapshot archives at startup #33885

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

brooksprumo
Copy link
Contributor

@brooksprumo brooksprumo commented Oct 26, 2023

Problem

The local cluster test_incremental_snapshot_download_with_crossing_full_snapshot_interval_at_startup test fails when turning on fastboot by default (see #33883).

Summary of Changes

Explicitly turn off fastboot for this test, since it requires booting from snapshot archives as part of its asserts.

Note, the behavior doesn't actually change with this PR. It prevents behavior change from #33883.

@brooksprumo brooksprumo self-assigned this Oct 26, 2023
@brooksprumo brooksprumo marked this pull request as ready for review October 26, 2023 18:48
@brooksprumo brooksprumo requested a review from apfitzge October 26, 2023 18:48
@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

Merging #33885 (290af26) into master (22503f0) will increase coverage by 0.0%.
Report is 1 commits behind head on master.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #33885   +/-   ##
=======================================
  Coverage    81.8%    81.8%           
=======================================
  Files         809      809           
  Lines      217824   217824           
=======================================
+ Hits       178351   178364   +13     
+ Misses      39473    39460   -13     

Copy link
Contributor

@apfitzge apfitzge 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 mentioned this pull request Oct 27, 2023
@brooksprumo brooksprumo merged commit a2138db into solana-labs:master Oct 27, 2023
17 checks passed
@brooksprumo brooksprumo deleted the local-cluster/snapshots branch October 27, 2023 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants