test: 记录双平台小规模真实验收

This commit is contained in:
meijiali
2026-07-03 14:53:54 +08:00
parent eedb1db4da
commit 46037a217b
3 changed files with 78 additions and 1 deletions
+22
View File
@@ -345,6 +345,28 @@ feat: 打磨报告页和内容详情页
test: 记录双平台小规模真实验收
```
完成记录:
```text
完成日期:2026-07-03
相关 commit:test: 记录双平台小规模真实验收
验证命令:
- .venv/bin/python -m pytest tests/unit tests/integration -q
- .venv/bin/python -m pytest tests/unit tests/integration --cov=app --cov-branch --cov-report=term-missing
- docker compose up -d --build
- curl -f http://localhost:8000/health
真实任务 ID
- 小红书:8ae106f4-64dc-4675-a021-f78092926ce6
- 抖音:b295f4b2-d546-4121-99bc-48d166d86bf4
验收结论:
- 小红书 1×1×10status=success,热点 1,内容 1,评论 10,报告 2,AI 成功率 100%。
- 抖音 1×1×10status=success,热点 1,内容 1,评论 10,报告 2,AI 成功率 100%。
- 页面可查看任务详情、热点报告、内容详情和评论明细。
- 自动化测试补充了连续 429 的 1s→2s→4s 退避断言,以及单个内容条目失败后继续处理后续条目的容错测试。
- 代码中未发现 httpx.AsyncClient 使用。
遗留问题:无;进入 WO-04 默认规模验收。
```
### WO-04 双平台默认规模验收
优先级:P0