Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current behavior
- Shell jobs may write return values to a file provided via the JS7_RETURN_VALUES environment variable.
- When the job is killed (maybe due to timeout) while the file is being written, the return values may be incomplete or inconsistent.
Desired behavior
- The return values of a killed shell job must be ignored.
- Only $returnCode is returned.
- Internal Java jobs are not affected because they are in control of results.
Attachments
Issue Links
- is related to
-
JS-2166 $returnCode of timed-out or killed job is not available in catch block
- Released