Update: Harden middleware infra diagnostics and live smoke#14
Merged
SI-RUI-ZHANG merged 1 commit intomainfrom Mar 11, 2026
Merged
Update: Harden middleware infra diagnostics and live smoke#14SI-RUI-ZHANG merged 1 commit intomainfrom
SI-RUI-ZHANG merged 1 commit intomainfrom
Conversation
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.
原问题
mainadvanced with the controller and payload-normalization changes.127.0.0.1:8787../scripts/smoke_e2e.sh --livepath had regressed to a skip, so direct upstream traversal no longer had a maintained smoke path.本次修复
mainwithout reverting the controller-oriented docs and support matrix./healthzplus explicit status outcomes for different or unknown runtimes on the same port.--livesmoke, kept the supported controller-matrix smoke paths, and documented both in the contributor/operator docs.Changed files list
CONTRIBUTING.md
README.md
modeio_middleware/dev_runtime.py
modeio_middleware/http_transport.py
scripts/dev_gateway.py
scripts/smoke_e2e.sh
tests/integration/test_gateway_contract.py
tests/unit/test_dev_runtime.py
Reviewer: @SI-RUI-ZHANG