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!: update backend simulator api #156

Merged
merged 16 commits into from
Dec 16, 2022
Merged

Conversation

kleyow
Copy link
Contributor

@kleyow kleyow commented Dec 15, 2022

No description provided.

@kleyow
Copy link
Contributor Author

kleyow commented Dec 16, 2022

Tested with [13.1.3-snapshot.6]

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

Test Suite:GP Tests
Environment:moja5.test.mojaloop.live@v14.1.0
┌───────────────────────────────────────────────────┐
│                      SUMMARY                      │
├───────────────────┬───────────────────────────────┤
│ Total assertions  │ 2634                          │
├───────────────────┼───────────────────────────────┤
│ Passed assertions │ 2634                          │
├───────────────────┼───────────────────────────────┤
│ Failed assertions │ 0                             │
├───────────────────┼───────────────────────────────┤
│ Total requests    │ 598                           │
├───────────────────┼───────────────────────────────┤
│ Total test cases  │ 130                           │
├───────────────────┼───────────────────────────────┤
│ Passed percentage │ 100.00%                       │
├───────────────────┼───────────────────────────────┤
│ Started time      │ Fri, 16 Dec 2022 05:06:18 GMT │
├───────────────────┼───────────────────────────────┤
│ Completed time    │ Fri, 16 Dec 2022 05:09:42 GMT │
├───────────────────┼───────────────────────────────┤
│ Runtime duration  │ 203881 ms                     │
└───────────────────┴───────────────────────────────┘
Successfully uploaded the file to S3. URL is s3://mojaloop-oss-qa-results/ttk-tests/reports/TTK-Assertion-Report-multi-2022-12-16T05:09:42.286Z.html

Test Suite:Bulk Tests
Environment:moja5.test.mojaloop.live@v14.1.0
┌───────────────────────────────────────────────────┐
│                      SUMMARY                      │
├───────────────────┬───────────────────────────────┤
│ Total assertions  │ 337                           │
├───────────────────┼───────────────────────────────┤
│ Passed assertions │ 337                           │
├───────────────────┼───────────────────────────────┤
│ Failed assertions │ 0                             │
├───────────────────┼───────────────────────────────┤
│ Total requests    │ 54                            │
├───────────────────┼───────────────────────────────┤
│ Total test cases  │ 13                            │
├───────────────────┼───────────────────────────────┤
│ Passed percentage │ 100.00%                       │
├───────────────────┼───────────────────────────────┤
│ Started time      │ Fri, 16 Dec 2022 05:09:54 GMT │
├───────────────────┼───────────────────────────────┤
│ Completed time    │ Fri, 16 Dec 2022 05:12:01 GMT │
├───────────────────┼───────────────────────────────┤

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

Test Suite:Thirdparty Tests
Environment:moja5.test.mojaloop.live@v14.1.0
┌───────────────────────────────────────────────────┐
│                      SUMMARY                      │
├───────────────────┬───────────────────────────────┤
│ Total assertions  │ 21                            │
├───────────────────┼───────────────────────────────┤
│ Passed assertions │ 21                            │
├───────────────────┼───────────────────────────────┤
│ Failed assertions │ 0                             │
├───────────────────┼───────────────────────────────┤
│ Total requests    │ 20                            │
├───────────────────┼───────────────────────────────┤
│ Total test cases  │ 8                             │
├───────────────────┼───────────────────────────────┤
│ Passed percentage │ 100.00%                       │
├───────────────────┼───────────────────────────────┤
│ Started time      │ Fri, 16 Dec 2022 05:13:03 GMT │
├───────────────────┼───────────────────────────────┤
│ Completed time    │ Fri, 16 Dec 2022 05:13:14 GMT │
├───────────────────┼───────────────────────────────┤


Test Suite:SDK Bulk Tests
Environment:moja5.test.mojaloop.live@v14.1.0
┌───────────────────────────────────────────────────┐
│                      SUMMARY                      │
├───────────────────┬───────────────────────────────┤
│ Total assertions  │ 195                           │
├───────────────────┼───────────────────────────────┤
│ Passed assertions │ 195                           │
├───────────────────┼───────────────────────────────┤
│ Failed assertions │ 0                             │
├───────────────────┼───────────────────────────────┤
│ Total requests    │ 33                            │
├───────────────────┼───────────────────────────────┤
│ Total test cases  │ 18                            │
├───────────────────┼───────────────────────────────┤
│ Passed percentage │ 100.00%                       │
├───────────────────┼───────────────────────────────┤
│ Started time      │ Fri, 16 Dec 2022 05:14:15 GMT │
├───────────────────┼───────────────────────────────┤
│ Completed time    │ Fri, 16 Dec 2022 05:16:29 GMT │
├───────────────────┼───────────────────────────────┤
│ Runtime duration  │ 133495 ms                     │

@elnyry-sam-k
Copy link
Member

Thanks Kevin for the PR and test results

Seems like a breaking change though..

@kleyow
Copy link
Contributor Author

kleyow commented Dec 16, 2022

@elnyry-sam-k Nothing really should break. Mostly renaming variables that a user wouldn't have access to.
Maybe rules might need to you rename the sub id but since the simulator is mostly ephermeral in nature I didn't think it needed it.

But I'll make it a breaking change since it is a big change to api file (mostly sorting though)

@kleyow kleyow changed the title chore: update backend simulator api feat!: update backend simulator api Dec 16, 2022
@elnyry-sam-k
Copy link
Member

Seeing the changes - changes to column names in DB or API resources are breaking so flagged them.. Thanks for the change..

@kleyow kleyow merged commit ff253a5 into master Dec 16, 2022
@kleyow kleyow deleted the chore/update-simulator-api branch December 16, 2022 14:45
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.

None yet

2 participants