aptos-labs / aptos-indexer-processors

Set of core processors that index data on the Aptos blockchain
https://aptos.dev/indexer/indexer-landing
60 stars 72 forks source link

Add Diff Tests for ANS Processor #586

Closed dermanyang closed 3 weeks ago

dermanyang commented 3 weeks ago

Purpose

Add diff test for ANS processor for non-deprecated tables. Namely, AnsLookupV2, ~AnsPrimaryNameV2~, CurrentAnsLookupV2, and CurrentAnsPrimaryNameV2.

AnsPrimaryNameV2 is set to be migrated to parquet

Test Validation

ANS Lookup V2

image

image

Current ANS Lookup V2

image image

Current ANS Primary Name V2

image image

yuunlimm commented 3 weeks ago

https://www.notion.so/aptoslabs/ans-1238b846eb72805084edce2b749f32b7?pvs=4

could you update this table with test cases you wrote and update the test coverage with the latest number you achieved? Thank you so much!