Sunday 2024-07-14 18:37 UTC - `gitlab-org/gitlab` broken `master` with rspec unit pg14 21/32
gitlab-org/gitlab pipeline #1373136663 failed
Pipeline ID | Branch | Commit | Merge request | Source | Duration | Triggered by |
---|---|---|---|---|---|---|
1373136663 |
master |
Merge branch 'sselhorn-master-patch-54255' into 'master' | Split personal fork from community fork again | schedule |
151.49 minutes | ![]() ![]() |
Failed jobs (1):
-
rspec unit pg14 21/32 Job ID:
7337974860
(retry with@gitlab-bot retry_job 7337974860
)
Attribution:
- grouppackage registry Category:Package Registry ./spec/models/packages/package_file_spec.rb[1:11:1:1]
This incident is attributed to grouppackage registry and posted in #master-broken
, #g_package-registry
.
How to close this incident
- Follow the steps in the Broken
master
handbook guide to - Reminder: apply the appropriate
~master-broken:*
label to document root cause before closing the incident.
Quick Tips:
- you can retry all failing jobs with
@gitlab-bot retry_pipeline 1373136663
. - a message can be posted in
#backend_maintainers
or#frontend_maintainers
to get a maintainer take a look at the fix ASAP. - add the pipelineexpedited label, and
master:broken
ormaster:foss-broken
label, to speed up themaster
-fixing pipelines.
No timeline items have been added yet.
- Show closed items
Relates to
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Author Maintainer
Root Cause Analysis
- rspec unit pg14 21/32: master-brokenflaky-test. Retried at: https://gitlab.com/gitlab-org/gitlab/-/jobs/7338190603
This incident is caused by known transient error(s), closing.
- 🤖 GitLab Bot 🤖 closed
closed
- 🤖 GitLab Bot 🤖 changed the incident status to Resolved by closing the incident
changed the incident status to Resolved by closing the incident
- 🤖 GitLab Bot 🤖 marked this incident as related to gitlab-org/gitlab#446791
marked this incident as related to gitlab-org/gitlab#446791
- Author Maintainer
Investigation Steps
Click to expand
1) Packages::PackageFile Debian scopes #with_debian_file_type is expected to contain exactly #<Packages::PackageFile id: 515, package_id: 444, created_at: "2024-07-14 17:01:34.851147964 +0000", ...state: 0, verification_started_at: nil, status: "default", file_final_path: nil, new_file_path: nil> Failure/Error: it { expect(described_class.with_debian_file_type(:changes)).to contain_exactly(debian_changes) } expected collection contained: [#<Packages::PackageFile id: 515, package_id: 444, created_at: "2024-07-14 17:01:34.851147964 +0000",...tate: 0, verification_started_at: nil, status: "default", file_final_path: nil, new_file_path: nil>] actual collection contained: [#<Packages::PackageFile id: 517, package_id: 444, created_at: "2024-07-14 17:01:34.879789000 +0000",...tate: 0, verification_started_at: nil, status: "default", file_final_path: nil, new_file_path: nil>] the missing elements were: [#<Packages::PackageFile id: 515, package_id: 444, created_at: "2024-07-14 17:01:34.851147964 +0000",...tate: 0, verification_started_at: nil, status: "default", file_final_path: nil, new_file_path: nil>] the extra elements were: [#<Packages::PackageFile id: 517, package_id: 444, created_at: "2024-07-14 17:01:34.879789000 +0000",...tate: 0, verification_started_at: nil, status: "default", file_final_path: nil, new_file_path: nil>] # ./spec/models/packages/package_file_spec.rb:172:in `block (4 levels) in <main>' # ./spec/spec_helper.rb:454:in `block (3 levels) in <top (required)>' # ./lib/gitlab/sidekiq_sharding/validator.rb:42:in `enabled' # ./spec/spec_helper.rb:453:in `block (2 levels) in <top (required)>' # ./spec/spec_helper.rb:448:in `block (3 levels) in <top (required)>' # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware' # ./spec/spec_helper.rb:439:in `block (2 levels) in <top (required)>' # ./spec/spec_helper.rb:435:in `block (3 levels) in <top (required)>' # ./lib/gitlab/application_context.rb:86:in `with_raw_context' # ./spec/spec_helper.rb:435:in `block (2 levels) in <top (required)>' # ./spec/spec_helper.rb:260:in `block (2 levels) in <top (required)>' # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <main>' # ./spec/support/fast_quarantine.rb:22:in `block (2 levels) in <main>' # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <main>' # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented' # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <main>' Finished in 2 minutes 1.3 seconds (files took 1 minute 35.68 seconds to load) 1 example, 1 failure Failed examples: rspec ./spec/models/packages/package_file_spec.rb:172 # Packages::PackageFile Debian scopes #with_debian_file_type is expected to contain exactly #<Packages::PackageFile id: 515, package_id: 444, created_at: "2024-07-14 17:01:34.851147964 +0000", ...state: 0, verification_started_at: nil, status: "default", file_final_path: nil, new_file_path: nil> Randomized with seed 10885
- 🤖 GitLab Bot 🤖 added backend label
added backend label
- Author Maintainer
Duration Analysis
Click to expand
file path expected duration(s) actual duration(s) diff % spec/services/groups/transfer_service_spec.rb 5 minutes 58.09 seconds 6 minutes 10.01 seconds +3% spec/models/note_spec.rb 3 minutes 30.53 seconds 3 minutes 34.58 seconds +1% spec/support/shared_examples/lint_factories_shared_examples.rb 1 minute 6.76 seconds spec/models/packages/package_spec.rb 2 minutes 33.52 seconds 2 minutes 53.63 seconds +13% spec/rubocop/cop/rspec/feature_category_spec.rb 1 minute 37.33 seconds 1 minute 34.62 seconds -2% spec/serializers/build_details_entity_spec.rb 1 minute 21.56 seconds 1 minute 21.77 seconds +0% spec/lib/gitlab/ci/templates/Jobs/deploy_gitlab_ci_yaml_spec.rb 1 minute 8.55 seconds 1 minute 5.97 seconds -3% spec/models/environment_status_spec.rb 1 minute 0.5 second 1 minute 1.99 seconds +2% spec/lib/gitlab/import_export/project/relation_tree_restorer_spec.rb 53.8 seconds 53.77 seconds 0% spec/services/merge_requests/rebase_service_spec.rb 47.08 seconds 48.43 seconds +2% spec/models/concerns/reset_on_column_errors_spec.rb 38.8 seconds 45.16 seconds +16% spec/graphql/resolvers/project_issues_resolver_spec.rb 34.87 seconds 38.75 seconds +11% spec/finders/ci/runner_jobs_finder_spec.rb 31.85 seconds 27.27 seconds -14% spec/views/notify/pipeline_success_email.text.erb_spec.rb 29.51 seconds 27.71 seconds -6% spec/services/ci/create_pipeline_service/environment_spec.rb 27.9 seconds 28.73 seconds +3% spec/services/resource_access_tokens/revoke_service_spec.rb 26.53 seconds 24.77 seconds -6% spec/lib/gitlab/database/tables_truncate_spec.rb 25.03 seconds 24.4 seconds -2% spec/models/packages/package_file_spec.rb 23.08 seconds 25.36 seconds +9% spec/services/work_items/create_service_spec.rb 21.72 seconds 24.43 seconds +12% spec/lib/gitlab/health_checks/redis_spec.rb 20.7 seconds 18.85 seconds -8% spec/lib/gitlab/group_search_results_spec.rb 19.71 seconds 19.95 seconds +1% spec/services/merge_requests/update_reviewers_service_spec.rb 18.02 seconds 16.19 seconds -10% spec/serializers/analytics_build_entity_spec.rb 17.21 seconds 12.49 seconds -27% spec/services/projects/update_remote_mirror_service_spec.rb 16.27 seconds 19.12 seconds +17% spec/workers/new_merge_request_worker_spec.rb 15.66 seconds 16.24 seconds +3% spec/services/issues/zoom_link_service_spec.rb 15.19 seconds 16.53 seconds +8% spec/services/clusters/kubernetes/create_or_update_service_account_service_spec.rb 14.64 seconds 15.17 seconds +3% spec/finders/branches_finder_spec.rb 14.12 seconds 14.2 seconds +0% spec/services/ci/pipeline_artifacts/destroy_all_expired_service_spec.rb 13.44 seconds 12.88 seconds -4% spec/models/integrations/field_spec.rb 13.01 seconds 15.14 seconds +16% spec/models/event_collection_spec.rb 12.45 seconds 12.28 seconds -1% spec/serializers/diff_file_entity_spec.rb 12.15 seconds 10.72 seconds -11% spec/models/ci/variable_spec.rb 11.76 seconds 12.37 seconds +5% spec/services/ci/update_build_state_service_spec.rb 11.39 seconds 11.07 seconds -2% spec/workers/packages/nuget/extraction_worker_spec.rb 11.07 seconds 10.06 seconds -9% spec/routing/admin_routing_spec.rb 10.67 seconds 9.7 seconds -9% spec/lib/api/helpers/caching_spec.rb 10.34 seconds 10.05 seconds -2% spec/lib/gitlab/verify/job_artifacts_spec.rb 10.08 seconds 9.53 seconds -5% spec/models/user_detail_spec.rb 9.67 seconds 9.38 seconds -2% spec/models/ci/unit_test_failure_spec.rb 9.33 seconds 8.37 seconds -10% spec/views/projects/merge_requests/_commits.html.haml_spec.rb 9.08 seconds 9.68 seconds +6% spec/services/groups/import_export/export_service_spec.rb 8.81 seconds 7.94 seconds -9% spec/services/todos/destroy/design_service_spec.rb 8.46 seconds 8.05 seconds -4% spec/lib/api/validations/validators/bulk_imports/source_full_path_validator_spec.rb 8.27 seconds 7.78 seconds -5% spec/models/concerns/ci/has_ref_spec.rb 8.06 seconds 7.59 seconds -5% spec/serializers/suggestion_entity_spec.rb 7.8 seconds 8.67 seconds +11% spec/services/merge_requests/add_context_service_spec.rb 7.57 seconds 8.3 seconds +9% spec/finders/feature_flags_finder_spec.rb 7.39 seconds 7.07 seconds -4% spec/lib/gitlab/redis/shared_state_spec.rb 7.24 seconds 7.6 seconds +5% spec/lib/gitlab/import_export/command_line_util_spec.rb 7.02 seconds 7.41 seconds +5% spec/lib/gitlab/ci/pipeline/chain/config/content_spec.rb 6.87 seconds 6.35 seconds -7% spec/services/labels/update_service_spec.rb 6.69 seconds 6.6 seconds -1% spec/workers/x509_issuer_crl_check_worker_spec.rb 6.6 seconds 6.89 seconds +4% spec/services/packages/composer/create_package_service_spec.rb 6.42 seconds 6.8 seconds +5% spec/lib/gitlab/auth/unique_ips_limiter_spec.rb 6.31 seconds 6.7 seconds +6% spec/graphql/mutations/ci/runner/delete_spec.rb 6.18 seconds 9.2 seconds +48% spec/models/concerns/ci/partitionable_spec.rb 6.0 seconds 2.84 seconds -52% spec/services/ci/test_failure_history_service_spec.rb 5.86 seconds 5.86 seconds 0% spec/models/ci/build_need_spec.rb 5.81 seconds 4.15 seconds -28% spec/workers/container_expiration_policy_worker_spec.rb 5.58 seconds 4.35 seconds -22% spec/lib/gitlab/gitaly_client/ref_service_spec.rb 5.55 seconds 5.94 seconds +7% spec/lib/gitlab/ci/project_config/repository_spec.rb 5.36 seconds 5.49 seconds +2% spec/uploaders/workers/object_storage/migrate_uploads_worker_spec.rb 5.28 seconds 4.8 seconds -9% spec/workers/concerns/worker_attributes_spec.rb 5.14 seconds 5.6 seconds +9% spec/lib/gitlab/template_parser/ast_spec.rb 5.08 seconds 5.01 seconds -1% spec/services/ci/create_pipeline_service/limit_active_jobs_spec.rb 4.92 seconds 3.72 seconds -24% spec/lib/gitlab/sidekiq_middleware/skip_jobs_spec.rb 4.84 seconds 4.98 seconds +2% spec/models/projects/import_export/relation_export_spec.rb 4.75 seconds 5.01 seconds +5% spec/services/import/github_service_spec.rb 4.64 seconds 4.76 seconds +2% spec/lib/gitlab/legacy_github_import/issue_formatter_spec.rb 4.51 seconds 4.0 seconds -11% spec/services/ci/create_pipeline_service/parameter_content_spec.rb 4.48 seconds 3.98 seconds -11% spec/services/service_desk/custom_email_verifications/update_service_spec.rb 4.33 seconds 3.91 seconds -9% spec/finders/packages/go/package_finder_spec.rb 4.24 seconds 4.78 seconds +12% spec/lib/banzai/pipeline/plain_markdown_pipeline_spec.rb 4.15 seconds 5.94 seconds +43% spec/graphql/mutations/merge_requests/set_subscription_spec.rb 4.12 seconds 3.69 seconds -10% spec/lib/gitlab/checks/container_moved_spec.rb 4.0 seconds 4.09 seconds +2% spec/services/clusters/agents/authorize_proxy_user_service_spec.rb 3.98 seconds 3.75 seconds -5% spec/lib/gitlab/api_authentication/token_locator_spec.rb 3.86 seconds 3.44 seconds -10% spec/graphql/mutations/releases/delete_spec.rb 3.81 seconds 4.3 seconds +12% spec/scripts/review_apps/automated_cleanup_spec.rb 3.77 seconds 3.47 seconds -7% spec/lib/click_house/query_builder_spec.rb 3.69 seconds 4.01 seconds +8% spec/serializers/group_link/group_group_link_entity_spec.rb 3.63 seconds 4.02 seconds +10% spec/views/shared/issuable/_sidebar.html.haml_spec.rb 3.55 seconds 3.08 seconds -13% spec/lib/bitbucket/representation/pull_request_spec.rb 3.51 seconds 5.89 seconds +67% spec/services/ci/update_instance_variables_service_spec.rb 3.42 seconds 3.39 seconds 0% spec/lib/gitlab/import_export/design_repo_saver_spec.rb 3.4 seconds 2.73 seconds -19% spec/graphql/mutations/alert_management/update_alert_status_spec.rb 3.31 seconds 3.22 seconds -2% spec/components/pajamas/toggle_component_spec.rb 3.29 seconds 2.64 seconds -19% spec/graphql/types/notes/note_type_spec.rb 3.2 seconds 3.6 seconds +12% spec/lib/gitlab/analytics/cycle_analytics/aggregated/base_query_builder_spec.rb 3.14 seconds 3.0 seconds -4% spec/serializers/import/github_failure_entity_spec.rb 3.11 seconds 2.57 seconds -17% spec/graphql/mutations/container_repositories/destroy_spec.rb 3.02 seconds 2.09 seconds -30% spec/components/pajamas/badge_component_spec.rb 3.01 seconds 2.83 seconds -5% spec/lib/grafana/client_spec.rb 2.95 seconds 2.95 seconds +0% spec/workers/reactive_caching_worker_spec.rb 2.88 seconds 2.76 seconds -4% spec/graphql/resolvers/projects/jira_projects_resolver_spec.rb 2.85 seconds 2.46 seconds -13% spec/models/packages/rpm/repository_file_spec.rb 2.79 seconds 2.61 seconds -6% spec/lib/gitlab/database/partitioning/detached_partition_dropper_spec.rb 2.77 seconds 2.27 seconds -18% spec/models/work_items/widgets/hierarchy_spec.rb 2.7 seconds 2.33 seconds -13% spec/views/projects/pages_domains/show.html.haml_spec.rb 2.68 seconds 2.87 seconds +7% spec/serializers/fork_namespace_entity_spec.rb 2.61 seconds 2.83 seconds +8% spec/models/ci/catalog/resources/components/usage_spec.rb 2.59 seconds 3.14 seconds +21% spec/lib/gitlab/ci/processable_object_hierarchy_spec.rb 2.56 seconds 2.36 seconds -7% spec/workers/packages/debian/cleanup_dangling_package_files_worker_spec.rb 2.51 seconds 2.29 seconds -8% spec/lib/api/entities/ci/pipeline_spec.rb 2.47 seconds 2.51 seconds +1% spec/workers/issues/close_worker_spec.rb 2.42 seconds 3.55 seconds +46% spec/lib/gitlab/database/reindexing/reindex_concurrently_spec.rb 2.41 seconds 3.79 seconds +56% spec/lib/gitlab/metrics/samplers/threads_sampler_spec.rb 2.35 seconds 2.34 seconds 0% spec/uploaders/import_export_uploader_spec.rb 2.33 seconds 2.42 seconds +3% spec/lib/gitlab/gl_repository_spec.rb 2.27 seconds 2.43 seconds +6% spec/services/users/unban_service_spec.rb 2.26 seconds 2.23 seconds -1% spec/lib/sidebars/user_profile/menus/followers_menu_spec.rb 2.22 seconds 2.45 seconds +10% spec/workers/flush_counter_increments_worker_spec.rb 2.21 seconds 2.06 seconds -6% spec/graphql/mutations/branches/create_spec.rb 2.15 seconds 2.18 seconds +1% spec/workers/incident_management/close_incident_worker_spec.rb 2.09 seconds 2.24 seconds +7% spec/lib/json_web_token/rsa_token_spec.rb 2.06 seconds 1.95 seconds -5% spec/lib/gitlab/data_builder/resource_access_token_spec.rb 2.04 seconds 1.6 seconds -21% spec/lib/sidebars/user_profile/menus/groups_menu_spec.rb 2.0 seconds 1.95 seconds -2% spec/lib/gitlab/github_import/importer/collaborators_importer_spec.rb 1.99 seconds 1.89 seconds -5% spec/services/ci/append_build_trace_service_spec.rb 1.94 seconds 1.83 seconds -5% spec/services/alert_management/metric_images/upload_service_spec.rb 1.92 seconds 1.92 seconds 0% spec/lib/gitlab/cache/client_spec.rb 1.88 seconds 1.87 seconds 0% spec/lib/gitlab/redis/boolean_spec.rb 1.87 seconds 1.91 seconds +2% spec/services/clusters/cleanup/service_account_service_spec.rb 1.82 seconds 1.48 seconds -18% spec/services/users/keys_count_service_spec.rb 1.81 seconds 1.85 seconds +1% spec/models/ml/model_metadata_spec.rb 1.78 seconds 1.82 seconds +2% spec/graphql/types/ml/candidate_type_spec.rb 1.76 seconds 1.75 seconds 0% spec/lib/gitlab/bullet/exclusions_spec.rb 1.72 seconds 1.6 seconds -6% spec/initializers/check_forced_decomposition_spec.rb 1.7 seconds 1.38 seconds -18% spec/models/application_setting/term_spec.rb 1.67 seconds 1.62 seconds -2% spec/views/layouts/_page.html.haml_spec.rb 1.65 seconds 1.98 seconds +20% spec/support_specs/matchers/exceed_query_limit_helpers_spec.rb 1.62 seconds 2.0 seconds +23% spec/services/packages/rubygems/create_dependencies_service_spec.rb 1.6 seconds 1.46 seconds -8% spec/rubocop/cop/gettext/static_identifier_spec.rb 1.57 seconds 1.34 seconds -14% spec/rubocop/cop/style/regexp_literal_mixed_preserve_spec.rb 1.55 seconds 1.39 seconds -10% spec/views/projects/settings/operations/show.html.haml_spec.rb 1.52 seconds 1.55 seconds +2% spec/services/snippets/repository_validation_service_spec.rb 1.51 seconds 1.58 seconds +4% spec/lib/gitlab/usage/metrics/instrumentations/dormant_user_setting_enabled_metric_spec.rb 1.47 seconds 1.43 seconds -2% spec/helpers/admin/background_migrations_helper_spec.rb 1.46 seconds 1.33 seconds -8% spec/lib/gitlab/database/load_balancing/sticking_spec.rb 1.43 seconds 1.52 seconds +6% spec/models/work_items/widgets/base_spec.rb 1.41 seconds 1.71 seconds +21% spec/rubocop/cop/rake/require_spec.rb 1.4 seconds 1.27 seconds -9% spec/graphql/resolvers/metrics/dashboards/annotation_resolver_spec.rb 1.37 seconds 1.41 seconds +3% spec/scripts/generate_rspec_pipeline_spec.rb 1.35 seconds 1.51 seconds +11% spec/lib/gitlab/usage/metrics/instrumentations/count_project_snippets_metric_spec.rb 1.34 seconds 1.26 seconds -5% spec/rubocop/cop/avoid_keyword_arguments_in_sidekiq_workers_spec.rb 1.32 seconds 0.8 second -39% spec/models/integrations/chat_message/issue_message_spec.rb 1.28 seconds 1.29 seconds +0% spec/services/import/source_users/keep_as_placeholder_service_spec.rb 1.27 seconds 1.28 seconds +1% spec/lib/gitlab/bitbucket_import/user_finder_spec.rb 1.24 seconds 1.16 seconds -6% spec/views/admin/application_settings/_package_registry.html.haml_spec.rb 1.23 seconds 1.14 seconds -7% spec/lib/gitlab/route_map_spec.rb 1.2 seconds 1.26 seconds +5% spec/models/repository_language_spec.rb 1.19 seconds 0.96 second -19% spec/rubocop/cop/gitlab/rails_logger_spec.rb 1.15 seconds 1.16 seconds +0% spec/lib/gitlab/i18n_spec.rb 1.15 seconds 1.14 seconds -1% spec/initializers/validate_database_config_spec.rb 1.13 seconds 1.04 seconds -8% spec/lib/gitlab/dependency_linker/podspec_linker_spec.rb 1.12 seconds 1.09 seconds -3% spec/rubocop/cop/migration/drop_table_spec.rb 1.09 seconds 1.28 seconds +17% spec/views/shared/web_hooks/_web_hook_disabled_alert.html.haml_spec.rb 1.09 seconds 0.97 second -10% spec/serializers/integrations/field_entity_spec.rb 1.06 seconds 0.99 second -6% spec/lib/gitlab/git/pre_receive_error_spec.rb 1.05 seconds 1.13 seconds +7% spec/lib/gitlab/patch/database_config_spec.rb 1.04 seconds 0.95 second -9% spec/models/ci/unlock_pipeline_request_spec.rb 1.02 seconds 1.06 seconds +3% spec/models/packages/nuget/dependency_link_metadatum_spec.rb 1.02 seconds 0.93 second -9% spec/services/cloud_seed/google_cloud/fetch_google_ip_list_service_spec.rb 0.99 second 1.02 seconds +2% spec/lib/gitlab/database/health_status/indicators/write_ahead_log_spec.rb 0.99 second 0.93 second -6% spec/views/shared/projects/_project_card.html.haml_spec.rb 0.95 second 1.1 seconds +15% spec/lib/gitlab/ci/status/canceling_spec.rb 0.95 second 0.95 second 0% spec/services/admin/abuse_report_labels/create_service_spec.rb 0.94 second 1.1 seconds +17% spec/graphql/resolvers/ci/runner_groups_resolver_spec.rb 0.93 second 1.03 seconds +10% spec/lib/gitlab/ci/config/entry/id_token_spec.rb 0.91 second 1.04 seconds +14% spec/lib/gitlab/ci/status/failed_spec.rb 0.91 second 0.89 second -1% spec/models/gpg_key_subkey_spec.rb 0.88 second 0.89 second +0% spec/lib/gitlab/ci/build/artifacts/adapters/gzip_stream_spec.rb 0.88 second 0.93 second +5% spec/lib/gitlab/template/gitignore_template_spec.rb 0.86 second 0.88 second +1% spec/lib/gitlab/database/postgres_autovacuum_activity_spec.rb 0.85 second 0.86 second +0% spec/lib/gitlab/ci/reports/security/finding_signature_spec.rb 0.84 second 0.85 second +2% spec/validators/namespace_path_validator_spec.rb 0.82 second 0.82 second 0% spec/rubocop/cop/gitlab/delegate_predicate_methods_spec.rb 0.81 second 0.86 second +6% spec/workers/ci/runners/process_runner_version_update_worker_spec.rb 0.8 second 0.71 second -10% spec/lib/gitlab/database/migrations/lock_retries_helpers_spec.rb 0.79 second 0.84 second +6% spec/models/concerns/from_intersect_spec.rb 0.77 second 0.84 second +9% spec/graphql/types/access_levels/user_type_spec.rb 0.76 second 0.71 second -7% spec/graphql/resolvers/saved_reply_resolver_spec.rb 0.74 second 0.84 second +13% spec/lib/gitlab/tracking/event_definition_validate_all_spec.rb 0.74 second 0.69 second -7% spec/services/groups/deploy_tokens/destroy_service_spec.rb 0.72 second 0.79 second +10% spec/serializers/personal_access_token_serializer_spec.rb 0.71 second 0.71 second +0% spec/lib/gitlab/middleware/strip_cookies_spec.rb 0.7 second 0.6 second -13% spec/graphql/types/dependency_proxy/image_ttl_group_policy_type_spec.rb 0.7 second 0.7 second +0% spec/rubocop/cop/migration/change_column_null_on_high_traffic_table_spec.rb 0.67 second 0.86 second +28% spec/lib/api/validations/validators/project_portable_spec.rb 0.67 second 0.66 second -1% spec/lib/gitlab/database/migrations/extension_helpers_spec.rb 0.66 second 0.72 second +9% spec/lib/gitlab/tracking/helpers/weak_password_error_event_spec.rb 0.65 second 0.67 second +2% spec/lib/gitlab/middleware/query_analyzer_spec.rb 0.63 second 0.65 second +3% spec/validators/any_field_validator_spec.rb 0.63 second 0.63 second +0% spec/lib/gitlab/config/entry/boolean_spec.rb 0.62 second 0.59 second -3% spec/lib/gitlab/logging/cloudflare_helper_spec.rb 0.6 second 0.6 second 0% spec/lib/api/entities/ci/job_request/port_spec.rb 0.59 second 0.59 second +0% spec/services/packages/rpm/repository_metadata/build_filelist_xml_service_spec.rb 0.59 second 0.51 second -13% spec/graphql/types/error_tracking/sentry_error_stack_trace_type_spec.rb 0.58 second 0.59 second +1% spec/workers/pages_domain_removal_cron_worker_spec.rb 0.57 second 0.53 second -6% spec/graphql/types/pages_deployment_type_spec.rb 0.56 second 0.58 second +4% spec/graphql/types/work_items/widgets/current_user_todos_input_type_spec.rb 0.55 second 0.48 second -13% spec/models/concerns/vulnerability_finding_signature_helpers_spec.rb 0.54 second 0.63 second +16% spec/rubocop/cop/gitlab/finder_with_find_by_spec.rb 0.53 second 0.49 second -7% spec/graphql/types/projects/service_type_spec.rb 0.53 second 0.54 second +3% spec/rubocop/cop/gemspec/avoid_executing_git_spec.rb 0.51 second 0.51 second +0% spec/graphql/types/group_member_relation_enum_spec.rb 0.51 second 0.48 second -5% spec/graphql/types/upload_type_spec.rb 0.5 second 0.49 second -3% spec/rubocop/cop/rspec/modify_sidekiq_middleware_spec.rb 0.5 second 0.39 second -20% spec/graphql/types/tree/tree_entry_type_spec.rb 0.5 second 0.55 second +11% spec/models/blob_viewer/composer_json_spec.rb 0.49 second 0.51 second +4% spec/lib/api/validations/validators/array_none_any_spec.rb 0.49 second 0.52 second +6% spec/graphql/types/packages/helm/file_metadatum_type_spec.rb 0.48 second 0.51 second +6% spec/lib/gitlab/grape_logging/loggers/token_logger_spec.rb 0.48 second 0.53 second +11% spec/graphql/types/notes/discussion_type_spec.rb 0.46 second 0.51 second +9% spec/lib/gitlab/patch/redis_store_factory_spec.rb 0.46 second 0.5 second +7% spec/serializers/jira_connect/repository_entity_spec.rb 0.45 second 0.41 second -8% spec/services/emails/confirm_service_spec.rb 0.44 second 0.46 second +4% spec/uploaders/uploader_helper_spec.rb 0.42 second 0.38 second -9% spec/initializers/asset_proxy_setting_spec.rb 0.41 second 0.41 second -1% spec/lib/gitlab/api_authentication/sent_through_builder_spec.rb 0.4 second 0.41 second +0% spec/graphql/types/merge_request_connection_type_spec.rb 0.4 second 0.38 second -6% spec/serializers/evidences/evidence_serializer_spec.rb 0.39 second 0.4 second +1% spec/lib/forever_spec.rb 0.39 second 0.39 second +0% spec/graphql/types/project_statistics_type_spec.rb 0.38 second 0.39 second +1% spec/lib/api/entities/nuget/dependency_spec.rb 0.37 second 0.38 second +1% spec/graphql/types/ci/job_kind_enum_spec.rb 0.37 second 0.38 second +3%
- Author Maintainer
#1373136663 retry status: success
.
- GitLab Alert Bot added missedSLA label
added missedSLA label
Please register or sign in to reply