Friday 2024-03-08 04:23 UTC - `gitlab-org/gitlab` broken `master` with rspec unit pg14 29/32
gitlab-org/gitlab pipeline #1205766096 failed
Pipeline ID | Branch | Commit | Merge request | Source | Duration | Triggered by |
---|---|---|---|---|---|---|
1205766096 |
master |
Merge branch 'id-rails-7-fixes' into 'master' | Fixes for Rails 7.1 that can be extracted from the upgrade branch | push |
51.16 minutes | Heinrich Lee Yu |
Failed jobs (1):
-
rspec unit pg14 29/32 Job ID:
6348143700
(retry with@gitlab-bot retry_job 6348143700
)
Attribution:
- groupanalytics instrumentation Category:Service Ping ./spec/scripts/internal_events/cli_spec.rb[1:5:3:1]
This incident is attributed to groupanalytics instrumentation and posted in #g_analyze_analytics_instrumentation
.
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 1205766096
. - a message can be posted in
#backend_maintainers
or#frontend_maintainers
to get a maintainer take a look at the fix ASAP. - add the pipeline:expedite label, and
master:broken
ormaster:foss-broken
label, to speed up themaster
-fixing pipelines.
No timeline items have been added yet.
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Author Maintainer
Root Cause Analysis
- 🤖 GitLab Bot 🤖 marked this incident as related to gitlab-org/gitlab#448636 (closed)
marked this incident as related to gitlab-org/gitlab#448636 (closed)
- Author Maintainer
Investigation Steps
1) Cli when showing usage examples when viewing examples for multiple events switches between events gracefully Failure/Error: raise "Condition not met: #{condition_name}" RuntimeError: Condition not met: expect_cli_output do output = plain_last_lines(320) output.include?(expected_example_prompt) && output.include?(expected_event1_example) && output.include?(expected_event2_example) end # ./spec/support/helpers/wait_helpers.rb:16:in `block in wait_for' # ./spec/support/helpers/wait_helpers.rb:9:in `loop' # ./spec/support/helpers/wait_helpers.rb:9:in `wait_for' # ./spec/scripts/internal_events/cli_spec.rb:908:in `block in expect_cli_output' # ./spec/scripts/internal_events/cli_spec.rb:902:in `with_cli_thread' # ./spec/scripts/internal_events/cli_spec.rb:908:in `expect_cli_output' # ./spec/scripts/internal_events/cli_spec.rb:677:in `block (4 levels) in <main>' # ./spec/spec_helper.rb:426:in `block (3 levels) in <top (required)>' # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware' # ./spec/spec_helper.rb:417:in `block (2 levels) in <top (required)>' # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>' # ./lib/gitlab/application_context.rb:70:in `with_raw_context' # ./spec/spec_helper.rb:413: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 1 minute 0.45 seconds (files took 44.35 seconds to load) 1 example, 1 failure Failed examples: rspec ./spec/scripts/internal_events/cli_spec.rb:664 # Cli when showing usage examples when viewing examples for multiple events switches between events gracefully Randomized with seed 4380
- 🤖 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/merge_requests/refresh_service_spec.rb 4 minutes 30.05 seconds 4 minutes 13.26 seconds -6% spec/rubocop/cop/rspec/feature_category_spec.rb 3 minutes 43.03 seconds 1 minute 13.06 seconds -67% spec/services/todo_service_spec.rb 2 minutes 42.04 seconds 2 minutes 18.77 seconds -14% spec/lib/banzai/filter/references/issue_reference_filter_spec.rb 1 minute 47.89 seconds 1 minute 18.37 seconds -27% spec/helpers/projects_helper_spec.rb 1 minute 34.77 seconds 46.34 seconds -51% spec/services/auto_merge/base_service_spec.rb 1 minute 17.42 seconds 1 minute 6.14 seconds -14% spec/services/merge_requests/mergeability_check_service_spec.rb 1 minute 12.15 seconds 1 minute 6.26 seconds -8% spec/models/protected_branch_spec.rb 1 minute 3.33 seconds 38.26 seconds -39% spec/lib/gitlab/database/migrations/background_migration_helpers_spec.rb 51.82 seconds 26.15 seconds -49% spec/models/concerns/milestoneish_spec.rb 47.25 seconds 30.44 seconds -35% spec/views/search/_results.html.haml_spec.rb 43.49 seconds 38.49 seconds -11% spec/scripts/internal_events/cli_spec.rb 40.84 seconds 42.71 seconds +4% spec/finders/ci/runner_jobs_finder_spec.rb 36.85 seconds 24.33 seconds -33% spec/policies/commit_policy_spec.rb 35.31 seconds 26.5 seconds -24% spec/services/projects/update_repository_storage_service_spec.rb 32.85 seconds 25.25 seconds -23% spec/lib/gitlab/project_authorizations_spec.rb 31.92 seconds 27.13 seconds -14% spec/models/container_registry/protection/rule_spec.rb 30.62 seconds 9.98 seconds -67% spec/models/merge_request_diff_commit_spec.rb 28.06 seconds 20.64 seconds -26% spec/lib/container_registry/client_spec.rb 27.53 seconds 10.49 seconds -61% spec/lib/bulk_imports/clients/http_spec.rb 26.37 seconds 7.32 seconds -72% spec/finders/clusters/knative_services_finder_spec.rb 25.49 seconds 22.49 seconds -11% spec/policies/ci/runner_manager_policy_spec.rb 23.98 seconds 12.45 seconds -48% spec/lib/api/helpers/packages/dependency_proxy_helpers_spec.rb 23.38 seconds 8.62 seconds -63% spec/services/post_receive_service_spec.rb 22.61 seconds 11.95 seconds -47% spec/policies/todo_policy_spec.rb 21.48 seconds 13.2 seconds -38% spec/models/concerns/project_api_compatibility_spec.rb 21.13 seconds 14.71 seconds -30% spec/lib/gitlab/cache/json_caches/json_keyed_spec.rb 19.84 seconds 6.98 seconds -64% spec/helpers/tab_helper_spec.rb 19.58 seconds 6.87 seconds -64% spec/workers/users/deactivate_dormant_users_worker_spec.rb 18.75 seconds 11.01 seconds -41% spec/lib/gitlab/ci/trace/checksum_spec.rb 17.7 seconds 10.06 seconds -43% spec/services/merge_requests/retarget_chain_service_spec.rb 17.53 seconds 14.5 seconds -17% spec/lib/extracts_path_spec.rb 16.72 seconds 6.28 seconds -62% spec/initializers/load_balancing_spec.rb 16.49 seconds 13.12 seconds -20% spec/workers/merge_request_cleanup_refs_worker_spec.rb 15.6 seconds 12.68 seconds -18% spec/lib/gitlab/sidekiq_config/worker_matcher_spec.rb 15.49 seconds 5.63 seconds -63% spec/uploaders/packages/package_file_uploader_spec.rb 14.81 seconds 9.04 seconds -38% spec/lib/gitlab/gitaly_client/ref_service_spec.rb 14.57 seconds 5.55 seconds -61% spec/lib/gitlab/diff/position_tracer/image_strategy_spec.rb 13.93 seconds 11.75 seconds -15% spec/lib/sidebars/projects/menus/infrastructure_menu_spec.rb 13.76 seconds 5.84 seconds -57% spec/lib/sidebars/projects/menus/settings_menu_spec.rb 13.36 seconds 5.85 seconds -56% spec/models/protected_branch/merge_access_level_spec.rb 12.92 seconds 7.88 seconds -38% spec/services/ci/pipeline_schedules/create_service_spec.rb 12.72 seconds 6.32 seconds -50% spec/serializers/commit_entity_spec.rb 12.28 seconds 9.9 seconds -19% spec/lib/gitlab/ci/pipeline/chain/populate_metadata_spec.rb 12.06 seconds 6.47 seconds -46% spec/lib/gitlab/mail_room/mail_room_spec.rb 11.67 seconds 4.09 seconds -64% spec/lib/gitlab/template/merge_request_template_spec.rb 11.57 seconds 8.57 seconds -25% spec/rubocop/cop/graphql/descriptions_spec.rb 11.13 seconds 4.79 seconds -56% spec/lib/gitlab/exclusive_lease_helpers/sleeping_lock_spec.rb 10.98 seconds 8.67 seconds -21% spec/services/security/ci_configuration/sast_create_service_spec.rb 10.72 seconds 6.44 seconds -39% spec/services/ci/runners/register_runner_service_spec.rb 10.6 seconds 4.81 seconds -54% spec/serializers/merge_request_diff_entity_spec.rb 10.19 seconds 7.04 seconds -30% spec/lib/gitlab/database/health_status/indicators/patroni_apdex_spec.rb 9.98 seconds 2.66 seconds -73% spec/lib/gitlab/consul/internal_spec.rb 9.77 seconds 2.43 seconds -75% spec/finders/keys_finder_spec.rb 9.47 seconds 5.34 seconds -43% spec/lib/gitlab/database/dictionary_spec.rb 9.4 seconds 2.47 seconds -73% spec/models/snippet_statistics_spec.rb 9.27 seconds 3.91 seconds -57% spec/services/service_ping/submit_service_ping_service_spec.rb 8.9 seconds 3.12 seconds -64% spec/services/ci/build_erase_service_spec.rb 8.81 seconds 6.0 seconds -31% spec/lib/gitlab/ci/build/step_spec.rb 8.61 seconds 5.23 seconds -39% spec/lib/gitlab/github_import/importer/single_endpoint_diff_notes_importer_spec.rb 8.52 seconds 5.08 seconds -40% spec/services/projects/deploy_tokens/create_service_spec.rb 8.32 seconds 4.98 seconds -40% spec/services/quick_actions/target_service_spec.rb 8.25 seconds 4.9 seconds -40% spec/services/projects/download_service_spec.rb 7.97 seconds 4.52 seconds -43% spec/models/integrations/campfire_spec.rb 7.92 seconds 2.26 seconds -71% spec/graphql/resolvers/board_resolver_spec.rb 7.67 seconds 3.78 seconds -50% spec/models/x509_certificate_spec.rb 7.67 seconds 2.69 seconds -64% spec/lib/gitlab/ci/pipeline/expression/parser_spec.rb 7.41 seconds 2.25 seconds -69% spec/models/concerns/use_sql_function_for_primary_key_lookups_spec.rb 7.4 seconds 3.4 seconds -54% spec/models/clusters/agents/authorizations/user_access/project_authorization_spec.rb 7.14 seconds 3.42 seconds -52% spec/tooling/graphql/docs/renderer_spec.rb 7.13 seconds 2.4 seconds -66% spec/lib/gitlab/database/async_constraints/postgres_async_constraint_validation_spec.rb 6.96 seconds 2.21 seconds -68% spec/lib/gitlab/ci/pipeline/expression/lexer_spec.rb 6.85 seconds 2.07 seconds -69% spec/services/users/assigned_issues_count_service_spec.rb 6.72 seconds 4.08 seconds -39% spec/views/layouts/terms.html.haml_spec.rb 6.66 seconds 4.78 seconds -28% spec/lib/gitlab/email/service_desk_email_spec.rb 6.48 seconds 2.07 seconds -68% spec/models/packages/sem_ver_spec.rb 6.42 seconds 1.77 seconds -72% spec/models/ci/commit_with_pipeline_spec.rb 6.33 seconds 2.42 seconds -61% spec/workers/bulk_imports/pipeline_batch_worker_spec.rb 6.25 seconds 2.64 seconds -57% spec/finders/autocomplete/group_users_finder_spec.rb 6.12 seconds 3.36 seconds -45% spec/lib/gitlab/cache/request_cache_spec.rb 6.06 seconds 2.01 seconds -66% spec/models/milestone_note_spec.rb 5.91 seconds 4.09 seconds -30% spec/finders/releases/evidence_pipeline_finder_spec.rb 5.85 seconds 3.26 seconds -44% spec/lib/gitlab/github_import/importer/events/cross_referenced_spec.rb 5.79 seconds 2.87 seconds -50% spec/lib/gitlab/popen/runner_spec.rb 5.64 seconds 1.73 seconds -69% spec/services/projects/import_export/parallel_export_service_spec.rb 5.57 seconds 3.17 seconds -43% spec/lib/gitlab/ci/config/entry/reports/coverage_report_spec.rb 5.46 seconds 1.99 seconds -63% spec/lib/gitlab/usage_data_counters/note_counter_spec.rb 5.38 seconds 1.55 seconds -71% spec/lib/gitlab/auth/user_access_denied_reason_spec.rb 5.27 seconds 3.03 seconds -42% spec/lib/gitlab/endpoint_attributes_spec.rb 5.16 seconds 1.7 seconds -67% spec/lib/gitlab/reactive_cache_set_cache_spec.rb 5.12 seconds 2.02 seconds -60% spec/policies/projects/branch_rule_policy_spec.rb 5.02 seconds 2.22 seconds -55% spec/lib/bitbucket/representation/pull_request_comment_spec.rb 4.93 seconds 1.37 seconds -72% spec/services/ci/create_pipeline_service/parameter_content_spec.rb 4.91 seconds 3.1 seconds -36% spec/models/ci/build_trace_spec.rb 4.78 seconds 1.76 seconds -63% spec/lib/gitlab/sanitizers/svg_spec.rb 4.77 seconds 1.34 seconds -71% spec/models/concerns/access_requestable_spec.rb 4.64 seconds 2.62 seconds -43% spec/lib/gitlab/import_export/repo_saver_spec.rb 4.63 seconds 2.41 seconds -47% spec/services/packages/composer/composer_json_service_spec.rb 4.53 seconds 2.14 seconds -52% spec/lib/gitlab/ci/reports/test_reports_comparer_spec.rb 4.48 seconds 1.37 seconds -69% spec/graphql/types/snippets/blob_viewer_type_spec.rb 4.37 seconds 1.82 seconds -58% spec/tasks/gitlab/sidekiq_rake_spec.rb 4.37 seconds 3.06 seconds -30% spec/models/concerns/clusters/agents/authorizations/ci_access/config_scopes_spec.rb 4.28 seconds 3.75 seconds -12% spec/graphql/resolvers/merge_requests_count_resolver_spec.rb 4.23 seconds 2.93 seconds -30% spec/services/branches/validate_new_service_spec.rb 4.16 seconds 4.37 seconds +4% spec/lib/gitlab/database/schema_cache_with_renamed_table_spec.rb 4.13 seconds 2.41 seconds -41% spec/lib/file_size_validator_spec.rb 4.06 seconds 2.88 seconds -29% spec/services/update_container_registry_info_service_spec.rb 4.01 seconds 2.5 seconds -37% spec/helpers/sessions_helper_spec.rb 3.97 seconds 1.63 seconds -58% spec/lib/gitlab/ci/variables/builder/project_spec.rb 3.89 seconds 1.7 seconds -56% spec/lib/gitlab/tracking/service_ping_context_spec.rb 3.85 seconds 0.88 second -77% spec/helpers/award_emoji_helper_spec.rb 3.81 seconds 3.1 seconds -18% spec/lib/gitlab/database/load_balancing/service_discovery/sampler_spec.rb 3.76 seconds 1.02 seconds -72% spec/models/work_items/widgets/assignees_spec.rb 3.72 seconds 1.43 seconds -61% spec/lib/sidebars/admin/menus/applications_menu_spec.rb 3.68 seconds 1.07 seconds -70% spec/components/pajamas/card_component_spec.rb 3.59 seconds 1.11 seconds -69% spec/channels/noteable/notes_channel_spec.rb 3.53 seconds 2.27 seconds -35% spec/services/packages/create_temporary_package_service_spec.rb 3.49 seconds 1.59 seconds -54% spec/models/packages/event_spec.rb 3.46 seconds 0.95 second -72% spec/serializers/rollout_status_entity_spec.rb 3.41 seconds 0.86 second -74% spec/lib/gitlab/database/async_indexes/index_creator_spec.rb 3.37 seconds 1.41 seconds -58% spec/lib/gitlab/issuable/clone/copy_resource_events_service_spec.rb 3.35 seconds 2.75 seconds -17% spec/workers/packages/mark_package_files_for_destruction_worker_spec.rb 3.3 seconds 1.54 seconds -53% spec/graphql/mutations/todos/restore_spec.rb 3.26 seconds 2.47 seconds -24% spec/policies/project_hook_policy_spec.rb 3.24 seconds 1.66 seconds -48% spec/services/alert_management/http_integrations/update_service_spec.rb 3.18 seconds 1.45 seconds -54% spec/lib/bulk_imports/groups/pipelines/namespace_settings_pipeline_spec.rb 3.16 seconds 1.54 seconds -51% spec/services/ci/create_pipeline_service/artifacts_spec.rb 3.1 seconds 1.64 seconds -46% spec/services/packages/update_tags_service_spec.rb 3.06 seconds 1.44 seconds -52% spec/workers/ci/archive_trace_worker_spec.rb 3.02 seconds 1.68 seconds -44% spec/lib/gitlab/seeders/ci/runner/runner_fleet_pipeline_seeder_spec.rb 2.97 seconds 2.03 seconds -31% spec/lib/gitlab/gitaly_client/cleanup_service_spec.rb 2.94 seconds 2.24 seconds -23% spec/lib/gitlab/import_export/group/object_builder_spec.rb 2.91 seconds 1.31 seconds -54% spec/lib/bitbucket/representation/comment_spec.rb 2.85 seconds 1.01 seconds -64% spec/finders/ci/runner_managers_finder_spec.rb 2.83 seconds 1.21 seconds -57% spec/lib/gitlab/usage/metrics/instrumentations/project_imports_creators_metric_spec.rb 2.8 seconds 1.99 seconds -29% spec/lib/gitlab/plantuml_spec.rb 2.76 seconds 1.12 seconds -59% spec/models/projects/wiki_repository_spec.rb 2.71 seconds 0.91 second -66% spec/lib/gitlab/slash_commands/presenters/issue_close_spec.rb 2.69 seconds 1.85 seconds -31% spec/workers/pipeline_hooks_worker_spec.rb 2.66 seconds 1.74 seconds -34% spec/services/packages/remove_tag_service_spec.rb 2.61 seconds 1.32 seconds -49% spec/lib/gitlab/legacy_github_import/release_formatter_spec.rb 2.58 seconds 0.97 second -62% spec/services/ci/build_unschedule_service_spec.rb 2.55 seconds 2.92 seconds +14% spec/lib/gitlab/database/type/color_spec.rb 2.52 seconds 0.94 second -62% spec/lib/gitlab/github_import/importer/events/reopened_spec.rb 2.49 seconds 1.43 seconds -42% spec/lib/gitlab/import_export/wiki_repo_saver_spec.rb 2.47 seconds 1.85 seconds -25% spec/services/incident_management/issuable_escalation_statuses/after_update_service_spec.rb 2.42 seconds 1.7 seconds -29% spec/models/user_mentions/commit_user_mention_spec.rb 2.4 seconds 0.9 second -62% spec/serializers/ci/daily_build_group_report_result_entity_spec.rb 2.35 seconds 0.72 second -69% spec/graphql/resolvers/ci/test_suite_resolver_spec.rb 2.31 seconds 1.82 seconds -21% spec/rubocop/cop/migration/migration_record_spec.rb 2.27 seconds 1.13 seconds -50% spec/services/admin/abuse_report_labels/create_service_spec.rb 2.26 seconds 0.9 second -60% spec/services/ci/build_cancel_service_spec.rb 2.21 seconds 1.41 seconds -36% spec/lib/gitlab/ci/reports/security/locations/secret_detection_spec.rb 2.19 seconds 0.88 second -59% spec/lib/gitlab/sidekiq_middleware/concurrency_limit/workers_map_spec.rb 2.15 seconds 1.07 seconds -50% spec/lib/gitlab/pagination/keyset/in_operator_optimization/array_scope_columns_spec.rb 2.12 seconds 0.48 second -77% spec/services/packages/npm/deprecate_package_service_spec.rb 2.11 seconds 1.04 seconds -50% spec/graphql/types/color_type_spec.rb 2.06 seconds 0.94 second -54% spec/lib/gitlab/ci/config/entry/release/assets_spec.rb 2.05 seconds 0.69 second -66% spec/lib/gitlab/github_gists_import/status_spec.rb 1.99 seconds 0.56 second -71% spec/lib/gitlab/circuit_breaker/notifier_spec.rb 1.99 seconds 0.56 second -71% spec/lib/gitlab/github_import/clients/proxy_spec.rb 1.93 seconds 0.72 second -62% spec/lib/gitlab/ci/status/waiting_for_callback_spec.rb 1.91 seconds 0.81 second -57% spec/lib/constraints/admin_constrainer_spec.rb 1.91 seconds 0.9 second -52% spec/models/notes/note_metadata_spec.rb 1.86 seconds 1.0 second -46% spec/workers/pages_domain_verification_worker_spec.rb 1.85 seconds 0.54 second -70% spec/graphql/types/timeframe_type_spec.rb 1.81 seconds 0.63 second -65% spec/services/ci/queue/pending_builds_strategy_spec.rb 1.79 seconds 1.11 seconds -38% spec/services/projects/batch_open_issues_count_service_spec.rb 1.75 seconds 1.33 seconds -23% spec/views/notify/push_to_merge_request_email.text.haml_spec.rb 1.73 seconds 1.53 seconds -11% spec/graphql/mutations/users/saved_replies/create_spec.rb 1.69 seconds 0.8 second -52% spec/lib/gitlab/kubernetes/config_map_spec.rb 1.66 seconds 0.38 second -76% spec/rubocop/cop/gitlab/avoid_feature_get_spec.rb 1.64 seconds 0.41 second -75% spec/views/admin/projects/_form.html.haml_spec.rb 1.61 seconds 0.65 second -59% spec/lib/gitlab/checks/force_push_spec.rb 1.57 seconds 0.91 second -41% spec/lib/gitlab/kubernetes/ingress_spec.rb 1.54 seconds 0.6 second -60% spec/workers/jira_connect/sync_feature_flags_worker_spec.rb 1.52 seconds 0.91 second -40% spec/routing/user_routing_spec.rb 1.48 seconds 1.46 seconds -1% spec/lib/slack/block_kit/app_home_opened_spec.rb 1.47 seconds 0.9 second -39% spec/rubocop/cop/migration/background_migration_missing_active_concern_spec.rb 1.43 seconds 0.68 second -52% spec/validators/js_regex_validator_spec.rb 1.42 seconds 0.58 second -59% spec/lib/gitlab/word_diff/positions_counter_spec.rb 1.38 seconds 0.54 second -61% spec/lib/gitlab/usage/metrics/instrumentations/count_project_snippets_metric_spec.rb 1.35 seconds 1.02 seconds -24% spec/views/shared/milestones/_top.html.haml_spec.rb 1.32 seconds 0.81 second -38% spec/presenters/dev_ops_report/metric_presenter_spec.rb 1.29 seconds 0.53 second -59% spec/services/export_csv/map_export_fields_service_spec.rb 1.25 seconds 2.05 seconds +64% spec/lib/banzai/pipeline/post_process_pipeline_spec.rb 1.24 seconds 0.87 second -30% spec/views/devise/shared/_signup_omniauth_provider_list_spec.rb 1.21 seconds 0.72 second -40% spec/graphql/types/incident_management/timeline_event_tag_type_spec.rb 1.19 seconds 0.46 second -61% spec/workers/todos_destroyer/entity_leave_worker_spec.rb 1.16 seconds 0.27 second -76% spec/lib/google_api/auth_spec.rb 1.14 seconds 0.5 second -56% spec/graphql/types/container_respository_tags_sort_enum_spec.rb 1.12 seconds 0.37 second -67% spec/graphql/types/merge_requests/mergeability_check_type_spec.rb 1.08 seconds 0.37 second -66% spec/models/concerns/cross_database_modification_spec.rb 1.06 seconds 0.49 second -53% spec/models/group/crm_settings_spec.rb 1.02 seconds 0.46 second -55% spec/helpers/environment_helper_spec.rb 1.02 seconds 0.82 second -19% spec/lib/bitbucket_server/retry_with_delay_spec.rb 0.98 second 0.39 second -60% spec/graphql/resolvers/alert_management/alert_status_counts_resolver_spec.rb 0.96 second 0.66 second -30% spec/lib/gitlab/tracking/helpers/weak_password_error_event_spec.rb 0.93 second 0.49 second -47% spec/graphql/types/kas/agent_metadata_type_spec.rb 0.92 second 0.45 second -51% spec/graphql/types/ci/test_report_summary_type_spec.rb 0.89 second 0.36 second -59% spec/lib/gitlab/github_import/importer/issue_and_label_links_importer_spec.rb 0.87 second 0.26 second -70% spec/graphql/types/label_type_spec.rb 0.83 second 0.38 second -54% spec/serializers/serverless/domain_entity_spec.rb 0.8 second 0.38 second -52% spec/workers/concerns/cluster_agent_queue_spec.rb 0.78 second 0.25 second -67% spec/lib/gitlab/sidekiq_middleware/pause_control/client_spec.rb 0.75 second 0.36 second -52% spec/rubocop/qa_helpers_spec.rb 0.74 second 0.35 second -53% spec/policies/concerns/archived_abilities_spec.rb 0.71 second 0.36 second -49% spec/graphql/types/security/codequality_reports_comparer/report_type_spec.rb 0.71 second 0.36 second -49% spec/lib/mattermost/command_spec.rb 0.69 second 0.38 second -45% spec/graphql/types/ci/catalog/resource_sort_enum_spec.rb 0.68 second 0.33 second -52% spec/graphql/types/permission_types/container_repository_spec.rb 0.66 second 0.24 second -62% spec/graphql/types/packages/composer/metadatum_type_spec.rb 0.65 second 0.25 second -61% spec/lib/bulk_imports/groups/extractors/subgroups_extractor_spec.rb 0.64 second 0.41 second -34% spec/helpers/deploy_tokens_helper_spec.rb 0.59 second 0.28 second -52% spec/lib/gitlab/error_tracking/log_formatter_spec.rb 0.54 second 0.25 second -53% spec/graphql/types/permission_types/ci/pipeline_spec.rb 0.51 second 0.26 second -49% spec/lib/gitlab/database/async_constraints_spec.rb 0.49 second 0.27 second -43% spec/lib/gitlab/usage/metrics/instrumentations/uuid_metric_spec.rb 0.48 second 0.27 second -43% spec/lib/gitlab/ci/status/bridge/waiting_for_resource_spec.rb 0.46 second 0.27 second -41% spec/graphql/types/work_items/widgets/notifications_type_spec.rb 0.45 second 0.28 second -37% spec/lib/gitlab/saas_spec.rb 0.45 second 0.25 second -43% spec/lib/gitlab/memory/watchdog/handlers/puma_handler_spec.rb 0.43 second 0.27 second -38% spec/graphql/types/ci/group_variable_connection_type_spec.rb 0.42 second 0.27 second -35%
- 🤖 GitLab Bot 🤖 marked #5509 (closed) as a duplicate of this issue
marked #5509 (closed) as a duplicate of this issue
- 🤖 GitLab Bot 🤖 marked this incident as related to #5509 (closed)
marked this incident as related to #5509 (closed)
- 🤖 GitLab Bot 🤖 mentioned in incident #5509 (closed)
mentioned in incident #5509 (closed)
- GitLab Alert Bot added missedSLA label
added missedSLA label
- 🤖 GitLab Bot 🤖 added devopsmonitor sectionanalytics labels
added devopsmonitor sectionanalytics labels
- Owner
Fixed in gitlab-org/gitlab!146975 (merged)
- Lin Jen-Shin added flaky-testtransient bug master-brokenflaky-test labels and removed master-brokenundetermined label
added flaky-testtransient bug master-brokenflaky-test labels and removed master-brokenundetermined label
- Lin Jen-Shin closed
closed
- Lin Jen-Shin changed the incident status to Resolved by closing the incident
changed the incident status to Resolved by closing the incident
Please register or sign in to reply