Skip to content

Conversation

@mifu67
Copy link
Contributor

@mifu67 mifu67 commented Oct 23, 2025

Duplicate of https://github.com/getsentry/getsentry/pull/17549 using a migration for self-hosted users.

@mifu67 mifu67 requested review from a team as code owners October 23, 2025 00:22
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Oct 23, 2025
@mifu67 mifu67 changed the base branch from master to mifu67/member-merge/sentry-app-proxy-user-email-backfill-self-hosted October 23, 2025 00:22

@control_silo_test
@override_settings(SENTRY_SELF_HOSTED=True)
class BackfillSelfHostedSentryAppEmailsTest(TestMigrations):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Test Class Name Mismatch

The test class BackfillSelfHostedSentryAppEmailsTest has an incorrect name. This looks like a copy-paste from the 0997 migration test. The class is actually validating the 0998 migration, which deletes never-active users without emails, so the current name doesn't accurately reflect its purpose.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants