issues
search
chainwayxyz
/
citrea-e2e
E2E Test framework for citrea
GNU General Public License v3.0
2
stars
0
forks
source link
Thorough SIGINT handling
#30
Open
jfldde
opened
2 weeks ago
jfldde
commented
2 weeks ago
Continuation of
https://github.com/chainwayxyz/citrea-e2e/pull/26
Handle TestFramework partial initialization. Currently, SIGINT is only handled post TestFramework initialization. That means that if any error happen during framework initialization, previous spawned node won't be correctly shutdown.