Skip to content

fix(validation): EntityContainsColumnValidator wasn't actually enabled #11300

fix(validation): EntityContainsColumnValidator wasn't actually enabled

fix(validation): EntityContainsColumnValidator wasn't actually enabled #11300

Triggered via pull request June 28, 2023 15:39
Status Failure
Total duration 57m 46s
Artifacts

ci.yml

on: pull_request
Build snuba CI image
3m 1s
Build snuba CI image
pre-commit hooks
1m 8s
pre-commit hooks
mypy typing
1m 45s
mypy typing
Dataset Config Validation
59s
Dataset Config Validation
self-hosted-end-to-end
10m 23s
self-hosted-end-to-end
Matrix: sentry
Matrix: Tests and code coverage
Front end tests for snuba admin
39s
Front end tests for snuba admin
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 8 warnings
Tests and code coverage (test)
Process completed with exit code 1.
Tests and code coverage (test_distributed_migrations)
The job was canceled because "test" failed.
Tests and code coverage (test_distributed_migrations)
The operation was canceled.
Tests and code coverage (test_distributed)
The job was canceled because "test" failed.
Tests and code coverage (test_distributed)
The operation was canceled.
sentry (0): sentry/tests/snuba/api/endpoints/test_group_details.py#L255
GroupDetailsTest.test_collapse_stats_does_not_work assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (0): sentry/tests/snuba/api/endpoints/test_group_details.py#L255
GroupDetailsTest.test_collapse_stats_does_not_work__in_region_silo assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (0): sentry/tests/snuba/api/endpoints/test_group_details.py#L110
GroupDetailsTest.test_first_last_only_one_tagstore assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (0): sentry/tests/snuba/api/endpoints/test_group_details.py#L110
GroupDetailsTest.test_first_last_only_one_tagstore__in_region_silo assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (0): sentry/tests/snuba/api/endpoints/test_group_details.py#L134
GroupDetailsTest.test_first_release_only AssertionError: b'{"detail":"Internal Error","errorId":null}' assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (0): sentry/tests/snuba/api/endpoints/test_group_details.py#L134
GroupDetailsTest.test_first_release_only__in_region_silo AssertionError: b'{"detail":"Internal Error","errorId":null}' assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (0): sentry/tests/snuba/api/endpoints/test_group_details.py#L207
GroupDetailsTest.test_group_expand_forecasts AssertionError: b'{"detail":"Internal Error","errorId":null}' assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (0): sentry/tests/snuba/api/endpoints/test_group_details.py#L207
GroupDetailsTest.test_group_expand_forecasts__in_region_silo AssertionError: b'{"detail":"Internal Error","errorId":null}' assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (0): sentry/tests/snuba/api/endpoints/test_group_details.py#L157
GroupDetailsTest.test_group_expand_inbox AssertionError: b'{"detail":"Internal Error","errorId":null}' assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (0): sentry/tests/snuba/api/endpoints/test_group_details.py#L157
GroupDetailsTest.test_group_expand_inbox__in_region_silo AssertionError: b'{"detail":"Internal Error","errorId":null}' assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (1)
The job was canceled because "_0" failed.
sentry (1): sentry/tests/snuba/api/endpoints/test_organization_events_mep.py#L1809
OrganizationEventsMetricsEnhancedPerformanceEndpointTest.test_apdex_project_threshold AssertionError: b'{"detail":"Internal error. Please try again."}' assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (1): sentry/tests/snuba/api/endpoints/test_organization_events_mep.py#L1756
OrganizationEventsMetricsEnhancedPerformanceEndpointTest.test_apdex_transaction_threshold KeyError: 'data'
sentry (1): sentry/tests/snuba/api/endpoints/test_organization_events_mep.py#L1265
OrganizationEventsMetricsEnhancedPerformanceEndpointTest.test_count_unique_user_returns_zero AssertionError: b'{"detail":"Internal error. Please try again."}' assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (1): sentry/tests/snuba/api/endpoints/test_organization_events_mep.py#L1490
OrganizationEventsMetricsEnhancedPerformanceEndpointTest.test_custom_measurement_duration_filtering AssertionError: b'{"detail":"Internal error. Please try again."}' assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (1): sentry/tests/snuba/api/endpoints/test_organization_events_mep.py#L959
OrganizationEventsMetricsEnhancedPerformanceEndpointTest.test_custom_measurement_none_type sentry.utils.snuba.SnubaError: validation failed for entity generic_metrics_distributions: Entity generic_metrics_distributions: Query column 'value' does not exist
sentry (1): sentry/tests/snuba/api/endpoints/test_organization_events_mep.py#L1530
OrganizationEventsMetricsEnhancedPerformanceEndpointTest.test_custom_measurement_size_filtering AssertionError: b'{"detail":"Internal error. Please try again."}' assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (1): sentry/tests/snuba/api/endpoints/test_organization_events_mep.py#L1395
OrganizationEventsMetricsEnhancedPerformanceEndpointTest.test_custom_measurement_size_meta_type AssertionError: b'{"detail":"Internal error. Please try again."}' assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (1): sentry/tests/snuba/api/endpoints/test_organization_events_mep.py#L959
OrganizationEventsMetricsEnhancedPerformanceEndpointTest.test_custom_measurements_simple sentry.utils.snuba.SnubaError: validation failed for entity generic_metrics_distributions: Entity generic_metrics_distributions: Query column 'value' does not exist
sentry (1): sentry/tests/snuba/api/endpoints/test_organization_events_mep.py#L1606
OrganizationEventsMetricsEnhancedPerformanceEndpointTest.test_environment_param AssertionError: b'{"detail":"Internal error. Please try again."}' assert 500 == 200 + where 500 = <Response status_code=500, "application/json">.status_code
sentry (1): sentry/tests/snuba/api/endpoints/test_organization_events_mep.py#L959
OrganizationEventsMetricsEnhancedPerformanceEndpointTest.test_environment_query sentry.utils.snuba.SnubaError: validation failed for entity generic_metrics_distributions: Entity generic_metrics_distributions: Query column 'value' does not exist
pre-commit hooks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
pre-commit hooks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
pre-commit hooks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
pre-commit hooks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
sentry (0)
Unexpected input(s) 'cache-files-hash', valid inputs are ['workdir', 'snuba', 'clickhouse', 'kafka', 'chartcuterie', 'bigtable', 'python-version', 'pg-version']
sentry (0)
Unexpected input(s) 'cache-files-hash', valid inputs are ['workdir', 'snuba', 'clickhouse', 'kafka', 'chartcuterie', 'bigtable', 'python-version', 'pg-version']
sentry (1)
Unexpected input(s) 'cache-files-hash', valid inputs are ['workdir', 'snuba', 'clickhouse', 'kafka', 'chartcuterie', 'bigtable', 'python-version', 'pg-version']
sentry (1)
Unexpected input(s) 'cache-files-hash', valid inputs are ['workdir', 'snuba', 'clickhouse', 'kafka', 'chartcuterie', 'bigtable', 'python-version', 'pg-version']