docs: add runner OpenAPI schema fetch brittleness + --validate=false guide#125
Closed
weicao wants to merge 1 commit into
Closed
docs: add runner OpenAPI schema fetch brittleness + --validate=false guide#125weicao wants to merge 1 commit into
weicao wants to merge 1 commit into
Conversation
…guide Methodology body covers: - Why kubectl apply default client-side OpenAPI schema fetch is a brittle path that hangs / cancels on unstable remote API entry - 5 hard rules: server-side admission must NOT be relaxed; --validate=false only on identified brittle apply points (never global alias); change is runner-harness hardening only (NOT product / addon / KB fix evidence); 3-class apply failure classification (server admission / RBAC / network); consolidate brittle apply points into helper for single grep coverage - patch-gate 3 indicators - 5-point PR review checklist - 2 anti-pattern vs correct-pattern pairs Appendix A is OceanBase enterprise addon T-PITR.4 apply hit Client.Timeout on OpenAPI body read case (RUN_ID pitr-runtime-postreadyfix-N2-...) + runner-side helper landing on tests/pitr.sh sha 6edf74fc -> f4b3375e + later structural fix via addon-runner-incluster-vcluster-access-pattern. Explicit boundary: helper landing only proves apply succeeded in 1 sample; NOT release-ready evidence.
Contributor
Author
|
Blocking for merge:
One content note for the recheck: keep |
3 tasks
Contributor
Author
|
Closing per Allen's docs PR queue triage (DM 2026-05-18). Superseded by main-branch standard guide(s). |
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.
Summary
New methodology doc
addon-runner-openapi-schema-fetch-brittleness-guide.mdcovering when test harnesskubectl applycalls hit transientfailed to download openapi: ... Client.Timeout / context cancellationerrors against unstable remote API entry, and how to scope--validate=falsedefensively.Body (generic methodology, version-agnostic, no engine binding):
kubectl applydefault client-side OpenAPI schema fetch is a brittle path; 3 distinguishable failure signatures--validate=falseonly on identified brittle apply points (never global alias); change is runner-harness hardening (NOT product / addon / KB fix evidence); 3-class apply failure classification (server admission / RBAC / network transient); consolidate brittle apply points into helper for single grep coverageaddon-runner-incluster-vcluster-access-pattern-guide.md,addon-test-acceptance-and-first-blocker-guide.md,addon-evidence-discipline-guide.md,addon-postready-bounded-timeout-failure-classification-guide.mdAppendix A is OceanBase enterprise addon T-PITR.4 OpenAPI body read cancellation case (RUN_ID
pitr-runtime-postreadyfix-N2-...) + runner-side helper landing ontests/pitr.shsha6edf74fc...→f4b3375e...+ structural follow-up viaaddon-runner-incluster-vcluster-access-pattern-guide.md(in-cluster DNS removes the workstation hop). Explicit boundary: helper landing only proves apply succeeded in 1 subsequent sample; NOT release-ready / NOT permanent immunity.SKILL-INDEX.md updated: added entry under
### 5. 改造 runner / 工具链.Test plan
🤖 Generated with Claude Code