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: abdb2eeccb973e9b33600d0fb95e18b12b995415
Run: https://github.com/getsentry/sentry/actions/runs/22208450954
```
[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 0x7fd38d8b52b0>.filename[0m
```
Contributor guide
Research direction
Start with tests/sentry/replays/integration/test_data_export.py::test_export_replay_row_set and run the named test using the failing Sentry revision. Inspect the assertion around line 83 and the Sink filename value. Done means the flaky test reliably passes with the expected replay export filename.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clickhouse, python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100