EspressoSystems / nitro-espresso-integration

Nitro goes vroom and fixes everything
Other
12 stars 8 forks source link

Nitro Testnode - Smoke test where each nitro component runs separately #222

Closed Sneh1999 closed 6 days ago

Sneh1999 commented 1 week ago

Is your feature request related to a problem? Please describe.

Add an E2E test in the nitro-testnode repo that runs all components of the Nitro stack separately. This will help catch errors that might otherwise go unnoticed, such as bugs that aren't detected by the E2E tests in the nitro-espresso-integration repo, which currently uses the same storage for all Nitro components.

Sneh1999 commented 1 week ago

No work needs to be done here because when espresso flag is specified, the simple mode is turned off which results in all components in the nitro stack to be run separately ( code here)