Component that defines the batch process for filtering the input transaction records, based on a list of pan, recovered from a local directory or through a remote service.
European Union Public License 1.2
5
stars
6
forks
source link
fix: [RTD-1669] fix conditional flow after ack fails #360
This PR proposes to fix a bug in the conditional flow after the ade-ack download step. Atm when the ade-ack-list step fails the filemanagement step is skipped and the job ends. Desiderata is: when ade-ack-list step fails then the filemanagement step is executed.
List of Changes
Motivation and Context
How Has This Been Tested?
[X] Unit Test Suite
[ ] Integration Test Suite
[ ] Load Tests
Types of changes
[X] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Chore change (non-breaking change which doesn't provide a direct value to users)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
[ ] My change requires a change to the documentation.
Description
This PR proposes to fix a bug in the conditional flow after the ade-ack download step. Atm when the ade-ack-list step fails the filemanagement step is skipped and the job ends. Desiderata is: when ade-ack-list step fails then the filemanagement step is executed.
List of Changes
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: