-
Type:
Bug Report
-
Resolution: Won't Fix
-
Priority:
L3 - Default
-
None
-
Affects Version/s: 7.5.0
-
Component/s: engine
-
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