Flaky test: tests/sentry/services/eventstore/test_models.py::EventTest::test_snuba_data
Open
Nobody has claimed this yet.
flaky-test
Tests
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 21h 23m
- Merged PRs (30d)
- 607
Description
Failing test: tests/sentry/services/eventstore/test_models.py::EventTest::test_snuba_data
Sentry sha: 5d2fb55dc4851f3fed1a58b2eabfdb4d41c73cce
Run: https://github.com/getsentry/sentry/actions/runs/22284912273
[1m[31mtests/sentry/services/eventstore/test_models.py[0m:254: in test_snuba_data
assert event_from_nodestore.timestamp == event_from_snuba.timestamp
[1m[31mE AssertionError: assert '2026-02-22T20:43:32+00:00' == '2026-02-22T2....775000+00:00'[0m
[1m[31mE [0m
[1m[31mE - 2026-02-22T20:43:32.775000+00:00[0m
[1m[31mE ? -------[0m
[1m[31mE + 2026-02-22T20:43:32+00:00[0m
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running tests/sentry/services/eventstore/test_models.py::EventTest::test_snuba_data at the cited Sentry SHA and inspect the failing timestamp assertion around line 254. Compare the nodestore and Snuba event timestamps across repeated runs; the work is done when this test passes consistently with the timestamps equal.
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