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

Enable and run rosetta e2e test regularly #10535

Open
xin-hedera opened this issue Mar 3, 2025 · 0 comments
Open

Enable and run rosetta e2e test regularly #10535

xin-hedera opened this issue Mar 3, 2025 · 0 comments
Labels
enhancement Type: New feature rosetta Area: Rosetta API

Comments

@xin-hedera
Copy link
Contributor

Problem

We used to have e2e test built on cucumber bdd framework for rosetta and ran it as a CI job for each PR which changes rosetta module. However it no longer works ever since consensus nodes stopped to generate periodic account balance files.

This leaves us less coverage for critical flows e.g., a full flow of rosetta construction service, and thus bugs can escape and cause issues for customers.

Solution

  • Research utilizing local-node to create a local network to run rosetta bdd tests
    • customize mirrornode to run images built from source
    • customize importer to use configuration tailored for rosetta
    • run an online and an offline rosetta service
    • check and make sure monitor can generate enough traffic
    • create accounts to be used in bdd tests
    • add a script to wait for the first account balance balance then run the bdd tests

Alternatives

No response

@xin-hedera xin-hedera added enhancement Type: New feature rosetta Area: Rosetta API labels Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature rosetta Area: Rosetta API
Projects
None yet
Development

No branches or pull requests

1 participant