mojaloop / project

Repo to track product development issues for the Mojaloop project.
Other
22 stars 15 forks source link

[settlements][helm] Mojaloop v16.0.0 deployment on iac fails settlement tests #3950

Closed kleyow closed 1 week ago

kleyow commented 2 weeks ago

Summary: Test cases below fail on v16 of Mojaloop charts.

[new sims] transfers, positions CGS Window1 tests (OTC-649, OTC-645) [new sims] new transfers window4 Create Settlement for previously closed 5 windows

Investigation needed. Severity: (Low, Medium, High)

Priority: (Critical, Medium, Low)

Expected Behavior Test cases pass

Steps to Reproduce

  1. Deploy Mojaloop v16 to iac
  2. Run GP

Specifications

Notes:

elnyry-sam-k commented 2 weeks ago

@kiswend - have you seen this on any of the deployments recently made that use Mojaloop v16 (and IaC v5)?

kiswend commented 2 weeks ago

@kleyow , which versions of IaC and ansible collection did you use?

kleyow commented 2 weeks ago

@kiswend iac_terraform_modules_tag: v5.3.4 mojaloop_chart_version: 16.0.0 ansible_collection_tag: v5.2.6

kleyow commented 1 week ago

The issue was me assuming that gross settelement service was deployed since I assumed mojaloop was configured like default but past work seems to have been overlooked on my end.

The environment I was working on had cgs service set to

  centralsettlement-handler-grosssettlement:
    replicaCount: 0

Tests are working fine. Closing.