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 failing test_api.py::test_concurrent_requests case in GitHub Actions on ubuntu-latest. Reproduce the intermittent TimeoutError and inspect the test setup for the suspected race; done means the test no longer flakes in CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100