-
Notifications
You must be signed in to change notification settings - Fork 14
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
test(mojaloop/#2845): change noresponse fsp to ttk and version spec #119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per review discussion...
Please re-look at the "delay"'s, as we should no longer require them except for the "timeout" use-cases.
And also make sure to remove any legacy "WS" waits.
}, | ||
{ | ||
"id": 3, | ||
"description": "Callback Validate Protected Headers", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do think we need to add a story to add tests specifically for validating JWS, protected headers, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe other tests cover jws and protected headers. If you think these need it as well, I can make the story.
}, | ||
{ | ||
"id": 4, | ||
"description": "Send Quote - Response", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do we know its ok to send the Quote Response here?
I don't see any await inboundEvent listener in the POST /Quotes
to determine it was received by the NORESPONSE_SIMPAYEE_NAME.
Otherwise we may have a race condition with the PUT /Quotes
request below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. Added listener to POST /quotes, here and throughout.
collections/hub/golden_path/feature_tests/duplicate_handling/transfers/fulfill_commit.json
Show resolved
Hide resolved
collections/hub/golden_path/feature_tests/duplicate_handling/transfers/fulfill_commit.json
Outdated
Show resolved
Hide resolved
collections/hub/golden_path/feature_tests/duplicate_handling/transfers/fulfill_commit.json
Show resolved
Hide resolved
collections/hub/golden_path/feature_tests/duplicate_handling/transfers/fulfill_commit.json
Outdated
Show resolved
Hide resolved
collections/hub/golden_path/feature_tests/duplicate_handling/transfers/fulfill_reject.json
Show resolved
Hide resolved
collections/hub/golden_path/feature_tests/duplicate_handling/transfers/fulfill_reject.json
Show resolved
Hide resolved
collections/hub/golden_path/feature_tests/transfer_negative_scenarios/fulfil-reserved-v1.0.json
Show resolved
Hide resolved
Follow up story mojaloop/project#3275 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
test(mojaloop/#2845): change noresponse fsp to ttk and version spec - mojaloop/project#2845
Tested with