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

feat(mojaloop/2867): post /bulkTransfers from Switch to PayeeFSP to use Switch as fspiop-source #528

Conversation

mdebarros
Copy link
Member

@mdebarros mdebarros commented Nov 17, 2022

…se Switch as fspiop-source

- upgraded bulk-api-adapter from v14.1.1 to v14.2.0 for mojaloop/project#2867
- added JWS config to ENDPOINT_SECURITY default.json for bulk-api-adapters helm charts
- added endpointSecurity config to bulk-api-adapter notification handler config
- added secret-jws template to bulk-api-adapter notification handler
- added volume mounts to bulk-api-adapter notification handler deployment template
@mdebarros
Copy link
Member Author

mdebarros commented Nov 21, 2022

All tests pass as of commit: 2629d14

--------------------FINAL REPORT--------------------

Test Suite:GP Tests
Environment:Development
┌───────────────────────────────────────────────────┐
│                      SUMMARY                      │
├───────────────────┬───────────────────────────────┤
│ Total assertions  │ 2634                          │
├───────────────────┼───────────────────────────────┤
│ Passed assertions │ 2634                          │
├───────────────────┼───────────────────────────────┤
│ Failed assertions │ 0                             │
├───────────────────┼───────────────────────────────┤
│ Total requests    │ 598                           │
├───────────────────┼───────────────────────────────┤
│ Total test cases  │ 130                           │
├───────────────────┼───────────────────────────────┤
│ Passed percentage │ 100.00%                       │
├───────────────────┼───────────────────────────────┤
│ Started time      │ Mon, 21 Nov 2022 15:51:33 GMT │
├───────────────────┼───────────────────────────────┤
│ Completed time    │ Mon, 21 Nov 2022 15:54:50 GMT │
├───────────────────┼───────────────────────────────┤
│ Runtime duration  │ 197138 ms                     │
└───────────────────┴───────────────────────────────┘
TTK-Assertion-Report-multi-2022-11-21T15:54:50.389Z.html was generated
--------------------FINAL REPORT--------------------

Test Suite:Thirdparty Tests
Environment:Development
┌───────────────────────────────────────────────────┐
│                      SUMMARY                      │
├───────────────────┬───────────────────────────────┤
│ Total assertions  │ 21                            │
├───────────────────┼───────────────────────────────┤
│ Passed assertions │ 21                            │
├───────────────────┼───────────────────────────────┤
│ Failed assertions │ 0                             │
├───────────────────┼───────────────────────────────┤
│ Total requests    │ 20                            │
├───────────────────┼───────────────────────────────┤
│ Total test cases  │ 8                             │
├───────────────────┼───────────────────────────────┤
│ Passed percentage │ 100.00%                       │
├───────────────────┼───────────────────────────────┤
│ Started time      │ Mon, 21 Nov 2022 15:57:53 GMT │
├───────────────────┼───────────────────────────────┤
│ Completed time    │ Mon, 21 Nov 2022 15:58:02 GMT │
├───────────────────┼───────────────────────────────┤
│ Runtime duration  │ 8654 ms                       │
└───────────────────┴───────────────────────────────┘
TTK-Assertion-Report-multi-2022-11-21T15:58:02.533Z.html was generated
--------------------FINAL REPORT--------------------

Test Suite:Bulk Tests
Environment:Development
┌───────────────────────────────────────────────────┐
│                      SUMMARY                      │
├───────────────────┬───────────────────────────────┤
│ Total assertions  │ 337                           │
├───────────────────┼───────────────────────────────┤
│ Passed assertions │ 337                           │
├───────────────────┼───────────────────────────────┤
│ Failed assertions │ 0                             │
├───────────────────┼───────────────────────────────┤
│ Total requests    │ 54                            │
├───────────────────┼───────────────────────────────┤
│ Total test cases  │ 13                            │
├───────────────────┼───────────────────────────────┤
│ Passed percentage │ 100.00%                       │
├───────────────────┼───────────────────────────────┤
│ Started time      │ Mon, 21 Nov 2022 15:54:58 GMT │
├───────────────────┼───────────────────────────────┤
│ Completed time    │ Mon, 21 Nov 2022 15:57:01 GMT │
├───────────────────┼───────────────────────────────┤
│ Runtime duration  │ 123041 ms                     │
└───────────────────┴───────────────────────────────┘
TTK-Assertion-Report-multi-2022-11-21T15:57:01.691Z.html was generated
--------------------FINAL REPORT--------------------

Test Suite:SDK Bulk Tests
Environment:Development
┌───────────────────────────────────────────────────┐
│                      SUMMARY                      │
├───────────────────┬───────────────────────────────┤
│ Total assertions  │ 195                           │
├───────────────────┼───────────────────────────────┤
│ Passed assertions │ 195                           │
├───────────────────┼───────────────────────────────┤
│ Failed assertions │ 0                             │
├───────────────────┼───────────────────────────────┤
│ Total requests    │ 33                            │
├───────────────────┼───────────────────────────────┤
│ Total test cases  │ 18                            │
├───────────────────┼───────────────────────────────┤
│ Passed percentage │ 100.00%                       │
├───────────────────┼───────────────────────────────┤
│ Started time      │ Mon, 21 Nov 2022 15:58:54 GMT │
├───────────────────┼───────────────────────────────┤
│ Completed time    │ Mon, 21 Nov 2022 16:01:04 GMT │
├───────────────────┼───────────────────────────────┤
│ Runtime duration  │ 130869 ms                     │
└───────────────────┴───────────────────────────────┘
TTK-Assertion-Report-multi-2022-11-21T16:01:04.942Z.html was generated

@mdebarros mdebarros marked this pull request as ready for review November 21, 2022 16:08
@mdebarros mdebarros merged commit add29f6 into release/v14.1.0 Nov 21, 2022
@mdebarros mdebarros deleted the feat/#2867-POST-bulkTransfers-from-Switch-to-PayeeFSP-to-use-Switch-as-fspiop-source branch November 21, 2022 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants