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::test_concurrent_requests and reproduce it in GitHub Actions on ubuntu-latest. Investigate the intermittent TimeoutError and the test setup around concurrent requests. Done means the test no longer flakes in CI while still validating the intended behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100