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

tests: ledger reload accessing txtail history #4473

Merged

Conversation

algorandskiy
Copy link
Contributor

@algorandskiy algorandskiy commented Aug 25, 2022

Summary

Test to ensure blk opcode can be replayed after restart.
Additionally fix e2e catchpoint catchup tests.

@codecov
Copy link

codecov bot commented Aug 25, 2022

Codecov Report

Merging #4473 (93ac02e) into master (00a6150) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4473      +/-   ##
==========================================
- Coverage   55.25%   55.23%   -0.02%     
==========================================
  Files         398      398              
  Lines       50297    50297              
==========================================
- Hits        27790    27780      -10     
- Misses      20176    20184       +8     
- Partials     2331     2333       +2     
Impacted Files Coverage Δ
ledger/tracker.go 74.04% <0.00%> (-3.83%) ⬇️
crypto/merkletrie/trie.go 66.42% <0.00%> (-2.19%) ⬇️
crypto/merkletrie/node.go 91.62% <0.00%> (-1.87%) ⬇️
data/transactions/verify/txn.go 42.85% <0.00%> (-0.90%) ⬇️
ledger/acctupdates.go 69.59% <0.00%> (-0.30%) ⬇️
network/wsNetwork.go 64.63% <0.00%> (-0.20%) ⬇️
network/wsPeer.go 68.21% <0.00%> (+2.73%) ⬆️
cmd/algoh/blockWatcher.go 80.95% <0.00%> (+3.17%) ⬆️

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

@algorandskiy algorandskiy merged commit 4be5892 into algorand:master Aug 26, 2022
onetechnical pushed a commit to onetechnical/go-algorand that referenced this pull request Aug 26, 2022
* Ensure blk opcode can be replayed after restart
* Fix e2e fast catchup tests
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