feat(team-workflow): Add subscription for team in GroupSubscription
#68573
backend.yml
on: pull_request
detect what files changed
7s
Matrix: backend migration tests
Matrix: backend test
Matrix: cli test
Matrix: check migration
Matrix: snuba test
api docs test
4m 2s
requirements check
0s
plugins test
4m 18s
relay test
8m 3s
symbolicator test
7m 33s
backend typing
7m 23s
Backend
2s
Annotations
73 errors
api docs test:
tests/apidocs/endpoints/events/test_group_issue_details.py#L28
ProjectGroupIssueDetailsDocs__InRegionMode.test_put
AssertionError: 500
|
api docs test:
tests/apidocs/endpoints/events/test_group_issue_details.py#L28
ProjectGroupIssueDetailsDocs.test_put
AssertionError: 500
|
api docs test
Process completed with exit code 2.
|
backend test (3, 14):
tests/sentry/api/endpoints/test_group_notes.py#L113
GroupNoteCreateTest__InRegionMode.test_simple
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (3, 14):
tests/sentry/api/endpoints/test_group_notes.py#L258
GroupNoteCreateTest__InRegionMode.test_with_group_link
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (3, 14):
tests/sentry/api/endpoints/test_group_notes.py#L155
GroupNoteCreateTest__InRegionMode.test_with_mentions
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (3, 14):
tests/sentry/api/endpoints/test_group_notes.py#L207
GroupNoteCreateTest__InRegionMode.test_with_team_mentions
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (3, 14):
tests/sentry/api/endpoints/test_group_notes.py#L113
GroupNoteCreateTest.test_simple
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (3, 14):
tests/sentry/api/endpoints/test_group_notes.py#L258
GroupNoteCreateTest.test_with_group_link
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (3, 14):
tests/sentry/api/endpoints/test_group_notes.py#L155
GroupNoteCreateTest.test_with_mentions
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (3, 14):
tests/sentry/api/endpoints/test_group_notes.py#L207
GroupNoteCreateTest.test_with_team_mentions
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (3, 14):
tests/sentry/integrations/discord/webhooks/test_message_component.py#L74
DiscordMessageComponentInteractionTest.test_archive
KeyError: 'data'
|
backend test (3, 14):
tests/sentry/integrations/discord/webhooks/test_message_component.py#L74
DiscordMessageComponentInteractionTest.test_resolve_in_current_release
KeyError: 'data'
|
backend test (5, 14):
tests/sentry/models/test_release.py#L143
SetCommitsTestCase__InRegionMode.test_resolution_support_full_featured
TypeError: subscribe() got an unexpected keyword argument 'user'
|
backend test (5, 14):
tests/sentry/models/test_release.py#L143
SetCommitsTestCase.test_resolution_support_full_featured
TypeError: subscribe() got an unexpected keyword argument 'user'
|
backend test (5, 14):
tests/sentry/notifications/test_notifications.py#L128
ActivityNotificationTest__InControlMode.test_sends_note_notification
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (5, 14):
tests/sentry/notifications/test_notifications.py#L198
ActivityNotificationTest__InControlMode.test_sends_resolution_notification
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (5, 14):
tests/sentry/notifications/test_notifications.py#L370
ActivityNotificationTest__InControlMode.test_sends_resolved_in_release_notification
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (5, 14):
tests/sentry/notifications/test_notifications.py#L128
ActivityNotificationTest.test_sends_note_notification
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (5, 14):
tests/sentry/notifications/test_notifications.py#L198
ActivityNotificationTest.test_sends_resolution_notification
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (5, 14):
tests/sentry/notifications/test_notifications.py#L370
ActivityNotificationTest.test_sends_resolved_in_release_notification
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (5, 14):
tests/sentry/receivers/test_sentry_apps.py#L924
TestIssueWorkflowNotifications__InRegionMode.test_notify_after_basic_resolved
AssertionError: Expected 'delay' to be called once. Called 0 times.
|
backend test (5, 14):
tests/sentry/receivers/test_sentry_apps.py#L924
TestIssueWorkflowNotifications__InRegionMode.test_notify_after_resolve_in_commit
AssertionError: Expected 'delay' to be called once. Called 0 times.
|
snuba test (3):
tests/snuba/api/endpoints/test_project_group_index.py#L946
GroupUpdateTest__InRegionMode.test_basic_ignore
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (3):
tests/snuba/api/endpoints/test_project_group_index.py#L432
GroupUpdateTest__InRegionMode.test_bulk_resolve
AssertionError: {'detail': 'Internal Error', 'errorId': None}
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (3):
tests/snuba/api/endpoints/test_project_group_index.py#L387
GroupUpdateTest__InRegionMode.test_global_resolve
AssertionError: {'detail': 'Internal Error', 'errorId': None}
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (3):
tests/snuba/api/endpoints/test_project_group_index.py#L1187
GroupUpdateTest__InRegionMode.test_inbox_fields
assert 'inbox' in {'detail': 'Internal Error', 'errorId': None}
+ where {'detail': 'Internal Error', 'errorId': None} = <Response status_code=500, "application/json">.data
|
snuba test (3):
tests/snuba/api/endpoints/test_project_group_index.py#L485
GroupUpdateTest__InRegionMode.test_resolve_with_integration
AssertionError: {'detail': 'Internal Error', 'errorId': None}
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (3):
tests/snuba/api/endpoints/test_project_group_index.py#L628
GroupUpdateTest__InRegionMode.test_selective_status_update
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (3):
tests/snuba/api/endpoints/test_project_group_index.py#L565
GroupUpdateTest__InRegionMode.test_self_assign_issue
AssertionError: {'detail': 'Internal Error', 'errorId': None}
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (3):
tests/snuba/api/endpoints/test_project_group_index.py#L594
GroupUpdateTest__InRegionMode.test_self_assign_issue_next_release
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (3):
tests/snuba/api/endpoints/test_project_group_index.py#L1069
GroupUpdateTest__InRegionMode.test_set_bookmarked
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (3):
tests/snuba/api/endpoints/test_project_group_index.py#L665
GroupUpdateTest__InRegionMode.test_set_resolved_in_current_release
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (0, 14):
tests/sentry/api/helpers/test_group_index.py#L111
UpdateGroupsTest.test_ignore_with_substatus_archived_until_escalating
TypeError: subscribe() got an unexpected keyword argument 'user'
|
backend test (0, 14):
tests/sentry/api/helpers/test_group_index.py#L111
UpdateGroupsTest.test_ignoring_group_archived_forever
TypeError: subscribe() got an unexpected keyword argument 'user'
|
backend test (0, 14):
tests/sentry/api/helpers/test_group_index.py#L111
UpdateGroupsTest.test_ignoring_group_archived_until_condition_met
TypeError: subscribe() got an unexpected keyword argument 'user'
|
backend test (0, 14):
tests/sentry/api/helpers/test_group_index.py#L123
UpdateGroupsTest.test_resolving_unresolved_group
TypeError: subscribe() got an unexpected keyword argument 'user'
|
backend test (0, 14):
tests/sentry/api/helpers/test_group_index.py#L111
UpdateGroupsTest.test_unignoring_group
TypeError: subscribe() got an unexpected keyword argument 'user'
|
backend test (0, 14):
tests/sentry/api/helpers/test_group_index.py#L111
UpdateGroupsTest.test_unresolving_resolved_group
TypeError: subscribe() got an unexpected keyword argument 'user'
|
backend test (0, 14):
tests/sentry/api/helpers/test_group_index.py#L738
TestHandleIsBookmarked.test_is_bookmarked
TypeError: subscribe() got an unexpected keyword argument 'user'
|
backend test (0, 14):
tests/sentry/integrations/msteams/test_action_state_change.py#L179
StatusActionTest__InRegionMode.test_ignore_issue
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (0, 14):
tests/sentry/integrations/msteams/test_action_state_change.py#L201
StatusActionTest__InRegionMode.test_ignore_issue_with_additional_user_auth
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (0, 14):
tests/sentry/integrations/msteams/test_action_state_change.py#L318
StatusActionTest__InRegionMode.test_resolve_issue
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (4, 14):
tests/sentry/integrations/slack/webhooks/actions/test_status.py#L140
StatusActionTest__InRegionMode.test_archive_issue
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (4, 14):
tests/sentry/integrations/slack/webhooks/actions/test_status.py#L91
StatusActionTest__InRegionMode.test_ignore_issue
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (4, 14):
tests/sentry/integrations/slack/webhooks/actions/test_status.py#L162
StatusActionTest__InRegionMode.test_ignore_issue_with_additional_user_auth
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (4, 14):
tests/sentry/integrations/slack/webhooks/actions/test_status.py#L343
StatusActionTest__InRegionMode.test_resolve_issue
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (4, 14):
tests/sentry/integrations/slack/webhooks/actions/test_status.py#L401
StatusActionTest__InRegionMode.test_resolve_issue_in_next_release
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (4, 14):
tests/sentry/integrations/slack/webhooks/actions/test_status.py#L264
StatusActionTest__InRegionMode.test_response_differs_on_bot_message
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (4, 14):
tests/sentry/integrations/slack/webhooks/actions/test_status.py#L140
StatusActionTest.test_archive_issue
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (4, 14):
tests/sentry/integrations/slack/webhooks/actions/test_status.py#L91
StatusActionTest.test_ignore_issue
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (4, 14):
tests/sentry/integrations/slack/webhooks/actions/test_status.py#L162
StatusActionTest.test_ignore_issue_with_additional_user_auth
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (4, 14):
tests/sentry/integrations/slack/webhooks/actions/test_status.py#L343
StatusActionTest.test_resolve_issue
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (0):
tests/snuba/api/endpoints/test_organization_group_index.py#L42
GroupUpdateTest__InRegionMode.test_basic_ignore
AssertionError: (500, b'{"detail":"Internal Error","errorId":null}')
assert 500 < 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (0):
tests/snuba/api/endpoints/test_organization_group_index.py#L42
GroupUpdateTest__InRegionMode.test_bulk_resolve
AssertionError: (500, b'{"detail":"Internal Error","errorId":null}')
assert 500 < 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (0):
tests/snuba/api/endpoints/test_organization_group_index.py#L42
GroupUpdateTest__InRegionMode.test_global_resolve
AssertionError: (500, b'{"detail":"Internal Error","errorId":null}')
assert 500 < 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (0):
tests/snuba/api/endpoints/test_organization_group_index.py#L42
GroupUpdateTest__InRegionMode.test_in_non_semver_projects_group_resolution_stores_current_release_version
AssertionError: (500, b'{"detail":"Internal Error","errorId":null}')
assert 500 < 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (0):
tests/snuba/api/endpoints/test_organization_group_index.py#L42
GroupUpdateTest__InRegionMode.test_in_non_semver_projects_resolved_in_next_release_is_equated_to_in_release
AssertionError: (500, b'{"detail":"Internal Error","errorId":null}')
assert 500 < 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (0):
tests/snuba/api/endpoints/test_organization_group_index.py#L42
GroupUpdateTest__InRegionMode.test_in_non_semver_projects_store_actual_current_release_version_not_cached_version
AssertionError: (500, b'{"detail":"Internal Error","errorId":null}')
assert 500 < 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (0):
tests/snuba/api/endpoints/test_organization_group_index.py#L42
GroupUpdateTest__InRegionMode.test_in_semver_projects_group_resolution_stores_current_release_version
AssertionError: (500, b'{"detail":"Internal Error","errorId":null}')
assert 500 < 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (0):
tests/snuba/api/endpoints/test_organization_group_index.py#L42
GroupUpdateTest__InRegionMode.test_in_semver_projects_set_resolved_in_explicit_release
AssertionError: (500, b'{"detail":"Internal Error","errorId":null}')
assert 500 < 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (0):
tests/snuba/api/endpoints/test_organization_group_index.py#L42
GroupUpdateTest__InRegionMode.test_resolve_ignored
AssertionError: (500, b'{"detail":"Internal Error","errorId":null}')
assert 500 < 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
snuba test (0):
tests/snuba/api/endpoints/test_organization_group_index.py#L42
GroupUpdateTest__InRegionMode.test_resolve_member
AssertionError: (500, b'{"detail":"Internal Error","errorId":null}')
assert 500 < 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (6, 14):
tests/sentry/api/endpoints/test_group_details.py#L341
GroupUpdateTest__InRegionMode.test_bookmark
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (6, 14):
tests/sentry/api/endpoints/test_group_details.py#L276
GroupUpdateTest__InRegionMode.test_resolve
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (6, 14):
tests/sentry/api/endpoints/test_group_details.py#L297
GroupUpdateTest__InRegionMode.test_resolved_in_next_release
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (6, 14):
tests/sentry/api/endpoints/test_group_details.py#L315
GroupUpdateTest__InRegionMode.test_snooze_duration
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (6, 14):
tests/sentry/api/endpoints/test_group_details.py#L341
GroupUpdateTest.test_bookmark
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (6, 14):
tests/sentry/api/endpoints/test_group_details.py#L276
GroupUpdateTest.test_resolve
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (6, 14):
tests/sentry/api/endpoints/test_group_details.py#L297
GroupUpdateTest.test_resolved_in_next_release
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (6, 14):
tests/sentry/api/endpoints/test_group_details.py#L315
GroupUpdateTest.test_snooze_duration
assert 500 == 200
+ where 500 = <Response status_code=500, "application/json">.status_code
|
backend test (6, 14)
Process completed with exit code 2.
|
Backend
Process completed with exit code 1.
|