-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add bucketlist size to history_ledgers #275
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JSON object created in the golden files looks off. Once that's address will approve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the golden files the JSON object name is not getting converted correctly. Do you know what the name is TotalByteSizeOfBucketList
instead of total_byte_size_of_bucket_list
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I think it was due to 4f6168f. Also integration test did not run in this PR(since it is not a merge to master yet)
Updated the golden files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR Checklist
PR Structure
otherwise).
Thoroughness
Release planning
semver, and I've changed the name of the BRANCH to release/_ , feature/_ or patch/* .
What
This PR adds export of
TotalByteSizeOfBucketList
inhistory_ledgers
table.Why
The field will be used to create an alert when the bucketsize surpassed a threshold.
Known limitations
None
Test
Added new ranges in integration test to verify the field is correctly exported (Since old range did not have this field)