ci: 收紧测试超时并补齐 Windows 安装器门禁 - #110
Merged
Merged
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.
背景
#108 的 Windows follow-up 暴露了两个 CI 层问题:
ACP 竞态本身已由 #109 修复。本 PR 只治理 CI,不再改产品逻辑。
改动
-count=1,避免 setup-go 恢复的 test cache 让 CI 跳过真实执行。-timeout=3m,Linux 额外对 prompt/steering 关键路径做 20 轮 race 回归并限制 90 秒。Windows Installer gate,便于安全加入 branch protection;change detection 失败、相关 E2E 失败都会使 gate 失败。workflow_dispatch。本地验证
go test ./... -count=1 -timeout=3mgo test -race ./internal/acp -run 'Test(StartPromptWaitsForPromptDispatchBeforeSteering|ClaudeSteeringFallbackCancelsOldRunAndStartsObservableTurn|CodexSteeringFallbackCancelsOldRunAndStartsObservableTurn)$' -count=20 -timeout=90sgo test -race ./... -count=1 -timeout=3mgo vet ./...go build ./cmd/agentdockactionlintgit diff --check