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

test: script improvements for recent testing #4474

Merged
merged 4 commits into from
Aug 29, 2022

Conversation

brianolson
Copy link
Contributor

Summary

script improvements from recent testing.
data gathering. reporting. plotting.

Test Plan

This is manual test code that has been exercised in dozens of manual tests.

@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Merging #4474 (489237c) into master (9e4e84c) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4474      +/-   ##
==========================================
- Coverage   55.23%   55.23%   -0.01%     
==========================================
  Files         398      398              
  Lines       50297    50297              
==========================================
- Hits        27784    27781       -3     
- Misses      20180    20184       +4     
+ Partials     2333     2332       -1     
Impacted Files Coverage Δ
ledger/tracker.go 74.04% <0.00%> (-4.69%) ⬇️
util/db/dbutil.go 44.24% <0.00%> (-4.25%) ⬇️
ledger/blockqueue.go 85.63% <0.00%> (-2.88%) ⬇️
ledger/acctupdates.go 69.59% <0.00%> (-0.60%) ⬇️
data/transactions/verify/txn.go 43.75% <0.00%> (ø)
network/wsNetwork.go 64.82% <0.00%> (+0.19%) ⬆️
catchup/service.go 68.88% <0.00%> (+0.74%) ⬆️
cmd/tealdbg/debugger.go 73.49% <0.00%> (+0.80%) ⬆️
catchup/peerSelector.go 100.00% <0.00%> (+1.04%) ⬆️
crypto/merkletrie/node.go 93.48% <0.00%> (+1.86%) ⬆️
... and 2 more

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

@algorandskiy
Copy link
Contributor

Please add into a readme a new section explaining new tools. I guess something like "to collect cpu profiles and render charts do: xyz" would be fine.

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