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

Support interval-based and other analyzers in e2e regression tests #503

Open
Andrew7234 opened this issue Aug 16, 2023 · 0 comments
Open
Assignees
Labels
testing Reliability testing.

Comments

@Andrew7234
Copy link
Collaborator

Currently, the e2e_regression tests only support block-based analyzers. We'd like to support all analyzers, eg evmTokens and nodeStats. This will allow us to test more endpoints and more of the nexus functionality.

496 adds a cache_volatile_endpoints flag that should be useful. In addition, we'll need to find a way to terminate the non-block-based analyzers once the block-based analyzers have finished processing their range. This could be as simple as sending a SIGINT after a manually defined time period, or grepping the output logs.. etc

@Andrew7234 Andrew7234 added the testing Reliability testing. label Aug 16, 2023
@Andrew7234 Andrew7234 self-assigned this Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Reliability testing.
Projects
None yet
Development

No branches or pull requests

1 participant