getsentry / getsentry/sentry

[Flaky CI]: three failing spans tests

Open
#84,070 1 comment 0 reactions 0 assignees View on GitHub
Type: CI Flakiness
Dominant language
Python
Stars
44.8k
Forks
4.9k
Avg merge
22h 21m
Merged PRs (30d)
586

Description

### Flakiness Type

Timeout

### Name of Job

backend (6)

### Name of Test

OrganizationEventsTraceEndpointTestUsingSpans

### Link to Test Run

https://github.com/getsentry/sentry/actions/runs/12990892124/job/36227168523

### Details

```
_ OrganizationEventsTraceEndpointTestUsingSpans.test_split_by_char_optimization _
tests/snuba/api/endpoints/test_organization_events_trace.py:1628: in test_split_by_char_optimization
self.assert_trace_data(trace_transaction)
tests/snuba/api/endpoints/test_organization_events_trace.py:668: in assert_trace_data
self.assert_performance_issues(root)
tests/snuba/api/endpoints/test_organization_events_trace.py:1427: in assert_performance_issues
assert len(root["performance_issues"]) == 2
E assert 0 == 2
E + where 0 = len([])
_ OrganizationEventsTraceEndpointTestUsingSpans.test_timestamp_optimization_without_mock _
tests/snuba/api/endpoints/test_organization_events_trace.py:1584: in test_timestamp_optimization_without_mock
self.assert_trace_data(trace_transaction)
tests/snuba/api/endpoints/test_organization_events_trace.py:668: in assert_trace_data
self.assert_performance_issues(root)
tests/snuba/api/endpoints/test_organization_events_trace.py:1427: in assert_performance_issues
assert len(root["performance_issues"]) == 2
E assert 0 == 2
E + where 0 = len([])
_______ OrganizationEventsTraceEndpointTestUsingSpans.test_with_default ________
tests/snuba/api/endpoints/test_organization_events_trace.py:1330: in test_with_default
self.assert_trace_data(response.data["transactions"][0])
tests/snuba/api/endpoints/test_organization_events_trace.py:668: in assert_trace_data
self.assert_performance_issues(root)
tests/snuba/api/endpoints/test_organization_events_trace.py:1427: in assert_performance_issues
assert len(root["performance_issues"]) == 2
E assert 0 == 2
E + where 0 = len([])
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.