Done
Details
Details
Assignee
Dennis Bridges
Dennis BridgesReporter
Serhii_Nosko
Serhii_NoskoPriority
Story Points
3
Sprint
None
Development Team
Thunderjet
Fix versions
Release
Morning Glory (R2 2022) Bug Fix
RCA Group
Legitimate regression
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created August 19, 2022 at 11:34 AM
Updated September 13, 2022 at 9:07 PM
Resolved September 6, 2022 at 10:18 PM
Purpose:
We have failure of karate tests described here: https://folio-org.atlassian.net/browse/FAT-2423.
The root cause of this issue most probably is business logic described in story: https://folio-org.atlassian.net/browse/MODEBSNET-10
The issue became reproducible when logic to validate fund distribution has been added to mod-orders module here:
https://github.com/folio-org/mod-orders/blob/master/src/main/java/org/folio/orders/utils/FundDistributionUtils.java#L37
Approach:
Need to revisit requirements in https://folio-org.atlassian.net/browse/MODEBSNET-10 and how they suited with new validation in mod-orders here: https://github.com/folio-org/mod-orders/blob/master/src/main/java/org/folio/orders/utils/FundDistributionUtils.java#L37
Acceptance criteria:
Karate tests https://folio-org.atlassian.net/browse/FAT-2423 fixed after making changes in this story