claude_dev
|
effd3caa4a
|
test(phase3a): 端到端冒烟 + multiprocessing guard 修复 + 覆盖率
Created comprehensive Phase 3a smoke test (scripts/smoke_phase3a.py) with:
- sys.path config (auto-detects local vs container)
- JWT login + protected route auth (with graceful bcrypt skip)
- Orchestrator async (ProcessPoolExecutor confirmed)
- WS stage wiring (on_stage callback verified)
- Real factor tears pipeline (multiprocessing fix validated)
Multiprocessing blocker resolved:
- Added if __name__ == "__main__": guard to enable vnpy.alpha spawn
- Tested in container - factor pipeline runs end-to-end
- max_workers=1 still spawns processes (guard required regardless)
Test coverage:
- Local: 44/44 tests passed, 82% coverage (sanguo_api + orchestrator)
- Container: 30/30 tests passed (factor + backtest)
- Smoke: All 6 sections passed in container
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-06 19:50:34 +08:00 |
|
claude_dev
|
8041d4a9a5
|
test(phase2): 端到端冒烟通过(result_store+因子+API+data_adapter 真实 A 股 117 bars)
|
2026-07-06 11:44:22 +08:00 |
|
claude_dev
|
ee4bccb06b
|
spike(s2): run_optimization PASS(vnpy_ctastrategy 1.4.1 + spawn pool + max_workers)
|
2026-07-06 07:45:47 +08:00 |
|
claude_dev
|
9a257994b3
|
spike(s1): vnpy.alpha A 股支撑度 PASS(AlphaLab 存取 + ts_mean 因子计算)
|
2026-07-06 07:40:38 +08:00 |
|
claude_dev
|
b325109df6
|
spike(s3): peewee 冲突验证 PASS(alphalens 0.4.6 + vnpy_sqlite peewee 4.1.1 共存)
|
2026-07-06 07:33:47 +08:00 |
|
claude_dev
|
6da8a55b5e
|
docs(phase1): 数据层完成报告 + 端到端冒烟脚本
|
2026-07-05 23:47:07 +08:00 |
|
claude_dev
|
36ec0d38e3
|
chore: 添加 .gitkeep 保持目录结构
- tests/.gitkeep
- scripts/.gitkeep
- examples/.gitkeep
确保空目录在 Git 中被追踪。
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-07-01 21:21:57 +08:00 |
|