You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: