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

Add ability to change the state of a component while its running #156

Open
symbiont-stevan-andjelkovic opened this issue Mar 12, 2021 · 0 comments
Milestone

Comments

@symbiont-stevan-andjelkovic
Copy link
Contributor

symbiont-stevan-andjelkovic commented Mar 12, 2021

Currently we always initialise new components to some "initial state" when we spin them up. It would be nice to be able to "load" the end state from a previous test run in order to be able to pick up and continue testing from where we left off. It would also be nice to be able to "patch" the state of a running component to do hotfixes or simulate byzantine faults.

Note that something special would have to be done with the Init() messages if a test is resumed.

@symbiont-stevan-andjelkovic symbiont-stevan-andjelkovic added this to the v0.2 milestone Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant