-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
7.5.0
-
None
Given:
- a script which throws an error (e.g., AssertionError)
When:
- the script is evaluated
Then
- the error is thrown and not handled by the caller
- the error is not logged
- if the script is evaluated by the job executor then the error is not attached to the job and the retries of the job are not decreased
AT:
- handle script error in a same way as exceptions