Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- YADE FTP and SFTP data providers support the raise_exception_on_error option (default: true)
- true - throw an exception if pre/post-processing command execution fails
- false - log an exception if command execution fails
- YADE local and FTPS data providers always raise an exception if pre/post-processing command execution fails
Desired Behaiviour
- YADE local and FTPS data providers should support the raise_exception_on_error option too