fix: cherry-pick PR#1 dev stability and unblock CI tests#2
Merged
Conversation
Absorb cross-platform dev fixes (SSE abort, model fallback, Windows npm spawn, test runner) from PR #1 while skipping conflicting changes. Fix CI hang caused by MarketDataEngine autoDiscover starting provider dir watchers in multi-market tests; run tests per-file with force-exit and timeouts. Co-authored-by: Tanyu-y <11351187+Tanyu-y@users.noreply.github.com> Co-authored-by: Tanyu-y <weihengyi@outlook.com>
Closed
4bf7b84 to
f24c7eb
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.
Summary
本 PR 择优吸纳 #1 的有效改动,并在当前
main上解决冲突与 CI 挂起问题:aborted/reply.close分离,避免误触发「已停止」default_model指向已删除 provider 时自动回退npmspawn、process.execPath)scripts/run-tests.mjs(逐文件子进程 + 超时 + force-exit)skills构建去掉cp依赖multi-market-architecture测试因MarketDataEngine()watcher 导致 CI 挂死共创与致谢
感谢 @Tanyu-y 在 #1 中的排查与修复思路;相关 commit 已通过
Co-authored-by纳入共创身份,合并后 GitHub 会统计其贡献。Test plan
npm run test:ci(全量约 5s)node --test --test-force-exit tests/multi-market-architecture.test.mjs关联
合并本 PR 后关闭 #1(改动已吸收,无需再 merge #1)。