Flaky test: tests/sentry/web/frontend/test_group_tag_export.py::GroupTagExportTest::test_rate_limit
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 21h 10m
- Merged PRs (30d)
- 635
Description
Failing test: `tests/sentry/web/frontend/test_group_tag_export.py::GroupTagExportTest::test_rate_limit`
Sentry sha: 7ff1be947968f2335a896cb228819f332e9b2035
Run: https://github.com/getsentry/sentry/actions/runs/22292653278
```
[1m[31mtests/sentry/web/frontend/test_group_tag_export.py[0m:127: in test_rate_limit
assert response.status_code == 429
[1m[31mE assert 200 == 429[0m
[1m[31mE + where 200 = .status_code[0m
```
Contributor guide
Research direction
Start with tests/sentry/web/frontend/test_group_tag_export.py::GroupTagExportTest::test_rate_limit and reproduce the failure from the linked GitHub Actions run. Trace why the request returns 200 instead of 429, then make the test or rate-limit behavior reliable and verify that the test consistently passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100