Add plugin-suite conformance handlers for requirements 10-8..10-19 - #601
Draft
wangyb-A wants to merge 4 commits into
Draft
Add plugin-suite conformance handlers for requirements 10-8..10-19#601wangyb-A wants to merge 4 commits into
wangyb-A wants to merge 4 commits into
Conversation
wangyb-A
force-pushed
the
plugin-suite-edge-cases
branch
from
July 31, 2026 19:35
a33ac56 to
a4ca93e
Compare
wangyb-A
had a problem deploying
to
ai-pr-review-runtime
July 31, 2026 19:46 — with
GitHub Actions
Failure
wangyb-A
had a problem deploying
to
ai-pr-review-runtime
July 31, 2026 19:46 — with
GitHub Actions
Failure
wangyb-A
force-pushed
the
plugin-suite-edge-cases
branch
from
July 31, 2026 19:51
a4ca93e to
fef9273
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 11 conformance handlers (
handlers/plugin/plugin_operation_change.pythroughplugin_wait_replay_flag.py) plustemplate_plugin.yamlentries implementing plugin-suite requirements 10-8..10-18 from aws/aws-durable-execution-conformance-tests#43 (land that PR first — the pinned runner must carry the requirement YAMLs before CI can resolve these IDs).All handlers use real SDK APIs only: real retry strategies, real
context.wait/context.parallel/run_in_child_context, realDurableInstrumentationPluginregistration — no mocked behavior. Records are bare-JSON stdout lines stamped withdurableExecutionArn(captured fromon_invocation_start) for the runner's CloudWatch filter.Note on 10-9: Python surfaces externally-updated operations via
on_operation_endduring replay (not on invocation-start info); the requirement's hook-agnostic wording explicitly permits this — documented in the handler.Validation (us-west-2, live deploy)
18/18 PASS — all 11 new requirements plus full 10-1..10-7 regression.