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

testing: tool to dump blocks to directory #4595

Merged
merged 2 commits into from
Sep 30, 2022
Merged

Conversation

cce
Copy link
Contributor

@cce cce commented Sep 27, 2022

Summary

This adds a small program that helps you write out a range or random set of blocks from a provided SQLite blockdb to a directory.

@codecov
Copy link

codecov bot commented Sep 27, 2022

Codecov Report

Merging #4595 (738b6dd) into master (42b9533) will increase coverage by 0.02%.
The diff coverage is 87.50%.

@@            Coverage Diff             @@
##           master    #4595      +/-   ##
==========================================
+ Coverage   54.10%   54.12%   +0.02%     
==========================================
  Files         401      401              
  Lines       51642    51649       +7     
==========================================
+ Hits        27942    27957      +15     
+ Misses      21345    21338       -7     
+ Partials     2355     2354       -1     
Impacted Files Coverage Δ
agreement/proposal.go 71.96% <ø> (ø)
agreement/actions.go 71.42% <50.00%> (-0.20%) ⬇️
agreement/demux.go 90.68% <100.00%> (+0.13%) ⬆️
agreement/events.go 61.62% <100.00%> (+0.45%) ⬆️
ledger/blockqueue.go 85.63% <0.00%> (-2.88%) ⬇️
ledger/tracker.go 74.04% <0.00%> (-0.86%) ⬇️
network/wsNetwork.go 64.63% <0.00%> (ø)
catchup/service.go 69.38% <0.00%> (+0.74%) ⬆️
cmd/tealdbg/debugger.go 73.49% <0.00%> (+0.80%) ⬆️
network/wsPeer.go 68.19% <0.00%> (+2.15%) ⬆️
... and 1 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cce cce removed the Enhancement label Sep 27, 2022
@algorandskiy algorandskiy merged commit 3cae97c into algorand:master Sep 30, 2022
@cce cce deleted the dumpblocks branch October 3, 2022 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants