Commit d539d96
authored
fix(testing-sdk): ensure invocation completes before execution completes (#316)
*Issue #, if available:*
*Description of changes:*
In the testing library, it would sometimes lose the invocation history
event since it would complete the invocation AFTER it resolves the
execution. It should instead complete the invocation first, then
complete the execution.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 parent 02c8eca commit d539d96
File tree
2 files changed
+525
-9
lines changed- packages/aws-durable-execution-sdk-js-testing/src/test-runner/local
- __tests__
2 files changed
+525
-9
lines changed
0 commit comments