forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a filter_by_type param for purge_old_bank_snapshots (solana-labs#…
…31191) * Add a type_select param for purge_old_bank_snapshots * Use flags to make the function calls more readable * Remove the extra purge calls * replace select_type with filter_by_type * Add test * Use matches * Fix CI test on reference * use match and call do_purge once * Let bank_snapshots_dir be TempDir * remove account_paths in the test * replace bank with _bank * Remove create_snapshot_dirs_for_tests, will take the lastest from master * Fix merge errors
- Loading branch information
1 parent
667fad6
commit e74bc4e
Showing
4 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters