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

tools: compare node.log for matching catchpoint roots #5205

Merged
merged 4 commits into from
Mar 21, 2023

Conversation

algorandskiy
Copy link
Contributor

@algorandskiy algorandskiy commented Mar 14, 2023

Summary

Testing tool to parse two node.log and compare balance roots.

@codecov
Copy link

codecov bot commented Mar 15, 2023

Codecov Report

Merging #5205 (883e597) into master (942eee1) will increase coverage by 1.07%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5205      +/-   ##
==========================================
+ Coverage   52.48%   53.55%   +1.07%     
==========================================
  Files         441      441              
  Lines       55098    55098              
==========================================
+ Hits        28917    29507     +590     
+ Misses      23830    23302     -528     
+ Partials     2351     2289      -62     

see 62 files with indirect coverage changes

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

@algorandskiy algorandskiy force-pushed the pavel/mt-root-util branch 2 times, most recently from edf8eff to 4d3df79 Compare March 15, 2023 21:12
Copy link
Contributor

@bbroder-algo bbroder-algo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chopper: This tool compares two algod log files and looks for matching (or mismatching) catchpoint roots and, optionally, catchpoint labels. It uses specific hardcoded assumptions about the logfile structure and wordage in catchpoint logs to scrape the necessary information. Where both logfiles report a catchpoint root (or label) at a similar round, their equality is reported to the user.

@cce cce merged commit 0368e14 into algorand:master Mar 21, 2023
winder pushed a commit to winder/go-algorand that referenced this pull request Mar 23, 2023
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.

3 participants