[typespec-go] probe: check whether Go CI already fails on main (DO NOT MERGE)#4962
Closed
msyyc wants to merge 1 commit into
Closed
[typespec-go] probe: check whether Go CI already fails on main (DO NOT MERGE)#4962msyyc wants to merge 1 commit into
msyyc wants to merge 1 commit into
Conversation
Draft-only. Adds an inert file under packages/typespec-go/** to trigger the standalone ci-go.yml on main and confirm the "Regenerate" step fails on the new ARM scenario postPagingLroWithBody (azure-http-specs Azure#4632), independent of PR Azure#4874's downstream-CI wiring. To be closed/reverted. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 62793370-fd78-402e-b139-26588818aa1e
Contributor
|
❌ There is undocummented changes. Run The following packages have changes but are not documented.
Show changes |
commit: |
Contributor
|
You can try these changes here
|
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.
Draft / do-not-merge — diagnostic probe.
Purpose: confirm that Go CI already fails on
mainindependently of #4874's downstream-CI wiring.The
Regeneratestep (pnpm run tspcompile) is expected to fail with:Root cause: the
postPagingLroWithBodyARM scenario was added topackages/azure-http-specs/.../operation-templates/lropaging.tspin #4632 (specs-only). The go emitter (autorest.go) doesn't support it yet. Onmain,ci-go.ymlonly triggers onpackages/typespec-go/**, so #4632 never ran it and the break stayed latent.This PR adds one inert file under
packages/typespec-go/**to triggerci-go.yml. If theGo / Mock API Testsjob fails atRegeneratewith the error above, it proves the failure is a pre-existing emitter bug, not a defect in #4874.Will be closed once CI status is confirmed.