Usdk-e2e status check on PRs - #108
Merged
Merged
Conversation
Posts an sdk-e2e commit status: pending on update-wasm-v* bump branches until the schematic-api SDK E2E run reports back, success on every other PR, so sdk-e2e can be a required check without blocking normal PRs.
Copy of schematic-replicator/testdata/redis_key_layout.json; the Redis provider prefix plus the datastream key must reproduce the keys the replicator writes (SCH-7070).
bpapillon
marked this pull request as ready for review
September 6, 2026 05:10
schematic-bot
approved these changes
Sep 6, 2026
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.
For the SDK E2E suite (SchematicHQ/actions#565):
sdk-e2e-status.ymlposts ansdk-e2ecommit status on every PR,pendingonupdate-wasm-v*bump branches until the schematic-api E2E run reports back andsuccessimmediately on anything else. This letssdk-e2ebecome a required check without blocking ordinary PRs.This SDK has no configurable Redis key prefix, so the testapp needs no change for the new
replicator-docsmode.redis_key_layoutcontract test: a copy of the replicator's key fixture (Redis key layout fixture as the SDK contract schematic-replicator#126); the Redis provider prefix plus the datastream key must reproduce the keys the replicator writes.