-
Notifications
You must be signed in to change notification settings - Fork 79
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 Default Processor Tests for table_items, current_table_items, and block_metadata_transactions #577
Conversation
// serde_json::to_value(&cti_result)?, | ||
// ); | ||
|
||
// TODO: revisit we need to find out a way to find correct table metadata |
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.
@yuunlimm do we still need this table metadata? It's not part of the default processor?
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.
The create_table_item
event, which generates table_metadata for a table_item, is part of the default processor. To test this, we need to identify the correct transaction version containing the create_table_item
event, as table_metadata
records doesn't have a transaction_version field. For the test case, we should either pull all rows to verify the presence of the expected data since filtering by transaction version isn’t an option for us here
Purpose
as above
Coverage Improvemenet
Old Coverage Stats:
New Coverage Stats:
Test Verification
Current Table Items
Table Items
BMT