Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for nodes crashing right after a timeout
The tests are done by extending the existing tests in the following manner: Once an Epoch instance times out and broadcasts an empty vote, the test splits the execution flow into two different alternative executions: 1) If the node proceeds without crashing 2) If the node crashes and restarts The test executes both alternatives by having the second execution clone the storage, WAL and block builder's state and then run the same code of the first execution. Signed-off-by: Yacov Manevich <[email protected]>
- Loading branch information