docs(#5337): add architecture-review evidence table for #5296 sub-issues - #5349
Merged
Conversation
Closed
4 tasks
Closes #5337 (Q1 production validation evidence + Q8 closure criteria). Links every closed sub-issue of #5296 to its PR, squash-commit hash, test files, test command, CI run, backend/version, deployment topology, and observed result. The 7 reliability scenarios called out in #5337 (Q1) are answered in the "Scenarios" section with concrete PR + test refs. Status legend distinguishes MERGED (PR landed; CI on record before the Actions platform outage) from OPEN-CI-startup_failure (PR open; CI blocked by a repository-level runner availability issue affecting all workflows since 2026-09-07 16:23 UTC). 19 PRs are catalogued, of which 16 are MERGED and 3 are OPEN-CI-startup_failure (#5345 / #5346 / #5348, all blocked on the same platform issue). Co-authored-by: qqeasonchen <qqeasonchen@gmail.com> Retry-CI: Retry-CI-after-outage-1788836620
qqeasonchen
force-pushed
the
fix/5337-evidence
branch
from
September 8, 2026 03:04
82f86b8 to
072e8e3
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.
What this PR does
Closes #5337 (Q1 production validation evidence + Q8 closure criteria for #5296 sub-issues).
This PR adds
docs/architecture-review/evidence.md-- a single-source-of-truth evidence table that links every closed sub-issue of #5296 to:Coverage
19 PRs catalogued, of which:
7 reliability scenarios from #5337 Q1
All 7 scenarios have at least one MERGED PR with the test implementation.
Items moved to follow-up (per #5337 acceptance)
docs/storage-spi.md(EventMeshSPI loader change needed)Current CI status (as of 2026-09-08 09:50 GMT+8)
A repository-level
startup_failureis affecting every workflow that requires a GitHub-hosted runner since 2026-09-07 16:23 UTC. 65% of recent workflow runs arestartup_failure. Last known successfulpushto develop was2b0d7abb1on 2026-09-03 02:18 UTC. Workflow file content is unchanged between the last successful and current failing runs (verified forarchitecture-guard.yml). This is a repository-level Actions registry / runner availability issue, not a code-introduced regression.Acceptance
architecture-review/evidence.md(or section in [Architecture Review] Consolidate EventMesh boundaries and production-grade consistency #5296) lists each sub-issue with the 7-column evidence row above.Co-authored-by: qqeasonchen qqeasonchen@gmail.com