Flaky test: tests/sentry/workflow_engine/endpoints/test_organization_detector_details.py::OrganizationDetectorDetailsPutTest::test_update
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/workflow_engine/endpoints/test_organization_detector_details.py::OrganizationDetectorDetailsPutTest::test_update
Sentry sha: 4a8dadc9c184ad93a761561c5f57437a29cd3300
Run: https://github.com/getsentry/sentry/actions/runs/22283662403
[1m[31mtests/sentry/workflow_engine/endpoints/test_organization_detector_details.py[0m:300: in test_update
self.assert_data_condition_updated(condition)
[1m[31mtests/sentry/workflow_engine/endpoints/test_organization_detector_details.py[0m:272: in assert_data_condition_updated
assert condition.type == Condition.GREATER.value
[1m[31mE AssertionError: assert 'lte' == 'gt'[0m
[1m[31mE [0m
[1m[31mE - gt[0m
[1m[31mE + lte[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 with tests/sentry/workflow_engine/endpoints/test_organization_detector_details.py, especially test_update and assert_data_condition_updated, and rerun the named test to reproduce the failure. Trace why the condition remains lte instead of becoming gt, then verify the test passes reliably across repeated runs.
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