Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v17 RC: RequestToPay collection failure #4073

Closed
shashi165 opened this issue Feb 27, 2025 · 0 comments
Closed

v17 RC: RequestToPay collection failure #4073

shashi165 opened this issue Feb 27, 2025 · 0 comments
Assignees
Labels
bug Something isn't working or it has wrong behavior on a Mojaloop Core service oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it

Comments

@shashi165
Copy link

shashi165 commented Feb 27, 2025

Summary:
During RC validation for Mojaloop v17 RequestToPay test collection is failing

Severity:
High

Priority:
Critical

Expected Behavior
The RequestToPay test collection runs with 100% pass rate on the RC

Steps to Reproduce

  1. Deploy Mojaloop with requestToPay and corresponding simulators enabled (the rest is default)
helm --namespace moja3 install backend mojaloop/example-mojaloop-backend --devel --version 16.0.4-20781-9de1a38 
helm --namespace moja3 install moja mojaloop/mojaloop --devel --version 16.0.4-20781-9de1a38
  1. Run RequestToPay test collection
  2. Notice below error in moja-ttksim1-ttk-backend-0 pod
       2025-02-27T16:24:00.296Z - error: Received response 400 Bad Request
{
response: {
status: 400,
statusText: 'Bad Request',
uniqueId: '17406734402891q07f',
headers: Object [AxiosHeaders] {
'content-type': 'application/json; charset=utf-8',
'content-length': '152',
date: 'Thu, 27 Feb 2025 16:24:00 GMT',
connection: 'keep-alive',
'keep-alive': 'timeout=5'
},
body: {
message: 'must match pattern "^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$"',
statusCode: 400
}
}
}

See attached Test Run Report

RequestToPay failures.zip

Specifications

  • Component (if known): sdk-scheme-adapter
  • Version: v24.1.3
  • Platform: Mojaloop dev environment on AWS
  • Subsystem: RC testing requestToPay feature
  • Type of testing: RC validation - RequestToPay test collection on default mojaloop
  • Bug found/raised by: @shashi165 , @elnyry-sam-k

Notes:

  • Severity when opened: High
  • Priority when opened: Critical

Pull Requests

@shashi165 shashi165 added the bug Something isn't working or it has wrong behavior on a Mojaloop Core service label Feb 27, 2025
@elnyry-sam-k elnyry-sam-k added the oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it label Feb 27, 2025
@oderayi oderayi self-assigned this Mar 13, 2025
@oderayi oderayi closed this as completed Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or it has wrong behavior on a Mojaloop Core service oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it
Projects
None yet
Development

No branches or pull requests

3 participants