You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Alternatives
No response
The text was updated successfully, but these errors were encountered: