-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Indexer] Create integration tests #60
Comments
Inital integration test created and added to CI stream in #79 |
WIP. Gradually adding integration tests but we need to have a clean, robust solution for resetting the database between tests. Currently the tests are unstable as they sometime manipulate rows from other test cases |
Memory/timing issue with resetting of DB between test. Leaving out of CI for now but focussing on running tests locally to assert functionality |
We handle a lot of state changes and utilize (semi) complex queries and SQL functions.
To validate our assumptions of the indexing, parsing, storing and availability of events emitted from EVM chains, we should set up integration tests that follow the following pattern:
Pay special attention to token transfers, burns, allow list claims.
The text was updated successfully, but these errors were encountered: