Update: Harden middleware infra diagnostics and live smoke#13
Closed
SI-RUI-ZHANG wants to merge 1 commit intomainfrom
Closed
Update: Harden middleware infra diagnostics and live smoke#13SI-RUI-ZHANG wants to merge 1 commit intomainfrom
SI-RUI-ZHANG wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
Superseded by #14 after rebasing onto current main to resolve the controller/docs conflicts cleanly. |
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.
原问题
scripts/dev_gateway.py statuscould report healthy even when the listener belonged to an older or different worktree../scripts/smoke_e2e.sh --livepath had regressed into a deprecated skip while.github/workflows/live-smoke.ymlstill depended on it, so scheduled live smoke was no longer exercising a real gateway-to-upstream validation path.本次修复
/healthz, then taughtscripts/dev_gateway.py statusto distinguish healthy current-runtime, healthy different-runtime, and healthy-but-identity-unknown cases../scripts/smoke_e2e.sh --liveas a real direct-upstream live smoke using API-key auth, preserving the existing CI workflow contract without requiring host-installed harness auth.python scripts/*.pyhelpers for source-checkout maintainer flows.Changed files list
CONTRIBUTING.md
QUICKSTART.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