|
@@ -430,8 +430,6 @@ module = [
|
|
|
"sentry.db.postgres.decorators",
|
|
|
"sentry.db.postgres.operations",
|
|
|
"sentry.db.router",
|
|
|
- "sentry.debug.utils.packages",
|
|
|
- "sentry.debug.utils.thread_collector",
|
|
|
"sentry.deletions.defaults.group",
|
|
|
"sentry.deletions.defaults.project",
|
|
|
"sentry.digests.notifications",
|
|
@@ -679,7 +677,6 @@ module = [
|
|
|
"sentry.models.integrations.sentry_app_installation_token",
|
|
|
"sentry.models.notificationaction",
|
|
|
"sentry.models.notificationsetting",
|
|
|
- "sentry.models.options.organization_option",
|
|
|
"sentry.models.options.project_option",
|
|
|
"sentry.models.options.user_option",
|
|
|
"sentry.models.organization",
|
|
@@ -837,7 +834,6 @@ module = [
|
|
|
"sentry.shared_integrations.client.internal",
|
|
|
"sentry.shared_integrations.client.proxy",
|
|
|
"sentry.silo.base",
|
|
|
- "sentry.silo.client",
|
|
|
"sentry.similarity.backends.dummy",
|
|
|
"sentry.similarity.features",
|
|
|
"sentry.snuba.discover",
|
|
@@ -1024,12 +1020,6 @@ module = [
|
|
|
"sentry_plugins.splunk.plugin",
|
|
|
"sentry_plugins.trello.plugin",
|
|
|
"sentry_plugins.twilio.plugin",
|
|
|
- "tests.acceptance.chartcuterie.test_chart_renderer",
|
|
|
- "tests.acceptance.test_organization_dashboards",
|
|
|
- "tests.acceptance.test_shared_issue",
|
|
|
- "tests.integration.test_api",
|
|
|
- "tests.relay_integration.lang.java.test_plugin",
|
|
|
- "tests.relay_integration.test_sdk",
|
|
|
"tests.sentry.api.bases.test_organization",
|
|
|
"tests.sentry.api.bases.test_project",
|
|
|
"tests.sentry.api.bases.test_sentryapps",
|
|
@@ -1063,19 +1053,15 @@ module = [
|
|
|
"tests.sentry.api.endpoints.test_organization_metric_tag_details",
|
|
|
"tests.sentry.api.endpoints.test_organization_metrics",
|
|
|
"tests.sentry.api.endpoints.test_organization_recent_searches",
|
|
|
- "tests.sentry.api.endpoints.test_organization_release_file_details",
|
|
|
"tests.sentry.api.endpoints.test_organization_releases",
|
|
|
- "tests.sentry.api.endpoints.test_organization_repository_details",
|
|
|
"tests.sentry.api.endpoints.test_organization_sdk_updates",
|
|
|
"tests.sentry.api.endpoints.test_organization_sentry_app_installation_details",
|
|
|
"tests.sentry.api.endpoints.test_organization_sentry_functions",
|
|
|
- "tests.sentry.api.endpoints.test_project_artifact_bundle_file_details",
|
|
|
"tests.sentry.api.endpoints.test_project_artifact_lookup",
|
|
|
"tests.sentry.api.endpoints.test_project_details",
|
|
|
"tests.sentry.api.endpoints.test_project_group_stats",
|
|
|
"tests.sentry.api.endpoints.test_project_ownership",
|
|
|
"tests.sentry.api.endpoints.test_project_release_details",
|
|
|
- "tests.sentry.api.endpoints.test_project_release_file_details",
|
|
|
"tests.sentry.api.endpoints.test_project_releases",
|
|
|
"tests.sentry.api.endpoints.test_project_rule_details",
|
|
|
"tests.sentry.api.endpoints.test_project_rules",
|
|
@@ -1093,8 +1079,6 @@ module = [
|
|
|
"tests.sentry.api.endpoints.test_team_alerts_triggered",
|
|
|
"tests.sentry.api.endpoints.test_team_details",
|
|
|
"tests.sentry.api.endpoints.test_user_authenticator_details",
|
|
|
- "tests.sentry.api.endpoints.test_user_details",
|
|
|
- "tests.sentry.api.endpoints.test_user_notification_fine_tuning",
|
|
|
"tests.sentry.api.endpoints.test_user_permission_details",
|
|
|
"tests.sentry.api.endpoints.test_user_role_details",
|
|
|
"tests.sentry.api.endpoints.test_user_roles",
|
|
@@ -1124,19 +1108,16 @@ module = [
|
|
|
"tests.sentry.api.validators.sentry_apps.test_select",
|
|
|
"tests.sentry.api.validators.sentry_apps.test_text",
|
|
|
"tests.sentry.api.validators.sentry_apps.test_textarea",
|
|
|
- "tests.sentry.api_gateway.test_api_gateway",
|
|
|
"tests.sentry.apidocs.test_extensions",
|
|
|
"tests.sentry.auth.authenticators.test_sms",
|
|
|
"tests.sentry.auth.authenticators.test_u2f",
|
|
|
"tests.sentry.auth.providers.test_saml2",
|
|
|
"tests.sentry.auth.test_access",
|
|
|
"tests.sentry.auth.test_helper",
|
|
|
- "tests.sentry.charts.test_chartcuterie",
|
|
|
"tests.sentry.data_export.endpoints.test_data_export",
|
|
|
"tests.sentry.db.models.fields.test_jsonfield",
|
|
|
"tests.sentry.db.models.fields.test_picklefield",
|
|
|
"tests.sentry.db.postgres.schema.safe_migrations.integration.test_migrations",
|
|
|
- "tests.sentry.db.test_mixin",
|
|
|
"tests.sentry.db.test_silo_models",
|
|
|
"tests.sentry.deletions.test_group",
|
|
|
"tests.sentry.deletions.test_project",
|
|
@@ -1281,22 +1262,11 @@ module = [
|
|
|
"tests.sentry.middleware.test_stats",
|
|
|
"tests.sentry.middleware.test_subdomain",
|
|
|
"tests.sentry.middleware.test_useractive",
|
|
|
- "tests.sentry.models.test_activity",
|
|
|
- "tests.sentry.models.test_authenticator",
|
|
|
- "tests.sentry.models.test_avatar",
|
|
|
- "tests.sentry.models.test_eventuser",
|
|
|
- "tests.sentry.models.test_grouphistory",
|
|
|
- "tests.sentry.models.test_groupsnooze",
|
|
|
"tests.sentry.models.test_notificationaction",
|
|
|
"tests.sentry.models.test_notificationsetting",
|
|
|
"tests.sentry.models.test_organization",
|
|
|
"tests.sentry.models.test_organizationmember",
|
|
|
- "tests.sentry.models.test_organizationoption",
|
|
|
"tests.sentry.models.test_project",
|
|
|
- "tests.sentry.models.test_projectownership",
|
|
|
- "tests.sentry.models.test_release",
|
|
|
- "tests.sentry.models.test_releasefile",
|
|
|
- "tests.sentry.models.test_sentryapp",
|
|
|
"tests.sentry.monitors.endpoints.test_monitor_ingest_checkin_details",
|
|
|
"tests.sentry.monitors.test_models",
|
|
|
"tests.sentry.nodestore.bigtable.test_backend",
|
|
@@ -1358,8 +1328,6 @@ module = [
|
|
|
"tests.sentry.sentry_metrics.test_strings",
|
|
|
"tests.sentry.services.test_http",
|
|
|
"tests.sentry.shared_integrations.client.test_base",
|
|
|
- "tests.sentry.silo.test_client",
|
|
|
- "tests.sentry.silo.test_util",
|
|
|
"tests.sentry.snuba.metrics.fields.test_base",
|
|
|
"tests.sentry.snuba.metrics.test_metrics_layer.test_metrics_enhanced_performance",
|
|
|
"tests.sentry.snuba.metrics.test_metrics_layer.test_release_health",
|
|
@@ -1388,7 +1356,6 @@ module = [
|
|
|
"tests.sentry.tasks.test_servicehooks",
|
|
|
"tests.sentry.tasks.test_store",
|
|
|
"tests.sentry.templatetags.test_sentry_assets",
|
|
|
- "tests.sentry.test_constants",
|
|
|
"tests.sentry.test_killswitches",
|
|
|
"tests.sentry.test_stacktraces",
|
|
|
"tests.sentry.testutils.helpers.test_features",
|
|
@@ -1405,7 +1372,6 @@ module = [
|
|
|
"tests.sentry.utils.test_safe",
|
|
|
"tests.sentry.utils.test_services",
|
|
|
"tests.sentry.utils.test_time_window",
|
|
|
- "tests.sentry.web.frontend.generic.test_static_media",
|
|
|
"tests.sentry.web.frontend.test_auth_login",
|
|
|
"tests.sentry.web.frontend.test_auth_oauth2",
|
|
|
"tests.sentry.web.frontend.test_auth_organization_login",
|
|
@@ -1460,10 +1426,6 @@ module = [
|
|
|
"tests.snuba.tasks.test_unmerge",
|
|
|
"tests.snuba.test_util",
|
|
|
"tests.snuba.tsdb.test_tsdb_backend",
|
|
|
- "tests.symbolicator",
|
|
|
- "tests.symbolicator.test_minidump_full",
|
|
|
- "tests.symbolicator.test_payload_full",
|
|
|
- "tests.symbolicator.test_unreal_full",
|
|
|
]
|
|
|
disable_error_code = [
|
|
|
"arg-type",
|