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

remove the usage of jmp_buf for crash recovery #44

Open
Thecarisma opened this issue Mar 3, 2021 · 0 comments
Open

remove the usage of jmp_buf for crash recovery #44

Thecarisma opened this issue Mar 3, 2021 · 0 comments

Comments

@Thecarisma
Copy link
Member

Use the iterator for a more clean recovery method instead of jmp_buf.
The way this will work is a super instance index will increase per the test case index so when a test case crashes the run_test_iterator will be invoked with the next test index instead of starting over again, or as of today using jmp_buf to jump to the point of recovery.

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