CI: tests flaking on ubuntu-latest
Open
- Dominant language
- Java
- Stars
- 15.9k
- Forks
- 3.9k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 520
Description
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.
Contributor guide
Research direction
Start with tests/integration/test_api.py and the GitHub Actions run on ubuntu-latest. Reproduce test_api.py::test_concurrent_requests repeatedly and inspect its setup for the reported timeout or race. Done means the test no longer flakes in CI and the integration test passes consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python, ubuntu
- Domain
- ci-cd, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100