Shivd131 commented on PR #5353:
URL: https://github.com/apache/fineract/pull/5353#issuecomment-3840724651

   Hey @adamsaghy , digged in more, tried to make tests more comprehensive. 
Please have a look
   
   About skipping Email along with Pentaho:
   Realised Email type was also disabled, so skipped it
   ```
   shivd@Shiv_Laptop MINGW64 ~/Documents/mifos/fineract 
(feature/report-integration-test)
   $ curl -k -v -X GET 
"https://localhost:8443/fineract-provider/api/v1/runreports/Loan%20Repayment%20-%20Email?R_officeId=1&R_loanId=1&R_transactionId=1";
 \
   >      -H "Fineract-Platform-TenantId: default" \
   >      -H "Authorization: Basic bWlmb3M6cGFzc3dvcmQ="
   Note: Unnecessary use of -X or --request, GET is already inferred.
   * Host localhost:8443 was resolved.
   * IPv6: ::1
   * IPv4: 127.0.0.1
   *   Trying [::1]:8443...
   * schannel: disabled automatic use of client certificate
   * ALPN: curl offers http/1.1
   * ALPN: server did not agree on a protocol. Uses default.
   * Connected to localhost (::1) port 8443
   * using HTTP/1.x
   > GET 
/fineract-provider/api/v1/runreports/Loan%20Repayment%20-%20Email?R_officeId=1&R_loanId=1&R_transactionId=1
 HTTP/1.1
   > Host: localhost:8443
   > User-Agent: curl/8.14.1
   > Accept: */*
   > Fineract-Platform-TenantId: default
   > Authorization: Basic bWlmb3M6cGFzc3dvcmQ=
   > 
   * schannel: remote party requests renegotiation
   * schannel: renegotiating SSL/TLS connection
   * schannel: SSL/TLS connection renegotiated
   * Request completely sent off
   < HTTP/1.1 503 
   < X-Notification-Refresh: false
   < Vary: Origin
   < Vary: Access-Control-Request-Method
   < Vary: Access-Control-Request-Headers
   < X-Content-Type-Options: nosniff
   < X-XSS-Protection: 0
   < Cache-Control: no-cache, no-store, max-age=0, must-revalidate
   < Pragma: no-cache
   < Expires: 0
   < Strict-Transport-Security: max-age=31536000 ; includeSubDomains
   < X-Frame-Options: DENY
   < Content-Type: application/json
   < Content-Length: 718
   < Date: Tue, 03 Feb 2026 11:01:14 GMT
   < Connection: close
   < 
   {"developerMessage":"The server is currently unable to handle the request , 
please try after some time.","httpStatusCode":"503","defaultUserMessage":"The 
server is currently unable to handle the request , please try after some 
time.","userMessageGlobalisationCode":"error.msg.platform.service.unavailable","errors":[{"defaultUserMessage":"There
 is no ReportingProcessService registered in the 
ReportingProcessServiceProvider for this report type: 
Email","parameterName":"id","developerMessage":"There is no 
ReportingProcessService registered in the ReportingProcessServiceProvider for 
this report type: 
Email","userMessageGlobalisationCode":"err.msg.report.service.implementation.missing","args":[{"value":"Email"}]}]}*
 shutting down connection #0
   
   
   ```
   
   Hope it covers your concerns! Please let me know if there's something I have 
missed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to