getsentry / getsentry/sentry

Flaky test: tests/sentry/web/frontend/test_group_tag_export.py::GroupTagExportTest::test_rate_limit

Open
#108,981 1 comment 0 reactions 0 assignees View on GitHub
flaky-test Tests
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

```
tests/sentry/web/frontend/test_group_tag_export.py:127: in test_rate_limit
assert response.status_code == 429
E assert 200 == 429
E + where 200 = .status_code
```

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.