Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12.2, 1.13
-
None
Description
Current Situation
- If an network connection error occurs during a single file transfer then the YADE stops the processing and the whole transfer is broken.
Desired Behaviour
- YADE should support to reconnect in case of connection errors that occur during a single file transfer.
- Introducing the new configuration items:
- RetryOnConnectionError
- RetryCountMax
- number of reconnection attempts (for each single file transfer) if there is a connection failure
- RetryInterval
- the wait interval between attempts
- RetryCountMax
- RetryOnConnectionError item can be configured as:
- global setting
- on the General item
- for a specific profile
- on the Profile / Operation / Copy | Move / TransferOptions item
- global setting
- RetryOnConnectionError
Test instructions
- see Fix Version/s
- configure the RetryOnConnectionError settings on a General or Profile items
- start a long running test (see
YADE-557test instructions) - simulate a network connection error (e.g. stop|start the SSH server during file transfer or activite|deactivate the specific firewall rules)