Flaky test: tests/snuba/api/endpoints/test_organization_events.py::OrganizationEventsEndpointTest::test_epm_function
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 21h 10m
- Merged PRs (30d)
- 635
Description
Failing test: `tests/snuba/api/endpoints/test_organization_events.py::OrganizationEventsEndpointTest::test_epm_function`
Sentry sha: abdb2eeccb973e9b33600d0fb95e18b12b995415
Run: https://github.com/getsentry/sentry/actions/runs/22208446956
```
[1m[31mtests/snuba/api/endpoints/test_organization_events.py[0m:2446: in test_epm_function
assert data[0]["epm()"] == 0.5
[1m[31mE assert 0.5042016806722689 == 0.5[0m
```
Contributor guide
Research direction
Start with tests/snuba/api/endpoints/test_organization_events.py::OrganizationEventsEndpointTest::test_epm_function and run the named test to reproduce the reported value mismatch. Trace the test's epm() result and determine why it varies; done means the test is reliable and passes with the intended result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100