Skip to content

chore: add fe flag to hide/show ui toggle#110637

Merged
shruthilayaj merged 4 commits into
masterfrom
shruthi/chore/add-fe-ui-flag
Mar 13, 2026
Merged

chore: add fe flag to hide/show ui toggle#110637
shruthilayaj merged 4 commits into
masterfrom
shruthi/chore/add-fe-ui-flag

Conversation

@shruthilayaj
Copy link
Copy Markdown
Member

this will control the frontend ui toggle to enable/disable
context engine on demand for the reasoning platform team

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Mar 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 13, 2026

Backend Test Failures

Failures on 5f67194 in this run:

tests/sentry/issues/escalating/test_escalating.py::TestEAPIsEscalating::test_eap_and_snuba_past_counts_aggregate_same_hourlog
tests/sentry/issues/escalating/test_escalating.py:439: in test_eap_and_snuba_past_counts_aggregate_same_hour
    assert len(snuba_results) == len(eap_results) == 1
E   assert 0 == 1
E    +  where 0 = len([])
tests/sentry/issues/escalating/test_escalating.py::TestEAPIsEscalating::test_eap_and_snuba_hourly_counts_matchlog
tests/sentry/issues/escalating/test_escalating.py:365: in test_eap_and_snuba_hourly_counts_match
    assert snuba_count == eap_count == 6
E   assert 0 == 6
tests/sentry/issues/escalating/test_escalating.py::TestEAPIsEscalating::test_eap_and_snuba_past_counts_match_multiple_groupslog
tests/sentry/issues/escalating/test_escalating.py:423: in test_eap_and_snuba_past_counts_match_multiple_groups
    assert eap_counts[group_a.id] == 2
E   KeyError: 233
tests/sentry/issues/escalating/test_escalating.py::TestEAPIsEscalating::test_eap_hourly_count_excludes_old_eventslog
tests/sentry/issues/escalating/test_escalating.py:382: in test_eap_hourly_count_excludes_old_events
    assert snuba_count == eap_count == 1
E   assert 0 == 1
tests/sentry/issues/escalating/test_escalating.py::TestEAPIsEscalating::test_eap_and_snuba_past_counts_match_single_grouplog
tests/sentry/issues/escalating/test_escalating.py:396: in test_eap_and_snuba_past_counts_match_single_group
    assert len(snuba_results) == len(eap_results) == 1
E   assert 0 == 1
E    +  where 0 = len([])

@github-actions
Copy link
Copy Markdown
Contributor

Backend Test Failures

Failures on 856d7a6 in this run:

tests/snuba/api/endpoints/test_organization_events_stats_ourlogs.py::OrganizationEventsStatsOurlogsEndpointTest::test_homepage_querylog
tests/snuba/api/endpoints/test_organization_events_stats_ourlogs.py:99: in test_homepage_query
    assert [attrs for time, attrs in response.data["data"]] == [[{"count": 0}]] * 338
E   AssertionError: assert [[{'count': 0...nt': 0}], ...] == [[{'count': 0...nt': 0}], ...]
E     
E     Left contains one more item: [{'count': 0}]
E     
E     Full diff:
E       [
E           [
E               {
E                   'count': 0,
E               },
E           ],
E           [
E               {
E                   'count': 0,
E               },
E           ],
E           [
E               {
E                   'count': 0,
E               },
E           ],
E           [
E               {
E                   'count': 0,
E               },
E           ],
E           [
E               {
E                   'count': 0,
E               },
E           ],
E           [
E               {
E                   'count': 0,
E               },
E           ],
E           [
E               {
E                   'count': 0,
E               },
E           ],
E           [
E               {
E                   'count': 0,
E               },
E           ],
E           [
E               {
... (1654 more lines)

@shruthilayaj shruthilayaj merged commit f072f28 into master Mar 13, 2026
78 checks passed
@shruthilayaj shruthilayaj deleted the shruthi/chore/add-fe-ui-flag branch March 13, 2026 18:26
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants