Flaky test: tests/sentry/models/test_team.py::TeamTest::test_without_snowflake
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 21h 10m
- Merged PRs (30d)
- 635
Description
Failing test: `tests/sentry/models/test_team.py::TeamTest::test_without_snowflake`
Sentry sha: 0d5451c31105a61daec985b5eb8d97ba64935fbf
Run: https://github.com/getsentry/sentry/actions/runs/22207223071
```
[1m[31mtests/sentry/models/test_team.py[0m:77: in test_without_snowflake
assert id_after == id_before + 1
[1m[31mE assert 1 == (1 + 1)[0m
```
Contributor guide
Research direction
Start with tests/sentry/models/test_team.py::TeamTest::test_without_snowflake and inspect the failing assertion at line 77. Reproduce it using the test and compare with the linked GitHub Actions run at the recorded Sentry SHA. Done means the test no longer flakes and the assertion passes reliably.
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