Flaky test: tests/sentry/replays/integration/test_data_export.py::test_export_replay_row_set
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 21h 10m
- Merged PRs (30d)
- 635
Description
Failing test: `tests/sentry/replays/integration/test_data_export.py::test_export_replay_row_set`
Sentry sha: 02e8ded902342f5b18db32c91f8f4f174afc4551
Run: https://github.com/getsentry/sentry/actions/runs/22243447656
```
[1m[31mtests/sentry/replays/integration/test_data_export.py[0m:83: in test_export_replay_row_set
assert (
[1m[31mE AssertionError: assert None == 'clickhouse/session-replay/1/2025-01-01T00:00:00/2025-01-01T00:01:00/0'[0m
[1m[31mE + where None = .Sink object at 0x7f516e97fe00>.filename[0m
```
Contributor guide
Research direction
Start with tests/sentry/replays/integration/test_data_export.py::test_export_replay_row_set and reproduce the failure using the linked GitHub Actions run as context. Trace why Sink.filename is None instead of the expected replay path; done means the test passes reliably without losing its expected export assertion.
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
- Needs clarification
- Newbie friendliness
- 35/100