test: add replay identity conformance case - #676
Open
zhongkechen wants to merge 4 commits into
Open
Conversation
zhongkechen
temporarily deployed
to
ai-pr-review-runtime
September 1, 2026 21:26 — with
GitHub Actions
Inactive
zhongkechen
had a problem deploying
to
ai-pr-review-runtime
September 1, 2026 21:54 — with
GitHub Actions
Failure
zhongkechen
temporarily deployed
to
ai-pr-review-runtime
September 1, 2026 21:54 — with
GitHub Actions
Inactive
This comment has been minimized.
This comment has been minimized.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
zhongkechen
temporarily deployed
to
ai-pr-review-runtime
September 1, 2026 22:56 — with
GitHub Actions
Inactive
zhongkechen
had a problem deploying
to
ai-pr-review-runtime
September 1, 2026 22:56 — with
GitHub Actions
Failure
This comment has been minimized.
This comment has been minimized.
zhongkechen
temporarily deployed
to
ai-pr-review-runtime
September 2, 2026 23:36 — with
GitHub Actions
Inactive
zhongkechen
had a problem deploying
to
ai-pr-review-runtime
September 2, 2026 23:36 — with
GitHub Actions
Failure
Contributor
Codex AI reviewNo actionable findings. Residual risk: the cloud-only conformance scenario and log assertions were reviewed statically but not executed under the review constraints. Reviewed commit |
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.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue Link, if available
Implements aws/aws-durable-execution-conformance-tests#111.
Description
Adds the
generalconformance suite and Java handler for requirement11-1.The handler emits a named
WAITinitially, then deliberately emits a namedSTEPat the same durable position on replay. Replay logging is enabled so thesuite can assert that replay occurred and that the mismatched step body never
ran.
Demo/Screenshots
Not applicable.
Checklist
Testing
Unit Tests
mvn -pl conformance-tests -am test(1,157 tests passed)mvn spotless:applyIntegration Tests
The new
generalsuite is discovered by the existing conformance workflow andwill run requirement
11-1against the deployed handler.Examples
Added
general.ReplayOperationIdentityas the conformance handler for11-1.