Description
Development team should have an easy way to:
- setup and run N-nodes with a template config.
- test specific real world scenarios (e.g. long running node, that crashes and comes back again)
We should add a test setup under test folder that allows defining test cases / behaviors in declarative way, as well as defining template config file. The script then does the rest - setup, starting, closing of all nodes.
This allows for better testing and memory / CPU usage analysis in such scenarios locally in a more reproducible way
Description
Development team should have an easy way to:
We should add a test setup under
testfolder that allows defining test cases / behaviors in declarative way, as well as defining template config file. The script then does the rest - setup, starting, closing of all nodes.This allows for better testing and memory / CPU usage analysis in such scenarios locally in a more reproducible way