rspec unit pg14 17/44
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 17.0.0~pre.88.g761ae5dd (761ae5dd)2 on green-6.private.runners-manager.gitlab.com/gitlab.com/gitlab-org vHriyjxu, system ID: s_44fde8db605e3 feature flags: FF_NETWORK_PER_BUILD:true4Resolving secrets6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.5-golang-1.22-rust-1.73-node-20.12-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-14-pgvector-0.4.1 ...8Authenticating with credentials from job payload (GitLab Registry)9Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-14-pgvector-0.4.1 ...10Using docker image sha256:82f132c22567f8ce17cc132c14b2f9aa3eaf9bb5424d91c2d966912433f0257d for registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-14-pgvector-0.4.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:c55e1364ee4327b244a9cfa1750f19feea14fc774eaf792b725967d146eb45f5 ...11WARNING: Service registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 is already created. Ignoring.12WARNING: Service registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 is already created. Ignoring.13Starting service registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 ...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 ...16Using docker image sha256:5c5ba5b83d6c60cb0b225bd670b7a43be8c238cc72347d24af57e5027c3648f3 for registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:46aceab84c42d0e819c8e7940f2f98ce9e184785cd7b22d95872024a35f52407 ...17Starting service redis:6.2-alpine ...18Pulling docker image redis:6.2-alpine ...19Using docker image sha256:36c1d3cfe18f4b12d4640576f7048068acbfc3625027b6bbb46bba0e31b11831 for redis:6.2-alpine with digest redis@sha256:e3b17ba9479deec4b7d1eeec1548a253acc5374d68d3b27937fcfe4df8d18c7e ...20Waiting for services to be up and running (timeout 30 seconds)...21Authenticating with credentials from job payload (GitLab Registry)22Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.5-golang-1.22-rust-1.73-node-20.12-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36 ...23Using docker image sha256:b26253b493531cada33f45ef568f38c50a310442d05c39f517656e0f7d305dc7 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.5-golang-1.22-rust-1.73-node-20.12-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.5-golang-1.22-rust-1.73-node-20.12-postgresql-14@sha256:543339542a02edc250c2c0424c5077b673f1fca2877024fdc5fb670eff44f8cf ...25Running on runner-vhriyjxu-project-278964-concurrent-0 via runner-vhriyjxu-private-1722412153-d07d17df...27Skipping Git repository setup28Skipping Git checkout29Skipping Git submodules setup31Checking cache for ruby-gems-debian-bookworm-ruby-3.1.5-17...32cache.zip is up to date 33Successfully extracted cache35Downloading artifacts for clone-gitlab-repo (7471344368)...36Downloading artifacts from coordinator... ok host=storage.googleapis.com id=7471344368 responseStatus=200 OK token=glcbt-6637WARNING: Part of .git directory is on the list of files to extract 38WARNING: This may introduce unexpected problems 39Downloading artifacts for compile-test-assets (7471344747)...40Downloading artifacts from coordinator... ok host=storage.googleapis.com id=7471344747 responseStatus=200 OK token=glcbt-6641Downloading artifacts for retrieve-tests-metadata (7471344898)...42Downloading artifacts from coordinator... ok host=storage.googleapis.com id=7471344898 responseStatus=200 OK token=glcbt-6643Downloading artifacts for setup-test-env (7471344810)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=7471344810 responseStatus=200 OK token=glcbt-66 45 Executing "step_script" stage of the job script 46Using docker image sha256:b26253b493531cada33f45ef568f38c50a310442d05c39f517656e0f7d305dc7 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.5-golang-1.22-rust-1.73-node-20.12-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-123-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.5-golang-1.22-rust-1.73-node-20.12-postgresql-14@sha256:543339542a02edc250c2c0424c5077b673f1fca2877024fdc5fb670eff44f8cf ...47$ echo $FOSS_ONLY48$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb49$ export GOPATH=$CI_PROJECT_DIR/.go50$ mkdir -p $GOPATH51$ source scripts/utils.sh52$ source scripts/prepare_build.sh82Using decomposed database config (config/database.yml.decomposed-postgresql)83Geo DB won't be set up.84Embedding DB won't be set up.96$ source ./scripts/rspec_helpers.sh97$ run_timed_command "gem install knapsack --no-document"98$ gem install knapsack --no-document99Successfully installed knapsack-4.0.01001 gem installed101==> 'gem install knapsack --no-document' succeeded in 1 seconds.102$ section_start "gitaly-test-spawn" "Spawning Gitaly"; scripts/gitaly-test-spawn; section_end "gitaly-test-spawn"107$ export RSPEC_SKIPPED_TESTS_REPORT_PATH="rspec/skipped_tests-${CI_JOB_ID}.txt"108$ export RSPEC_RETRIED_TESTS_REPORT_PATH="rspec/retried_tests-${CI_JOB_ID}.txt"109$ tooling/bin/create_job_metrics_file || true110[job-metrics] Creating the job metrics file for the CI/CD job.111$ rspec_section rspec_parallelized_job "--fail-fast=${RSPEC_FAIL_FAST_THRESHOLD} --tag ~quarantine --tag ~level:background_migration --tag ~click_house --tag ~real_ai_request"113[10:14:29] Starting rspec_parallelized_job114RETRY_FAILED_TESTS_IN_NEW_PROCESS: true115KNAPSACK_GENERATE_REPORT: true116FLAKY_RSPEC_GENERATE_REPORT: true117KNAPSACK_TEST_FILE_PATTERN: spec/{bin,channels,components,config,contracts,db,dependencies,elastic,elastic_integration,experiments,factories,finders,frontend,graphql,haml_lint,helpers,initializers,keeps,lib,metrics_server,models,policies,presenters,rack_servers,replicators,routing,rubocop,scripts,serializers,services,sidekiq,sidekiq_cluster,spam,support_specs,tasks,uploaders,validators,views,workers,tooling,dot_gitlab_ci}{,/**/}*_spec.rb118KNAPSACK_LOG_LEVEL: debug119KNAPSACK_REPORT_PATH: knapsack/rspec_unit_pg14_17_44_278964_report.json120FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json121FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_unit_pg14_17_44_278964_report.json122NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_unit_pg14_17_44_278964_report.json123RSPEC_SKIPPED_TESTS_REPORT_PATH: rspec/skipped_tests-7471345545.txt124CRYSTALBALL: true125RSPEC_TESTS_MAPPING_ENABLED: 126RSPEC_TESTS_FILTER_FILE: 127Shell set options (set -o) enabled:128braceexpand on129hashall on130interactive-comments on131pipefail on132Parsing expected rspec suite duration...133spec/lib/service_ping/build_payload_spec.rb not found in master report134RSpec suite is expected to take 41 minutes 23.54 seconds.135Expected duration for tests:136{137 "spec/finders/merge_requests_finder_spec.rb": 463.4530639492293,138 "spec/services/packages/npm/create_package_service_spec.rb": 158.67145186629688,139 "spec/services/git/branch_hooks_service_spec.rb": 124.4147121246979,140 "spec/lib/gitlab/background_migration/disable_legacy_open_source_license_for_one_member_no_repo_projects_spec.rb": 102.9680351761014,141 "spec/serializers/build_details_entity_spec.rb": 89.25270694601844,142 "spec/lib/gitlab/background_migration/backfill_packages_tags_project_id_spec.rb": 75.85541190912812,143 "spec/lib/gitlab/health_checks/redis_spec.rb": 67.26413896165175,144 "spec/models/gpg_key_spec.rb": 59.598295436869634,145 "spec/models/concerns/milestoneish_spec.rb": 53.39004210393081,146 "spec/lib/gitlab/background_migration/backfill_approval_project_rules_users_project_id_spec.rb": 48.16877608570472,147 "spec/finders/merge_request_target_project_finder_spec.rb": 44.12502011357962,148 "spec/policies/issuable_policy_spec.rb": 39.79779671067177,149 "spec/services/design_management/save_designs_service_spec.rb": 37.28181333063405,150 "spec/models/concerns/deprecated_assignee_spec.rb": 35.16468033899743,151 "spec/models/bulk_imports/entity_spec.rb": 33.2538563158962,152 "spec/helpers/issues_helper_spec.rb": 31.93072292710762,153 "spec/lib/gitlab/background_migration/backfill_status_check_responses_project_id_spec.rb": 30.88746772615714,154 "spec/lib/gitlab/prometheus_client_spec.rb": 29.70748490912941,155 "spec/lib/gitlab/cycle_analytics/permissions_spec.rb": 28.386415962203372,156 "spec/routing/group_routing_spec.rb": 26.9118638063007,157 "spec/initializers/load_balancing_spec.rb": 25.302821662032787,158 "spec/graphql/mutations/design_management/upload_spec.rb": 24.08094102824424,159 "spec/models/hooks/web_hook_log_spec.rb": 23.080582471990514,160 "spec/models/incident_management/issuable_escalation_status_spec.rb": 21.794939563180073,161 "spec/services/system_notes/design_management_service_spec.rb": 20.962319342602658,162 "spec/models/pages_deployment_spec.rb": 19.937341378838013,163 "spec/uploaders/pages/deployment_uploader_spec.rb": 19.179302878435834,164 "spec/lib/gitlab/template/merge_request_template_spec.rb": 18.55049472224251,165 "spec/lib/gitlab/ci/trace/chunked_io_spec.rb": 18.02067948215693,166 "spec/lib/gitlab/cleanup/personal_access_tokens_spec.rb": 17.481903975001124,167 "spec/lib/gitlab/ci/config/external/file/project_spec.rb": 16.991936411108355,168 "spec/tooling/quality/test_level_spec.rb": 16.348523333375983,169 "spec/lib/gitlab/doctor/secrets_spec.rb": 15.806342518003124,170 "spec/lib/gitlab/diff/rendered/notebook/diff_file_spec.rb": 15.206992512546313,171 "spec/lib/gitlab/github_import/importer/milestones_importer_spec.rb": 14.80256238538808,172 "spec/lib/gitlab/search/recent_merge_requests_spec.rb": 14.31580647363364,173 "spec/lib/gitlab/ci/config/normalizer_spec.rb": 13.792749242099557,174 "spec/lib/gitlab/background_migration/backfill_user_details_spec.rb": 13.440180655397375,175 "spec/models/integrations/harbor_spec.rb": 13.074263320419579,176 "spec/models/fork_network_spec.rb": 12.688838068905591,177 "spec/services/service_response_spec.rb": 12.28248718634148,178 "spec/helpers/boards_helper_spec.rb": 11.938630813159316,179 "spec/models/integrations/redmine_spec.rb": 11.629062943954793,180 "spec/support_specs/matchers/internal_events_matchers_spec.rb": 11.376962900611856,181 "spec/lib/gitlab/git/blame_pagination_spec.rb": 11.13926984620598,182 "spec/lib/gitlab/ci/config/entry/rules/rule/changes_spec.rb": 10.906133758839879,183 "spec/graphql/resolvers/group_packages_resolver_spec.rb": 10.596575508823552,184 "spec/lib/gitlab/jira_import_spec.rb": 10.39701789508403,185 "spec/tasks/gitlab/terraform/migrate_rake_spec.rb": 10.16243586327363,186 "spec/lib/gitlab/repository_hash_cache_spec.rb": 9.87015114862523,187 "spec/lib/system_check/simple_executor_spec.rb": 9.674013100459101,188 "spec/services/packages/debian/sign_distribution_service_spec.rb": 9.432280733463841,189 "spec/lib/gitlab/ci/config/entry/port_spec.rb": 9.22621885083996,190 "spec/tasks/gitlab/audit_event_types/check_docs_task_spec.rb": 8.920569104685118,191 "spec/experiments/application_experiment_spec.rb": 8.727596617342625,192 "spec/models/project_ci_cd_setting_spec.rb": 8.491076667907297,193 "spec/lib/gitlab/ci/templates/Jobs/test_gitlab_ci_yaml_spec.rb": 8.328976114024423,194 "spec/serializers/group_child_serializer_spec.rb": 8.16864174710536,195 "spec/graphql/mutations/releases/delete_spec.rb": 8.017504131449819,196 "spec/lib/gitlab/analytics/cycle_analytics/stage_events/merge_request_last_build_finished_spec.rb": 7.8134726267835015,197 "spec/services/bulk_imports/uploads_export_service_spec.rb": 7.657870436278917,198 "spec/lib/gitlab/changelog/committer_spec.rb": 7.490865507875837,199 "spec/lib/json_web_token/hmac_token_spec.rb": 7.303284665051033,200 "spec/lib/gitlab/ci/config/entry/jobs_spec.rb": 7.107059382296862,201 "spec/rubocop/cop/rails/migration_timestamp_spec.rb": 6.976277760704132,202 "spec/workers/gitlab/github_import/stage/finish_import_worker_spec.rb": 6.822667252183023,203 "spec/workers/gitlab/github_import/stage/import_attachments_worker_spec.rb": 6.671421199513623,204 "spec/services/system_notes/alert_management_service_spec.rb": 6.522006129676181,205 "spec/lib/gitlab/ci/pipeline/chain/skip_spec.rb": 6.368058421829721,206 "spec/lib/gitlab/rack_attack/user_allowlist_spec.rb": 6.249583103288638,207 "spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies/until_executing_spec.rb": 6.164670052183228,208 "spec/services/projects/move_notification_settings_service_spec.rb": 6.063441762484587,209 "spec/tooling/lib/tooling/mappings/js_to_system_specs_mappings_spec.rb": 5.9492610919675,210 "spec/graphql/mutations/alert_management/update_alert_status_spec.rb": 5.84913980978225,211 "spec/lib/gitlab/import_export/saver_spec.rb": 5.754469982631008,212 "spec/services/tags/destroy_service_spec.rb": 5.66213241695345,213 "spec/lib/gitlab/github_import/markdown_text_spec.rb": 5.562068119135468,214 "spec/lib/gitlab/database/background_migration/batch_optimizer_spec.rb": 5.478901258541766,215 "spec/lib/gitlab/bitbucket_import/wiki_formatter_spec.rb": 5.374755664779478,216 "spec/lib/bulk_imports/projects/pipelines/ci_pipelines_pipeline_spec.rb": 5.27978251061621,217 "spec/models/integrations/chat_message/wiki_page_message_spec.rb": 5.18182280604282,218 "spec/lib/gitlab/background_migration/update_ci_pipeline_artifacts_unknown_locked_status_spec.rb": 5.083795633856186,219 "spec/models/blob_viewer/license_spec.rb": 5.003277175706153,220 "spec/models/customer_relations/contact_state_counts_spec.rb": 4.9549777725677515,221 "spec/workers/ci/resource_groups/assign_resource_from_resource_group_worker_spec.rb": 4.88247174923763,222 "spec/models/blob_viewer/base_spec.rb": 4.8022653995109446,223 "spec/lib/gitlab/github_import/importer/lfs_objects_importer_spec.rb": 4.717583541692829,224 "spec/lib/gitlab/external_authorization/client_spec.rb": 4.646734516316233,225 "spec/lib/web_ide/extensions_marketplace_spec.rb": 4.562211554393114,226 "spec/views/projects/settings/ci_cd/_autodevops_form.html.haml_spec.rb": 4.478825632739746,227 "spec/graphql/types/terraform/state_type_spec.rb": 4.399568887718319,228 "spec/lib/gitlab/github_import/importer/issue_importer_spec.rb": 4.3234912422499985,229 "spec/models/subscription_spec.rb": 4.256932438917235,230 "spec/lib/gitlab/ci/config/entry/coverage_spec.rb": 4.185707065935298,231 "spec/graphql/resolvers/group_releases_resolver_spec.rb": 4.125317357906386,232 "spec/services/packages/rubygems/dependency_resolver_service_spec.rb": 4.050719456997747,233 "spec/workers/gitlab_service_ping_worker_spec.rb": 3.9840621618708862,234 "spec/models/ci/variable_value_spec.rb": 3.9187788210330887,235 "spec/views/projects/jobs/_generic_commit_status.html.haml_spec.rb": 3.8611926153303235,236 "spec/workers/releases/manage_evidence_worker_spec.rb": 3.8084395955325885,237 "spec/services/users/keys_count_service_spec.rb": 3.7487213910414336,238 "spec/services/projects/all_merge_requests_count_service_spec.rb": 3.6810402754595044,239 "spec/lib/bulk_imports/projects/pipelines/project_attributes_pipeline_spec.rb": 3.6229600992814452,240 "spec/serializers/user_serializer_spec.rb": 3.5533342337571012,241 "spec/lib/import/placeholder_reference_alias_resolver_spec.rb": 3.4884630506884373,242 "spec/graphql/types/container_expiration_policy_type_spec.rb": 3.425376789585443,243 "spec/models/container_registry/data_repair_detail_spec.rb": 3.36477272422923,244 "spec/lib/gitlab/usage_data_counters/vscode_extension_activity_unique_counter_spec.rb": 3.3022185925264864,245 "spec/lib/gitlab/database/schema_cleaner_spec.rb": 3.2225142561502906,246 "spec/views/profiles/preferences/show.html.haml_spec.rb": 3.165701474750694,247 "spec/graphql/resolvers/user_resolver_spec.rb": 3.1179283985614274,248 "spec/workers/concerns/limited_capacity/job_tracker_spec.rb": 3.063356732247809,249 "spec/policies/alert_management/http_integration_policy_spec.rb": 2.9997117301134377,250 "spec/helpers/workhorse_helper_spec.rb": 2.9407730458085766,251 "spec/lib/gitlab/instrumentation/redis_spec.rb": 2.880515917024853,252 "spec/graphql/resolvers/groups_resolver_spec.rb": 2.8275114752658794,253 "spec/lib/feature/shared_spec.rb": 2.7688647600838765,254 "spec/workers/counters/cleanup_refresh_worker_spec.rb": 2.723810387855743,255 "spec/lib/gitlab/cache/metrics_spec.rb": 2.677762517409527,256 "spec/lib/api/validations/validators/limit_spec.rb": 2.6299414770708807,257 "spec/lib/gitlab/ci/config/entry/stage_spec.rb": 2.583714745874576,258 "spec/lib/gitlab/analytics/usage_trends/workers_argument_builder_spec.rb": 2.5370062170683525,259 "spec/lib/gitlab/graphql/mount_mutation_spec.rb": 2.483284377647715,260 "spec/graphql/types/merge_requests/author_type_spec.rb": 2.4326100110771787,261 "spec/workers/bulk_import_worker_spec.rb": 2.3913579174572286,262 "spec/lib/gitlab/word_diff/segments/diff_hunk_spec.rb": 2.339708510376547,263 "spec/services/achievements/destroy_user_achievement_service_spec.rb": 2.2974560805051625,264 "spec/serializers/test_suite_comparer_entity_spec.rb": 2.251390436674912,265 "spec/lib/gitlab/config_checker/external_database_checker_spec.rb": 2.193764081834601,266 "spec/graphql/types/ci/pipeline_message_type_spec.rb": 2.128375615552493,267 "spec/lib/gitlab/ci/reports/security/finding_signature_spec.rb": 2.083392935479284,268 "spec/lib/gitlab/database/load_balancing/resolver_spec.rb": 2.0202826063329473,269 "spec/graphql/mutations/security/ci_configuration/base_security_analyzer_spec.rb": 1.9799853750971435,270 "spec/db/development/create_work_item_related_link_restrictions_spec.rb": 1.941023919657684,271 "spec/serializers/lfs_file_lock_entity_spec.rb": 1.8972930827391274,272 "spec/lib/gitlab/checks/force_push_spec.rb": 1.8420286942513475,273 "spec/views/projects/settings/operations/show.html.haml_spec.rb": 1.7967772622133906,274 "spec/workers/repository_check/dispatch_worker_spec.rb": 1.755586586431531,275 "spec/routing/projects/security/configuration_controller_routing_spec.rb": 1.7021195174416401,276 "spec/lib/gitlab/auth/otp/strategies/forti_token_cloud_spec.rb": 1.6560568715540962,277 "spec/lib/gitlab/gitaly_client/praefect_info_service_spec.rb": 1.6096854308700361,278 "spec/views/profiles/notifications/show.html.haml_spec.rb": 1.5653581945131894,279 "spec/serializers/cluster_entity_spec.rb": 1.5192812521990235,280 "spec/models/every_model_spec.rb": 1.4723369286687324,281 "spec/presenters/blobs/notebook_presenter_spec.rb": 1.4104170240023983,282 "spec/graphql/mutations/work_items/linked_items/base_spec.rb": 1.3679427706094147,283 "spec/lib/banzai/pipeline/pre_process_pipeline_spec.rb": 1.3313220642972468,284 "spec/views/errors/access_denied.html.haml_spec.rb": 1.2959321588741477,285 "spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb": 1.2269397593029652,286 "spec/tooling/lib/tooling/test_map_packer_spec.rb": 1.1969327023531275,287 "spec/lib/gitlab/quick_actions/substitution_definition_spec.rb": 1.1267489317189225,288 "spec/services/clusters/build_service_spec.rb": 1.0961611615220306,289 "spec/lib/system_check_spec.rb": 1.0865011613576439,290 "spec/lib/api/helpers/project_stats_refresh_conflicts_helpers_spec.rb": 1.0226636736850212,291 "spec/lib/api/entities/projects/container_registry/protection/rule_spec.rb": 1.0132151580157591,292 "spec/views/admin/application_settings/_eks.html.haml_spec.rb": 0.93377350158472,293 "spec/views/projects/issues/_related_issues.html.haml_spec.rb": 0.9214099141102906,294 "spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies/none_spec.rb": 0.8502811734145661,295 "spec/rubocop/cop/rspec/any_instance_of_spec.rb": 0.8396862220725229,296 "spec/lib/gitlab/grape_logging/loggers/filter_parameters_spec.rb": 0.8023910760589238,297 "spec/lib/gitlab/batch_worker_context_spec.rb": 0.7964260699740838,298 "spec/lib/sidebars/projects/super_sidebar_menus/secure_menu_spec.rb": 0.7691085491315663,299 "spec/lib/api/entities/personal_access_token_spec.rb": 0.7595508802105937,300 "spec/graphql/types/ci/variable_interface_spec.rb": 0.7012191591615333,301 "spec/graphql/types/work_items/widgets/award_emoji_type_spec.rb": 0.6642709391275998,302 "spec/lib/api/entities/ssh_key_spec.rb": 0.5696272316151827,303 "spec/graphql/types/work_items/widgets/assignees_type_spec.rb": 0.5448512049433956,304 "spec/graphql/types/ml/model_links_type_spec.rb": 0.5369233322079829,305 "spec/graphql/types/work_items/widgets/hierarchy_type_spec.rb": 0.51470487631581,306 "spec/serializers/rollout_statuses/ingress_entity_spec.rb": 0.5002436348107371307}308Running command: bundle exec rspec -Ispec -rspec_helper --color --failure-exit-code 1 --error-exit-code 2 --format documentation --format Support::Formatters::JsonFormatter --out rspec/rspec-7471345545.json --format RspecJunitFormatter --out rspec/rspec-7471345545.xml --fail-fast=20 --tag ~quarantine --tag ~level:background_migration --tag ~click_house --tag ~real_ai_request -- spec/finders/merge_requests_finder_spec.rb spec/services/packages/npm/create_package_service_spec.rb spec/services/git/branch_hooks_service_spec.rb spec/lib/gitlab/background_migration/disable_legacy_open_source_license_for_one_member_no_repo_projects_spec.rb spec/serializers/build_details_entity_spec.rb spec/lib/gitlab/background_migration/backfill_packages_tags_project_id_spec.rb spec/lib/gitlab/health_checks/redis_spec.rb spec/models/gpg_key_spec.rb spec/models/concerns/milestoneish_spec.rb spec/lib/gitlab/background_migration/backfill_approval_project_rules_users_project_id_spec.rb spec/finders/merge_request_target_project_finder_spec.rb spec/policies/issuable_policy_spec.rb spec/services/design_management/save_designs_service_spec.rb spec/models/concerns/deprecated_assignee_spec.rb spec/models/bulk_imports/entity_spec.rb spec/helpers/issues_helper_spec.rb spec/lib/gitlab/background_migration/backfill_status_check_responses_project_id_spec.rb spec/lib/gitlab/prometheus_client_spec.rb spec/lib/gitlab/cycle_analytics/permissions_spec.rb spec/routing/group_routing_spec.rb spec/initializers/load_balancing_spec.rb spec/graphql/mutations/design_management/upload_spec.rb spec/models/hooks/web_hook_log_spec.rb spec/models/incident_management/issuable_escalation_status_spec.rb spec/services/system_notes/design_management_service_spec.rb spec/models/pages_deployment_spec.rb spec/uploaders/pages/deployment_uploader_spec.rb spec/lib/gitlab/template/merge_request_template_spec.rb spec/lib/gitlab/ci/trace/chunked_io_spec.rb spec/lib/gitlab/cleanup/personal_access_tokens_spec.rb spec/lib/gitlab/ci/config/external/file/project_spec.rb spec/tooling/quality/test_level_spec.rb spec/lib/gitlab/doctor/secrets_spec.rb spec/lib/gitlab/diff/rendered/notebook/diff_file_spec.rb spec/lib/gitlab/github_import/importer/milestones_importer_spec.rb spec/lib/gitlab/search/recent_merge_requests_spec.rb spec/lib/gitlab/ci/config/normalizer_spec.rb spec/lib/gitlab/background_migration/backfill_user_details_spec.rb spec/models/integrations/harbor_spec.rb spec/models/fork_network_spec.rb spec/services/service_response_spec.rb spec/helpers/boards_helper_spec.rb spec/models/integrations/redmine_spec.rb spec/support_specs/matchers/internal_events_matchers_spec.rb spec/lib/gitlab/git/blame_pagination_spec.rb spec/lib/gitlab/ci/config/entry/rules/rule/changes_spec.rb spec/graphql/resolvers/group_packages_resolver_spec.rb spec/lib/gitlab/jira_import_spec.rb spec/tasks/gitlab/terraform/migrate_rake_spec.rb spec/lib/gitlab/repository_hash_cache_spec.rb spec/lib/system_check/simple_executor_spec.rb spec/services/packages/debian/sign_distribution_service_spec.rb spec/lib/gitlab/ci/config/entry/port_spec.rb spec/tasks/gitlab/audit_event_types/check_docs_task_spec.rb spec/experiments/application_experiment_spec.rb spec/models/project_ci_cd_setting_spec.rb spec/lib/gitlab/ci/templates/Jobs/test_gitlab_ci_yaml_spec.rb spec/serializers/group_child_serializer_spec.rb spec/graphql/mutations/releases/delete_spec.rb spec/lib/gitlab/analytics/cycle_analytics/stage_events/merge_request_last_build_finished_spec.rb spec/services/bulk_imports/uploads_export_service_spec.rb spec/lib/gitlab/changelog/committer_spec.rb spec/lib/json_web_token/hmac_token_spec.rb spec/lib/gitlab/ci/config/entry/jobs_spec.rb spec/rubocop/cop/rails/migration_timestamp_spec.rb spec/workers/gitlab/github_import/stage/finish_import_worker_spec.rb spec/workers/gitlab/github_import/stage/import_attachments_worker_spec.rb spec/services/system_notes/alert_management_service_spec.rb spec/lib/gitlab/ci/pipeline/chain/skip_spec.rb spec/lib/gitlab/rack_attack/user_allowlist_spec.rb spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies/until_executing_spec.rb spec/services/projects/move_notification_settings_service_spec.rb spec/tooling/lib/tooling/mappings/js_to_system_specs_mappings_spec.rb spec/graphql/mutations/alert_management/update_alert_status_spec.rb spec/lib/gitlab/import_export/saver_spec.rb spec/services/tags/destroy_service_spec.rb spec/lib/gitlab/github_import/markdown_text_spec.rb spec/lib/gitlab/database/background_migration/batch_optimizer_spec.rb spec/lib/gitlab/bitbucket_import/wiki_formatter_spec.rb spec/lib/bulk_imports/projects/pipelines/ci_pipelines_pipeline_spec.rb spec/models/integrations/chat_message/wiki_page_message_spec.rb spec/lib/gitlab/background_migration/update_ci_pipeline_artifacts_unknown_locked_status_spec.rb spec/models/blob_viewer/license_spec.rb spec/models/customer_relations/contact_state_counts_spec.rb spec/workers/ci/resource_groups/assign_resource_from_resource_group_worker_spec.rb spec/models/blob_viewer/base_spec.rb spec/lib/gitlab/github_import/importer/lfs_objects_importer_spec.rb spec/lib/gitlab/external_authorization/client_spec.rb spec/lib/web_ide/extensions_marketplace_spec.rb spec/views/projects/settings/ci_cd/_autodevops_form.html.haml_spec.rb spec/graphql/types/terraform/state_type_spec.rb spec/lib/gitlab/github_import/importer/issue_importer_spec.rb spec/models/subscription_spec.rb spec/lib/gitlab/ci/config/entry/coverage_spec.rb spec/graphql/resolvers/group_releases_resolver_spec.rb spec/services/packages/rubygems/dependency_resolver_service_spec.rb spec/workers/gitlab_service_ping_worker_spec.rb spec/models/ci/variable_value_spec.rb spec/views/projects/jobs/_generic_commit_status.html.haml_spec.rb spec/workers/releases/manage_evidence_worker_spec.rb spec/services/users/keys_count_service_spec.rb spec/services/projects/all_merge_requests_count_service_spec.rb spec/lib/bulk_imports/projects/pipelines/project_attributes_pipeline_spec.rb spec/serializers/user_serializer_spec.rb spec/lib/import/placeholder_reference_alias_resolver_spec.rb spec/graphql/types/container_expiration_policy_type_spec.rb spec/models/container_registry/data_repair_detail_spec.rb spec/lib/gitlab/usage_data_counters/vscode_extension_activity_unique_counter_spec.rb spec/lib/gitlab/database/schema_cleaner_spec.rb spec/views/profiles/preferences/show.html.haml_spec.rb spec/graphql/resolvers/user_resolver_spec.rb spec/workers/concerns/limited_capacity/job_tracker_spec.rb spec/policies/alert_management/http_integration_policy_spec.rb spec/helpers/workhorse_helper_spec.rb spec/lib/gitlab/instrumentation/redis_spec.rb spec/graphql/resolvers/groups_resolver_spec.rb spec/lib/feature/shared_spec.rb spec/workers/counters/cleanup_refresh_worker_spec.rb spec/lib/gitlab/cache/metrics_spec.rb spec/lib/api/validations/validators/limit_spec.rb spec/lib/gitlab/ci/config/entry/stage_spec.rb spec/lib/gitlab/analytics/usage_trends/workers_argument_builder_spec.rb spec/lib/gitlab/graphql/mount_mutation_spec.rb spec/graphql/types/merge_requests/author_type_spec.rb spec/workers/bulk_import_worker_spec.rb spec/lib/gitlab/word_diff/segments/diff_hunk_spec.rb spec/services/achievements/destroy_user_achievement_service_spec.rb spec/serializers/test_suite_comparer_entity_spec.rb spec/lib/gitlab/config_checker/external_database_checker_spec.rb spec/graphql/types/ci/pipeline_message_type_spec.rb spec/lib/gitlab/ci/reports/security/finding_signature_spec.rb spec/lib/gitlab/database/load_balancing/resolver_spec.rb spec/graphql/mutations/security/ci_configuration/base_security_analyzer_spec.rb spec/db/development/create_work_item_related_link_restrictions_spec.rb spec/serializers/lfs_file_lock_entity_spec.rb spec/lib/gitlab/checks/force_push_spec.rb spec/views/projects/settings/operations/show.html.haml_spec.rb spec/workers/repository_check/dispatch_worker_spec.rb spec/routing/projects/security/configuration_controller_routing_spec.rb spec/lib/gitlab/auth/otp/strategies/forti_token_cloud_spec.rb spec/lib/gitlab/gitaly_client/praefect_info_service_spec.rb spec/views/profiles/notifications/show.html.haml_spec.rb spec/serializers/cluster_entity_spec.rb spec/models/every_model_spec.rb spec/presenters/blobs/notebook_presenter_spec.rb spec/graphql/mutations/work_items/linked_items/base_spec.rb spec/lib/banzai/pipeline/pre_process_pipeline_spec.rb spec/views/errors/access_denied.html.haml_spec.rb spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb spec/tooling/lib/tooling/test_map_packer_spec.rb spec/lib/gitlab/quick_actions/substitution_definition_spec.rb spec/services/clusters/build_service_spec.rb spec/lib/system_check_spec.rb spec/lib/api/helpers/project_stats_refresh_conflicts_helpers_spec.rb spec/lib/api/entities/projects/container_registry/protection/rule_spec.rb spec/views/admin/application_settings/_eks.html.haml_spec.rb spec/views/projects/issues/_related_issues.html.haml_spec.rb spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies/none_spec.rb spec/rubocop/cop/rspec/any_instance_of_spec.rb spec/lib/gitlab/grape_logging/loggers/filter_parameters_spec.rb spec/lib/gitlab/batch_worker_context_spec.rb spec/lib/sidebars/projects/super_sidebar_menus/secure_menu_spec.rb spec/lib/api/entities/personal_access_token_spec.rb spec/graphql/types/ci/variable_interface_spec.rb spec/graphql/types/work_items/widgets/award_emoji_type_spec.rb spec/lib/api/entities/ssh_key_spec.rb spec/graphql/types/work_items/widgets/assignees_type_spec.rb spec/graphql/types/ml/model_links_type_spec.rb spec/graphql/types/work_items/widgets/hierarchy_type_spec.rb spec/serializers/rollout_statuses/ingress_entity_spec.rb spec/lib/service_ping/build_payload_spec.rbKnapsack report generator started!309warning: parser/current is loading parser/ruby31, which recognizes 3.1.6-compliant syntax, but you are running 3.1.5.311Run options: exclude {:quarantine=>true, :level=>"background_migration", :click_house=>true, :real_ai_request=>true}312# [RSpecRunTime] Starting RSpec timer...313[TEST PROF INFO] EventProf enabled (sql.active_record)314unknown OID 2249: failed to recognize type of 'pg_stat_file'. It will be treated as String.315unknown OID 2249: failed to recognize type of 'pg_stat_file'. It will be treated as String.316Test environment set up in 1.603448006 seconds317# [RSpecRunTime] Starting example group spec/finders/merge_requests_finder_spec.rb. Expected to take 7 minutes 43.45 seconds.318MergeRequestsFinder319 multiple projects with merge requests320WARNING: All log messages before absl::InitializeLog() is called are written to STDERR321I0000 00:00:1722420986.941334 326 rb_grpc.c:331] GRPC_RUBY: grpc_ruby_init_threads g_bg_thread_init_done=0322 #execute323 filters by scope324 filters by project_id325 filters by projects326 filters by non_archived327 filters by source project id328 filters by state329 does not raise any exception with complex filters330 filtering by author331 using OR332 returns merge requests created by any of the given users333 with nonexistent author ID and MR term using CTE for search334 returns no results335# [RSpecRunTime] RSpec elapsed time: 41.14 seconds. Current RSS: ~1427M. Threads: 4. load average: 1.01 1.00 1.07 1/291 550336.337 filtering by not author ID338 returns merge requests not created by that user339# [RSpecRunTime] RSpec elapsed time: 44.34 seconds. Current RSS: ~1432M. Threads: 4. load average: 1.01 1.00 1.07 1/291 551340.341 filters by commit sha342 when commit belongs to the merge request343 filters by commit sha344# [RSpecRunTime] RSpec elapsed time: 47.24 seconds. Current RSS: ~1442M. Threads: 4. load average: 1.01 1.00 1.07 1/291 552345.346 when commit is a squash commit347 filters by commit sha348# [RSpecRunTime] RSpec elapsed time: 50.34 seconds. Current RSS: ~1435M. Threads: 4. load average: 1.01 1.00 1.07 1/291 553349.350 when commit is a merge commit351 filters by commit sha352# [RSpecRunTime] RSpec elapsed time: 53.45 seconds. Current RSS: ~1434M. Threads: 4. load average: 1.01 1.00 1.07 1/291 554353.354 filters by merged_at date355 merged_after356 is expected to eq [#<MergeRequest id:54 group1/project-1!1>]357# [RSpecRunTime] RSpec elapsed time: 56.61 seconds. Current RSS: ~1438M. Threads: 4. load average: 1.01 1.00 1.07 6/291 555358.359 merged_before360 is expected to eq [#<MergeRequest id:59 group1/project-1!2>]361# [RSpecRunTime] RSpec elapsed time: 59.63 seconds. Current RSS: ~1434M. Threads: 4. load average: 1.01 1.00 1.07 1/291 556362.363 when both merged_after and merged_before is given364 is expected to eq [#<MergeRequest id:63 group1/project-1!2>]365# [RSpecRunTime] RSpec elapsed time: 1 minute 2.87 seconds. Current RSS: ~1433M. Threads: 4. load average: 1.01 1.00 1.07 1/291 557366.367 when project_id is given368 is expected to eq [#<MergeRequest id:67 group1/project-1!2>]369 queries merge_request_metrics.target_project_id table370# [RSpecRunTime] RSpec elapsed time: 1 minute 8.78 seconds. Current RSS: ~1432M. Threads: 4. load average: 1.01 1.00 1.07 1/291 558371.372 merge_user filtering373 by merge_user_id374 is expected to contain exactly #<MergeRequest id:74 group1/project-1!1> and #<MergeRequest id:75 group1/project-1!2>375# [RSpecRunTime] RSpec elapsed time: 1 minute 11.76 seconds. Current RSS: ~1444M. Threads: 4. load average: 1.00 1.00 1.07 1/291 559376.377 by merge_user_username378 is expected to contain exactly #<MergeRequest id:78 group1/project-1!1> and #<MergeRequest id:79 group1/project-1!2>379# [RSpecRunTime] RSpec elapsed time: 1 minute 14.94 seconds. Current RSS: ~1431M. Threads: 4. load average: 1.00 1.00 1.07 1/291 560380.381 by merge_user_id with unknown user id382 is expected to be empty383# [RSpecRunTime] RSpec elapsed time: 1 minute 17.87 seconds. Current RSS: ~1431M. Threads: 4. load average: 1.00 1.00 1.06 1/291 561384.385 by merge_user_username with unknown user name386 is expected to be empty387# [RSpecRunTime] RSpec elapsed time: 1 minute 20.92 seconds. Current RSS: ~1442M. Threads: 4. load average: 0.92 0.98 1.06 1/291 562388.389 filtering by group390 includes all merge requests when user has access excluding merge requests from projects the user does not have access to391 filters by group including subgroups392 filters by group projects including subgroups393# [RSpecRunTime] RSpec elapsed time: 1 minute 30.49 seconds. Current RSS: ~1427M. Threads: 4. load average: 0.94 0.98 1.06 1/290 563394.395 :iid parameter396 behaves like scalar or array parameter397 takes scalar values398 takes array values399# [RSpecRunTime] RSpec elapsed time: 1 minute 36.48 seconds. Current RSS: ~1431M. Threads: 4. load average: 0.94 0.98 1.06 1/290 564400.401 source_branch parameter402 behaves like scalar or array parameter403 takes scalar values404 takes array values405# [RSpecRunTime] RSpec elapsed time: 1 minute 43.37 seconds. Current RSS: ~1432M. Threads: 4. load average: 0.95 0.99 1.06 1/295 621406.407 target_branch parameter408 behaves like scalar or array parameter409 takes scalar values410 takes array values411# [RSpecRunTime] RSpec elapsed time: 1 minute 50.38 seconds. Current RSS: ~1429M. Threads: 4. load average: 0.95 0.99 1.06 1/295 678412.413 :label_name parameter414 accepts a single label415 accepts an array of labels, all of which must match416# [RSpecRunTime] RSpec elapsed time: 2 minutes 0.25 second. Current RSS: ~1425M. Threads: 4. load average: 0.96 0.99 1.06 2/292 679417.418 filter by state event source419 filters by resource_state_event420# [RSpecRunTime] RSpec elapsed time: 2 minutes 3.55 seconds. Current RSS: ~1436M. Threads: 4. load average: 0.96 0.99 1.06 1/290 680421.422 draft state423 returns all items if no valid draft param exists424 behaves like draft MRs filtering425 filters by draft => 1426# [RSpecRunTime] RSpec elapsed time: 2 minutes 9.86 seconds. Current RSS: ~1442M. Threads: 4. load average: 0.97 0.99 1.05 1/290 681427.428 behaves like draft MRs filtering429 filters by draft => 1430# [RSpecRunTime] RSpec elapsed time: 2 minutes 12.99 seconds. Current RSS: ~1435M. Threads: 4. load average: 0.97 0.99 1.05 1/290 682431.432 behaves like draft MRs filtering433 filters by draft => true434# [RSpecRunTime] RSpec elapsed time: 2 minutes 16.32 seconds. Current RSS: ~1443M. Threads: 4. load average: 0.97 0.99 1.05 1/290 683435.436 behaves like draft MRs filtering437 filters by draft => true438# [RSpecRunTime] RSpec elapsed time: 2 minutes 19.45 seconds. Current RSS: ~1443M. Threads: 4. load average: 0.97 0.99 1.05 1/290 684439.440 behaves like draft MRs filtering441 filters by draft => yes442# [RSpecRunTime] RSpec elapsed time: 2 minutes 22.62 seconds. Current RSS: ~1447M. Threads: 4. load average: 1.05 1.01 1.06 1/290 685443.444 behaves like draft MRs filtering445 filters by draft => 0446# [RSpecRunTime] RSpec elapsed time: 2 minutes 25.79 seconds. Current RSS: ~1437M. Threads: 4. load average: 1.05 1.01 1.06 1/290 686447.448 behaves like draft MRs filtering449 filters by draft => 0450# [RSpecRunTime] RSpec elapsed time: 2 minutes 29.06 seconds. Current RSS: ~1444M. Threads: 4. load average: 1.05 1.01 1.06 1/290 687451.452 behaves like draft MRs filtering453 filters by draft => false454# [RSpecRunTime] RSpec elapsed time: 2 minutes 32.18 seconds. Current RSS: ~1442M. Threads: 4. load average: 1.05 1.00 1.06 1/290 688455.456 behaves like draft MRs filtering457 filters by draft => false458# [RSpecRunTime] RSpec elapsed time: 2 minutes 35.31 seconds. Current RSS: ~1443M. Threads: 4. load average: 1.04 1.00 1.06 1/290 689459.460 behaves like draft MRs filtering461 filters by draft => no462# [RSpecRunTime] RSpec elapsed time: 2 minutes 38.57 seconds. Current RSS: ~1445M. Threads: 4. load average: 1.04 1.00 1.06 2/290 690463.464 behaves like draft MRs filtering465 filters by draft => 1466# [RSpecRunTime] RSpec elapsed time: 2 minutes 41.68 seconds. Current RSS: ~1432M. Threads: 4. load average: 1.04 1.00 1.06 1/290 691467.468 behaves like draft MRs filtering469 filters by draft => 1470# [RSpecRunTime] RSpec elapsed time: 2 minutes 46.19 seconds. Current RSS: ~1430M. Threads: 4. load average: 1.03 1.00 1.06 1/290 692471.472 behaves like draft MRs filtering473 filters by draft => true474# [RSpecRunTime] RSpec elapsed time: 2 minutes 49.36 seconds. Current RSS: ~1438M. Threads: 4. load average: 1.03 1.00 1.06 1/290 693475.476 behaves like draft MRs filtering477 filters by draft => true478# [RSpecRunTime] RSpec elapsed time: 2 minutes 52.3 seconds. Current RSS: ~1449M. Threads: 4. load average: 1.03 1.00 1.06 1/290 694479.480 behaves like draft MRs filtering481 filters by draft => yes482# [RSpecRunTime] RSpec elapsed time: 2 minutes 55.48 seconds. Current RSS: ~1449M. Threads: 4. load average: 1.03 1.00 1.06 1/290 695483.484 behaves like draft MRs filtering485 filters by draft => 0486# [RSpecRunTime] RSpec elapsed time: 2 minutes 58.79 seconds. Current RSS: ~1444M. Threads: 4. load average: 1.03 1.00 1.06 1/290 696487.488 behaves like draft MRs filtering489 filters by draft => 0490# [RSpecRunTime] RSpec elapsed time: 3 minutes 2.11 seconds. Current RSS: ~1446M. Threads: 4. load average: 1.03 1.00 1.06 1/290 697491.492 behaves like draft MRs filtering493 filters by draft => false494# [RSpecRunTime] RSpec elapsed time: 3 minutes 5.31 seconds. Current RSS: ~1444M. Threads: 4. load average: 1.02 1.00 1.05 1/290 698495.496 behaves like draft MRs filtering497 filters by draft => false498# [RSpecRunTime] RSpec elapsed time: 3 minutes 8.65 seconds. Current RSS: ~1447M. Threads: 4. load average: 1.02 1.00 1.05 1/290 699499.500 behaves like draft MRs filtering501 filters by draft => no502# [RSpecRunTime] RSpec elapsed time: 3 minutes 13.14 seconds. Current RSS: ~1435M. Threads: 4. load average: 1.02 1.00 1.05 1/290 700503.504 behaves like draft MRs filtering505 filters by draft => 1506# [RSpecRunTime] RSpec elapsed time: 3 minutes 16.3 seconds. Current RSS: ~1451M. Threads: 4. load average: 1.02 1.00 1.05 1/290 701507.508 behaves like draft MRs filtering509 filters by draft => 1510# [RSpecRunTime] RSpec elapsed time: 3 minutes 19.32 seconds. Current RSS: ~1440M. Threads: 4. load average: 1.02 1.00 1.05 1/290 702511.512 behaves like draft MRs filtering513 filters by draft => true514# [RSpecRunTime] RSpec elapsed time: 3 minutes 22.56 seconds. Current RSS: ~1438M. Threads: 4. load average: 1.10 1.02 1.06 1/290 703515.516 behaves like draft MRs filtering517 filters by draft => true518# [RSpecRunTime] RSpec elapsed time: 3 minutes 25.8 seconds. Current RSS: ~1432M. Threads: 4. load average: 1.17 1.03 1.06 1/290 704519.520 behaves like draft MRs filtering521 filters by draft => yes522# [RSpecRunTime] RSpec elapsed time: 3 minutes 28.97 seconds. Current RSS: ~1430M. Threads: 4. load average: 1.17 1.03 1.06 1/290 705523.524 behaves like draft MRs filtering525 filters by draft => 0526# [RSpecRunTime] RSpec elapsed time: 3 minutes 33.51 seconds. Current RSS: ~1437M. Threads: 4. load average: 1.16 1.03 1.06 1/290 706527.528 behaves like draft MRs filtering529 filters by draft => 0530# [RSpecRunTime] RSpec elapsed time: 3 minutes 36.58 seconds. Current RSS: ~1445M. Threads: 4. load average: 1.14 1.03 1.06 1/290 707531.532 behaves like draft MRs filtering533 filters by draft => false534# [RSpecRunTime] RSpec elapsed time: 3 minutes 39.57 seconds. Current RSS: ~1485M. Threads: 4. load average: 1.14 1.03 1.06 1/290 708535.536 behaves like draft MRs filtering537 filters by draft => false538# [RSpecRunTime] RSpec elapsed time: 3 minutes 42.74 seconds. Current RSS: ~1488M. Threads: 4. load average: 1.13 1.03 1.06 1/290 709539.540 behaves like draft MRs filtering541 filters by draft => no542# [RSpecRunTime] RSpec elapsed time: 3 minutes 45.7 seconds. Current RSS: ~1538M. Threads: 4. load average: 1.12 1.03 1.06 1/290 710543.544 behaves like draft MRs filtering545 filters by draft => 1546# [RSpecRunTime] RSpec elapsed time: 3 minutes 48.85 seconds. Current RSS: ~1558M. Threads: 4. load average: 1.12 1.03 1.06 1/290 711547.548 behaves like draft MRs filtering549 filters by draft => 1550# [RSpecRunTime] RSpec elapsed time: 3 minutes 53.26 seconds. Current RSS: ~1560M. Threads: 4. load average: 1.19 1.05 1.07 1/290 712551.552 behaves like draft MRs filtering553 filters by draft => true554# [RSpecRunTime] RSpec elapsed time: 3 minutes 56.49 seconds. Current RSS: ~1575M. Threads: 4. load average: 1.34 1.08 1.08 1/290 713555.556 behaves like draft MRs filtering557 filters by draft => true558# [RSpecRunTime] RSpec elapsed time: 3 minutes 59.49 seconds. Current RSS: ~1587M. Threads: 4. load average: 1.34 1.08 1.08 1/290 714559.560 behaves like draft MRs filtering561 filters by draft => yes562# [RSpecRunTime] RSpec elapsed time: 4 minutes 2.45 seconds. Current RSS: ~1682M. Threads: 4. load average: 1.31 1.08 1.08 1/290 715563.564 behaves like draft MRs filtering565 filters by draft => 0566# [RSpecRunTime] RSpec elapsed time: 4 minutes 5.59 seconds. Current RSS: ~1695M. Threads: 4. load average: 1.29 1.08 1.08 1/290 716567.568 behaves like draft MRs filtering569 filters by draft => 0570# [RSpecRunTime] RSpec elapsed time: 4 minutes 8.59 seconds. Current RSS: ~1729M. Threads: 4. load average: 1.29 1.08 1.08 5/290 717571.572 behaves like draft MRs filtering573 filters by draft => false574# [RSpecRunTime] RSpec elapsed time: 4 minutes 11.82 seconds. Current RSS: ~1777M. Threads: 4. load average: 1.26 1.07 1.08 1/290 718575.576 behaves like draft MRs filtering577 filters by draft => false578# [RSpecRunTime] RSpec elapsed time: 4 minutes 14.89 seconds. Current RSS: ~1782M. Threads: 4. load average: 1.26 1.07 1.08 1/290 719579.580 behaves like draft MRs filtering581 filters by draft => no582# [RSpecRunTime] RSpec elapsed time: 4 minutes 19.71 seconds. Current RSS: ~1778M. Threads: 4. load average: 1.24 1.07 1.08 1/290 720583.584 filter by deployment585 returns the relevant merge requests586 when a deployment does not contain any merge requests587 returns an empty result588# [RSpecRunTime] RSpec elapsed time: 4 minutes 30.7 seconds. Current RSS: ~1833M. Threads: 4. load average: 1.26 1.09 1.08 1/296 868589.590 .scalar_params591 contains scalar params related to merge requests592# [RSpecRunTime] RSpec elapsed time: 4 minutes 33.81 seconds. Current RSS: ~1825M. Threads: 4. load average: 1.26 1.09 1.08 1/296 869593.594 assignee filtering595 behaves like assignee ID filter596 returns issuables assigned to that user597# [RSpecRunTime] RSpec elapsed time: 4 minutes 37.03 seconds. Current RSS: ~1832M. Threads: 4. load average: 1.32 1.10 1.09 1/294 870598.599 behaves like assignee NOT ID filter600 returns issuables not assigned to that user601# [RSpecRunTime] RSpec elapsed time: 4 minutes 40.14 seconds. Current RSS: ~1825M. Threads: 4. load average: 1.29 1.10 1.09 1/293 871602.603 behaves like assignee username filter604 returns issuables assigned to those users605# [RSpecRunTime] RSpec elapsed time: 4 minutes 43.59 seconds. Current RSS: ~1802M. Threads: 4. load average: 1.29 1.10 1.09 1/291 872606.607 behaves like assignee NOT username filter608 returns issuables not assigned to those users609# [RSpecRunTime] RSpec elapsed time: 4 minutes 46.66 seconds. Current RSS: ~1801M. Threads: 4. load average: 1.27 1.10 1.09 1/291 873610.611 behaves like no assignee filter612 returns issuables not assigned to any assignee613 returns issuables not assigned to any assignee614 returns issuables not assigned to any assignee615# [RSpecRunTime] RSpec elapsed time: 4 minutes 55.52 seconds. Current RSS: ~1800M. Threads: 4. load average: 1.23 1.09 1.08 1/291 874616.617 behaves like any assignee filter619 returns issuables assigned to any assignee620 returns issuables assigned to any assignee621 returns issuables assigned to any assignee622# [RSpecRunTime] RSpec elapsed time: 5 minutes 4.6 seconds. Current RSS: ~1804M. Threads: 4. load average: 1.21 1.09 1.08 1/291 875623.624 reviewer filtering625 by reviewer_id626 is expected to contain exactly #<MergeRequest id:366 group1/project-1!1> and #<MergeRequest id:367 group1/project-1!2>627 with reviewer state628 is expected to contain exactly #<MergeRequest id:370 group1/project-1!1>629# [RSpecRunTime] RSpec elapsed time: 5 minutes 10.58 seconds. Current RSS: ~1800M. Threads: 4. load average: 1.10 1.07 1.08 1/291 876630.631 by NOT reviewer_id632 is expected to contain exactly #<MergeRequest id:376 group183/project-196!1>, #<MergeRequest id:377 group184/project-197!1>, and #<MergeRequest id:1 group1/group2/project-2!1>633# [RSpecRunTime] RSpec elapsed time: 5 minutes 13.73 seconds. Current RSS: ~1797M. Threads: 4. load average: 1.10 1.07 1.08 1/291 877634.635 by reviewer_username636 is expected to contain exactly #<MergeRequest id:378 group1/project-1!1> and #<MergeRequest id:379 group1/project-1!2>637 with review state638 is expected to contain exactly #<MergeRequest id:382 group1/project-1!1>639# [RSpecRunTime] RSpec elapsed time: 5 minutes 19.9 seconds. Current RSS: ~1802M. Threads: 4. load average: 1.09 1.07 1.08 1/291 878640.641 with multiple review state642 is expected to contain exactly #<MergeRequest id:386 group1/project-1!1> and #<MergeRequest id:387 group1/project-1!2>643# [RSpecRunTime] RSpec elapsed time: 5 minutes 23.22 seconds. Current RSS: ~1806M. Threads: 4. load average: 1.08 1.07 1.08 1/291 879644.645 by NOT reviewer_username646 is expected to contain exactly #<MergeRequest id:392 group191/project-204!1>, #<MergeRequest id:393 group192/project-205!1>, and #<MergeRequest id:1 group1/group2/project-2!1>647# [RSpecRunTime] RSpec elapsed time: 5 minutes 26.34 seconds. Current RSS: ~1801M. Threads: 4. load average: 1.16 1.08 1.08 1/291 880648.649 by reviewer_id=None650 is expected to contain exactly #<MergeRequest id:397 group194/project-207!1> and #<MergeRequest id:1 group1/group2/project-2!1>651# [RSpecRunTime] RSpec elapsed time: 5 minutes 29.16 seconds. Current RSS: ~1796M. Threads: 4. load average: 1.16 1.08 1.08 1/291 881652.653 by reviewer_id=Any654 is expected to contain exactly #<MergeRequest id:398 group1/project-1!1>, #<MergeRequest id:399 group1/project-1!2>, and #<MergeRequest id:400 group195/project-208!1>655# [RSpecRunTime] RSpec elapsed time: 5 minutes 32.36 seconds. Current RSS: ~1799M. Threads: 4. load average: 1.14 1.08 1.08 1/291 882656.657 by reviewer_id with unknown user658 is expected to be empty659# [RSpecRunTime] RSpec elapsed time: 5 minutes 35.33 seconds. Current RSS: ~1801M. Threads: 4. load average: 1.13 1.08 1.08 1/291 883660.661 by NOT reviewer_id with unknown user662 is expected to be empty663# [RSpecRunTime] RSpec elapsed time: 5 minutes 38.49 seconds. Current RSS: ~1795M. Threads: 4. load average: 1.13 1.08 1.08 1/291 884664.665 review state filtering666 is expected to contain exactly #<MergeRequest id:410 group1/project-1!1>667# [RSpecRunTime] RSpec elapsed time: 5 minutes 41.38 seconds. Current RSS: ~1792M. Threads: 4. load average: 1.12 1.08 1.08 3/291 885668.669 multiple review state filtering670 is expected to contain exactly #<MergeRequest id:414 group1/project-1!1> and #<MergeRequest id:415 group1/project-1!2>671# [RSpecRunTime] RSpec elapsed time: 5 minutes 44.48 seconds. Current RSS: ~1798M. Threads: 4. load average: 1.12 1.08 1.08 1/291 886672.673 filtering by group milestone674 returns merge requests assigned to that group milestone675 using NOT676 returns MRs not assigned to that group milestone677# [RSpecRunTime] RSpec elapsed time: 5 minutes 50.97 seconds. Current RSS: ~1806M. Threads: 4. load average: 1.10 1.08 1.08 1/291 887678.679 filtering by approved680 when flag `mr_approved_filter` is disabled681 for approved682 for not approved683# [RSpecRunTime] RSpec elapsed time: 5 minutes 57.19 seconds. Current RSS: ~1796M. Threads: 4. load average: 1.17 1.09 1.08 1/291 888684.685 when flag `mr_approved_filter` is enabled686 for approved687 for not approved688# [RSpecRunTime] RSpec elapsed time: 6 minutes 3.45 seconds. Current RSS: ~1807M. Threads: 4. load average: 1.16 1.09 1.08 1/291 889689.690 filtering by approved by username691 sort: nil692 returns merge requests approved by that user693# [RSpecRunTime] RSpec elapsed time: 6 minutes 6.41 seconds. Current RSS: ~1822M. Threads: 4. load average: 1.15 1.09 1.08 1/291 890694.695 sort: "milestone"696 returns merge requests approved by that user697# [RSpecRunTime] RSpec elapsed time: 6 minutes 9.41 seconds. Current RSS: ~1819M. Threads: 4. load average: 1.15 1.09 1.08 1/291 891698.699 sort: "merged_at"700 returns merge requests approved by that user701# [RSpecRunTime] RSpec elapsed time: 6 minutes 12.4 seconds. Current RSS: ~1791M. Threads: 4. load average: 1.13 1.09 1.08 1/291 892702.703 sort: "merged_at_desc"704 returns merge requests approved by that user705# [RSpecRunTime] RSpec elapsed time: 6 minutes 15.28 seconds. Current RSS: ~1791M. Threads: 4. load average: 1.12 1.08 1.08 1/291 893706.707 sort: "closed_at"708 returns merge requests approved by that user709# [RSpecRunTime] RSpec elapsed time: 6 minutes 18.36 seconds. Current RSS: ~1788M. Threads: 4. load average: 1.12 1.08 1.08 1/291 894710.711 sort: "closed_at_desc"712 returns merge requests approved by that user713# [RSpecRunTime] RSpec elapsed time: 6 minutes 21.32 seconds. Current RSS: ~1792M. Threads: 4. load average: 1.11 1.08 1.08 1/291 895714.715 not filter716 returns merge requests not approved by that user717# [RSpecRunTime] RSpec elapsed time: 6 minutes 24.37 seconds. Current RSS: ~1798M. Threads: 4. load average: 1.11 1.08 1.08 1/291 896718.719 when filtering by author and not approved by720 returns merge requests authored by user and not approved by user2721# [RSpecRunTime] RSpec elapsed time: 6 minutes 27.46 seconds. Current RSS: ~1799M. Threads: 4. load average: 1.10 1.08 1.08 1/291 897722.723 filtering by approved by user ID724 returns merge requests approved by that user725 with sorting by milestone726 returns merge requests approved by that user727# [RSpecRunTime] RSpec elapsed time: 6 minutes 33.63 seconds. Current RSS: ~1792M. Threads: 4. load average: 1.10 1.08 1.08 1/291 898728.729 filtering by created_at/updated_at730 filters by created_after731 filters by created_before732 filters by created_after and created_before733 filters by updated_after734 filters by updated_before735 filters by updated_after and updated_before736# [RSpecRunTime] RSpec elapsed time: 6 minutes 54.93 seconds. Current RSS: ~1792M. Threads: 4. load average: 1.13 1.09 1.09 1/291 899737.738 filtering by the merge request deployments739 filters merge requests deployed to a given environment740 filters merge requests deployed before a given date741 filters merge requests ignoring empty deployed_before742 filters merge requests ignoring invalid deployed_before743 filters merge requests deployed after a given date744 filters merge requests ignoring empty deployed_after745 filters merge requests ignoring invalid deployed_after746# [RSpecRunTime] RSpec elapsed time: 7 minutes 17.22 seconds. Current RSS: ~1795M. Threads: 4. load average: 1.15 1.10 1.09 1/291 1110747.748 filtering by search text749 returns matching merge requests750# [RSpecRunTime] RSpec elapsed time: 7 minutes 20.72 seconds. Current RSS: ~1793M. Threads: 4. load average: 1.13 1.10 1.09 1/291 1111751.752 #row_count753 returns the number of rows for the default state754 returns the number of rows for a given state755 returns -1 if the query times out756# [RSpecRunTime] RSpec elapsed time: 7 minutes 29.64 seconds. Current RSS: ~1786M. Threads: 4. load average: 1.12 1.09 1.09 1/291 1112757.758 external authorization759 behaves like a finder with external authorization service760 finds the subject761 with an external authorization service762 does not include the subject when no project was given763 includes the subject when a project id was given764# [RSpecRunTime] RSpec elapsed time: 7 minutes 42.15 seconds. Current RSS: ~1770M. Threads: 4. load average: 1.10 1.09 1.09 1/291 1113765.766 when projects require different access levels for merge requests767 with admin user768 when admin mode is enabled769 returns all merge requests770# [RSpecRunTime] RSpec elapsed time: 7 minutes 47.38 seconds. Current RSS: ~1778M. Threads: 4. load average: 1.09 1.09 1.09 1/297 1384771.772 when admin mode is disabled773 returns public and internal merge requests774# [RSpecRunTime] RSpec elapsed time: 7 minutes 49.62 seconds. Current RSS: ~1793M. Threads: 4. load average: 1.09 1.09 1.09 1/297 1569775.776 when project restricts merge requests777 returns nothing to to non members778# [RSpecRunTime] RSpec elapsed time: 7 minutes 53.72 seconds. Current RSS: ~1808M. Threads: 4. load average: 1.08 1.08 1.09 1/297 1890779.780 with external user781 returns only public merge requests782# [RSpecRunTime] RSpec elapsed time: 7 minutes 56.13 seconds. Current RSS: ~1861M. Threads: 4. load average: 1.07 1.08 1.08 6/298 2076783.784 with authenticated user785 returns public and internal merge requests786 being added to the private project787 as a guest788 does not return merge requests from the private project789# [RSpecRunTime] RSpec elapsed time: 8 minutes 0.55 second. Current RSS: ~1884M. Threads: 4. load average: 1.07 1.08 1.08 1/298 2449790.791 as a developer792 returns merge requests from the private project793# [RSpecRunTime] RSpec elapsed time: 8 minutes 3.23 seconds. Current RSS: ~1902M. Threads: 4. load average: 1.07 1.08 1.08 1/298 2636794.795 being added to the public project with private repo access796 as a guest797 returns merge requests from the project798# [RSpecRunTime] RSpec elapsed time: 8 minutes 5.61 seconds. Current RSS: ~1902M. Threads: 4. load average: 1.22 1.11 1.10 1/298 2821799.800 as a reporter801 returns merge requests from the project802# [RSpecRunTime] RSpec elapsed time: 8 minutes 7.92 seconds. Current RSS: ~1892M. Threads: 4. load average: 1.22 1.11 1.10 1/298 3007803.804 being added to the internal project with private repo access805 as a guest806 returns merge requests from the project807# [RSpecRunTime] RSpec elapsed time: 8 minutes 11.16 seconds. Current RSS: ~1870M. Threads: 4. load average: 1.20 1.11 1.09 1/298 3193808.809 as a reporter810 returns merge requests from the project811# [RSpecRunTime] RSpec elapsed time: 8 minutes 14.3 seconds. Current RSS: ~1886M. Threads: 4. load average: 1.20 1.11 1.09 1/298 3380812.813 #count_by_state814 when filtering by multiple labels815 returns the correnct counts816# [RSpecRunTime] RSpec elapsed time: 8 minutes 18.43 seconds. Current RSS: ~1880M. Threads: 4. load average: 1.27 1.13 1.10 1/298 3657817.818 when filtering by approved_by_usernames819 returns the correnct counts820# [RSpecRunTime] RSpec elapsed time: 8 minutes 20.7 seconds. Current RSS: ~1877M. Threads: 4. load average: 1.25 1.12 1.10 1/298 3844821.822 when the author of a merge request is banned823 is expected not to include #<MergeRequest id:650 namespace27/project-301!1>824 when the user is an admin825 is expected to include #<MergeRequest id:650 namespace27/project-301!1>826# [RSpecRunTime] RSpec elapsed time: 8 minutes 22.26 seconds. Current RSS: ~1933M. Threads: 4. load average: 1.25 1.12 1.10 1/298 3845827.828 when the `hide_merge_requests_from_banned_users` feature flag is disabled829 is expected to include #<MergeRequest id:650 namespace27/project-301!1>830# [RSpecRunTime] Finishing example group spec/finders/merge_requests_finder_spec.rb. It took 8 minutes 18.32 seconds. Expected to take 7 minutes 43.45 seconds.831# [RSpecRunTime] Starting example group spec/services/packages/npm/create_package_service_spec.rb. Expected to take 2 minutes 38.67 seconds.832Packages::Npm::CreatePackageService833 #execute834 obtains a lease to create a new package835 when scoped package836 behaves like returning a success service response837 returns a success service response838# [RSpecRunTime] RSpec elapsed time: 8 minutes 25.55 seconds. Current RSS: ~1995M. Threads: 4. load average: 1.23 1.12 1.10 1/297 3846839.840 behaves like valid package841 creates a package842 returns a valid package843 behaves like assigns the package creator844 assigns the package creator845# [RSpecRunTime] RSpec elapsed time: 8 minutes 26.99 seconds. Current RSS: ~2061M. Threads: 4. load average: 1.23 1.12 1.10 1/297 3847846.847 with build info848 creates a package file build info849 behaves like assigns build to package850 with build info851 assigns the pipeline to the package852# [RSpecRunTime] RSpec elapsed time: 8 minutes 29.33 seconds. Current RSS: ~2074M. Threads: 4. load average: 1.23 1.12 1.10 1/297 3848853.854 with status param855 is expected to have attributes {:status => "processing"}856 when the npm metadatum creation results in a size error857 when some of the field sizes are above the error tracking size858 behaves like a package json structure size too large error859 does not create the package860 when all of the field sizes are below the error tracking size861 behaves like a package json structure size too large error862 does not create the package863 when the npm metadatum creation results in a different error864 does not track the error865 with not allowed readme field866 is persisted without the field867 with not allowed readmeFilename field868 is persisted without the field869 with not allowed licenseText field870 is persisted without the field871 with not allowed contributors field872 is persisted without the field873 with not allowed exports field874 is persisted without the field875 when user is no project member876 behaves like returning a success service response877 returns a success service response878 behaves like valid package879 creates a package880 returns a valid package881 behaves like assigns the package creator882 assigns the package creator883# [RSpecRunTime] RSpec elapsed time: 8 minutes 36.63 seconds. Current RSS: ~2242M. Threads: 4. load average: 1.19 1.12 1.10 1/292 3849884.885 with build info886 creates a package file build info887 behaves like assigns build to package888 with build info889 assigns the pipeline to the package890# [RSpecRunTime] RSpec elapsed time: 8 minutes 38.75 seconds. Current RSS: ~2233M. Threads: 4. load average: 1.19 1.12 1.10 1/292 3850891.892 with status param893 is expected to have attributes {:status => "processing"}894 when the npm metadatum creation results in a size error895 when some of the field sizes are above the error tracking size896 behaves like a package json structure size too large error897 does not create the package898 when all of the field sizes are below the error tracking size899 behaves like a package json structure size too large error900 does not create the package901 when the npm metadatum creation results in a different error902 does not track the error903 with not allowed readme field904 is persisted without the field905 with not allowed readmeFilename field906 is persisted without the field907 with not allowed licenseText field908 is persisted without the field909 with not allowed contributors field910 is persisted without the field911 with not allowed exports field912 is persisted without the field913 when scoped package not following the naming convention914 behaves like returning a success service response915 returns a success service response916 behaves like valid package917 creates a package918 returns a valid package919 behaves like assigns the package creator920 assigns the package creator921# [RSpecRunTime] RSpec elapsed time: 8 minutes 44.24 seconds. Current RSS: ~2263M. Threads: 4. load average: 1.18 1.12 1.09 1/292 3851922.923 with build info924 creates a package file build info925 behaves like assigns build to package926 with build info927 assigns the pipeline to the package928# [RSpecRunTime] RSpec elapsed time: 8 minutes 46.36 seconds. Current RSS: ~2224M. Threads: 4. load average: 1.16 1.11 1.09 1/292 3852929.930 with status param931 is expected to have attributes {:status => "processing"}932 when the npm metadatum creation results in a size error933 when some of the field sizes are above the error tracking size934 behaves like a package json structure size too large error935 does not create the package936 when all of the field sizes are below the error tracking size937 behaves like a package json structure size too large error938 does not create the package939 when the npm metadatum creation results in a different error940 does not track the error941 with not allowed readme field942 is persisted without the field943 with not allowed readmeFilename field944 is persisted without the field945 with not allowed licenseText field946 is persisted without the field947 with not allowed contributors field948 is persisted without the field949 with not allowed exports field950 is persisted without the field951 when unscoped package952 behaves like returning a success service response953 returns a success service response954 behaves like valid package955 creates a package956 returns a valid package957 behaves like assigns the package creator958 assigns the package creator959# [RSpecRunTime] RSpec elapsed time: 8 minutes 51.88 seconds. Current RSS: ~2266M. Threads: 4. load average: 1.15 1.11 1.09 1/292 3853960.961 with build info962 creates a package file build info963 behaves like assigns build to package964 with build info965 assigns the pipeline to the package966# [RSpecRunTime] RSpec elapsed time: 8 minutes 53.9 seconds. Current RSS: ~2239M. Threads: 4. load average: 1.15 1.11 1.09 1/292 3854967.968 with status param969 is expected to have attributes {:status => "processing"}970 when the npm metadatum creation results in a size error971 when some of the field sizes are above the error tracking size972 behaves like a package json structure size too large error973 does not create the package974 when all of the field sizes are below the error tracking size975 behaves like a package json structure size too large error976 does not create the package977 when the npm metadatum creation results in a different error978 does not track the error979 with not allowed readme field980 is persisted without the field981 with not allowed readmeFilename field982 is persisted without the field983 with not allowed licenseText field984 is persisted without the field985 with not allowed contributors field986 is persisted without the field987 with not allowed exports field988 is persisted without the field989 when package already exists990 behaves like returning an error service response991 returns an error service response992 is expected to have attributes {:reason => :package_already_exists}993 when marked as pending_destruction994 creates a new package995 max file size validation996 when max file size is exceeded997 behaves like max file size validation failure998 behaves like returning an error service response999 returns an error service response1000 is expected to have attributes {:reason => :invalid_parameter}1001 when file size is faked by setting the attachment length param to a lower size1002 when encoded package data is not padded1003 behaves like max file size validation failure1004 behaves like returning an error service response1005 returns an error service response1006 is expected to have attributes {:reason => :invalid_parameter}1007 when encoded package data is padded with '='1008 behaves like max file size validation failure1009 behaves like returning an error service response1010 returns an error service response1011 is expected to have attributes {:reason => :invalid_parameter}1012 when encoded package data is padded with '=='1013 behaves like max file size validation failure1014 behaves like returning an error service response1015 returns an error service response1016 is expected to have attributes {:reason => :invalid_parameter}1017 with invalid name1018 package_name: "@inv@lid_scope/package"1019 is expected to raise ActiveRecord::RecordInvalid1020 package_name: "@scope/sub/group"1021 is expected to raise ActiveRecord::RecordInvalid1022 package_name: "@scope/../../package"1023 is expected to raise ActiveRecord::RecordInvalid1024 package_name: "@scope%2e%2e%2fpackage"1025 is expected to raise ActiveRecord::RecordInvalid1026 with empty versions1027 behaves like returning an error service response1028 returns an error service response1029 is expected to have attributes {:reason => :invalid_parameter}1030 with invalid versions1031 version: "1"1032 raises an error "ActiveRecord::RecordInvalid"1033 version: "1.2"1034 raises an error "ActiveRecord::RecordInvalid"1035 version: "1./2.3"1036 raises an error "ActiveRecord::RecordInvalid"1037 version: "../../../../../1.2.3"1038 raises an error "ActiveRecord::RecordInvalid"1039 version: "%2e%2e%2f1.2.3"1040 raises an error "ActiveRecord::RecordInvalid"1041 with empty attachment data1042 behaves like returning an error service response1043 returns an error service response1044 is expected to have attributes {:reason => :invalid_parameter}1045 when the lease is already taken1046 behaves like returning an error service response1047 returns an error service response1048 is expected to have attributes {:reason => :package_lease_taken}1049 when feature flag :packages_protected_packages disabled1050 with matching package protection rule for all roles1051 package_name_pattern: package_name, minimum_access_level_for_push: :maintainer1052 behaves like valid package1053 creates a package1054 returns a valid package1055 behaves like assigns the package creator1056 assigns the package creator1057# [RSpecRunTime] RSpec elapsed time: 9 minutes 7.83 seconds. Current RSS: ~2324M. Threads: 4. load average: 1.19 1.12 1.10 1/292 38551058.1059 with build info1060 creates a package file build info1061 behaves like assigns build to package1062 with build info1063 assigns the pipeline to the package1064# [RSpecRunTime] RSpec elapsed time: 9 minutes 10.07 seconds. Current RSS: ~2284M. Threads: 4. load average: 1.19 1.12 1.10 1/292 38561065.1066 with status param1067 is expected to have attributes {:status => "processing"}1068 when the npm metadatum creation results in a size error1069 when some of the field sizes are above the error tracking size1070 behaves like a package json structure size too large error1071 does not create the package1072 when all of the field sizes are below the error tracking size1073 behaves like a package json structure size too large error1074 does not create the package1075 when the npm metadatum creation results in a different error1076 does not track the error1077 with not allowed readme field1078 is persisted without the field1079 with not allowed readmeFilename field1080 is persisted without the field1081 with not allowed licenseText field1082 is persisted without the field1083 with not allowed contributors field1084 is persisted without the field1085 with not allowed exports field1086 is persisted without the field1087 package_name_pattern: package_name, minimum_access_level_for_push: :owner1088 behaves like valid package1089 creates a package1090 returns a valid package1091 behaves like assigns the package creator1092 assigns the package creator1093# [RSpecRunTime] RSpec elapsed time: 9 minutes 15.17 seconds. Current RSS: ~2257M. Threads: 4. load average: 1.16 1.12 1.09 1/292 38571094.1095 with build info1096 creates a package file build info1097 behaves like assigns build to package1098 with build info1099 assigns the pipeline to the package1100# [RSpecRunTime] RSpec elapsed time: 9 minutes 17.36 seconds. Current RSS: ~2223M. Threads: 4. load average: 1.16 1.12 1.09 1/292 38581101.1102 with status param1103 is expected to have attributes {:status => "processing"}1104 when the npm metadatum creation results in a size error1105 when some of the field sizes are above the error tracking size1106 behaves like a package json structure size too large error1107 does not create the package1108 when all of the field sizes are below the error tracking size1109 behaves like a package json structure size too large error1110 does not create the package1111 when the npm metadatum creation results in a different error1112 does not track the error1113 with not allowed readme field1114 is persisted without the field1115 with not allowed readmeFilename field1116 is persisted without the field1117 with not allowed licenseText field1118 is persisted without the field1119 with not allowed contributors field1120 is persisted without the field1121 with not allowed exports field1122 is persisted without the field1123 package_name_pattern: package_name_pattern_no_match, minimum_access_level_for_push: :maintainer1124 behaves like valid package1125 creates a package1126 returns a valid package1127 behaves like assigns the package creator1128 assigns the package creator1129# [RSpecRunTime] RSpec elapsed time: 9 minutes 22.66 seconds. Current RSS: ~2228M. Threads: 4. load average: 1.15 1.12 1.09 1/292 38591130.1131 with build info1132 creates a package file build info1133 behaves like assigns build to package1134 with build info1135 assigns the pipeline to the package1136# [RSpecRunTime] RSpec elapsed time: 9 minutes 24.81 seconds. Current RSS: ~2201M. Threads: 4. load average: 1.15 1.12 1.09 1/292 38601137.1138 with status param1139 is expected to have attributes {:status => "processing"}1140 when the npm metadatum creation results in a size error1141 when some of the field sizes are above the error tracking size1142 behaves like a package json structure size too large error1143 does not create the package1144 when all of the field sizes are below the error tracking size1145 behaves like a package json structure size too large error1146 does not create the package1147 when the npm metadatum creation results in a different error1148 does not track the error1149 with not allowed readme field1150 is persisted without the field1151 with not allowed readmeFilename field1152 is persisted without the field1153 with not allowed licenseText field1154 is persisted without the field1155 with not allowed contributors field1156 is persisted without the field1157 with not allowed exports field1158 is persisted without the field1159 package_name_pattern: package_name_pattern_no_match, minimum_access_level_for_push: :owner1160 behaves like valid package1161 creates a package1162 returns a valid package1163 behaves like assigns the package creator1164 assigns the package creator1165# [RSpecRunTime] RSpec elapsed time: 9 minutes 29.89 seconds. Current RSS: ~2231M. Threads: 4. load average: 1.13 1.11 1.09 1/292 38611166.1167 with build info1168 creates a package file build info1169 behaves like assigns build to package1170 with build info1171 assigns the pipeline to the package1172# [RSpecRunTime] RSpec elapsed time: 9 minutes 32.26 seconds. Current RSS: ~2198M. Threads: 4. load average: 1.12 1.11 1.09 1/292 38621173.1174 with status param1175 is expected to have attributes {:status => "processing"}1176 when the npm metadatum creation results in a size error1177 when some of the field sizes are above the error tracking size1178 behaves like a package json structure size too large error1179 does not create the package1180 when all of the field sizes are below the error tracking size1181 behaves like a package json structure size too large error1182 does not create the package1183 when the npm metadatum creation results in a different error1184 does not track the error1185 with not allowed readme field1186 is persisted without the field1187 with not allowed readmeFilename field1188 is persisted without the field1189 with not allowed licenseText field1190 is persisted without the field1191 with not allowed contributors field1192 is persisted without the field1193 with not allowed exports field1194 is persisted without the field1195 with package protection rule for different roles and package_name_patterns1196 package_name_pattern: package_name, minimum_access_level_for_push: :maintainer, user: project_developer, shared_examples_name: "protected package"1197 behaves like protected package1198 does not create any npm-related package records1199 behaves like returning an error service response1200 returns an error service response1201 is expected to have attributes {:reason => :package_protected}1202# [RSpecRunTime] RSpec elapsed time: 9 minutes 38.01 seconds. Current RSS: ~2203M. Threads: 4. load average: 1.11 1.11 1.09 1/292 38631203.1204 package_name_pattern: package_name, minimum_access_level_for_push: :maintainer, user: project_owner, shared_examples_name: "valid package"1205 behaves like valid package1206 creates a package1207 returns a valid package1208 behaves like assigns the package creator1209 assigns the package creator1210# [RSpecRunTime] RSpec elapsed time: 9 minutes 39.5 seconds. Current RSS: ~2200M. Threads: 4. load average: 1.11 1.11 1.09 1/292 38641211.1212 with build info1213 creates a package file build info1214 behaves like assigns build to package1215 with build info1216 assigns the pipeline to the package1217# [RSpecRunTime] RSpec elapsed time: 9 minutes 41.75 seconds. Current RSS: ~2179M. Threads: 4. load average: 1.10 1.11 1.09 1/292 38651218.1219 with status param1220 is expected to have attributes {:status => "processing"}1221 when the npm metadatum creation results in a size error1222 when some of the field sizes are above the error tracking size1223 behaves like a package json structure size too large error1224 does not create the package1225 when all of the field sizes are below the error tracking size1226 behaves like a package json structure size too large error1227 does not create the package1228 when the npm metadatum creation results in a different error1229 does not track the error1230 with not allowed readme field1231 is persisted without the field1232 with not allowed readmeFilename field1233 is persisted without the field1234 with not allowed licenseText field1235 is persisted without the field1236 with not allowed contributors field1237 is persisted without the field1238 with not allowed exports field1239 is persisted without the field1240 package_name_pattern: package_name, minimum_access_level_for_push: :maintainer, user: project_admin, shared_examples_name: "valid package"1241 behaves like valid package1242 creates a package1243 returns a valid package1244 behaves like assigns the package creator1245 assigns the package creator1246# [RSpecRunTime] RSpec elapsed time: 9 minutes 46.88 seconds. Current RSS: ~2206M. Threads: 4. load average: 1.10 1.11 1.09 1/292 38661247.1248 with build info1249 creates a package file build info1250 behaves like assigns build to package1251 with build info1252 assigns the pipeline to the package1253# [RSpecRunTime] RSpec elapsed time: 9 minutes 48.97 seconds. Current RSS: ~2180M. Threads: 4. load average: 1.10 1.11 1.09 1/292 38671254.1255 with status param1256 is expected to have attributes {:status => "processing"}1257 when the npm metadatum creation results in a size error1258 when some of the field sizes are above the error tracking size1259 behaves like a package json structure size too large error1260 does not create the package1261 when all of the field sizes are below the error tracking size1262 behaves like a package json structure size too large error1263 does not create the package1264 when the npm metadatum creation results in a different error1265 does not track the error1266 with not allowed readme field1267 is persisted without the field1268 with not allowed readmeFilename field1269 is persisted without the field1270 with not allowed licenseText field1271 is persisted without the field1272 with not allowed contributors field1273 is persisted without the field1274 with not allowed exports field1275 is persisted without the field1276 package_name_pattern: package_name, minimum_access_level_for_push: :owner, user: project_maintainer, shared_examples_name: "protected package"1277 behaves like protected package1278 does not create any npm-related package records1279 behaves like returning an error service response1280 returns an error service response1281 is expected to have attributes {:reason => :package_protected}1282 package_name_pattern: package_name, minimum_access_level_for_push: :owner, user: project_owner, shared_examples_name: "valid package"1283 behaves like valid package1284 creates a package1285 returns a valid package1286 behaves like assigns the package creator1287 assigns the package creator1288# [RSpecRunTime] RSpec elapsed time: 9 minutes 55.11 seconds. Current RSS: ~2187M. Threads: 4. load average: 1.17 1.12 1.09 1/292 38681289.1290 with build info1291 creates a package file build info1292 behaves like assigns build to package1293 with build info1294 assigns the pipeline to the package1295# [RSpecRunTime] RSpec elapsed time: 9 minutes 57.22 seconds. Current RSS: ~2171M. Threads: 4. load average: 1.07 1.10 1.09 1/292 38691296.1297 with status param1298 is expected to have attributes {:status => "processing"}1299 when the npm metadatum creation results in a size error1300 when some of the field sizes are above the error tracking size1301 behaves like a package json structure size too large error1302 does not create the package1303 when all of the field sizes are below the error tracking size1304 behaves like a package json structure size too large error1305 does not create the package1306 when the npm metadatum creation results in a different error1307 does not track the error1308 with not allowed readme field1309 is persisted without the field1310 with not allowed readmeFilename field1311 is persisted without the field1312 with not allowed licenseText field1313 is persisted without the field1314 with not allowed contributors field1315 is persisted without the field1316 with not allowed exports field1317 is persisted without the field1318 package_name_pattern: package_name, minimum_access_level_for_push: :owner, user: project_admin, shared_examples_name: "valid package"1319 behaves like valid package1320 creates a package1321 returns a valid package1322 behaves like assigns the package creator1323 assigns the package creator1324# [RSpecRunTime] RSpec elapsed time: 10 minutes 2.67 seconds. Current RSS: ~2184M. Threads: 4. load average: 1.07 1.10 1.09 1/292 38701325.1326 with build info1327 creates a package file build info1328 behaves like assigns build to package1329 with build info1330 assigns the pipeline to the package1331# [RSpecRunTime] RSpec elapsed time: 10 minutes 4.87 seconds. Current RSS: ~2166M. Threads: 4. load average: 1.07 1.10 1.09 1/292 38711332.1333 with status param1334 is expected to have attributes {:status => "processing"}1335 when the npm metadatum creation results in a size error1336 when some of the field sizes are above the error tracking size1337 behaves like a package json structure size too large error1338 does not create the package1339 when all of the field sizes are below the error tracking size1340 behaves like a package json structure size too large error1341 does not create the package1342 when the npm metadatum creation results in a different error1343 does not track the error1344 with not allowed readme field1345 is persisted without the field1346 with not allowed readmeFilename field1347 is persisted without the field1348 with not allowed licenseText field1349 is persisted without the field1350 with not allowed contributors field1351 is persisted without the field1352 with not allowed exports field1353 is persisted without the field1354 package_name_pattern: package_name, minimum_access_level_for_push: :admin, user: project_owner, shared_examples_name: "protected package"1355 behaves like protected package1356 does not create any npm-related package records1357 behaves like returning an error service response1358 returns an error service response1359 is expected to have attributes {:reason => :package_protected}1360 package_name_pattern: package_name, minimum_access_level_for_push: :admin, user: project_admin, shared_examples_name: "valid package"1361 behaves like valid package1362 creates a package1363 returns a valid package1364 behaves like assigns the package creator1365 assigns the package creator1366# [RSpecRunTime] RSpec elapsed time: 10 minutes 11.15 seconds. Current RSS: ~2201M. Threads: 4. load average: 1.13 1.11 1.09 2/292 38721367.1368 with build info1369 creates a package file build info1370 behaves like assigns build to package1371 with build info1372 assigns the pipeline to the package1373# [RSpecRunTime] RSpec elapsed time: 10 minutes 13.37 seconds. Current RSS: ~2178M. Threads: 4. load average: 1.13 1.11 1.09 1/292 38731374.1375 with status param1376 is expected to have attributes {:status => "processing"}1377 when the npm metadatum creation results in a size error1378 when some of the field sizes are above the error tracking size1379 behaves like a package json structure size too large error1380 does not create the package1381 when all of the field sizes are below the error tracking size1382 behaves like a package json structure size too large error1383 does not create the package1384 when the npm metadatum creation results in a different error1385 does not track the error1386 with not allowed readme field1387 is persisted without the field1388 with not allowed readmeFilename field1389 is persisted without the field1390 with not allowed licenseText field1391 is persisted without the field1392 with not allowed contributors field1393 is persisted without the field1394 with not allowed exports field1395 is persisted without the field1396 package_name_pattern: package_name_pattern_no_match, minimum_access_level_for_push: :owner, user: project_owner, shared_examples_name: "valid package"1397 behaves like valid package1398 creates a package1399 returns a valid package1400 behaves like assigns the package creator1401 assigns the package creator1402# [RSpecRunTime] RSpec elapsed time: 10 minutes 18.54 seconds. Current RSS: ~2173M. Threads: 4. load average: 1.12 1.11 1.09 1/292 38741403.1404 with build info1405 creates a package file build info1406 behaves like assigns build to package1407 with build info1408 assigns the pipeline to the package1409# [RSpecRunTime] RSpec elapsed time: 10 minutes 20.84 seconds. Current RSS: ~2140M. Threads: 4. load average: 1.11 1.11 1.09 1/292 38751410.1411 with status param1412 is expected to have attributes {:status => "processing"}1413 when the npm metadatum creation results in a size error1414 when some of the field sizes are above the error tracking size1415 behaves like a package json structure size too large error1416 does not create the package1417 when all of the field sizes are below the error tracking size1418 behaves like a package json structure size too large error1419 does not create the package1420 when the npm metadatum creation results in a different error1421 does not track the error1422 with not allowed readme field1423 is persisted without the field1424 with not allowed readmeFilename field1425 is persisted without the field1426 with not allowed licenseText field1427 is persisted without the field1428 with not allowed contributors field1429 is persisted without the field1430 with not allowed exports field1431 is persisted without the field1432 package_name_pattern: package_name_pattern_no_match, minimum_access_level_for_push: :admin, user: project_owner, shared_examples_name: "valid package"1433 behaves like valid package1434 creates a package1435 returns a valid package1436 behaves like assigns the package creator1437 assigns the package creator1438# [RSpecRunTime] RSpec elapsed time: 10 minutes 26.24 seconds. Current RSS: ~2160M. Threads: 4. load average: 1.10 1.11 1.09 1/292 38761439.1440 with build info1441 creates a package file build info1442 behaves like assigns build to package1443 with build info1444 assigns the pipeline to the package1445# [RSpecRunTime] RSpec elapsed time: 10 minutes 28.5 seconds. Current RSS: ~2134M. Threads: 4. load average: 1.10 1.11 1.09 1/292 38771446.1447 with status param1448 is expected to have attributes {:status => "processing"}1449 when the npm metadatum creation results in a size error1450 when some of the field sizes are above the error tracking size1451 behaves like a package json structure size too large error1452 does not create the package1453 when all of the field sizes are below the error tracking size1454 behaves like a package json structure size too large error1455 does not create the package1456 when the npm metadatum creation results in a different error1457 does not track the error1458 with not allowed readme field1459 is persisted without the field1460 with not allowed readmeFilename field1461 is persisted without the field1462 with not allowed licenseText field1463 is persisted without the field1464 with not allowed contributors field1465 is persisted without the field1466 with not allowed exports field1467 is persisted without the field1468 with deploy token1469 package_name_pattern: package_name, minimum_access_level_for_push: :maintainer, shared_examples_name: "protected package"1470 behaves like protected package1471 does not create any npm-related package records1472 behaves like returning an error service response1473 returns an error service response1474 is expected to have attributes {:reason => :package_protected}1475# [RSpecRunTime] RSpec elapsed time: 10 minutes 33.65 seconds. Current RSS: ~2172M. Threads: 4. load average: 1.17 1.12 1.10 1/292 38781476.1477 package_name_pattern: package_name, minimum_access_level_for_push: :owner, shared_examples_name: "protected package"1478 behaves like protected package1479 does not create any npm-related package records1480 behaves like returning an error service response1481 returns an error service response1482 is expected to have attributes {:reason => :package_protected}1483 package_name_pattern: package_name, minimum_access_level_for_push: :admin, shared_examples_name: "protected package"1484 behaves like protected package1485 does not create any npm-related package records1486 behaves like returning an error service response1487 returns an error service response1488 is expected to have attributes {:reason => :package_protected}1489 package_name_pattern: package_name_pattern_no_match, minimum_access_level_for_push: :owner, shared_examples_name: "valid package"1490 behaves like valid package1491 creates a package1492 returns a valid package1493 behaves like assigns the package creator1494 assigns the package creator1495# [RSpecRunTime] RSpec elapsed time: 10 minutes 37.03 seconds. Current RSS: ~2211M. Threads: 4. load average: 1.24 1.14 1.10 1/292 38791496.1497 with build info1498 creates a package file build info1499 behaves like assigns build to package1500 with build info1501 assigns the pipeline to the package1502# [RSpecRunTime] RSpec elapsed time: 10 minutes 38.96 seconds. Current RSS: ~2191M. Threads: 4. load average: 1.24 1.14 1.10 1/292 38801503.1504 with status param1505 is expected to have attributes {:status => "processing"}1506 when the npm metadatum creation results in a size error1507 when some of the field sizes are above the error tracking size1508 behaves like a package json structure size too large error1509 does not create the package1510 when all of the field sizes are below the error tracking size1511 behaves like a package json structure size too large error1512 does not create the package1513# [RSpecRunTime] RSpec elapsed time: 10 minutes 41.99 seconds. Current RSS: ~2178M. Threads: 4. load average: 1.22 1.13 1.10 1/292 38811514.1515 when the npm metadatum creation results in a different error1516 does not track the error1517 with not allowed readme field1518 is persisted without the field1519 with not allowed readmeFilename field1520 is persisted without the field1521 with not allowed licenseText field1522 is persisted without the field1523 with not allowed contributors field1524 is persisted without the field1525 with not allowed exports field1526 is persisted without the field1527 #lease_key1528 returns an unique key1529 when many of the same packages are created at the same time1530 only creates one package1531 with different versions1532 creates all packages1533# [RSpecRunTime] RSpec elapsed time: 10 minutes 55.74 seconds. Current RSS: ~1922M. Threads: 4. load average: 1.17 1.13 1.10 1/312 38921534.1535# [RSpecRunTime] Finishing example group spec/services/packages/npm/create_package_service_spec.rb. It took 2 minutes 32.24 seconds. Expected to take 2 minutes 38.67 seconds.1536# [RSpecRunTime] Starting example group spec/services/git/branch_hooks_service_spec.rb. Expected to take 2 minutes 4.41 seconds.1537Git::BranchHooksService1538 Git Push Data1539 has expected push data attributes1540 with repository data1541 has expected attributes1542# [RSpecRunTime] RSpec elapsed time: 10 minutes 59.85 seconds. Current RSS: ~1890M. Threads: 4. load average: 1.17 1.13 1.10 1/317 40111543.1544 with commits1545 is expected to be a kind of Array1546 has 1 element1547 the commit1548 is expected to eq 2014-02-27 08:57:31.000000000 +00001549 includes expected commit data1550 with a author1551 includes expected author data1552# [RSpecRunTime] RSpec elapsed time: 11 minutes 7.5 seconds. Current RSS: ~1975M. Threads: 4. load average: 1.14 1.12 1.09 1/317 43071553.1554 Push Event1555 with an existing branch1556 generates a push event with one commit1557 with changing CI config1558 tracks the event1559 when the branch is not the main branch1560 does not track the event1561# [RSpecRunTime] RSpec elapsed time: 11 minutes 17.17 seconds. Current RSS: ~1870M. Threads: 4. load average: 1.12 1.12 1.09 1/318 46051562.1563 when the CI config is a different path1564 does not track the event1565# [RSpecRunTime] RSpec elapsed time: 11 minutes 20.85 seconds. Current RSS: ~1834M. Threads: 4. load average: 1.11 1.12 1.09 2/320 47111566.1567 with a new default branch1568 generates a push event with more than one commit1569# [RSpecRunTime] RSpec elapsed time: 11 minutes 24.46 seconds. Current RSS: ~1825M. Threads: 4. load average: 1.11 1.12 1.09 1/320 48601570.1571 with a new non-default branch1572 generates a push event with more than one commit1573# [RSpecRunTime] RSpec elapsed time: 11 minutes 26.98 seconds. Current RSS: ~1823M. Threads: 4. load average: 1.10 1.11 1.09 1/320 49551574.1575 removing a branch1576 generates a push event with no commits1577# [RSpecRunTime] RSpec elapsed time: 11 minutes 28.83 seconds. Current RSS: ~1832M. Threads: 4. load average: 1.10 1.11 1.09 1/320 50201578.1579 Invalidating project cache1580 on default branch1581 create1582 is expected to receive invalidated_file_types(*(any args)) 1 time1583# [RSpecRunTime] RSpec elapsed time: 11 minutes 33.11 seconds. Current RSS: ~1851M. Threads: 4. load average: 1.09 1.11 1.09 1/321 52991584.1585 update1586 is expected to receive perform_async(352, [:readme], [], false) 1 time1587# [RSpecRunTime] RSpec elapsed time: 11 minutes 37.71 seconds. Current RSS: ~1850M. Threads: 4. load average: 1.09 1.11 1.09 1/321 54561588.1589 remove1590 is expected to receive invalidated_file_types(*(any args)) 1 time1591# [RSpecRunTime] RSpec elapsed time: 11 minutes 39.89 seconds. Current RSS: ~1855M. Threads: 4. load average: 1.09 1.11 1.09 1/322 55741592.1593 on ordinary branch1594 create1595 is expected to receive invalidated_file_types(*(any args)) 1 time1596# [RSpecRunTime] RSpec elapsed time: 11 minutes 42.53 seconds. Current RSS: ~1847M. Threads: 4. load average: 1.08 1.11 1.09 2/322 57181597.1598 update1599 is expected to receive invalidated_file_types(*(any args)) 1 time1600# [RSpecRunTime] RSpec elapsed time: 11 minutes 45.35 seconds. Current RSS: ~1834M. Threads: 4. load average: 1.07 1.11 1.09 1/322 58611601.1602 remove1603 is expected to receive invalidated_file_types(*(any args)) 1 time1604# [RSpecRunTime] RSpec elapsed time: 11 minutes 47.0 seconds. Current RSS: ~1838M. Threads: 4. load average: 1.07 1.11 1.09 1/322 59681605.1606 signatures1607 when the commit has a signature1608 when the signature is already cached1609 does not queue a CreateCommitSignatureWorker1610# [RSpecRunTime] RSpec elapsed time: 11 minutes 53.43 seconds. Current RSS: ~1832M. Threads: 4. load average: 1.15 1.12 1.09 1/321 61091611.1612 when the signature is not yet cached1613 queues a CreateCommitSignatureWorker1614 can queue several commits to create the gpg signature1615# [RSpecRunTime] RSpec elapsed time: 12 minutes 0.48 second. Current RSS: ~1844M. Threads: 4. load average: 1.04 1.10 1.09 1/321 63131616.1617 when the commit does not have a signature1618 does not queue a CreateCommitSignatureWorker1619# [RSpecRunTime] RSpec elapsed time: 12 minutes 3.4 seconds. Current RSS: ~1853M. Threads: 4. load average: 1.04 1.10 1.09 1/321 64131620.1621 Processing commit messages1622 creating the default branch1623 processes a limited number of commit messages1624 collects the related metrics1625 when limit is not hit1626 does not collect the corresponding metric1627# [RSpecRunTime] RSpec elapsed time: 12 minutes 18.07 seconds. Current RSS: ~1836M. Threads: 4. load average: 1.17 1.13 1.10 1/322 78291628.1629 updating the default branch1630 processes a limited number of commit messages1631# [RSpecRunTime] RSpec elapsed time: 12 minutes 22.13 seconds. Current RSS: ~1845M. Threads: 4. load average: 1.24 1.14 1.10 1/322 82591632.1633 removing the default branch1634 does not process commit messages1635# [RSpecRunTime] RSpec elapsed time: 12 minutes 25.0 seconds. Current RSS: ~1859M. Threads: 4. load average: 1.24 1.14 1.10 3/321 86361636.1637 creating a normal branch1638 processes a limited number of commit messages1639# [RSpecRunTime] RSpec elapsed time: 12 minutes 28.59 seconds. Current RSS: ~1839M. Threads: 4. load average: 1.22 1.14 1.10 1/322 90401640.1641 updating a normal branch1642 processes a limited number of commit messages1643# [RSpecRunTime] RSpec elapsed time: 12 minutes 32.25 seconds. Current RSS: ~1841M. Threads: 4. load average: 1.28 1.15 1.10 1/322 94481644.1645 removing a normal branch1646 does not process commit messages1647# [RSpecRunTime] RSpec elapsed time: 12 minutes 34.87 seconds. Current RSS: ~1843M. Threads: 4. load average: 1.28 1.15 1.10 1/322 98151648.1649 when the project is forked1650 when commits already exists in the upstream project1651 does not process commit messages1652# [RSpecRunTime] RSpec elapsed time: 12 minutes 45.66 seconds. Current RSS: ~1911M. Threads: 4. load average: 1.59 1.23 1.13 1/323 103531653.1654 when a commit does not exist in the upstream repo1655 processes the commit message1656# [RSpecRunTime] RSpec elapsed time: 12 minutes 53.24 seconds. Current RSS: ~1865M. Threads: 4. load average: 1.54 1.22 1.13 1/324 109941657.1658 when the upstream project no longer exists1659 processes the commit messages1660# [RSpecRunTime] RSpec elapsed time: 13 minutes 1.04 seconds. Current RSS: ~1859M. Threads: 4. load average: 1.38 1.20 1.12 1/324 115271661.1662 New branch detection1663 oldrev is the blank SHA1664 is treated as a new branch1665# [RSpecRunTime] RSpec elapsed time: 13 minutes 3.79 seconds. Current RSS: ~1853M. Threads: 4. load average: 1.38 1.20 1.12 1/324 116141666.1667 oldrev is set1668 Gitaly does not know about the branch1669 is treated as a new branch1670# [RSpecRunTime] RSpec elapsed time: 13 minutes 5.55 seconds. Current RSS: ~1863M. Threads: 4. load average: 1.43 1.21 1.12 1/323 116731671.1672 Gitaly knows about the branch1673 is not treated as a new branch1674# [RSpecRunTime] RSpec elapsed time: 13 minutes 8.17 seconds. Current RSS: ~1879M. Threads: 4. load average: 1.43 1.21 1.12 1/324 117651675.1676 #enqueue_jira_connect_remove_branches1677 when there is no jira subscription1678 does not call JiraConnect1679# [RSpecRunTime] RSpec elapsed time: 13 minutes 9.95 seconds. Current RSS: ~1905M. Threads: 4. load average: 1.43 1.21 1.12 1/323 118301680.1681 when there is a jira subscription1682 calls JiraConnect1683 when the branch has no Jira keys in its name1684 does not call JiraConnect1685# [RSpecRunTime] RSpec elapsed time: 13 minutes 13.52 seconds. Current RSS: ~2004M. Threads: 4. load average: 1.40 1.21 1.12 1/322 119591686.1687# [RSpecRunTime] Finishing example group spec/services/git/branch_hooks_service_spec.rb. It took 2 minutes 17.75 seconds. Expected to take 2 minutes 4.41 seconds.1688# [RSpecRunTime] Starting example group spec/serializers/build_details_entity_spec.rb. Expected to take 1 minute 29.25 seconds.1689BuildDetailsEntity1690 inherits from Ci::JobEntity1691 #as_json1692 contains the needed key value pairs1693 when the user has access to issues and merge requests1694 when merge request orginates from the same project1695 contains the needed key value pairs1696 exposes correct details of the merge request1697 has a correct merge request path1698# [RSpecRunTime] RSpec elapsed time: 13 minutes 29.3 seconds. Current RSS: ~1914M. Threads: 4. load average: 1.31 1.20 1.12 1/323 124171699.1700 when merge request is from a fork1701 contains the needed key value pairs1702 exposes details of the merge request1703 has a merge request path to a target project1704# [RSpecRunTime] RSpec elapsed time: 13 minutes 41.68 seconds. Current RSS: ~1948M. Threads: 4. load average: 1.16 1.17 1.11 1/320 125321705.1706 when the build has not been erased1707 exposes a build erase path1708# [RSpecRunTime] RSpec elapsed time: 13 minutes 44.59 seconds. Current RSS: ~1954M. Threads: 4. load average: 1.16 1.17 1.11 1/319 125611709.1710 when the build has been erased1711 exposes the user who erased the build1712# [RSpecRunTime] RSpec elapsed time: 13 minutes 47.23 seconds. Current RSS: ~1966M. Threads: 4. load average: 1.15 1.17 1.11 1/319 125901713.1714 when the user can only read the build1715 won't display the paths to issues and merge requests1716# [RSpecRunTime] RSpec elapsed time: 13 minutes 49.7 seconds. Current RSS: ~1980M. Threads: 4. load average: 1.15 1.17 1.11 1/319 126251717.1718 when the build has failed1719 is expected to include {:failure_reason => "unmet_prerequisites"}1720 is expected to include {:callout_message => "The job failed to complete prerequisite tasks"}1721# [RSpecRunTime] RSpec elapsed time: 13 minutes 54.95 seconds. Current RSS: ~2007M. Threads: 4. load average: 1.21 1.18 1.12 1/318 126781722.1723 when the build has failed due to a missing dependency1724 when the dependency is in the same pipeline1725 is expected to include {:failure_reason => "missing_dependency_failure"}1726 includes the failing dependencies in the callout message1727 includes message for list of invalid dependencies1728# [RSpecRunTime] RSpec elapsed time: 14 minutes 2.46 seconds. Current RSS: ~2014M. Threads: 4. load average: 1.26 1.19 1.12 1/320 127811729.1730 when dependency is not found1731 is expected to include {:failure_reason => "missing_dependency_failure"}1732 excludes the failing dependencies in the callout message1733 includes the correct punctuation in the message1734# [RSpecRunTime] RSpec elapsed time: 14 minutes 9.48 seconds. Current RSS: ~2004M. Threads: 4. load average: 1.24 1.19 1.12 1/321 128841735.1736 when dependency contains invalid dependency names1737 is expected to include {:failure_reason => "missing_dependency_failure"}1738 escapes the invalid dependency names1739# [RSpecRunTime] RSpec elapsed time: 14 minutes 14.45 seconds. Current RSS: ~2016M. Threads: 4. load average: 1.22 1.19 1.12 1/322 129531740.1741 when a build has environment with latest deployment1742 does not serialize latest deployment commit and associated builds1743# [RSpecRunTime] RSpec elapsed time: 14 minutes 17.22 seconds. Current RSS: ~2011M. Threads: 4. load average: 1.20 1.18 1.12 1/322 129981744.1745 when the build has reports1746 exposes the report artifacts1747# [RSpecRunTime] RSpec elapsed time: 14 minutes 19.82 seconds. Current RSS: ~2014M. Threads: 4. load average: 1.20 1.18 1.12 1/322 130331748.1749 when the build has no archive type artifacts1750 does not expose any artifact actions path1751# [RSpecRunTime] RSpec elapsed time: 14 minutes 22.44 seconds. Current RSS: ~2012M. Threads: 4. load average: 1.19 1.18 1.12 1/322 130681752.1753 when the build has expired artifacts1754 when pipeline is unlocked1755 artifact locked is false1756 does not expose any artifact actions path1757# [RSpecRunTime] RSpec elapsed time: 14 minutes 27.17 seconds. Current RSS: ~2008M. Threads: 4. load average: 1.33 1.21 1.13 1/322 131371758.1759 when the pipeline is artifacts_locked1760 artifact locked is true1761 exposes download, browse and keep artifact actions path1762# [RSpecRunTime] RSpec elapsed time: 14 minutes 31.84 seconds. Current RSS: ~2017M. Threads: 4. load average: 1.31 1.20 1.13 1/322 132061763.1764 when the build has archive type artifacts1765 exposes artifact details1766# [RSpecRunTime] RSpec elapsed time: 14 minutes 34.42 seconds. Current RSS: ~2013M. Threads: 4. load average: 1.31 1.20 1.13 1/322 132411767.1768 when the project is public and the user is a guest1769 when the build has public archive type artifacts1770 exposes public artifact details1771# [RSpecRunTime] RSpec elapsed time: 14 minutes 37.97 seconds. Current RSS: ~2000M. Threads: 4. load average: 1.28 1.20 1.12 1/320 132681772.1773 when the build has non public archive type artifacts1774 does not expose non public artifacts1775# [RSpecRunTime] RSpec elapsed time: 14 minutes 41.35 seconds. Current RSS: ~1979M. Threads: 4. load average: 1.26 1.20 1.12 1/320 133031776.1777 when the build has annotations1778 exposes job URLs1779# [RSpecRunTime] RSpec elapsed time: 14 minutes 44.22 seconds. Current RSS: ~1972M. Threads: 4. load average: 1.26 1.20 1.12 1/319 133301780.1781# [RSpecRunTime] Finishing example group spec/serializers/build_details_entity_spec.rb. It took 1 minute 30.85 seconds. Expected to take 1 minute 29.25 seconds.1782# [RSpecRunTime] Starting example group spec/lib/gitlab/health_checks/redis_spec.rb. Expected to take 1 minute 7.26 seconds.1783Gitlab::HealthChecks::Redis1784 all checks1785 Gitlab::HealthChecks::Redis::BufferedCounterCheck1786 #metrics1787 Check is passing1788 is expected to include (have attributes {:name => "redis_buffered_counter_ping_success", :value => 1})1789 is expected to include (have attributes {:name => "redis_buffered_counter_ping_timeout", :value => 0})1790 is expected to include (have attributes {:name => "redis_buffered_counter_ping_latency_seconds", :value => (be >= 0)})1791# [RSpecRunTime] RSpec elapsed time: 14 minutes 45.85 seconds. Current RSS: ~2015M. Threads: 4. load average: 1.24 1.19 1.12 1/318 133311792.1793 Check is misbehaving1794 is expected to include (have attributes {:name => "redis_buffered_counter_ping_success", :value => 0})1795 is expected to include (have attributes {:name => "redis_buffered_counter_ping_timeout", :value => 0})1796 is expected to include (have attributes {:name => "redis_buffered_counter_ping_latency_seconds", :value => (be >= 0)})1797 Check is timeouting1798 is expected to include (have attributes {:name => "redis_buffered_counter_ping_success", :value => 0})1799 is expected to include (have attributes {:name => "redis_buffered_counter_ping_timeout", :value => 1})1800 is expected to include (have attributes {:name => "redis_buffered_counter_ping_latency_seconds", :value => (be >= 0)})1801 #readiness1802 Check returns ok1803 is expected to have attributes {:success => true}1804 Check is misbehaving1805 is expected to have attributes {:message => "unexpected Buffered_counter check result: error!", :success => false}1806 Check is timeouting1807 is expected to have attributes {:message => "Buffered_counter check timed out", :success => false}1808 Check is raising an unhandled exception1809 is expected to have attributes {:message => "unexpected Buffered_counter check result: unexpected error", :success => false}1810 Gitlab::HealthChecks::Redis::CacheCheck1811 #metrics1812 Check is passing1813 is expected to include (have attributes {:name => "redis_cache_ping_success", :value => 1})1814 is expected to include (have attributes {:name => "redis_cache_ping_timeout", :value => 0})1815 is expected to include (have attributes {:name => "redis_cache_ping_latency_seconds", :value => (be >= 0)})1816 Check is misbehaving1817 is expected to include (have attributes {:name => "redis_cache_ping_success", :value => 0})1818 is expected to include (have attributes {:name => "redis_cache_ping_timeout", :value => 0})1819 is expected to include (have attributes {:name => "redis_cache_ping_latency_seconds", :value => (be >= 0)})1820# [RSpecRunTime] RSpec elapsed time: 14 minutes 52.04 seconds. Current RSS: ~2269M. Threads: 4. load average: 1.22 1.19 1.12 1/317 133321821.1822 Check is timeouting1823 is expected to include (have attributes {:name => "redis_cache_ping_success", :value => 0})1824 is expected to include (have attributes {:name => "redis_cache_ping_timeout", :value => 1})1825 is expected to include (have attributes {:name => "redis_cache_ping_latency_seconds", :value => (be >= 0)})1826 #readiness1827 Check returns ok1828 is expected to have attributes {:success => true}1829 Check is misbehaving1830 is expected to have attributes {:message => "unexpected Cache check result: error!", :success => false}1831 Check is timeouting1832 is expected to have attributes {:message => "Cache check timed out", :success => false}1833 Check is raising an unhandled exception1834 is expected to have attributes {:message => "unexpected Cache check result: unexpected error", :success => false}1835 Gitlab::HealthChecks::Redis::DbLoadBalancingCheck1836 #metrics1837 Check is passing1838 is expected to include (have attributes {:name => "redis_db_load_balancing_ping_success", :value => 1})1839 is expected to include (have attributes {:name => "redis_db_load_balancing_ping_timeout", :value => 0})1840 is expected to include (have attributes {:name => "redis_db_load_balancing_ping_latency_seconds", :value => (be >= 0)})1841 Check is misbehaving1842 is expected to include (have attributes {:name => "redis_db_load_balancing_ping_success", :value => 0})1843 is expected to include (have attributes {:name => "redis_db_load_balancing_ping_timeout", :value => 0})1844 is expected to include (have attributes {:name => "redis_db_load_balancing_ping_latency_seconds", :value => (be >= 0)})1845 Check is timeouting1846 is expected to include (have attributes {:name => "redis_db_load_balancing_ping_success", :value => 0})1847 is expected to include (have attributes {:name => "redis_db_load_balancing_ping_timeout", :value => 1})1848 is expected to include (have attributes {:name => "redis_db_load_balancing_ping_latency_seconds", :value => (be >= 0)})1849# [RSpecRunTime] RSpec elapsed time: 14 minutes 58.05 seconds. Current RSS: ~2312M. Threads: 4. load average: 1.20 1.19 1.12 1/317 133331850.1851 #readiness1852 Check returns ok1853 is expected to have attributes {:success => true}1854 Check is misbehaving1855 is expected to have attributes {:message => "unexpected Db_load_balancing check result: error!", :success => false}1856 Check is timeouting1857 is expected to have attributes {:message => "Db_load_balancing check timed out", :success => false}1858 Check is raising an unhandled exception1859 is expected to have attributes {:message => "unexpected Db_load_balancing check result: unexpected error", :success => false}1860 Gitlab::HealthChecks::Redis::FeatureFlagCheck1861 #metrics1862 Check is passing1863 is expected to include (have attributes {:name => "redis_feature_flag_ping_success", :value => 1})1864 is expected to include (have attributes {:name => "redis_feature_flag_ping_timeout", :value => 0})1865 is expected to include (have attributes {:name => "redis_feature_flag_ping_latency_seconds", :value => (be >= 0)})1866 Check is misbehaving1867 is expected to include (have attributes {:name => "redis_feature_flag_ping_success", :value => 0})1868 is expected to include (have attributes {:name => "redis_feature_flag_ping_timeout", :value => 0})1869 is expected to include (have attributes {:name => "redis_feature_flag_ping_latency_seconds", :value => (be >= 0)})1870 Check is timeouting1871 is expected to include (have attributes {:name => "redis_feature_flag_ping_success", :value => 0})1872 is expected to include (have attributes {:name => "redis_feature_flag_ping_timeout", :value => 1})1873 is expected to include (have attributes {:name => "redis_feature_flag_ping_latency_seconds", :value => (be >= 0)})1874 #readiness1875 Check returns ok1876 is expected to have attributes {:success => true}1877 Check is misbehaving1878 is expected to have attributes {:message => "unexpected Feature_flag check result: error!", :success => false}1879 Check is timeouting1880 is expected to have attributes {:message => "Feature_flag check timed out", :success => false}1881 Check is raising an unhandled exception1882 is expected to have attributes {:message => "unexpected Feature_flag check result: unexpected error", :success => false}1883 Gitlab::HealthChecks::Redis::QueuesCheck1884 #metrics1885 Check is passing1886 is expected to include (have attributes {:name => "redis_queues_ping_success", :value => 1})1887 is expected to include (have attributes {:name => "redis_queues_ping_timeout", :value => 0})1888 is expected to include (have attributes {:name => "redis_queues_ping_latency_seconds", :value => (be >= 0)})1889 Check is misbehaving1890 is expected to include (have attributes {:name => "redis_queues_ping_success", :value => 0})1891 is expected to include (have attributes {:name => "redis_queues_ping_timeout", :value => 0})1892 is expected to include (have attributes {:name => "redis_queues_ping_latency_seconds", :value => (be >= 0)})1893 Check is timeouting1894 is expected to include (have attributes {:name => "redis_queues_ping_success", :value => 0})1895 is expected to include (have attributes {:name => "redis_queues_ping_timeout", :value => 1})1896 is expected to include (have attributes {:name => "redis_queues_ping_latency_seconds", :value => (be >= 0)})1897 #readiness1898 Check returns ok1899 is expected to have attributes {:success => true}1900 Check is misbehaving1901 is expected to have attributes {:message => "unexpected Queues check result: error!", :success => false}1902 Check is timeouting1903 is expected to have attributes {:message => "Queues check timed out", :success => false}1904 Check is raising an unhandled exception1905 is expected to have attributes {:message => "unexpected Queues check result: unexpected error", :success => false}1906 Gitlab::HealthChecks::Redis::QueuesMetadataCheck1907 #metrics1908 Check is passing1909 is expected to include (have attributes {:name => "redis_queues_metadata_ping_success", :value => 1})1910 is expected to include (have attributes {:name => "redis_queues_metadata_ping_timeout", :value => 0})1911 is expected to include (have attributes {:name => "redis_queues_metadata_ping_latency_seconds", :value => (be >= 0)})1912 Check is misbehaving1913 is expected to include (have attributes {:name => "redis_queues_metadata_ping_success", :value => 0})1914 is expected to include (have attributes {:name => "redis_queues_metadata_ping_timeout", :value => 0})1915 is expected to include (have attributes {:name => "redis_queues_metadata_ping_latency_seconds", :value => (be >= 0)})1916 Check is timeouting1917 is expected to include (have attributes {:name => "redis_queues_metadata_ping_success", :value => 0})1918 is expected to include (have attributes {:name => "redis_queues_metadata_ping_timeout", :value => 1})1919 is expected to include (have attributes {:name => "redis_queues_metadata_ping_latency_seconds", :value => (be >= 0)})1920 #readiness1921 Check returns ok1922 is expected to have attributes {:success => true}1923 Check is misbehaving1924 is expected to have attributes {:message => "unexpected Queues_metadata check result: error!", :success => false}1925 Check is timeouting1926 is expected to have attributes {:message => "Queues_metadata check timed out", :success => false}1927 Check is raising an unhandled exception1928 is expected to have attributes {:message => "unexpected Queues_metadata check result: unexpected error", :success => false}1929 Gitlab::HealthChecks::Redis::RateLimitingCheck1930 #metrics1931 Check is passing1932 is expected to include (have attributes {:name => "redis_rate_limiting_ping_success", :value => 1})1933 is expected to include (have attributes {:name => "redis_rate_limiting_ping_timeout", :value => 0})1934 is expected to include (have attributes {:name => "redis_rate_limiting_ping_latency_seconds", :value => (be >= 0)})1935 Check is misbehaving1936 is expected to include (have attributes {:name => "redis_rate_limiting_ping_success", :value => 0})1937 is expected to include (have attributes {:name => "redis_rate_limiting_ping_timeout", :value => 0})1938 is expected to include (have attributes {:name => "redis_rate_limiting_ping_latency_seconds", :value => (be >= 0)})1939 Check is timeouting1940 is expected to include (have attributes {:name => "redis_rate_limiting_ping_success", :value => 0})1941 is expected to include (have attributes {:name => "redis_rate_limiting_ping_timeout", :value => 1})1942 is expected to include (have attributes {:name => "redis_rate_limiting_ping_latency_seconds", :value => (be >= 0)})1943 #readiness1944 Check returns ok1945 is expected to have attributes {:success => true}1946 Check is misbehaving1947 is expected to have attributes {:message => "unexpected Rate_limiting check result: error!", :success => false}1948 Check is timeouting1949 is expected to have attributes {:message => "Rate_limiting check timed out", :success => false}1950 Check is raising an unhandled exception1951 is expected to have attributes {:message => "unexpected Rate_limiting check result: unexpected error", :success => false}1952 Gitlab::HealthChecks::Redis::RepositoryCacheCheck1953 #metrics1954 Check is passing1955 is expected to include (have attributes {:name => "redis_repository_cache_ping_success", :value => 1})1956 is expected to include (have attributes {:name => "redis_repository_cache_ping_timeout", :value => 0})1957 is expected to include (have attributes {:name => "redis_repository_cache_ping_latency_seconds", :value => (be >= 0)})1958 Check is misbehaving1959 is expected to include (have attributes {:name => "redis_repository_cache_ping_success", :value => 0})1960 is expected to include (have attributes {:name => "redis_repository_cache_ping_timeout", :value => 0})1961 is expected to include (have attributes {:name => "redis_repository_cache_ping_latency_seconds", :value => (be >= 0)})1962 Check is timeouting1963 is expected to include (have attributes {:name => "redis_repository_cache_ping_success", :value => 0})1964 is expected to include (have attributes {:name => "redis_repository_cache_ping_timeout", :value => 1})1965 is expected to include (have attributes {:name => "redis_repository_cache_ping_latency_seconds", :value => (be >= 0)})1966 #readiness1967 Check returns ok1968 is expected to have attributes {:success => true}1969 Check is misbehaving1970 is expected to have attributes {:message => "unexpected Repository_cache check result: error!", :success => false}1971 Check is timeouting1972 is expected to have attributes {:message => "Repository_cache check timed out", :success => false}1973 Check is raising an unhandled exception1974 is expected to have attributes {:message => "unexpected Repository_cache check result: unexpected error", :success => false}1975 Gitlab::HealthChecks::Redis::SessionsCheck1976 #metrics1977 Check is passing1978 is expected to include (have attributes {:name => "redis_sessions_ping_success", :value => 1})1979 is expected to include (have attributes {:name => "redis_sessions_ping_timeout", :value => 0})1980 is expected to include (have attributes {:name => "redis_sessions_ping_latency_seconds", :value => (be >= 0)})1981 Check is misbehaving1982 is expected to include (have attributes {:name => "redis_sessions_ping_success", :value => 0})1983 is expected to include (have attributes {:name => "redis_sessions_ping_timeout", :value => 0})1984 is expected to include (have attributes {:name => "redis_sessions_ping_latency_seconds", :value => (be >= 0)})1985 Check is timeouting1986 is expected to include (have attributes {:name => "redis_sessions_ping_success", :value => 0})1987 is expected to include (have attributes {:name => "redis_sessions_ping_timeout", :value => 1})1988 is expected to include (have attributes {:name => "redis_sessions_ping_latency_seconds", :value => (be >= 0)})1989 #readiness1990 Check returns ok1991 is expected to have attributes {:success => true}1992 Check is misbehaving1993 is expected to have attributes {:message => "unexpected Sessions check result: error!", :success => false}1994 Check is timeouting1995 is expected to have attributes {:message => "Sessions check timed out", :success => false}1996 Check is raising an unhandled exception1997 is expected to have attributes {:message => "unexpected Sessions check result: unexpected error", :success => false}1998 Gitlab::HealthChecks::Redis::SharedStateCheck1999 #metrics2000 Check is passing2001 is expected to include (have attributes {:name => "redis_shared_state_ping_success", :value => 1})2002 is expected to include (have attributes {:name => "redis_shared_state_ping_timeout", :value => 0})2003 is expected to include (have attributes {:name => "redis_shared_state_ping_latency_seconds", :value => (be >= 0)})2004 Check is misbehaving2005 is expected to include (have attributes {:name => "redis_shared_state_ping_success", :value => 0})2006 is expected to include (have attributes {:name => "redis_shared_state_ping_timeout", :value => 0})2007 is expected to include (have attributes {:name => "redis_shared_state_ping_latency_seconds", :value => (be >= 0)})2008 Check is timeouting2009 is expected to include (have attributes {:name => "redis_shared_state_ping_success", :value => 0})2010 is expected to include (have attributes {:name => "redis_shared_state_ping_timeout", :value => 1})2011 is expected to include (have attributes {:name => "redis_shared_state_ping_latency_seconds", :value => (be >= 0)})2012 #readiness2013 Check returns ok2014 is expected to have attributes {:success => true}2015 Check is misbehaving2016 is expected to have attributes {:message => "unexpected Shared_state check result: error!", :success => false}2017 Check is timeouting2018 is expected to have attributes {:message => "Shared_state check timed out", :success => false}2019 Check is raising an unhandled exception2020 is expected to have attributes {:message => "unexpected Shared_state check result: unexpected error", :success => false}2021 Gitlab::HealthChecks::Redis::TraceChunksCheck2022 #metrics2023 Check is passing2024 is expected to include (have attributes {:name => "redis_trace_chunks_ping_success", :value => 1})2025 is expected to include (have attributes {:name => "redis_trace_chunks_ping_timeout", :value => 0})2026 is expected to include (have attributes {:name => "redis_trace_chunks_ping_latency_seconds", :value => (be >= 0)})2027 Check is misbehaving2028 is expected to include (have attributes {:name => "redis_trace_chunks_ping_success", :value => 0})2029 is expected to include (have attributes {:name => "redis_trace_chunks_ping_timeout", :value => 0})2030 is expected to include (have attributes {:name => "redis_trace_chunks_ping_latency_seconds", :value => (be >= 0)})2031 Check is timeouting2032 is expected to include (have attributes {:name => "redis_trace_chunks_ping_success", :value => 0})2033 is expected to include (have attributes {:name => "redis_trace_chunks_ping_timeout", :value => 1})2034 is expected to include (have attributes {:name => "redis_trace_chunks_ping_latency_seconds", :value => (be >= 0)})2035 #readiness2036 Check returns ok2037 is expected to have attributes {:success => true}2038 Check is misbehaving2039 is expected to have attributes {:message => "unexpected Trace_chunks check result: error!", :success => false}2040 Check is timeouting2041 is expected to have attributes {:message => "Trace_chunks check timed out", :success => false}2042 Check is raising an unhandled exception2043 is expected to have attributes {:message => "unexpected Trace_chunks check result: unexpected error", :success => false}2044 Gitlab::HealthChecks::Redis::ChatCheck2045 #metrics2046 Check is passing2047 is expected to include (have attributes {:name => "redis_chat_ping_success", :value => 1})2048 is expected to include (have attributes {:name => "redis_chat_ping_timeout", :value => 0})2049 is expected to include (have attributes {:name => "redis_chat_ping_latency_seconds", :value => (be >= 0)})2050 Check is misbehaving2051 is expected to include (have attributes {:name => "redis_chat_ping_success", :value => 0})2052 is expected to include (have attributes {:name => "redis_chat_ping_timeout", :value => 0})2053 is expected to include (have attributes {:name => "redis_chat_ping_latency_seconds", :value => (be >= 0)})2054 Check is timeouting2055 is expected to include (have attributes {:name => "redis_chat_ping_success", :value => 0})2056 is expected to include (have attributes {:name => "redis_chat_ping_timeout", :value => 1})2057 is expected to include (have attributes {:name => "redis_chat_ping_latency_seconds", :value => (be >= 0)})2058 #readiness2059 Check returns ok2060 is expected to have attributes {:success => true}2061 Check is misbehaving2062 is expected to have attributes {:message => "unexpected Chat check result: error!", :success => false}2063 Check is timeouting2064 is expected to have attributes {:message => "Chat check timed out", :success => false}2065 Check is raising an unhandled exception2066 is expected to have attributes {:message => "unexpected Chat check result: unexpected error", :success => false}2067 Gitlab::HealthChecks::Redis::WorkhorseCheck2068 #metrics2069 Check is passing2070 is expected to include (have attributes {:name => "redis_workhorse_ping_success", :value => 1})2071 is expected to include (have attributes {:name => "redis_workhorse_ping_timeout", :value => 0})2072 is expected to include (have attributes {:name => "redis_workhorse_ping_latency_seconds", :value => (be >= 0)})2073 Check is misbehaving2074 is expected to include (have attributes {:name => "redis_workhorse_ping_success", :value => 0})2075 is expected to include (have attributes {:name => "redis_workhorse_ping_timeout", :value => 0})2076 is expected to include (have attributes {:name => "redis_workhorse_ping_latency_seconds", :value => (be >= 0)})2077 Check is timeouting2078 is expected to include (have attributes {:name => "redis_workhorse_ping_success", :value => 0})2079 is expected to include (have attributes {:name => "redis_workhorse_ping_timeout", :value => 1})2080 is expected to include (have attributes {:name => "redis_workhorse_ping_latency_seconds", :value => (be >= 0)})2081 #readiness2082 Check returns ok2083 is expected to have attributes {:success => true}2084 Check is misbehaving2085 is expected to have attributes {:message => "unexpected Workhorse check result: error!", :success => false}2086 Check is timeouting2087 is expected to have attributes {:message => "Workhorse check timed out", :success => false}2088 Check is raising an unhandled exception2089 is expected to have attributes {:message => "unexpected Workhorse check result: unexpected error", :success => false}2090 ALL_INSTANCE_CHECKS2091 is expected to include Gitlab::HealthChecks::Redis::CacheCheck and Gitlab::HealthChecks::Redis::QueuesCheck2092 contains a check for each redis instance2093# [RSpecRunTime] Finishing example group spec/lib/gitlab/health_checks/redis_spec.rb. It took 48.67 seconds. Expected to take 1 minute 7.26 seconds.2094# [RSpecRunTime] Starting example group spec/models/gpg_key_spec.rb. Expected to take 59.6 seconds.2095GpgKey2096 does not allow STI2097 associations2098 is expected to belong to user required: false2099 is expected to have many subkeys2100# [RSpecRunTime] RSpec elapsed time: 15 minutes 35.37 seconds. Current RSS: ~2281M. Threads: 4. load average: 1.10 1.16 1.11 1/317 133482101.2102 validation2103 is expected to validate that :user cannot be empty/falsy2104 is expected to validate that :key cannot be empty/falsy2105 is expected to validate that :key is case-sensitively unique2106 is expected to allow :key to be ‹"-----BEGIN PGP PUBLIC KEY BLOCK-----\nkey\n-----END PGP PUBLIC KEY BLOCK-----"›2107 is expected not to allow :key to be ‹"-----BEGIN PGP PUBLIC KEY BLOCK-----\nkey"›2108 is expected not to allow :key to be ‹"-----BEGIN PGP PUBLIC KEY BLOCK-----\nkey\n-----BEGIN PGP PUBLIC KEY BLOCK-----"›2109 is expected not to allow :key to be ‹"-----BEGIN PGP PUBLIC KEY BLOCK----------END PGP PUBLIC KEY BLOCK-----"›2110 is expected not to allow :key to be ‹"-----BEGIN PGP PUBLIC KEY BLOCK-----"›2111 is expected not to allow :key to be ‹"-----END PGP PUBLIC KEY BLOCK-----"›2112 is expected not to allow :key to be ‹"key\n-----END PGP PUBLIC KEY BLOCK-----"›2113 is expected not to allow :key to be ‹"BEGIN PGP"›2114# [RSpecRunTime] RSpec elapsed time: 15 minutes 52.38 seconds. Current RSS: ~2265M. Threads: 4. load average: 1.30 1.20 1.13 1/317 135252115.2116 callbacks2117 extract_fingerprint2118 extracts the fingerprint from the gpg key2119# [RSpecRunTime] RSpec elapsed time: 15 minutes 53.88 seconds. Current RSS: ~2266M. Threads: 4. load average: 1.30 1.20 1.13 1/317 135462120.2121 extract_primary_keyid2122 extracts the primary keyid from the gpg key2123# [RSpecRunTime] RSpec elapsed time: 15 minutes 55.32 seconds. Current RSS: ~2267M. Threads: 4. load average: 1.28 1.20 1.13 1/317 135672124.2125 generate_subkeys2126 extracts the subkeys from the gpg key2127# [RSpecRunTime] RSpec elapsed time: 15 minutes 57.55 seconds. Current RSS: ~2261M. Threads: 4. load average: 1.28 1.20 1.13 1/317 135992128.2129 #key=2130 strips white spaces2131 does not strip when the key is nil2132 #user_infos2133 returns the user infos from the gpg key2134# [RSpecRunTime] RSpec elapsed time: 16 minutes 0.41 second. Current RSS: ~2253M. Threads: 4. load average: 1.25 1.20 1.13 1/317 136312135.2136 #verified_user_infos2137 returns the user infos if it is verified2138 returns an empty array if the user info is not verified2139# [RSpecRunTime] RSpec elapsed time: 16 minutes 6.03 seconds. Current RSS: ~2224M. Threads: 4. load average: 1.23 1.19 1.12 1/317 137162140.2141 #emails_with_verified_status2142 email is verified if the user has the matching email2143# [RSpecRunTime] RSpec elapsed time: 16 minutes 8.9 seconds. Current RSS: ~2205M. Threads: 4. load average: 1.23 1.19 1.12 1/317 137592144.2145 #verified?2146 returns true if one of the email addresses in the key belongs to the user2147 returns false if none of the email addresses in the key does not belong to the user2148# [RSpecRunTime] RSpec elapsed time: 16 minutes 16.08 seconds. Current RSS: ~2201M. Threads: 4. load average: 1.28 1.20 1.13 1/317 138442149.2150 verified_and_belongs_to_email?2151 returns false if none of the email addresses in the key does not belong to the user2152 returns false if one of the email addresses in the key belongs to the user and does not match the provided email2153 returns true if one of the email addresses in the key belongs to the user and matches the provided email2154 returns true if one of the email addresses in the key belongs to the user and case-insensitively matches the provided email2155# [RSpecRunTime] RSpec elapsed time: 16 minutes 26.78 seconds. Current RSS: ~2200M. Threads: 4. load average: 1.23 1.20 1.13 1/317 140132156.2157 #revoke2158 invalidates all associated gpg signatures and destroys the key2159 deletes all the associated subkeys2160 invalidates all signatures associated to the subkeys2161# [RSpecRunTime] RSpec elapsed time: 16 minutes 36.27 seconds. Current RSS: ~2136M. Threads: 4. load average: 1.36 1.22 1.14 1/317 141382162.2163# [RSpecRunTime] Finishing example group spec/models/gpg_key_spec.rb. It took 1 minute 3.22 seconds. Expected to take 59.6 seconds.2164# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 46.95 seconds.2165Lint factories for GpgKey2166 with saas, license, and factory defaults2167 behaves like factory2168 gpg_key factory2169 does not raise error when built2170 does not raise error when created2171# [RSpecRunTime] RSpec elapsed time: 16 minutes 40.94 seconds. Current RSS: ~2120M. Threads: 4. load average: 1.41 1.24 1.14 1/317 141962172.2173 behaves like factory2174 gpg_key_with_subkeys factory2175 does not raise error when built2176 does not raise error when created2177# [RSpecRunTime] RSpec elapsed time: 16 minutes 43.33 seconds. Current RSS: ~2124M. Threads: 4. load average: 1.41 1.24 1.14 1/317 142282178.2179 behaves like factory2180 another_gpg_key factory2181 does not raise error when built2182 does not raise error when created2183# [RSpecRunTime] RSpec elapsed time: 16 minutes 45.72 seconds. Current RSS: ~2147M. Threads: 4. load average: 1.38 1.23 1.14 1/317 142602184.2185# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 9.48 seconds. Expected to take 46.95 seconds.2186# [RSpecRunTime] Starting example group spec/models/concerns/milestoneish_spec.rb. Expected to take 53.39 seconds.2187Milestone Milestoneish2188 does not allow STI2189 #sorted_issues2190 sorts issues by label priority2191 limits issue count and keeps the ordering2192# [RSpecRunTime] RSpec elapsed time: 16 minutes 50.49 seconds. Current RSS: ~2158M. Threads: 4. load average: 1.35 1.23 1.14 1/319 142872193.2194 with attributes visibility2195 #issue_participants_visible_by_user2196 visibility: :public, user_role: nil, result: [:member]2197 returns the proper participants2198 visibility: :public, user_role: :non_member, result: [:member]2199 returns the proper participants2200 visibility: :public, user_role: :guest, result: [:member]2201 returns the proper participants2202 visibility: :public, user_role: :member, result: [:member, :assignee]2203 returns the proper participants2204# [RSpecRunTime] RSpec elapsed time: 16 minutes 53.81 seconds. Current RSS: ~2142M. Threads: 4. load average: 1.35 1.23 1.14 1/319 142882205.2206 visibility: :internal, user_role: nil, result: []2207 returns the proper participants2208# [RSpecRunTime] RSpec elapsed time: 16 minutes 56.36 seconds. Current RSS: ~2147M. Threads: 4. load average: 1.32 1.22 1.14 1/319 142892209.2210 visibility: :internal, user_role: :non_member, result: [:member]2211 returns the proper participants2212 visibility: :internal, user_role: :guest, result: [:member]2213 returns the proper participants2214 visibility: :internal, user_role: :member, result: [:member, :assignee]2215 returns the proper participants2216 visibility: :private, user_role: nil, result: []2217 returns the proper participants2218 visibility: :private, user_role: :non_member, result: []2219 returns the proper participants2220 visibility: :private, user_role: :guest, result: [:member]2221 returns the proper participants2222 visibility: :private, user_role: :member, result: [:member, :assignee]2223 returns the proper participants2224 #issue_labels_visible_by_user2225 visibility: :public, user_role: nil, result: [:label1]2226 returns the proper participants2227 visibility: :public, user_role: :non_member, result: [:label1]2228 returns the proper participants2229 visibility: :public, user_role: :guest, result: [:label1]2230 returns the proper participants2231 visibility: :public, user_role: :member, result: [:label1, :label2]2232 returns the proper participants2233 visibility: :internal, user_role: nil, result: []2234 returns the proper participants2235 visibility: :internal, user_role: :non_member, result: [:label1]2236 returns the proper participants2237 visibility: :internal, user_role: :guest, result: [:label1]2238 returns the proper participants2239 visibility: :internal, user_role: :member, result: [:label1, :label2]2240 returns the proper participants2241 visibility: :private, user_role: nil, result: []2242 returns the proper participants2243 visibility: :private, user_role: :non_member, result: []2244 returns the proper participants2245 visibility: :private, user_role: :guest, result: [:label1]2246 returns the proper participants2247# [RSpecRunTime] RSpec elapsed time: 17 minutes 11.09 seconds. Current RSS: ~2298M. Threads: 4. load average: 1.25 1.21 1.14 1/317 142902248.2249 visibility: :private, user_role: :member, result: [:label1, :label2]2250 returns the proper participants2251 #sorted_merge_requests2252 sorts merge requests by label priority2253# [RSpecRunTime] RSpec elapsed time: 17 minutes 13.43 seconds. Current RSS: ~2315M. Threads: 4. load average: 1.25 1.21 1.14 1/322 143332254.2255 #merge_requests_visible_to_user2256 when project is private2257 does not return any merge request for a non member2258 returns milestone merge requests for a member2259# [RSpecRunTime] RSpec elapsed time: 17 minutes 15.08 seconds. Current RSS: ~2306M. Threads: 4. load average: 1.25 1.21 1.14 1/322 143342260.2261 when project is public2262 when merge requests are available to anyone2263 returns milestone merge requests for a non member2264 when merge requests are available to project members2265 does not return any merge request for a non member2266 returns milestone merge requests for a member2267# [RSpecRunTime] RSpec elapsed time: 17 minutes 17.33 seconds. Current RSS: ~2342M. Threads: 4. load average: 1.23 1.21 1.13 1/322 143352268.2269 when milestone is at parent level group2270 does not return any merge request for a non member2271 returns milestone merge requests for a member2272# [RSpecRunTime] RSpec elapsed time: 17 minutes 19.79 seconds. Current RSS: ~2348M. Threads: 4. load average: 1.23 1.21 1.13 1/322 143622273.2274 #complete?2275 returns false when has items opened2276 returns true when all items are closed2277# [RSpecRunTime] RSpec elapsed time: 17 minutes 21.41 seconds. Current RSS: ~2353M. Threads: 4. load average: 1.21 1.21 1.13 1/322 143632278.2279 #percent_complete2280 with division by zero2281 is expected to eq 02282# [RSpecRunTime] RSpec elapsed time: 17 minutes 22.65 seconds. Current RSS: ~2336M. Threads: 4. load average: 1.21 1.21 1.13 1/322 143642283.2284 #closed_issues_count2285 counts all closed issues including confidential2286 #total_issues_count2287 counts all issues including confidential2288 #total_merge_requests_count2289 counts merge requests2290 #remaining_days2291 shows 0 if no due date2292 shows 0 if expired2293 shows correct remaining days2294# [RSpecRunTime] RSpec elapsed time: 17 minutes 28.01 seconds. Current RSS: ~2425M. Threads: 4. load average: 1.27 1.22 1.14 1/319 143652295.2296 #elapsed_days2297 shows 0 if no start_date set2298 shows 0 if start_date is a future2299 shows correct amount of days2300# [RSpecRunTime] RSpec elapsed time: 17 minutes 33.11 seconds. Current RSS: ~2407M. Threads: 4. load average: 1.25 1.22 1.14 1/317 143662301.2302 #total_time_spent2303 calculates total time spent2304 includes merge request time spent2305# [RSpecRunTime] RSpec elapsed time: 17 minutes 34.89 seconds. Current RSS: ~2417M. Threads: 4. load average: 1.25 1.22 1.14 1/317 143672306.2307 #human_total_time_spent2308 returns nil if no time has been spent2309 #total_time_estimate2310 calculates total estimate2311 includes merge request time estimate2312# [RSpecRunTime] RSpec elapsed time: 17 minutes 37.36 seconds. Current RSS: ~2434M. Threads: 4. load average: 1.23 1.21 1.14 1/317 143682313.2314 #human_total_time_estimate2315 returns nil if no time has been spent2316 #expires_at2317 returns the date when milestone expires2318 returns the date when milestone expires2319# [RSpecRunTime] RSpec elapsed time: 17 minutes 39.4 seconds. Current RSS: ~2416M. Threads: 4. load average: 1.23 1.21 1.14 1/317 143692320.2321# [RSpecRunTime] Finishing example group spec/models/concerns/milestoneish_spec.rb. It took 53.66 seconds. Expected to take 53.39 seconds.2322# [RSpecRunTime] Starting example group spec/finders/merge_request_target_project_finder_spec.rb. Expected to take 44.13 seconds.2323MergeRequestTargetProjectFinder2324 public projects2325 behaves like finding related projects2326 finds sibling projects and base project2327 does not include projects that have merge requests turned off by default2328 includes projects that have merge requests turned off by default with a more-permissive project feature2329 does not contain archived projects2330 does not include routes by default2331 includes routes when requested2332# [RSpecRunTime] RSpec elapsed time: 17 minutes 54.88 seconds. Current RSS: ~2264M. Threads: 4. load average: 1.18 1.20 1.13 1/317 143702333.2334 private projects2335 only finds the projects the user is a member of2336 when the user is a member of all projects2337 behaves like finding related projects2338 finds sibling projects and base project2339 does not include projects that have merge requests turned off by default2340 includes projects that have merge requests turned off by default with a more-permissive project feature2341 does not contain archived projects2342 does not include routes by default2343 includes routes when requested2344# [RSpecRunTime] RSpec elapsed time: 18 minutes 14.87 seconds. Current RSS: ~2365M. Threads: 4. load average: 1.13 1.19 1.13 1/317 143712345.2346 searching2347 returns all projects with empty search2348 returns forked project with search string2349 returns no projects with search for project that does no exist2350# [RSpecRunTime] RSpec elapsed time: 18 minutes 24.14 seconds. Current RSS: ~2376M. Threads: 4. load average: 1.11 1.18 1.13 1/317 143722351.2352# [RSpecRunTime] Finishing example group spec/finders/merge_request_target_project_finder_spec.rb. It took 44.75 seconds. Expected to take 44.13 seconds.2353# [RSpecRunTime] Starting example group spec/policies/issuable_policy_spec.rb. Expected to take 39.8 seconds.2354IssuablePolicy2355 #rules2356 when user is author of issuable2357 allows resolving notes2358 does not allow reading internal notes2359 when user is able to read project2360 enables user to read and update issuables2361# [RSpecRunTime] RSpec elapsed time: 18 minutes 28.06 seconds. Current RSS: ~2450M. Threads: 4. load average: 1.10 1.18 1.13 1/317 143732362.2363 Timeline events2364 allows non-members to read time line events2365 disallows reporters from managing timeline events2366 allows developers to manage timeline events2367# [RSpecRunTime] RSpec elapsed time: 18 minutes 31.15 seconds. Current RSS: ~2452M. Threads: 4. load average: 1.09 1.17 1.13 1/317 143742368.2369 when project is private2370 disallows user from reading and updating issuables from that project2371 when user belongs to the projects team2372 enables user to read and update issuables2373# [RSpecRunTime] RSpec elapsed time: 18 minutes 34.13 seconds. Current RSS: ~2389M. Threads: 4. load average: 1.09 1.17 1.13 1/317 143752374.2375 Timeline events2376 disallows non-members from reading timeline events2377 allows guests to read time line events2378 disallows reporters from managing timeline events2379 allows developers to manage timeline events2380# [RSpecRunTime] RSpec elapsed time: 18 minutes 39.9 seconds. Current RSS: ~2361M. Threads: 4. load average: 1.16 1.19 1.13 1/317 143762381.2382 when user is assignee of issuable2383 does not allow reading internal notes2384 when discussion is locked for the issuable2385 when the user is not a project member2386 can not create a note nor award emojis2387 does not allow resolving note2388# [RSpecRunTime] RSpec elapsed time: 18 minutes 42.51 seconds. Current RSS: ~2410M. Threads: 4. load average: 1.15 1.18 1.13 1/317 143772389.2390 when the user is a project member2391 can create a note and award emojis2392 allows resolving notes2393# [RSpecRunTime] RSpec elapsed time: 18 minutes 44.53 seconds. Current RSS: ~2511M. Threads: 4. load average: 1.15 1.18 1.13 6/317 143782394.2395 when user is anonymous2396 does not allow timelogs creation2397# [RSpecRunTime] RSpec elapsed time: 18 minutes 47.6 seconds. Current RSS: ~2518M. Threads: 4. load average: 1.14 1.18 1.13 1/317 143792398.2399 when user is not a member of the project2400 does not allow timelogs creation2401 when user is not a member of the project but the author of the issuable2402 does not allow timelogs creation2403 does not allow reading internal notes2404# [RSpecRunTime] RSpec elapsed time: 18 minutes 50.15 seconds. Current RSS: ~2461M. Threads: 4. load average: 1.14 1.18 1.13 1/317 143802405.2406 when user is a guest member of the project2407 does not allow timelogs creation2408 does not allow reading internal notes2409# [RSpecRunTime] RSpec elapsed time: 18 minutes 51.97 seconds. Current RSS: ~2369M. Threads: 4. load average: 1.13 1.18 1.13 1/317 143812410.2411 when user is a guest member of the project and the author of the issuable2412 does not allow timelogs creation2413# [RSpecRunTime] RSpec elapsed time: 18 minutes 53.37 seconds. Current RSS: ~2234M. Threads: 4. load average: 1.13 1.18 1.13 1/317 143822414.2415 when user is at least reporter of the project2416 allows timelogs creation2417 allows reading internal notes2418# [RSpecRunTime] RSpec elapsed time: 18 minutes 55.06 seconds. Current RSS: ~2168M. Threads: 4. load average: 1.13 1.18 1.13 1/317 143832419.2420 when subject is a Merge Request2421 when can_read_merge_request is false2422 does not allow :read_issuable2423# [RSpecRunTime] RSpec elapsed time: 18 minutes 57.29 seconds. Current RSS: ~2185M. Threads: 4. load average: 1.12 1.17 1.13 1/323 145202424.2425 when can_read_merge_request is true2426 allows :read_issuable2427# [RSpecRunTime] RSpec elapsed time: 19 minutes 1.56 seconds. Current RSS: ~2262M. Threads: 4. load average: 1.11 1.17 1.13 1/324 146562428.2429 when subject is an Issue2430 when can_read_issue is false2431 does not allow :read_issuable2432# [RSpecRunTime] RSpec elapsed time: 19 minutes 2.85 seconds. Current RSS: ~2264M. Threads: 4. load average: 1.11 1.17 1.13 1/323 146572433.2434 when can_read_issue is true2435 allows :read_issuable2436# [RSpecRunTime] RSpec elapsed time: 19 minutes 4.25 seconds. Current RSS: ~2255M. Threads: 4. load average: 1.11 1.17 1.13 1/323 146582437.2438# [RSpecRunTime] Finishing example group spec/policies/issuable_policy_spec.rb. It took 40.1 seconds. Expected to take 39.8 seconds.2439# [RSpecRunTime] Starting example group spec/services/design_management/save_designs_service_spec.rb. Expected to take 37.28 seconds.2440DesignManagement::SaveDesignsService2441 #execute2442 when the feature is not available2443 does not create an event in the activity stream2444 behaves like a service error2445 returns an error2446# [RSpecRunTime] RSpec elapsed time: 19 minutes 6.18 seconds. Current RSS: ~2227M. Threads: 4. load average: 1.10 1.17 1.12 1/322 146592447.2448 when the feature is available2449 creates a commit, an event in the activity stream and updates the creation count2450 tracks internal events and increments usage metrics2451 repository existence2452 is ensured when the service runs2453# [RSpecRunTime] RSpec elapsed time: 19 minutes 10.13 seconds. Current RSS: ~2179M. Threads: 4. load average: 1.10 1.17 1.12 1/321 149872454.2455 when the design collection is in the process of being copied2456 behaves like a service error2457 returns an error2458 when the design collection has a copy error2459 resets the copy state2460 the response2461 includes designs with the expected properties2462# [RSpecRunTime] RSpec elapsed time: 19 minutes 13.08 seconds. Current RSS: ~2262M. Threads: 4. load average: 1.09 1.16 1.12 1/322 152592463.2464 saving the file to LFS2465 saves the design to LFS and saves the repository_type of the LfsObjectsProject as design2466# [RSpecRunTime] RSpec elapsed time: 19 minutes 14.21 seconds. Current RSS: ~2329M. Threads: 4. load average: 1.09 1.16 1.12 1/322 153772467.2468 when HEAD branch is different from master2469 does not raise an exception during update2470# [RSpecRunTime] RSpec elapsed time: 19 minutes 17.45 seconds. Current RSS: ~2353M. Threads: 4. load average: 1.08 1.16 1.12 1/322 155072471.2472 when a design is being updated2473 creates a new version for the existing design and updates the file2474 tracks internal events and increments usage metrics2475 records the correct events2476 when uploading a new design2477 does not link the new version to the existing design2478# [RSpecRunTime] RSpec elapsed time: 19 minutes 23.81 seconds. Current RSS: ~2139M. Threads: 4. load average: 1.08 1.16 1.12 1/322 162672479.2480 when detecting content type2481 detects content type when feature flag is enabled2482 skips content type detection when feature flag is disabled2483# [RSpecRunTime] RSpec elapsed time: 19 minutes 27.2 seconds. Current RSS: ~2134M. Threads: 4. load average: 1.07 1.16 1.12 1/322 166452484.2485 when a design has not changed since its previous version2486 does not create a new version, and returns the design in `skipped_designs`2487# [RSpecRunTime] RSpec elapsed time: 19 minutes 28.55 seconds. Current RSS: ~2136M. Threads: 4. load average: 1.07 1.16 1.12 1/322 167792488.2489 when doing a mixture of updates and creations2490 has the correct side-effects2491 tracks internal events and increments usage metrics2492# [RSpecRunTime] RSpec elapsed time: 19 minutes 31.97 seconds. Current RSS: ~2195M. Threads: 4. load average: 1.06 1.15 1.12 1/322 171802493.2494 when uploading multiple files2495 returns information about both designs in the response2496 has the correct side-effects2497 when uploading too many files2498 returns the correct error2499# [RSpecRunTime] RSpec elapsed time: 19 minutes 37.27 seconds. Current RSS: ~2298M. Threads: 4. load average: 1.06 1.15 1.12 1/322 174812500.2501 when uploading duplicate files2502 returns the correct error2503 when the user is not allowed to upload designs2504 behaves like a service error2505 returns an error2506 failure modes2507 when creating the commit fails2508 behaves like an execution error2509 returns an error2510 when creating the versions fails2511 behaves like a service error2512 returns an error2513 when a design already existed in the repo but we didn't know about it in the database2514 creates the design and a new version for it2515# [RSpecRunTime] RSpec elapsed time: 19 minutes 42.03 seconds. Current RSS: ~2211M. Threads: 4. load average: 1.05 1.15 1.12 1/322 177992516.2517 scalability2518 runs the same queries for all requests, regardless of number of files (PENDING: See: https://gitlab.com/gitlab-org/gitlab/-/issues/213169)2519# [RSpecRunTime] Finishing example group spec/services/design_management/save_designs_service_spec.rb. It took 37.77 seconds. Expected to take 37.28 seconds.2520# [RSpecRunTime] Starting example group spec/models/concerns/deprecated_assignee_spec.rb. Expected to take 35.16 seconds.2521DeprecatedAssignee2522 does not allow STI2523 #assignee_id=2524 creates the merge_request_assignees relation2525 nullifies the assignee_id column2526 when relation already exists2527 overwrites existing assignees2528# [RSpecRunTime] RSpec elapsed time: 19 minutes 48.37 seconds. Current RSS: ~2230M. Threads: 4. load average: 1.05 1.14 1.12 1/323 182052529.2530 #assignee=2531 creates the merge_request_assignees relation2532 nullifies the assignee_id column2533 when relation already exists2534 overwrites existing assignees2535# [RSpecRunTime] RSpec elapsed time: 19 minutes 55.98 seconds. Current RSS: ~2231M. Threads: 4. load average: 1.20 1.17 1.13 1/323 186102536.2537 #assignee_id2538 returns the first assignee ID2539# [RSpecRunTime] RSpec elapsed time: 19 minutes 58.0 seconds. Current RSS: ~2178M. Threads: 4. load average: 1.20 1.17 1.13 1/323 187452540.2541 #assignees2542 when assignee_id exists and there is no relation2543 creates the relation2544 nullifies the assignee_id2545# [RSpecRunTime] RSpec elapsed time: 20 minutes 1.93 seconds. Current RSS: ~2127M. Threads: 4. load average: 1.18 1.17 1.12 1/323 190152546.2547 when DB is read-only2548 returns a users relation2549 returns an empty relation if no assignee_id is set2550# [RSpecRunTime] RSpec elapsed time: 20 minutes 5.48 seconds. Current RSS: ~2180M. Threads: 4. load average: 1.17 1.17 1.12 1/323 192852551.2552 #assignee_ids2553 when assignee_id exists and there is no relation2554 creates the relation2555 nullifies the assignee_id2556# [RSpecRunTime] RSpec elapsed time: 20 minutes 11.18 seconds. Current RSS: ~2275M. Threads: 4. load average: 1.16 1.16 1.12 1/323 195562557.2558 when DB is read-only2559 returns a list of user IDs2560 returns an empty relation if no assignee_id is set2561# [RSpecRunTime] RSpec elapsed time: 20 minutes 15.0 seconds. Current RSS: ~2188M. Threads: 4. load average: 1.16 1.16 1.12 1/323 198262562.2563# [RSpecRunTime] Finishing example group spec/models/concerns/deprecated_assignee_spec.rb. It took 32.98 seconds. Expected to take 35.16 seconds.2564# [RSpecRunTime] Starting example group spec/models/bulk_imports/entity_spec.rb. Expected to take 33.25 seconds.2565BulkImports::Entity2566 does not allow STI2567 associations2568 is expected to belong to bulk_import required: true2569 is expected to belong to parent required: false2570 is expected to belong to group optional: true inverse_of => bulk_import_entities2571 is expected to belong to project required: false2572 is expected to have many trackers class_name => BulkImports::Tracker inverse_of => entity2573# [RSpecRunTime] RSpec elapsed time: 20 minutes 17.16 seconds. Current RSS: ~2187M. Threads: 4. load average: 1.14 1.16 1.12 1/323 198272574.2575 validations2576 is expected to validate that :source_type cannot be empty/falsy2577 is expected to validate that :source_full_path cannot be empty/falsy2578 is expected to validate that :destination_name cannot be empty/falsy2579 is expected to define :source_type as an enum backed by an integer with values ‹[:group_entity, :project_entity]›2580 when source_type is group_entity2581 is expected to allow :source_full_path to be ‹"source"›, ‹"source/path"›, or ‹"source/full/path"›2582 is expected not to allow :source_full_path to be ‹"/source"›, ‹"http://source/path"›, ‹"sou rce/full/path"›, or ‹""›2583# [RSpecRunTime] RSpec elapsed time: 20 minutes 20.74 seconds. Current RSS: ~2320M. Threads: 4. load average: 1.13 1.16 1.12 1/322 198282584.2585 when source_type is project_entity2586 is expected to allow :source_full_path to be ‹"source/path"› or ‹"source/full/path"›2587 is expected not to allow :source_full_path to be ‹"/source"›, ‹"source"›, ‹"http://source/path"›, ‹"sou rce/full/path"›, or ‹""›2588 when associated with a group and project2589 is invalid2590 when not associated with a group or project2591 is valid2592 when associated with a group and no project2593 is valid as a group_entity2594 is valid when destination_namespace is empty2595 is invalid when destination_namespace is nil2596 is invalid when destination_slug is empty2597 is invalid when destination_slug is nil2598 is invalid as a project_entity2599# [RSpecRunTime] RSpec elapsed time: 20 minutes 23.73 seconds. Current RSS: ~2338M. Threads: 4. load average: 1.13 1.16 1.12 1/322 198292600.2601 when associated with a project and no group2602 is valid2603 is invalid when destination_namespace is nil2604 is invalid as a project_entity2605# [RSpecRunTime] RSpec elapsed time: 20 minutes 26.54 seconds. Current RSS: ~2333M. Threads: 4. load average: 1.12 1.16 1.12 1/317 198302606.2607 when the parent is a group import2608 is valid2609 when the parent is a project import2610 is invalid2611 validate destination namespace of a group_entity2612 is invalid if destination namespace is the source namespace2613 is invalid if destination namespace is a descendant of the source2614 when source_type is a project_entity2615 is valid2616 #encoded_source_full_path2617 encodes entity source full path2618 scopes2619 .by_user_id2620 returns entities associated with specified user2621 .stale2622 returns entities that are stale2623 .order_by_updated_at_and_id2624 returns entities ordered by updated_at and id2625 .all_human_statuses2626 returns all human readable entity statuses2627 #pipelines2628 when entity is group2629 returns group pipelines2630 when entity is project2631 returns project pipelines2632 #pipeline_exists?2633 returns true when the given pipeline name exists in the pipelines list2634 returns false when the given pipeline name exists in the pipelines list2635# [RSpecRunTime] RSpec elapsed time: 20 minutes 33.11 seconds. Current RSS: ~2361M. Threads: 4. load average: 1.11 1.15 1.12 2/317 198312636.2637 #pluralized_name2638 when entity is group2639 returns groups2640 when entity is project2641 returns projects2642 #portable_class2643 when entity is group2644 returns Group class2645 when entity is project2646 returns Project class2647 #export_relations_url_path2648 when entity is group2649 returns group export relations url2650 when entity is project2651 returns project export relations url2652 when batched2653 when source supports batched export2654 returns batched export relations url2655 when source does not support batched export2656 returns export relations url2657 #relation_download_url_path2658 returns export relations url with download query string2659 when batch number is present2660 when source supports batched export2661 returns export relations url with download query string and batch number2662 when source does not support batched export2663 returns export relations url2664# [RSpecRunTime] RSpec elapsed time: 20 minutes 37.89 seconds. Current RSS: ~2359M. Threads: 4. load average: 1.10 1.15 1.12 1/317 198322665.2666 #entity_type2667 returns entity type2668 #project?2669 returns true if project entity2670 #group?2671 returns true if group entity2672 #base_resource_url_path2673 returns base entity url path2674 #wiki_url_path2675 returns entity wiki url path2676 #update_service2677 returns correct update service class2678 #full_path2679 returns group full path for group entity2680 returns project full path for project entity2681 returns nil when not associated with group or project2682 #full_path_with_fallback2683 returns group full path for group entity2684 returns project full path for project entity2685 returns fallback full path when not associated with group or project2686 #default_visibility_level2687 when entity is a group2688 returns default group visibility2689 when entity is a project2690 returns default project visibility2691 #update_has_failures2692 when entity has failures2693 sets has_failures flag to true2694 sets the has_failures flag on the parent import2695# [RSpecRunTime] RSpec elapsed time: 20 minutes 44.25 seconds. Current RSS: ~2369M. Threads: 4. load average: 1.09 1.15 1.12 1/317 198332696.2697 when entity does not have failures2698 sets has_failures flag to false2699 #source_version2700 pulls the source version from the associated BulkImport2701 #checksums2702 returns checksums for all imported relations2703 when tracker should not be included2704 when tracker is for a file extraction pipeline2705 does not include the tracker2706 when tracker is skipped2707 does not include the tracker2708 when tracker checksums are zeros2709 does not include the tracker2710 entity canceling2711 marks entity as canceled2712 when entity has trackers2713 marks trackers as canceled2714# [RSpecRunTime] Finishing example group spec/models/bulk_imports/entity_spec.rb. It took 32.22 seconds. Expected to take 33.25 seconds.2715# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 46.95 seconds.2716Lint factories for BulkImports::Entity2717 with saas, license, and factory defaults2718 behaves like factory2719 bulk_import_entity factory2720 does not raise error when built2721 does not raise error when created2722 linting :group_entity trait2723 does not raise error when created2724# [RSpecRunTime] RSpec elapsed time: 20 minutes 49.24 seconds. Current RSS: ~2323M. Threads: 4. load average: 1.09 1.14 1.12 1/317 198602725.2726 linting :project_entity trait2727 does not raise error when created2728# [RSpecRunTime] RSpec elapsed time: 20 minutes 51.63 seconds. Current RSS: ~2331M. Threads: 4. load average: 1.08 1.14 1.12 1/317 198612729.2730 linting :created trait2731 does not raise error when created2732 linting :started trait2733 does not raise error when created2734 linting :finished trait2735 does not raise error when created2736 linting :failed trait2737 does not raise error when created2738# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 5.79 seconds. Expected to take 46.95 seconds.2739# [RSpecRunTime] Starting example group spec/helpers/issues_helper_spec.rb. Expected to take 31.93 seconds.2740IssuesHelper2741 #award_user_list2742 returns a comma-separated list of the first X users2743 displays the current user's name as 'You'2744 truncates lists2745 displays the current user in front of other users2746# [RSpecRunTime] RSpec elapsed time: 20 minutes 55.12 seconds. Current RSS: ~2332M. Threads: 4. load average: 1.08 1.14 1.12 1/317 198622747.2748 #award_state_class2749 returns disabled string for unauthenticated user2750 returns disabled for a user that does not have access to the awardable2751 returns selected class for author2752 is blank for a user that has access to the awardable2753# [RSpecRunTime] RSpec elapsed time: 20 minutes 56.97 seconds. Current RSS: ~2308M. Threads: 4. load average: 1.07 1.14 1.11 1/317 198632754.2755 awards_sort2756 sorts a hash so thumbsup and thumbsdown are always on top2757# [RSpecRunTime] RSpec elapsed time: 20 minutes 59.23 seconds. Current RSS: ~2325M. Threads: 4. load average: 1.07 1.14 1.11 1/317 198642758.2759 #link_to_discussions_to_resolve2760 passing only a merge request2761 links just the merge request2762 contains the reference to the merge request2763# [RSpecRunTime] RSpec elapsed time: 21 minutes 2.92 seconds. Current RSS: ~2265M. Threads: 4. load average: 0.99 1.12 1.11 1/323 201352764.2765 when passing a discussion2766 links to the merge request with first note if a single discussion was passed2767 contains both the reference to the merge request and a mention of the discussion2768# [RSpecRunTime] RSpec elapsed time: 21 minutes 7.37 seconds. Current RSS: ~2119M. Threads: 4. load average: 0.99 1.12 1.11 1/323 204572769.2770 #show_new_issue_link?2771 is false when no project there is no project2772 is true when there is a project and no logged in user2773 is true when the current user does not have access to the project2774 #show_moved_service_desk_issue_warning?2775 is true when moved issue project has service desk disabled2776 is false when moved issue project has service desk enabled2777# [RSpecRunTime] RSpec elapsed time: 21 minutes 11.36 seconds. Current RSS: ~2247M. Threads: 4. load average: 0.99 1.12 1.11 1/322 204582778.2779 #issue_header_actions_data2780 returns expected result2781# [RSpecRunTime] RSpec elapsed time: 21 minutes 14.23 seconds. Current RSS: ~2290M. Threads: 4. load average: 0.99 1.12 1.11 1/322 204592782.2783 #project_issues_list_data2784 when user is signed in2785 behaves like issues list data2786 returns expected result2787 when user is anonymous2788 behaves like issues list data2789 returns expected result2790 when restricted visibility levels is nil2791 behaves like issues list data2792 returns expected result2793 #group_issues_list_data2794 returns expected result2795 #dashboard_issues_list_data2796 returns expected result2797 #issues_form_data2798 returns expected result2799 #issue_repositioning_disabled?2800 for project2801 is expected to eq false2802 when block_issue_repositioning feature flag is enabled2803 is expected to eq true2804 for group2805 is expected to eq false2806 when block_issue_repositioning feature flag is enabled2807 is expected to eq true2808 #issue_hidden?2809 when issue is hidden2810 returns `true`2811 when issue is not hidden2812 returns `false`2813 #has_issue_date_filter_feature?2814 when namespace is a group project2815 is expected to be truthy2816 when feature flag is disabled2817 is expected to be falsey2818# [RSpecRunTime] RSpec elapsed time: 21 minutes 20.87 seconds. Current RSS: ~2310M. Threads: 4. load average: 1.06 1.13 1.11 1/317 204602819.2820 when feature flag enabled for group2821 is expected to be truthy2822 when feature flag enabled for user2823 is expected to be truthy2824 when namespace is a group2825 is expected to be truthy2826 when feature flag is disabled2827 is expected to be falsey2828 when feature flag enabled for group2829 is expected to be truthy2830 when feature flag enabled for user2831 is expected to be truthy2832 when namespace is a user project2833 is expected to be truthy2834 when feature flag is disabled2835 is expected to be falsey2836 when feature flag enabled for user2837 is expected to be truthy2838# [RSpecRunTime] Finishing example group spec/helpers/issues_helper_spec.rb. It took 30.37 seconds. Expected to take 31.93 seconds.2839# [RSpecRunTime] Starting example group spec/lib/gitlab/prometheus_client_spec.rb. Expected to take 29.71 seconds.2840Gitlab::PrometheusClient2841 #ping2842 issues a "query" request to the API endpoint2843 #healthy?2844 returns true when status code is 200 and healthy response body2845 returns false when status code is 200 and unhealthy response body2846 raises error when status code not 2002847# [RSpecRunTime] RSpec elapsed time: 21 minutes 26.45 seconds. Current RSS: ~2332M. Threads: 4. load average: 1.06 1.13 1.11 1/318 204612848.2849 #ready?2850 returns true when status code is 2002851 returns false when status code is not 2002852 raises error when ready api throws exception2853# [RSpecRunTime] RSpec elapsed time: 21 minutes 27.47 seconds. Current RSS: ~2332M. Threads: 4. load average: 1.06 1.13 1.11 1/318 204622854.2855 failure to reach a provided prometheus url2856 ping2857 behaves like exceptions are raised2858 raises a Gitlab::PrometheusClient::ConnectionError when a Net::OpenTimeout is rescued2859 raises a Gitlab::PrometheusClient::ConnectionError when a Net::ReadTimeout is rescued2860 raises a Gitlab::PrometheusClient::ConnectionError when a Net::WriteTimeout is rescued2861 raises a Gitlab::PrometheusClient::ConnectionError when a Gitlab::HTTP_V2::ReadTotalTimeout is rescued2862 raises a Gitlab::PrometheusClient::ConnectionError when a EOFError is rescued2863 raises a Gitlab::PrometheusClient::ConnectionError when a SocketError is rescued2864 raises a Gitlab::PrometheusClient::ConnectionError when a OpenSSL::SSL::SSLError is rescued2865 raises a Gitlab::PrometheusClient::ConnectionError when a OpenSSL::OpenSSLError is rescued2866 raises a Gitlab::PrometheusClient::ConnectionError when a Errno::ECONNRESET is rescued2867 raises a Gitlab::PrometheusClient::ConnectionError when a Errno::ECONNREFUSED is rescued2868 raises a Gitlab::PrometheusClient::ConnectionError when a Errno::EHOSTUNREACH is rescued2869 raises a Gitlab::PrometheusClient::ConnectionError when a Errno::ENETUNREACH is rescued2870 raises a Gitlab::PrometheusClient::ConnectionError when a Gitlab::HTTP_V2::BlockedUrlError is rescued2871 raises a Gitlab::PrometheusClient::ConnectionError when a Gitlab::HTTP_V2::RedirectionTooDeep is rescued2872 raises a Gitlab::PrometheusClient::ConnectionError when a Net::HTTPBadResponse is rescued2873# [RSpecRunTime] RSpec elapsed time: 21 minutes 33.33 seconds. Current RSS: ~2350M. Threads: 4. load average: 1.05 1.12 1.11 1/318 204632874.2875 proxy2876 behaves like exceptions are raised2877 raises a Gitlab::PrometheusClient::ConnectionError when a Net::OpenTimeout is rescued2878 raises a Gitlab::PrometheusClient::ConnectionError when a Net::ReadTimeout is rescued2879 raises a Gitlab::PrometheusClient::ConnectionError when a Net::WriteTimeout is rescued2880 raises a Gitlab::PrometheusClient::ConnectionError when a Gitlab::HTTP_V2::ReadTotalTimeout is rescued2881 raises a Gitlab::PrometheusClient::ConnectionError when a EOFError is rescued2882 raises a Gitlab::PrometheusClient::ConnectionError when a SocketError is rescued2883 raises a Gitlab::PrometheusClient::ConnectionError when a OpenSSL::SSL::SSLError is rescued2884 raises a Gitlab::PrometheusClient::ConnectionError when a OpenSSL::OpenSSLError is rescued2885 raises a Gitlab::PrometheusClient::ConnectionError when a Errno::ECONNRESET is rescued2886 raises a Gitlab::PrometheusClient::ConnectionError when a Errno::ECONNREFUSED is rescued2887 raises a Gitlab::PrometheusClient::ConnectionError when a Errno::EHOSTUNREACH is rescued2888 raises a Gitlab::PrometheusClient::ConnectionError when a Errno::ENETUNREACH is rescued2889 raises a Gitlab::PrometheusClient::ConnectionError when a Gitlab::HTTP_V2::BlockedUrlError is rescued2890 raises a Gitlab::PrometheusClient::ConnectionError when a Gitlab::HTTP_V2::RedirectionTooDeep is rescued2891 raises a Gitlab::PrometheusClient::ConnectionError when a Net::HTTPBadResponse is rescued2892# [RSpecRunTime] RSpec elapsed time: 21 minutes 39.13 seconds. Current RSS: ~2373M. Threads: 4. load average: 1.05 1.12 1.11 1/318 204642893.2894 #query2895 when request returns vector results2896 returns data from the API call2897 when request returns matrix results2898 returns nil2899 when request returns no data2900 returns []2901 behaves like failure response2902 when request returns 400 with an error message2903 raises a Gitlab::PrometheusClient::QueryError error2904 when request returns 400 without an error message2905 raises a Gitlab::PrometheusClient::QueryError error2906 when request returns 5002907 raises a Gitlab::PrometheusClient::UnexpectedResponseError error2908# [RSpecRunTime] RSpec elapsed time: 21 minutes 42.58 seconds. Current RSS: ~2362M. Threads: 4. load average: 1.05 1.12 1.11 1/318 204652909.2910 when request returns non json data2911 raises a Gitlab::PrometheusClient::UnexpectedResponseError error2912 #aggregate2913 when request returns vector results2914 returns data from the API call grouped by labels2915 when request returns no data2916 returns {}2917 behaves like failure response2918 when request returns 400 with an error message2919 raises a Gitlab::PrometheusClient::QueryError error2920 when request returns 400 without an error message2921 raises a Gitlab::PrometheusClient::QueryError error2922 when request returns 5002923 raises a Gitlab::PrometheusClient::UnexpectedResponseError error2924 when request returns non json data2925 raises a Gitlab::PrometheusClient::UnexpectedResponseError error2926 #series2927 calls endpoint and returns list of series2928 #label_values2929 calls endpoint and returns label values2930 #query_range2931 when non utc time is passed2932 passed dates are properly converted to utc2933 when a start time is passed2934 passed it in the requested URL2935 when request returns vector results2936 returns nil2937 when request returns matrix results2938 returns data from the API call2939 when request returns no data2940 returns []2941 behaves like failure response2942 when request returns 400 with an error message2943 raises a Gitlab::PrometheusClient::QueryError error2944# [RSpecRunTime] RSpec elapsed time: 21 minutes 48.44 seconds. Current RSS: ~2387M. Threads: 4. load average: 1.04 1.12 1.10 1/318 204662945.2946 when request returns 400 without an error message2947 raises a Gitlab::PrometheusClient::QueryError error2948 when request returns 5002949 raises a Gitlab::PrometheusClient::UnexpectedResponseError error2950 when request returns non json data2951 raises a Gitlab::PrometheusClient::UnexpectedResponseError error2952 .compute_step2953 time_interval_in_seconds: 0, step: 602954 is expected to eq 602955 time_interval_in_seconds: 10 hours, step: 602956 is expected to eq 602957 time_interval_in_seconds: 10 hours and 1 second, step: 612958 is expected to eq 612959 time_interval_in_seconds: 30 minutes, step: 602960 is expected to eq 602961 time_interval_in_seconds: 3 hours, step: 602962 is expected to eq 602963 time_interval_in_seconds: 8 hours, step: 602964 is expected to eq 602965 time_interval_in_seconds: 1 day, step: 1442966 is expected to eq 1442967 time_interval_in_seconds: 3 days, step: 4322968 is expected to eq 4322969 time_interval_in_seconds: 1 week, step: 10082970 is expected to eq 10082971 proxy2972 get API2973 when response status code is 2002974 returns response object2975 when response status code is not 2002976 returns response object2977# [RSpecRunTime] RSpec elapsed time: 21 minutes 54.01 seconds. Current RSS: ~2380M. Threads: 4. load average: 1.04 1.11 1.10 1/318 204672978.2979 when Gitlab::HTTP::ResponseError is raised2980 without response code2981 raises PrometheusClient::ConnectionError2982 with response code2983 raises Gitlab::PrometheusClient::QueryError2984# [RSpecRunTime] Finishing example group spec/lib/gitlab/prometheus_client_spec.rb. It took 31.29 seconds. Expected to take 29.71 seconds.2985# [RSpecRunTime] Starting example group spec/lib/gitlab/cycle_analytics/permissions_spec.rb. Expected to take 28.39 seconds.2986Gitlab::CycleAnalytics::Permissions2987 user with no relation to the project2988 has no permissions to issue stage2989 has no permissions to test stage2990 has no permissions to staging stage2991 has no permissions to code stage2992 has no permissions to review stage2993 has no permissions to plan stage2994# [RSpecRunTime] RSpec elapsed time: 22 minutes 0.88 second. Current RSS: ~2234M. Threads: 4. load average: 1.03 1.11 1.10 1/318 204682995.2996 user is maintainer2997 has permissions to issue stage2998 has permissions to test stage2999 has permissions to staging stage3000 has permissions to code stage3001 has permissions to review stage3002 has permissions to plan stage3003# [RSpecRunTime] RSpec elapsed time: 22 minutes 10.08 seconds. Current RSS: ~2222M. Threads: 4. load average: 1.03 1.11 1.10 1/318 204693004.3005 user has no build permissions3006 has permissions to issue stage3007 has no permissions to test stage3008 has no permissions to staging stage3009# [RSpecRunTime] RSpec elapsed time: 22 minutes 13.58 seconds. Current RSS: ~2246M. Threads: 4. load average: 1.03 1.11 1.10 1/318 204703010.3011 user has no merge request permissions3012 has permissions to issue stage3013 has no permissions to code stage3014 has no permissions to review stage3015# [RSpecRunTime] RSpec elapsed time: 22 minutes 19.31 seconds. Current RSS: ~2319M. Threads: 4. load average: 1.02 1.10 1.10 1/318 204713016.3017 user has no issue permissions3018 has permissions to code stage3019 has no permissions to issue stage3020# [RSpecRunTime] RSpec elapsed time: 22 minutes 21.75 seconds. Current RSS: ~2273M. Threads: 4. load average: 1.02 1.10 1.10 1/319 204723021.3022# [RSpecRunTime] Finishing example group spec/lib/gitlab/cycle_analytics/permissions_spec.rb. It took 27.1 seconds. Expected to take 28.39 seconds.3023# [RSpecRunTime] Starting example group spec/routing/group_routing_spec.rb. Expected to take 26.91 seconds.3024Groups routing3025 complex group path with dot3026 to #show3027 also supports nested groups3028 also display group#show on the short path3029 to #details3030 to #activity3031 to #issues3032 to #members3033 to #labels3034 to #milestones3035 to #runner_setup_scripts3036 routes to the avatars controller3037 routes to the boards controller3038 routes to the harbor repositories controller3039 routes to the harbor artifacts controller3040 routes to the harbor tags controller3041 routes to the usage quotas controller3042# [RSpecRunTime] RSpec elapsed time: 22 minutes 30.34 seconds. Current RSS: ~2368M. Threads: 4. load average: 1.02 1.10 1.10 1/318 204733043.3044 group path starting with help3045 to #show3046 also supports nested groups3047 also display group#show on the short path3048 to #details3049 to #activity3050 to #issues3051 to #members3052 to #labels3053 to #milestones3054 to #runner_setup_scripts3055 routes to the avatars controller3056 routes to the boards controller3057 routes to the harbor repositories controller3058 routes to the harbor artifacts controller3059 routes to the harbor tags controller3060 routes to the usage quotas controller3061# [RSpecRunTime] RSpec elapsed time: 22 minutes 38.26 seconds. Current RSS: ~2350M. Threads: 4. load average: 1.02 1.10 1.10 1/318 204743062.3063 group path starting with projects3064 to #show3065 also supports nested groups3066 also display group#show on the short path3067 to #details3068 to #activity3069 to #issues3070 to #members3071 to #labels3072 to #milestones3073 to #runner_setup_scripts3074 routes to the avatars controller3075 routes to the boards controller3076 routes to the harbor repositories controller3077 routes to the harbor artifacts controller3078 routes to the harbor tags controller3079 routes to the usage quotas controller3080# [RSpecRunTime] RSpec elapsed time: 22 minutes 48.17 seconds. Current RSS: ~2371M. Threads: 4. load average: 1.01 1.09 1.09 1/318 204753081.3082 dependency proxy for containers3083 routes to #authenticate3084 routes to #upload_manifest3085 routes to #upload_blob3086 routes to #upload_manifest_authorize3087 routes to #upload_blob_authorize3088 image name without namespace3089 routes to #manifest3090 routes to #blob3091 does not route to #blob with an invalid sha3092 does not route to #blob with an invalid image3093# [RSpecRunTime] RSpec elapsed time: 22 minutes 51.06 seconds. Current RSS: ~2377M. Threads: 4. load average: 1.01 1.09 1.09 1/318 204803094.3095 image name with namespace3096 routes to #manifest3097 routes to #blob3098# [RSpecRunTime] Finishing example group spec/routing/group_routing_spec.rb. It took 29.72 seconds. Expected to take 26.91 seconds.3099# [RSpecRunTime] Starting example group spec/initializers/load_balancing_spec.rb. Expected to take 25.3 seconds.3100load_balancing3101 with replica hosts configured3102 configures load balancer with two replica hosts3103 for a clustered puma worker3104 configures load balancer to have two replica hosts3105 makes a read query successfully3106 makes a write query successfully3107# [RSpecRunTime] RSpec elapsed time: 23 minutes 13.8 seconds. Current RSS: ~2114M. Threads: 4. load average: 1.07 1.10 1.09 1/297 204813108.3109# [RSpecRunTime] Finishing example group spec/initializers/load_balancing_spec.rb. It took 22.69 seconds. Expected to take 25.3 seconds.3110# [RSpecRunTime] Starting example group spec/graphql/mutations/design_management/upload_spec.rb. Expected to take 24.08 seconds.3111Mutations::DesignManagement::Upload3112 #resolve3113 when the feature is not available3114 behaves like resource not available3115 raises an error3116# [RSpecRunTime] RSpec elapsed time: 23 minutes 15.64 seconds. Current RSS: ~2135M. Threads: 4. load average: 1.06 1.10 1.09 1/299 204823117.3118 when the feature is available3119 contention in the design repo3120 running requests in parallel3121 does not cause errors3122# [RSpecRunTime] RSpec elapsed time: 23 minutes 20.12 seconds. Current RSS: ~2212M. Threads: 4. load average: 1.06 1.10 1.09 1/307 207583123.3124 running requests in parallel on different issues3125 does not cause errors3126# [RSpecRunTime] RSpec elapsed time: 23 minutes 27.94 seconds. Current RSS: ~2258M. Threads: 4. load average: 1.05 1.09 1.09 1/305 210753127.3128 running requests in serial3129 does not cause errors3130# [RSpecRunTime] RSpec elapsed time: 23 minutes 30.84 seconds. Current RSS: ~2160M. Threads: 4. load average: 1.05 1.09 1.09 1/303 213483131.3132 when the user is not allowed to upload designs3133 behaves like resource not available3134 raises an error3135 with a valid design3136 returns the updated designs3137# [RSpecRunTime] RSpec elapsed time: 23 minutes 33.14 seconds. Current RSS: ~2161M. Threads: 4. load average: 1.05 1.09 1.09 1/303 214253138.3139 when passing an invalid project3140 behaves like resource not available3141 raises an error3142 when passing an invalid issue3143 behaves like resource not available3144 raises an error3145 when creating designs causes errors3146 wraps the errors3147# [RSpecRunTime] Finishing example group spec/graphql/mutations/design_management/upload_spec.rb. It took 20.93 seconds. Expected to take 24.08 seconds.3148# [RSpecRunTime] Starting example group spec/models/hooks/web_hook_log_spec.rb. Expected to take 23.08 seconds.3149WebHookLog3150 does not allow STI3151 is expected to belong to web_hook required: false3152 is expected to serialize :request_headers class_name => Hash3153 is expected to serialize :request_data class_name => Hash3154 is expected to serialize :response_headers class_name => Hash3155 is expected to validate that :web_hook cannot be empty/falsy3156 .recent3157 does not return web hook logs that are too old3158 returns the web hook logs in descending order3159# [RSpecRunTime] RSpec elapsed time: 23 minutes 40.32 seconds. Current RSS: ~2370M. Threads: 4. load average: 1.05 1.09 1.09 1/303 214263160.3161 #save3162 with basic auth credentials3163 is expected to eq true3164 obfuscates the basic auth credentials3165# [RSpecRunTime] RSpec elapsed time: 23 minutes 41.89 seconds. Current RSS: ~2341M. Threads: 4. load average: 1.04 1.09 1.09 1/299 214273166.3167 with basic auth credentials and masked components3168 is expected to eq true3169 obfuscates the basic auth credentials3170# [RSpecRunTime] RSpec elapsed time: 23 minutes 43.32 seconds. Current RSS: ~2319M. Threads: 4. load average: 1.04 1.09 1.09 1/298 214283171.3172 with users' emails3173 redacts users' emails3174 before_save3175 #set_url_hash3176 when interpolated_url is nil3177 is expected not to change `web_hook_log.url_hash`3178# [RSpecRunTime] RSpec elapsed time: 23 minutes 46.8 seconds. Current RSS: ~2303M. Threads: 4. load average: 1.04 1.09 1.09 1/298 214293179.3180 when interpolated_url has a blank value3181 is expected not to change `web_hook_log.url_hash`3182 when interpolated_url has a value3183 assigns correct digest value3184 .delete_batch_for3185 does not loop forever3186 when the batch size is less than one3187 raises an argument error3188# [RSpecRunTime] RSpec elapsed time: 23 minutes 49.39 seconds. Current RSS: ~2300M. Threads: 4. load average: 1.04 1.09 1.09 1/298 214303189.3190 when the batch size is smaller than the total3191 is expected to equal true3192 deletes min(batch_size, total) records3193 when the batch size is equal to the total3194 is expected to equal true3195 deletes min(batch_size, total) records3196 when the batch size is greater than the total3197 is expected to equal false3198 deletes min(batch_size, total) records3199 #success?3200 2xx3201 is expected to be truthy3202 not 2xx3203 is expected to be falsey3204 internal erorr3205 is expected to be falsey3206 #internal_error?3207 when response status is not an internal error3208 is expected to be falsey3209# [RSpecRunTime] RSpec elapsed time: 23 minutes 53.98 seconds. Current RSS: ~2418M. Threads: 4. load average: 1.12 1.10 1.09 1/298 214313210.3211 when response status is an internal error3212 is expected to be truthy3213 #request_headers3214 with redacted headers token3215 is expected to eq {"X-Gitlab-Token"=>"[REDACTED]"}3216 with exposed headers token3217 is expected to eq {"X-Gitlab-Token"=>"[REDACTED]"}3218 #url_current?3219 with matching url3220 is expected to be truthy3221 with different url3222 is expected to be falsey3223 Scopes3224 .by_status_code3225 returns web hook logs with status code 2003226# [RSpecRunTime] RSpec elapsed time: 23 minutes 57.41 seconds. Current RSS: ~2359M. Threads: 4. load average: 1.11 1.10 1.09 1/298 214323227.3228# [RSpecRunTime] Finishing example group spec/models/hooks/web_hook_log_spec.rb. It took 22.26 seconds. Expected to take 23.08 seconds.3229# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 46.95 seconds.3230Lint factories for WebHookLog3231 with saas, license, and factory defaults3232 behaves like factory3233 web_hook_log factory3234 does not raise error when built3235 does not raise error when created3236# [RSpecRunTime] RSpec elapsed time: 23 minutes 59.61 seconds. Current RSS: ~2296M. Threads: 4. load average: 1.11 1.10 1.09 1/298 214593237.3238# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 2.21 seconds. Expected to take 46.95 seconds.3239# [RSpecRunTime] Starting example group spec/models/incident_management/issuable_escalation_status_spec.rb. Expected to take 21.79 seconds.3240IncidentManagement::IssuableEscalationStatus3241 is expected to be valid3242 does not allow STI3243 associations3244 is expected to belong to issue required: false3245 is expected to have one project through issue inverse_of => incident_management_issuable_escalation_statuses3246# [RSpecRunTime] RSpec elapsed time: 24 minutes 3.42 seconds. Current RSS: ~2207M. Threads: 4. load average: 1.10 1.10 1.09 1/299 214603247.3248 validatons3249 is expected to validate that :issue cannot be empty/falsy3250 is expected to validate that :issue is case-sensitively unique3251 behaves like a model including Escalatable3252 validations3253 is expected to validate that :status cannot be empty/falsy3254 when status is triggered3255 when resolved_at is blank3256 is expected to be valid3257# [RSpecRunTime] RSpec elapsed time: 24 minutes 6.04 seconds. Current RSS: ~2207M. Threads: 4. load average: 1.09 1.10 1.09 1/299 214613258.3259 when resolved_at is present3260 is expected to be invalid3261 when status is acknowledged3262 when resolved_at is blank3263 is expected to be valid3264 when resolved_at is present3265 is expected to be invalid3266 when status is resolved3267 when resolved_at is blank3268 is expected to be invalid3269 when resolved_at is present3270 is expected to be valid3271 when status is ignored3272 when resolved_at is blank3273 is expected to be valid3274# [RSpecRunTime] RSpec elapsed time: 24 minutes 9.69 seconds. Current RSS: ~2346M. Threads: 4. load average: 1.09 1.10 1.09 1/298 214623275.3276 when resolved_at is present3277 is expected to be invalid3278 scopes3279 .order_status3280 descending3281 is expected to eq [#<IncidentManagement::IssuableEscalationStatus id: 2, created_at: "2024-07-31 10:40:24.302532000 +00...000 +0000", issue_id: 54, policy_id: nil, escalations_started_at: nil, resolved_at: nil, status: 3>]3282 ascending3283 is expected to eq [#<IncidentManagement::IssuableEscalationStatus id: 5, created_at: "2024-07-31 10:40:25.331475000 +00...000 +0000", issue_id: 51, policy_id: nil, escalations_started_at: nil, resolved_at: nil, status: 0>]3284 .open3285 is expected to contain exactly #<IncidentManagement::IssuableEscalationStatus id: 3, created_at: "2024-07-31 10:40:24.641000000 +000...0000 +0000", issue_id: 52, policy_id: nil, escalations_started_at: nil, resolved_at: nil, status: 1> and #<IncidentManagement::IssuableEscalationStatus id: 2, created_at: "2024-07-31 10:40:24.302532000 +000...2000 +0000", issue_id: 51, policy_id: nil, escalations_started_at: nil, resolved_at: nil, status: 0>3286 .status_value3287 status: :triggered, status_value: 03288 returns status value by its name3289 status: :acknowledged, status_value: 13290 returns status value by its name3291 status: :resolved, status_value: 23292 returns status value by its name3293 status: :ignored, status_value: 33294 returns status value by its name3295 status: :unknown, status_value: nil3296 returns status value by its name3297 .status_name3298 raw_status: 0, status: :triggered3299 returns status name by its values3300 raw_status: 1, status: :acknowledged3301 returns status name by its values3302 raw_status: 2, status: :resolved3303 returns status name by its values3304 raw_status: 3, status: :ignored3305 returns status name by its values3306# [RSpecRunTime] RSpec elapsed time: 24 minutes 15.07 seconds. Current RSS: ~2384M. Threads: 4. load average: 1.08 1.09 1.09 1/298 214633307.3308 raw_status: -1, status: nil3309 returns status name by its values3310 .open_status?3311 status: :triggered, is_open_status: true3312 returns true when the status is open status3313 status: :acknowledged, is_open_status: true3314 returns true when the status is open status3315 status: :resolved, is_open_status: false3316 returns true when the status is open status3317 status: :ignored, is_open_status: false3318 returns true when the status is open status3319 status: nil, is_open_status: false3320 returns true when the status is open status3321 #trigger3322 when escalatable is in triggered state3323 does not change the escalatable status3324 when escalatable is not in triggered state3325 changes the escalatable status to triggered3326 resets resolved at3327 #acknowledge3328 changes the escalatable status to acknowledged3329 resets ended at3330 #resolve3331 when escalatable is already resolved3332 does not change the escalatable status3333 when escalatable is not resolved3334 changes escalatable status to "resolved"3335# [RSpecRunTime] RSpec elapsed time: 24 minutes 20.56 seconds. Current RSS: ~2390M. Threads: 4. load average: 1.07 1.09 1.09 1/298 214643336.3337 #ignore3338 changes the escalatable status to ignored3339 resets ended at3340 #status_event_for3341 for_status: :triggered, event: :trigger3342 returns event by status name3343 for_status: "triggered", event: :trigger3344 returns event by status name3345 for_status: :acknowledged, event: :acknowledge3346 returns event by status name3347 for_status: "acknowledged", event: :acknowledge3348 returns event by status name3349 for_status: :resolved, event: :resolve3350 returns event by status name3351 for_status: "resolved", event: :resolve3352 returns event by status name3353 for_status: :ignored, event: :ignore3354 returns event by status name3355 for_status: "ignored", event: :ignore3356 returns event by status name3357 for_status: :unknown, event: nil3358 returns event by status name3359 for_status: nil, event: nil3360 returns event by status name3361 for_status: "", event: nil3362 returns event by status name3363 for_status: 1, event: nil3364 returns event by status name3365 #open?3366 returns true when the status is open status3367# [RSpecRunTime] RSpec elapsed time: 24 minutes 26.57 seconds. Current RSS: ~2429M. Threads: 4. load average: 1.06 1.09 1.09 1/298 214653368.3369# [RSpecRunTime] Finishing example group spec/models/incident_management/issuable_escalation_status_spec.rb. It took 26.97 seconds. Expected to take 21.79 seconds.3370# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 46.95 seconds.3371Lint factories for IncidentManagement::IssuableEscalationStatus3372 with saas, license, and factory defaults3373 behaves like factory3374 incident_management_issuable_escalation_status factory3375 does not raise error when built3376 does not raise error when created3377 linting :triggered trait3378 does not raise error when created3379# [RSpecRunTime] RSpec elapsed time: 24 minutes 28.93 seconds. Current RSS: ~2388M. Threads: 4. load average: 1.06 1.09 1.09 1/298 214923380.3381 linting :acknowledged trait3382 does not raise error when created3383 linting :resolved trait3384 does not raise error when created3385 linting :ignored trait3386 does not raise error when created3387 linting :paging trait3388 does not raise error when created3389# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 4.63 seconds. Expected to take 46.95 seconds.3390# [RSpecRunTime] Starting example group spec/services/system_notes/design_management_service_spec.rb. Expected to take 20.96 seconds.3391SystemNotes::DesignManagementService3392 #design_version_added3393 with one kind of event3394 makes just one note3395 adds a new system note3396# [RSpecRunTime] RSpec elapsed time: 24 minutes 33.41 seconds. Current RSS: ~2259M. Threads: 4. load average: 1.06 1.09 1.09 1/298 214933397.3398 with a mixture of events3399 makes one note for each kind of event3400 adds a system note for each kind of event3401# [RSpecRunTime] RSpec elapsed time: 24 minutes 37.51 seconds. Current RSS: ~2346M. Threads: 4. load average: 1.05 1.08 1.09 1/298 214943402.3403 icons3404 action: :creation3405 has a valid action3406 action: :modification3407 has a valid action3408 action: :deletion3409 has a valid action3410 it succeeds3411 action: :creation, icon: "designs_added", human_description: "added"3412 has the correct data3413# [RSpecRunTime] RSpec elapsed time: 24 minutes 41.35 seconds. Current RSS: ~2336M. Threads: 4. load average: 1.05 1.08 1.09 1/298 214953414.3415 action: :modification, icon: "designs_modified", human_description: "updated"3416 has the correct data3417# [RSpecRunTime] RSpec elapsed time: 24 minutes 42.4 seconds. Current RSS: ~2335M. Threads: 4. load average: 1.05 1.08 1.09 2/298 214963418.3419 action: :deletion, icon: "designs_removed", human_description: "removed"3420 has the correct data3421# [RSpecRunTime] RSpec elapsed time: 24 minutes 43.46 seconds. Current RSS: ~2286M. Threads: 4. load average: 1.05 1.08 1.09 1/298 214973422.3423 #design_discussion_added3424 adds a new system note3425 has the correct note text3426 behaves like a system note3427 has the correct attributes3428# [RSpecRunTime] RSpec elapsed time: 24 minutes 48.7 seconds. Current RSS: ~2305M. Threads: 4. load average: 1.04 1.08 1.09 1/301 216963429.3430# [RSpecRunTime] Finishing example group spec/services/system_notes/design_management_service_spec.rb. It took 17.48 seconds. Expected to take 20.96 seconds.3431# [RSpecRunTime] Starting example group spec/models/pages_deployment_spec.rb. Expected to take 19.94 seconds.3432PagesDeployment3433 does not allow STI3434 saves size along with the file3435 associations3436 is expected to belong to project required: true3437 is expected to belong to ci_build optional: true3438# [RSpecRunTime] RSpec elapsed time: 24 minutes 52.98 seconds. Current RSS: ~2352M. Threads: 4. load average: 1.04 1.08 1.09 1/301 216973439.3440 validations3441 is expected to validate that :file cannot be empty/falsy3442 is expected to validate that :size cannot be empty/falsy3443 is expected to validate that :size looks like an integer greater than 03444 is expected to validate that :file_count cannot be empty/falsy3445 is expected to validate that :file_count looks like an integer greater than or equal to 03446 is expected to validate that :file_sha256 cannot be empty/falsy3447 is expected to validate that :file_store is either ‹1› or ‹2›3448 is valid when created from the factory3449# [RSpecRunTime] RSpec elapsed time: 24 minutes 55.64 seconds. Current RSS: ~2363M. Threads: 4. load average: 1.04 1.08 1.09 1/301 216983450.3451 with deployments stored locally and remotely3452 .with_files_stored_locally3453 only returns deployments with files stored locally3454 .with_files_stored_remotely3455 only returns deployments with files stored remotely3456 when uploading the file3457 stores the file outsize of the transaction3458 does nothing when the file did not change3459# [RSpecRunTime] RSpec elapsed time: 24 minutes 58.88 seconds. Current RSS: ~2415M. Threads: 4. load average: 1.04 1.08 1.09 1/298 216993460.3461 #upload_ready3462 marks #upload_ready as true when upload finishes3463 .deactivate_all3464 updates only older deployments for the same project and path prefix3465 .deactivate_deployments_older_than3466 updates only older deployments for the same project and path prefix3467 updates only older deployments for the same project with the given time3468# [RSpecRunTime] RSpec elapsed time: 25 minutes 2.3 seconds. Current RSS: ~2354M. Threads: 4. load average: 1.03 1.08 1.09 1/298 217003469.3470 .count_versioned_deployments_for3471 counts the number of active pages deployments for the root level namespace of a given project3472# [RSpecRunTime] RSpec elapsed time: 25 minutes 3.7 seconds. Current RSS: ~2287M. Threads: 4. load average: 1.03 1.08 1.09 1/298 217013473.3474 default for file_store3475 uses local store when object storage is not enabled3476 uses remote store when object storage is enabled3477 .older_than3478 returns deployments with lower id3479# [RSpecRunTime] RSpec elapsed time: 25 minutes 8.26 seconds. Current RSS: ~2347M. Threads: 4. load average: 1.03 1.08 1.08 1/298 217023480.3481 .deactivate (instance method)3482 sets deleted_at to the current time3483 .restore3484 sets deleted_at to nil3485# [RSpecRunTime] Finishing example group spec/models/pages_deployment_spec.rb. It took 21.08 seconds. Expected to take 19.94 seconds.3486# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 46.95 seconds.3487Lint factories for PagesDeployment3488 with saas, license, and factory defaults3489 behaves like factory3490 pages_deployment factory3491 does not raise error when built3492 does not raise error when created3493 linting :verification_succeeded trait3494 does not raise error when created (PENDING: Trait skipped linting due to legacy error)3495# [RSpecRunTime] RSpec elapsed time: 25 minutes 11.72 seconds. Current RSS: ~2347M. Threads: 4. load average: 1.03 1.07 1.08 1/298 217293496.3497 linting :verification_failed trait3498 does not raise error when created (PENDING: Trait skipped linting due to legacy error)3499# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 2.31 seconds. Expected to take 46.95 seconds.3500# [RSpecRunTime] Starting example group spec/uploaders/pages/deployment_uploader_spec.rb. Expected to take 19.18 seconds.3501Pages::DeploymentUploader3502 behaves like builds correct paths3503 #store_dir3504 behaves like matches the method pattern3505 is expected to match /\/\h{2}\/\h{2}\/\h{64}\/pages_deployments\/\d+/3506 #cache_dir3507 behaves like matches the method pattern3508 is expected to match /pages\/@hashed\/tmp\/cache/3509 #work_dir3510 behaves like matches the method pattern3511 is expected to match /pages\/@hashed\/tmp\/work/3512 #upload_path3513 behaves like matches the method pattern3514 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)3515 #relative_path3516 is relative (PENDING: Path not set, skipping.)3517 .absolute_path3518 behaves like matches the method pattern3519 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)3520# [RSpecRunTime] RSpec elapsed time: 25 minutes 18.36 seconds. Current RSS: ~2381M. Threads: 4. load average: 1.03 1.07 1.08 2/298 217303521.3522 .base_dir3523 behaves like matches the method pattern3524 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)3525 path traversal exploits3526 throws an exception3527 when object store is REMOTE3528 preserves original file when stores it3529 .default_store3530 returns remote store when object storage is enabled3531 behaves like builds correct paths3532 #store_dir3533 behaves like matches the method pattern3534 is expected to match /\A\h{2}\/\h{2}\/\h{64}\/pages_deployments\/\d+\z/3535 #cache_dir3536 behaves like matches the method pattern3537 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)3538 #work_dir3539 behaves like matches the method pattern3540 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)3541 #upload_path3542 behaves like matches the method pattern3543 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)3544 #relative_path3545 is relative (PENDING: Path not set, skipping.)3546 .absolute_path3547 behaves like matches the method pattern3548 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)3549 .base_dir3550 behaves like matches the method pattern3551 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)3552# [RSpecRunTime] RSpec elapsed time: 25 minutes 27.28 seconds. Current RSS: ~2331M. Threads: 4. load average: 1.02 1.07 1.08 1/298 217313553.3554 path traversal exploits3555 throws an exception3556 when file is stored in valid local_path3557 builds the right file path3558 preserves original file when stores it3559 .default_store3560 returns local store when object storage is not enabled3561# [RSpecRunTime] RSpec elapsed time: 25 minutes 29.63 seconds. Current RSS: ~2332M. Threads: 4. load average: 1.02 1.07 1.08 1/298 217323562.3563# [RSpecRunTime] Finishing example group spec/uploaders/pages/deployment_uploader_spec.rb. It took 17.55 seconds. Expected to take 19.18 seconds.3564# [RSpecRunTime] Starting example group spec/lib/gitlab/template/merge_request_template_spec.rb. Expected to take 18.55 seconds.3565Gitlab::Template::MergeRequestTemplate3566 .all3567 strips the md suffix3568 combines the globals and rest3569# [RSpecRunTime] RSpec elapsed time: 25 minutes 33.93 seconds. Current RSS: ~2253M. Threads: 4. load average: 1.02 1.07 1.08 1/303 222733570.3571 .find3572 returns nil if the file does not exist3573 returns the merge request object of a valid file3574# [RSpecRunTime] RSpec elapsed time: 25 minutes 37.9 seconds. Current RSS: ~2218M. Threads: 4. load average: 1.02 1.07 1.08 1/303 228063575.3576 .by_category3577 return array of templates3578 when repo is bare or empty3579 returns empty array3580# [RSpecRunTime] RSpec elapsed time: 25 minutes 40.56 seconds. Current RSS: ~2294M. Threads: 4. load average: 1.02 1.07 1.08 1/303 230773581.3582 #content3583 loads the full file3584 raises error when file is not found3585 when repo is empty3586 raises file not found3587# [RSpecRunTime] RSpec elapsed time: 25 minutes 47.19 seconds. Current RSS: ~2340M. Threads: 4. load average: 1.01 1.06 1.08 1/303 236103588.3589# [RSpecRunTime] Finishing example group spec/lib/gitlab/template/merge_request_template_spec.rb. It took 17.56 seconds. Expected to take 18.55 seconds.3590# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/trace/chunked_io_spec.rb. Expected to take 18.02 seconds.3591Gitlab::Ci::Trace::ChunkedIO3592 #initialize3593 when a chunk exists3594 is expected to eq 33595# [RSpecRunTime] RSpec elapsed time: 25 minutes 48.64 seconds. Current RSS: ~2286M. Threads: 4. load average: 1.01 1.06 1.08 1/303 236113596.3597 when two chunks exist3598 is expected to eq 63599 when no chunks exists3600 is expected to eq 03601 #seek3602 when moves pos to end of the file3603 is expected to eq 1924413604 when moves pos to middle of the file3605 is expected to eq 962203606 when moves pos around3607 matches the result3608 #eof?3609 when current pos is at end of the file3610 is expected to be truthy3611 when current pos is not at end of the file3612 is expected to be falsey3613 #each_line3614 when buffer size is smaller than file size3615 yields lines3616 when buffer size is larger than file size3617 calls get_chunk only once3618# [RSpecRunTime] RSpec elapsed time: 25 minutes 53.2 seconds. Current RSS: ~2383M. Threads: 4. load average: 1.01 1.06 1.08 1/303 236123619.3620 when buffer consist of many empty lines3621 yields lines3622 #read3623 when read the whole size3624 when buffer size is smaller than file size3625 is expected to eq "\e[0KRunning with gitlab-runner 10.6.0 (a3543a27)\n\e[0;m\e[0K on docker-auto-scale-com 30d62d59\n\...token\e[0;m=rusBKvxM\nsection_end:1522927520:upload_artifacts\n\e[0K\e[32;1mJob succeeded\n\e[0;m\n"3626 when buffer size is larger than file size3627 is expected to eq "\e[0KRunning with gitlab-runner 10.6.0 (a3543a27)\n\e[0;m\e[0K on docker-auto-scale-com 30d62d59\n\...token\e[0;m=rusBKvxM\nsection_end:1522927520:upload_artifacts\n\e[0K\e[32;1mJob succeeded\n\e[0;m\n"3628 when chunk is missing data3629 raises an error3630# [RSpecRunTime] RSpec elapsed time: 25 minutes 56.81 seconds. Current RSS: ~2369M. Threads: 4. load average: 1.01 1.06 1.08 1/301 236133631.3632 when read only first 100 bytes3633 when buffer size is smaller than file size3634 reads a trace3635 when buffer size is larger than file size3636 reads a trace3637 when tries to read oversize3638 when buffer size is smaller than file size3639 reads a trace3640 when buffer size is larger than file size3641 reads a trace3642 when tries to read 0 bytes3643 when buffer size is smaller than file size3644 reads a trace3645 when buffer size is larger than file size3646 reads a trace3647 #readline3648 when buffer size is smaller than file size3649 behaves like all line matching3650 is expected to eq "\e[0;m\n"3651# [RSpecRunTime] RSpec elapsed time: 26 minutes 0.89 second. Current RSS: ~2386M. Threads: 4. load average: 1.01 1.06 1.08 1/298 236143652.3653 when buffer size is larger than file size3654 behaves like all line matching3655 is expected to eq "\e[0;m\n"3656 when pos is at middle of the file3657 reads from pos3658 when chunk is missing data3659 raises an error3660 when utf-8 is being used3661 has known length3662 behaves like all line matching3663 is expected to eq "\xF0\x9F\x98\xBA"3664 #write3665 when data does not exist3666 when buffer size is smaller than file size3667 behaves like writes a trace3668 is expected to eq "\e[0KRunning with gitlab-runner 10.6.0 (a3543a27)\n\e[0;m\e[0K on docker-auto-scale-com 30d62d59\n\...token\e[0;m=rusBKvxM\nsection_end:1522927520:upload_artifacts\n\e[0K\e[32;1mJob succeeded\n\e[0;m\n"3669 when buffer size is larger than file size3670 behaves like writes a trace3671 is expected to eq "\e[0KRunning with gitlab-runner 10.6.0 (a3543a27)\n\e[0;m\e[0K on docker-auto-scale-com 30d62d59\n\...token\e[0;m=rusBKvxM\nsection_end:1522927520:upload_artifacts\n\e[0K\e[32;1mJob succeeded\n\e[0;m\n"3672 when data already exists3673 when buffer size is smaller than file size3674 behaves like appends a trace3675 is expected to eq "exist data\e[0KRunning with gitlab-runner 10.6.0 (a3543a27)\n\e[0;m\e[0K on docker-auto-scale-com 3...token\e[0;m=rusBKvxM\nsection_end:1522927520:upload_artifacts\n\e[0K\e[32;1mJob succeeded\n\e[0;m\n"3676 when buffer size is larger than file size3677 behaves like appends a trace3678 is expected to eq "exist data\e[0KRunning with gitlab-runner 10.6.0 (a3543a27)\n\e[0;m\e[0K on docker-auto-scale-com 3...token\e[0;m=rusBKvxM\nsection_end:1522927520:upload_artifacts\n\e[0K\e[32;1mJob succeeded\n\e[0;m\n"3679 #truncate3680 when data does not exist3681 when buffer size is smaller than file size3682 behaves like truncates a trace3683 is expected to eq "\e[0KRunnin"3684 when buffer size is larger than file size3685 behaves like truncates a trace3686 is expected to eq "\e[0KRunnin"3687 #destroy!3688 deletes3689# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/trace/chunked_io_spec.rb. It took 17.29 seconds. Expected to take 18.02 seconds.3690# [RSpecRunTime] Starting example group spec/lib/gitlab/cleanup/personal_access_tokens_spec.rb. Expected to take 17.48 seconds.3691Gitlab::Cleanup::PersonalAccessTokens3692 #run!3693 when invalid group path passed3694 raises error3695# [RSpecRunTime] RSpec elapsed time: 26 minutes 8.42 seconds. Current RSS: ~2365M. Threads: 4. load average: 1.01 1.06 1.08 1/298 236153696.3697 in a real run3698Revoking access tokens last used and created before 2024-06-30 10:00:00 UTC...3699Finished. 2 rows affected3700 updates updated_at3701Revoking access tokens last used and created before 2024-06-30 10:00:00 UTC...3702Finished. 2 rows affected3703 logs action as done3704 when revoking unused tokens3705Revoking access tokens last used and created before 2024-06-30 10:00:00 UTC...3706Finished. 2 rows affected3707 revokes human-owned tokens created and last used over 1 year ago3708# [RSpecRunTime] RSpec elapsed time: 26 minutes 12.94 seconds. Current RSS: ~2278M. Threads: 4. load average: 1.01 1.06 1.08 1/298 236163709.3710 when revoking used and unused tokens3711Revoking used and unused access tokens created before 2024-06-30 10:00:00 UTC...3712Finished. 3 rows affected3713 revokes human-owned tokens created over 1 year ago3714# [RSpecRunTime] RSpec elapsed time: 26 minutes 14.68 seconds. Current RSS: ~2224M. Threads: 4. load average: 1.01 1.06 1.08 1/298 236173715.3716 in a dry run3717Dry running. No changes will be made3718Dry run complete. 2 rows would be affected3719 does not revoke any tokens3720Dry running. No changes will be made3721Dry run complete. 2 rows would be affected3722 logs what could be revoked3723# [RSpecRunTime] RSpec elapsed time: 26 minutes 17.83 seconds. Current RSS: ~2237M. Threads: 4. load average: 1.09 1.07 1.08 1/298 236183724.3725 when initialized with an invalid logger3726 raises error3727# [RSpecRunTime] RSpec elapsed time: 26 minutes 19.44 seconds. Current RSS: ~2302M. Threads: 4. load average: 1.09 1.07 1.08 2/298 236193728.3729# [RSpecRunTime] Finishing example group spec/lib/gitlab/cleanup/personal_access_tokens_spec.rb. It took 15.01 seconds. Expected to take 17.48 seconds.3730# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/external/file/project_spec.rb. Expected to take 16.99 seconds.3731Gitlab::Ci::Config::External::File::Project3732 #matching?3733 when a file and project is specified3734 returns true3735# [RSpecRunTime] RSpec elapsed time: 26 minutes 23.65 seconds. Current RSS: ~2356M. Threads: 4. load average: 1.08 1.07 1.08 1/299 236583736.3737 with only file is specified3738 returns false3739 with only project is specified3740 returns false3741 with a missing local key3742 returns false3743 #valid?3744 when a valid path is used3745 is expected to be truthy3746 when user does not have permission to access file3747 returns false3748# [RSpecRunTime] RSpec elapsed time: 26 minutes 26.57 seconds. Current RSS: ~2366M. Threads: 4. load average: 1.07 1.07 1.08 1/303 238933749.3750 when a valid path is used in uppercase3751 is expected to be truthy3752 when a valid different case path is used3753 is expected to be truthy3754# [RSpecRunTime] RSpec elapsed time: 26 minutes 28.91 seconds. Current RSS: ~2363M. Threads: 4. load average: 1.07 1.07 1.08 1/304 241603755.3756 when a valid path with custom ref is used3757 is expected to be truthy3758# [RSpecRunTime] RSpec elapsed time: 26 minutes 31.91 seconds. Current RSS: ~2289M. Threads: 4. load average: 1.07 1.07 1.08 1/304 242773759.3760 when an empty file is used3761 returns false3762 when non-existing ref is used3763 returns false3764 when non-existing file is requested3765 returns false3766 when file is not a yaml file3767 returns false3768 when non-existing project is used with a masked variable3769 returns false with masked project name3770 when a project contained in an array is used with a masked variable3771 does not raise an error3772 #expand_context3773 inherits user, and target project and sha3774 #metadata3775 is expected to eq {:blob=>"http://localhost/namespace380/project-673/-/blob/2c0adc094773e9287766088d23ef01e0bc493ace/fi...ost/namespace380/project-673/-/raw/2c0adc094773e9287766088d23ef01e0bc493ace/file.yml", :type=>:file}3776 when project name and ref include masked variables3777 is expected to eq {:blob=>"http://localhost/namespace382/xxxxxxxxxxxxxxx/-/blob/646ece5cfed840eca0a4feb21bcd6a81bb19bda...namespace382/xxxxxxxxxxxxxxx/-/raw/646ece5cfed840eca0a4feb21bcd6a81bb19bda3/file.yml", :type=>:file}3778# [RSpecRunTime] RSpec elapsed time: 26 minutes 37.0 seconds. Current RSS: ~2293M. Threads: 4. load average: 1.06 1.07 1.08 1/304 244823779.3780 #to_hash3781 when interpolation is being used3782 correctly interpolates the content3783# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/external/file/project_spec.rb. It took 18.14 seconds. Expected to take 16.99 seconds.3784# [RSpecRunTime] Starting example group spec/tooling/quality/test_level_spec.rb. Expected to take 16.35 seconds.3785Quality::TestLevel3786 TEST_LEVEL_FOLDERS constant3787 ensures all directories it refers to exists3788 #pattern3789 when level is all3790 returns a pattern3791# [RSpecRunTime] RSpec elapsed time: 26 minutes 40.49 seconds. Current RSS: ~2398M. Threads: 4. load average: 1.06 1.07 1.08 1/304 245493792.3793 when level is frontend_fixture3794 returns a pattern3795 when level is unit3796 returns a pattern3797 when level is migration3798 returns a pattern3799 when level is background_migration3800 returns a pattern3801 when level is integration3802 returns a pattern3803 when level is system3804 returns a pattern3805 with a prefix3806 returns a pattern3807 with several prefixes3808 returns a pattern3809 performance3810 memoizes the pattern for a given level3811 freezes the pattern for a given level3812 #regexp3813 when level is all3814 returns a regexp3815 when level is frontend_fixture3816 returns a regexp3817 when level is unit3818 returns a regexp3819# [RSpecRunTime] RSpec elapsed time: 26 minutes 45.86 seconds. Current RSS: ~2412M. Threads: 4. load average: 1.05 1.06 1.08 1/304 245503820.3821 when level is migration3822 returns a regexp3823 when level is background_migration3824 returns a regexp3825 when level is integration3826 returns a regexp3827 when level is system3828 returns a regexp3829 with a prefix3830 returns a regexp3831 with several prefixes3832 returns a regexp3833 when start_with == true3834 returns a regexp3835 performance3836 memoizes the regexp for a given level3837 freezes the regexp for a given level3838 #level_for3839 returns the correct level for a unit test3840 returns the correct level for a frontend fixture test3841 returns the correct level for a tooling test3842 returns the correct level for a migration test3843 returns the correct level for a background migration test3844 returns the correct level for an EE file without passing a prefix3845 returns the correct level for a geo migration test3846 returns the correct level for a EE-namespaced background migration test3847 returns the correct level for an integration test3848 returns the correct level for an integration test in a subfolder3849 returns the correct level for a system test3850 returns the correct level for a keep test3851 raises an error for an unknown level3852 ensures all spec/ folders are covered by a test level3853# [RSpecRunTime] RSpec elapsed time: 26 minutes 54.78 seconds. Current RSS: ~2389M. Threads: 4. load average: 1.05 1.06 1.08 1/299 245513854.3855# [RSpecRunTime] Finishing example group spec/tooling/quality/test_level_spec.rb. It took 17.13 seconds. Expected to take 16.35 seconds.3856# [RSpecRunTime] Starting example group spec/lib/gitlab/doctor/secrets_spec.rb. Expected to take 15.81 seconds.3857Gitlab::Doctor::Secrets3858 when not ran in a Rake runtime3859 raises an error3860# [RSpecRunTime] RSpec elapsed time: 26 minutes 55.99 seconds. Current RSS: ~2383M. Threads: 4. load average: 1.12 1.08 1.09 1/299 245523861.3862 when encrypted attributes are properly set3863 detects decryptable secrets3864# [RSpecRunTime] RSpec elapsed time: 26 minutes 57.77 seconds. Current RSS: ~2361M. Threads: 4. load average: 1.12 1.08 1.09 1/299 245533865.3866 when attr_encrypted values are not decrypting3867 marks undecryptable values as bad3868# [RSpecRunTime] RSpec elapsed time: 27 minutes 1.46 seconds. Current RSS: ~2412M. Threads: 4. load average: 1.11 1.08 1.09 1/299 245543869.3870 when TokenAuthenticatable values are not decrypting3871 marks undecryptable values as bad3872 when allow_runner_registration_token is false3873 does not report error as registration tokens are nil3874# [RSpecRunTime] RSpec elapsed time: 27 minutes 4.35 seconds. Current RSS: ~2387M. Threads: 4. load average: 1.11 1.08 1.09 1/299 245553875.3876 when initializers attempt to use encrypted data3877 skips the initializers and detects bad data3878 resets the initializers after the task runs3879# [RSpecRunTime] RSpec elapsed time: 27 minutes 7.3 seconds. Current RSS: ~2301M. Threads: 4. load average: 1.02 1.06 1.08 1/299 245563880.3881 when GrafanaIntegration token is set via private method3882 can access GrafanaIntegration token value3883# [RSpecRunTime] RSpec elapsed time: 27 minutes 8.94 seconds. Current RSS: ~2234M. Threads: 4. load average: 1.02 1.06 1.08 1/299 245573884.3885# [RSpecRunTime] Finishing example group spec/lib/gitlab/doctor/secrets_spec.rb. It took 14.17 seconds. Expected to take 15.81 seconds.3886# [RSpecRunTime] Starting example group spec/lib/gitlab/diff/rendered/notebook/diff_file_spec.rb. Expected to take 15.21 seconds.3887Gitlab::Diff::Rendered::Notebook::DiffFile3888 #old_blob and #new_blob3889 when file is changed3890 transforms the old blob3891 transforms the new blob3892# [RSpecRunTime] RSpec elapsed time: 27 minutes 10.65 seconds. Current RSS: ~2241M. Threads: 4. load average: 1.02 1.06 1.08 1/303 246103893.3894 when file is added3895 old_blob is empty3896 new_blob is transformed3897 when file is removed3898 old_blob is transformed3899 new_blob is empty3900# [RSpecRunTime] RSpec elapsed time: 27 minutes 14.13 seconds. Current RSS: ~2340M. Threads: 4. load average: 1.02 1.06 1.08 1/304 246633901.3902 #diff3903 for valid notebooks3904 returns the transformed diff3905 for invalid notebooks3906 returns nil3907 timeout3908 utilizes timeout for web3909 falls back to nil on timeout3910 utilizes longer timeout for sidekiq3911# [RSpecRunTime] RSpec elapsed time: 27 minutes 16.49 seconds. Current RSS: ~2346M. Threads: 4. load average: 1.02 1.06 1.08 1/307 247363912.3913 #has_renderable?3914 notebook diff is empty3915 is false3916 notebook is valid3917 is true3918 when old blob file is truncated3919 is false3920 when new blob file is truncated3921 is false3922 #highlighted_diff_lines?3923 when line transformed line is not part of the diff3924 line is not discussable3925 when line transformed line part of the diff3926 line is not discussable3927 assigns the correct position3928 computes the first line where the remove would appear3929# [RSpecRunTime] RSpec elapsed time: 27 minutes 22.18 seconds. Current RSS: ~2428M. Threads: 4. load average: 1.26 1.11 1.09 1/307 248343930.3931 has image3932 replaces rich text with img to the embedded image3933 adds image to src3934# [RSpecRunTime] RSpec elapsed time: 27 minutes 23.53 seconds. Current RSS: ~2429M. Threads: 4. load average: 1.26 1.11 1.09 1/307 248633935.3936 when embedded image has injected html3937 prevents injected html to be rendered as html3938 keeps the injected html as part of the string3939# [RSpecRunTime] RSpec elapsed time: 27 minutes 24.96 seconds. Current RSS: ~2433M. Threads: 4. load average: 1.26 1.11 1.09 2/307 248923940.3941# [RSpecRunTime] Finishing example group spec/lib/gitlab/diff/rendered/notebook/diff_file_spec.rb. It took 16.03 seconds. Expected to take 15.21 seconds.3942# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/importer/milestones_importer_spec.rb. Expected to take 14.8 seconds.3943Gitlab::GithubImport::Importer::MilestonesImporter3944 #execute3945 imports the milestones in bulk3946 #build_milestones3947 returns an Array containing milestone rows3948 does not build milestones that already exist3949 does not build milestones that are invalid3950# [RSpecRunTime] RSpec elapsed time: 27 minutes 28.15 seconds. Current RSS: ~2337M. Threads: 4. load average: 1.24 1.10 1.09 1/304 248933951.3952 #build_milestones_cache3953 builds the milestones cache3954 #build_attributes3955 returns the attributes of the milestone as a Hash3956 the returned Hash3957 includes the milestone number3958 includes the milestone title3959 includes the milestone description3960 includes the project ID3961 includes the milestone state3962 includes the due date3963 responds correctly to no due date value3964 includes the created timestamp3965 includes the updated timestamp3966# [RSpecRunTime] RSpec elapsed time: 27 minutes 37.58 seconds. Current RSS: ~2335M. Threads: 4. load average: 1.20 1.10 1.09 1/299 248943967.3968 #each_milestone3969 returns the milestones3970# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/importer/milestones_importer_spec.rb. It took 13.24 seconds. Expected to take 14.8 seconds.3971# [RSpecRunTime] Starting example group spec/lib/gitlab/search/recent_merge_requests_spec.rb. Expected to take 14.32 seconds.3972Gitlab::Search::RecentMergeRequests3973 behaves like search recent items3974 #log_view3975 adds the item to the recent items3976 removes an item when it exceeds the size items_limit3977 expires the items after expires_after3978 does not include results logged for another user3979# [RSpecRunTime] RSpec elapsed time: 27 minutes 44.55 seconds. Current RSS: ~2379M. Threads: 4. load average: 1.18 1.10 1.09 1/299 248953980.3981 #search3982 matches partial text in the item title3983 returns results sorted by recently viewed3984 does not leak items you no longer have access to3985 limits results to 5 items3986# [RSpecRunTime] RSpec elapsed time: 27 minutes 51.25 seconds. Current RSS: ~2176M. Threads: 4. load average: 1.08 1.08 1.08 1/299 248963987.3988# [RSpecRunTime] Finishing example group spec/lib/gitlab/search/recent_merge_requests_spec.rb. It took 13.04 seconds. Expected to take 14.32 seconds.3989# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/normalizer_spec.rb. Expected to take 13.79 seconds.3990Gitlab::Ci::Config::Normalizer3991 .normalize_jobs3992 with parallel config as integer3993 does not have original job3994 has parallelized jobs3995 sets job instance in options3996 parallelizes jobs with original config3997 when the job is not parallelized3998 returns the same hash3999# [RSpecRunTime] RSpec elapsed time: 27 minutes 55.01 seconds. Current RSS: ~2306M. Threads: 4. load average: 1.08 1.08 1.08 1/299 248974000.4001 when there is a job with a slash in it4002 properly parallelizes job names4003 behaves like parallel dependencies4004 when job has dependencies on parallelized jobs4005 parallelizes dependencies4006 does not include original job name in RSpec::ExampleGroups::GitlabCiConfigNormalizer::NormalizeJobs::WithParallelConfigAsInteger::BehavesLikeParallelDependencies::WhenJobHasDependenciesOnParallelizedJobs::Anonymous4007 when there are dependencies which are both parallelized and not4008 parallelizes dependencies4009 includes the regular job in dependencies4010 behaves like parallel needs4011 when job has needs on parallelized jobs4012 parallelizes needs4013 when there are dependencies which are both parallelized and not4014 parallelizes dependencies4015 includes the regular job in dependencies4016 with a simple parallel matrix config4017 does not have original job4018 sets job instance in options4019 sets job variables4020 parallelizes jobs with original config4021 has parallelized jobs4022 behaves like parallel dependencies4023 when job has dependencies on parallelized jobs4024 parallelizes dependencies4025 does not include original job name in RSpec::ExampleGroups::GitlabCiConfigNormalizer::NormalizeJobs::WithASimpleParallelMatrixConfig::BehavesLikeParallelDependencies::WhenJobHasDependenciesOnParallelizedJobs::Anonymous4026# [RSpecRunTime] RSpec elapsed time: 28 minutes 0.83 second. Current RSS: ~2434M. Threads: 4. load average: 1.07 1.08 1.08 1/299 248984027.4028 when there are dependencies which are both parallelized and not4029 parallelizes dependencies4030 includes the regular job in dependencies4031 behaves like parallel needs4032 when job has needs on parallelized jobs4033 parallelizes needs4034 when there are dependencies which are both parallelized and not4035 parallelizes dependencies4036 includes the regular job in dependencies4037 behaves like needs:parallel:matrix4038 when job has needs:parallel:matrix on parallelized jobs4039 parallelizes and only keeps needs specified by needs:parallel:matrix4040 with a complex parallel matrix config4041 behaves like parallel needs4042 when job has needs on parallelized jobs4043 parallelizes needs4044 when there are dependencies which are both parallelized and not4045 parallelizes dependencies4046 includes the regular job in dependencies4047 behaves like needs:parallel:matrix4048 when job has needs:parallel:matrix on parallelized jobs4049 parallelizes and only keeps needs specified by needs:parallel:matrix4050 when parallel config does not matches a factory4051 does not alter the job config4052# [RSpecRunTime] RSpec elapsed time: 28 minutes 5.58 seconds. Current RSS: ~2440M. Threads: 4. load average: 1.14 1.09 1.09 1/299 248994053.4054 when jobs config is nil4055 is expected to eq {}4056# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/normalizer_spec.rb. It took 14.63 seconds. Expected to take 13.79 seconds.4057# [RSpecRunTime] Starting example group spec/models/integrations/harbor_spec.rb. Expected to take 13.07 seconds.4058Integrations::Harbor4059 does not allow STI4060 behaves like Integrations::ResetSecretFields4061 #exposing_secrets_fields4062 returns an array of strings4063 #reset_secret_fields?4064 returns false if no exposing field has changed4065 returns true if any exposing field has changed4066 validation callback4067 when an exposing field has changed4068 clears all secret fields4069 when a secret field has been updated4070 does not clear this secret field4071 when a secret field has been updated with the same value4072 does not clear this secret field4073 when no exposing field has changed4074 does not clear any secret fields4075 masked password4076 is expected not to allow :password to be ‹"hello"›4077 is expected not to allow :password to be ‹"hello world"›4078 is expected not to allow :password to be ‹"hello$VARIABLEworld"›4079 is expected not to allow :password to be ‹"hello\\rworld"›4080 is expected to allow :password to be ‹"helloworld"›4081# [RSpecRunTime] RSpec elapsed time: 28 minutes 12.32 seconds. Current RSS: ~2429M. Threads: 4. load average: 1.13 1.09 1.09 1/299 249004082.4083 url4084 is expected not to allow :url to be ‹"https://192.168.1.1"›4085 is expected not to allow :url to be ‹"https://127.0.0.1"›4086 is expected to allow :url to be ‹"https://demo.goharbor.io"›4087# [RSpecRunTime] RSpec elapsed time: 28 minutes 13.88 seconds. Current RSS: ~2432M. Threads: 4. load average: 1.13 1.09 1.09 1/299 249014088.4089 hostname4090 returns the host of the integration url4091 #fields4092 returns custom fields4093 #test4094 gets response from Gitlab::Harbor::Client#ping4095 #help4096 renders prompt information4097 .to_param4098 returns the name of the integration4099 ci variables4100 returns vars when harbor_integration is activated4101 when harbor_integration is inactive4102 returns []4103 with robot username4104 returns username variable with $$4105# [RSpecRunTime] Finishing example group spec/models/integrations/harbor_spec.rb. It took 10.14 seconds. Expected to take 13.07 seconds.4106# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 46.95 seconds.4107Lint factories for Integrations::Harbor4108 with saas, license, and factory defaults4109 behaves like factory4110 harbor_integration factory4111 does not raise error when built4112 does not raise error when created4113# [RSpecRunTime] RSpec elapsed time: 28 minutes 19.64 seconds. Current RSS: ~2437M. Threads: 4. load average: 1.20 1.10 1.09 1/299 249284114.4115# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 3.63 seconds. Expected to take 46.95 seconds.4116# [RSpecRunTime] Starting example group spec/models/fork_network_spec.rb. Expected to take 12.69 seconds.4117ForkNetwork4118 does not allow STI4119 #add_root_as_member4120 adds the root project as a member when creating a new root network4121# [RSpecRunTime] RSpec elapsed time: 28 minutes 21.06 seconds. Current RSS: ~2429M. Threads: 4. load average: 1.19 1.10 1.09 1/299 249294122.4123 #find_fork_in4124 finds all fork of the current network in al collection4125# [RSpecRunTime] RSpec elapsed time: 28 minutes 22.96 seconds. Current RSS: ~2403M. Threads: 4. load average: 1.19 1.10 1.09 1/299 249304126.4127 #merge_requests4128 finds merge requests within the fork network4129# [RSpecRunTime] RSpec elapsed time: 28 minutes 24.83 seconds. Current RSS: ~2294M. Threads: 4. load average: 1.19 1.10 1.09 1/299 249314130.4131 for a deleted project4132 keeps the fork network4133 allows multiple fork networks where the root project is deleted4134# [RSpecRunTime] RSpec elapsed time: 28 minutes 29.35 seconds. Current RSS: ~2243M. Threads: 4. load average: 1.17 1.10 1.09 1/299 249324135.4136# [RSpecRunTime] Finishing example group spec/models/fork_network_spec.rb. It took 9.72 seconds. Expected to take 12.69 seconds.4137# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 46.95 seconds.4138Lint factories for ForkNetwork4139 with saas, license, and factory defaults4140 behaves like factory4141 fork_network factory4142 does not raise error when built4143 does not raise error when created4144# [RSpecRunTime] RSpec elapsed time: 28 minutes 33.29 seconds. Current RSS: ~2306M. Threads: 4. load average: 1.16 1.10 1.09 1/299 249594145.4146# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 3.92 seconds. Expected to take 46.95 seconds.4147# [RSpecRunTime] Starting example group spec/services/service_response_spec.rb. Expected to take 12.28 seconds.4148ServiceResponse4149 .success4150 creates a successful response without a message4151 creates a successful response with a message4152 creates a successful response with payload4153 creates a successful response with default HTTP status4154 creates a successful response with custom HTTP status4155# [RSpecRunTime] RSpec elapsed time: 28 minutes 34.93 seconds. Current RSS: ~2312M. Threads: 4. load average: 1.16 1.10 1.09 1/299 249604156.4157 .error4158 creates an error response without HTTP status4159 creates an error response with HTTP status4160 creates an error response with payload4161 creates an error response with a reason4162# [RSpecRunTime] RSpec elapsed time: 28 minutes 38.02 seconds. Current RSS: ~2378M. Threads: 4. load average: 1.14 1.10 1.09 1/299 249614163.4164 #success?4165 returns true for a successful response4166 returns false for a failed response4167 #error?4168 returns false for a successful response4169 returns true for a failed response4170 #errors4171 returns an empty array for a successful response4172 returns an array with a correct message for an error response4173 #track_and_raise_exception4174 when successful4175 returns self4176 when an error4177 tracks and raises4178 allows specification of error class4179 allows extra data for tracking4180 #track_exception4181 when successful4182 returns self4183 when an error4184 tracks4185 allows specification of error class4186 allows extra data for tracking4187# [RSpecRunTime] RSpec elapsed time: 28 minutes 43.6 seconds. Current RSS: ~2412M. Threads: 4. load average: 1.13 1.09 1.09 1/299 249624188.4189 #log_and_raise_exception4190 when successful4191 returns self4192 when an error4193 logs4194 allows specification of error class4195 allows extra data for tracking4196 #deconstruct_keys4197 supports pattern matching4198 #cause4199 returns a string inquirer4200# [RSpecRunTime] Finishing example group spec/services/service_response_spec.rb. It took 11.82 seconds. Expected to take 12.28 seconds.4201# [RSpecRunTime] Starting example group spec/helpers/boards_helper_spec.rb. Expected to take 11.94 seconds.4202BoardsHelper4203 #build_issue_link_base4204 project board4205 returns correct path for project board4206 group board4207 returns correct path for base group4208 returns correct path for subgroup4209 #board_base_url4210 when group board4211 generates the correct url4212 when project board4213 generates the correct url4214# [RSpecRunTime] RSpec elapsed time: 28 minutes 49.36 seconds. Current RSS: ~2406M. Threads: 4. load average: 1.12 1.09 1.09 1/299 249634215.4216 #current_board_namespace4217 when group board4218 returns the correct namespace4219 project under group4220 when project board4221 returns the correct namespace4222 project under user namespace4223 when project board4224 returns the correct namespace4225 #board_data4226 project_board4227 returns board type as parent4228 returns can_update for user permissions on the board4229 returns required label endpoints4230 returns the group id of a project4231 can_admin_list4232 returns can_admin_list as false by default4233 returns can_admin_list as true when user can admin the board lists4234# [RSpecRunTime] RSpec elapsed time: 28 minutes 52.49 seconds. Current RSS: ~2399M. Threads: 4. load average: 1.11 1.09 1.09 1/299 249644235.4236 can_admin_board4237 returns can_admin_board as false by default4238 returns can_admin_board as true when user can admin the board4239 group board4240 returns correct path for base group4241 returns required label endpoints4242 returns the group id4243 can_admin_list4244 returns can_admin_list as false by default4245 returns can_admin_list as true when user can admin the board lists4246# [RSpecRunTime] RSpec elapsed time: 28 minutes 56.89 seconds. Current RSS: ~2417M. Threads: 4. load average: 1.10 1.09 1.09 1/299 249654247.4248# [RSpecRunTime] Finishing example group spec/helpers/boards_helper_spec.rb. It took 11.77 seconds. Expected to take 11.94 seconds.4249# [RSpecRunTime] Starting example group spec/models/integrations/redmine_spec.rb. Expected to take 11.63 seconds.4250Integrations::Redmine4251 does not allow STI4252 Validations4253 when integration is active4254 is expected to validate that :project_url cannot be empty/falsy4255 is expected to validate that :issues_url cannot be empty/falsy4256 is expected to validate that :new_issue_url cannot be empty/falsy4257 behaves like issue tracker integration URL attribute4258 is expected to allow :project_url to be ‹"https://example.com"›4259 is expected not to allow :project_url to be ‹"example.com"›4260 is expected not to allow :project_url to be ‹"ftp://example.com"›4261 is expected not to allow :project_url to be ‹"herp-and-derp"›4262# [RSpecRunTime] RSpec elapsed time: 28 minutes 59.52 seconds. Current RSS: ~2428M. Threads: 4. load average: 1.10 1.09 1.09 1/299 249664263.4264 behaves like issue tracker integration URL attribute4265 is expected to allow :issues_url to be ‹"https://example.com"›4266 is expected not to allow :issues_url to be ‹"example.com"›4267 is expected not to allow :issues_url to be ‹"ftp://example.com"›4268 is expected not to allow :issues_url to be ‹"herp-and-derp"›4269# [RSpecRunTime] RSpec elapsed time: 29 minutes 3.15 seconds. Current RSS: ~2463M. Threads: 4. load average: 1.09 1.09 1.09 1/299 249674270.4271 behaves like issue tracker integration URL attribute4272 is expected to allow :new_issue_url to be ‹"https://example.com"›4273 is expected not to allow :new_issue_url to be ‹"example.com"›4274 is expected not to allow :new_issue_url to be ‹"ftp://example.com"›4275 is expected not to allow :new_issue_url to be ‹"herp-and-derp"›4276# [RSpecRunTime] RSpec elapsed time: 29 minutes 4.75 seconds. Current RSS: ~2434M. Threads: 4. load average: 1.09 1.09 1.09 1/299 249684277.4278 when integration is inactive4279 is expected not to validate that :project_url cannot be empty/falsy4280 is expected not to validate that :issues_url cannot be empty/falsy4281 is expected not to validate that :new_issue_url cannot be empty/falsy4282 #reference_pattern4283 does allow # on the reference4284 behaves like allows project key on reference pattern4285 allows underscores in the project name4286 allows numbers in the project name4287 requires the project name to begin with A-Z4288 does not allow issue number to finish with a letter4289# [RSpecRunTime] RSpec elapsed time: 29 minutes 6.91 seconds. Current RSS: ~2453M. Threads: 4. load average: 1.09 1.09 1.09 1/299 249694290.4291# [RSpecRunTime] Finishing example group spec/models/integrations/redmine_spec.rb. It took 10.02 seconds. Expected to take 11.63 seconds.4292# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 46.95 seconds.4293Lint factories for Integrations::Redmine4294 with saas, license, and factory defaults4295 behaves like factory4296 redmine_integration factory4297 does not raise error when built4298 does not raise error when created4299# [RSpecRunTime] RSpec elapsed time: 29 minutes 10.96 seconds. Current RSS: ~2492M. Threads: 4. load average: 1.08 1.08 1.09 1/299 249964300.4301# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 4.07 seconds. Expected to take 46.95 seconds.4302# [RSpecRunTime] Starting example group spec/support_specs/matchers/internal_events_matchers_spec.rb. Expected to take 11.38 seconds.4303Internal Events matchers4304 when chaining both matchers4305 handles triggering events that increment metrics4306 handles triggering events that do not increment metrics4307 handles multiple triggered events and incremented metrics4308 handles chaining multiple triggered events and incremented metrics with different args4309 accepts other chained matchers with #and4310# [RSpecRunTime] RSpec elapsed time: 29 minutes 13.21 seconds. Current RSS: ~2493M. Threads: 4. load average: 1.08 1.08 1.09 1/299 249974311.4312 :trigger_internal_events4313 raises error if no events are passed to :trigger_internal_events4314 does not raises error if no events are passed to :not_trigger_internal_events4315 bubbles up failure messages4316 handles events that should not be triggered4317 ignores extra/irrelevant triggered events4318 accepts chained event counts like #receive for multiple different events4319 behaves like matcher and negated matcher both raise expected error4320 is expected to raise ArgumentError with "Unknown event 'bad_event_name'! trigger_internal_events matcher accepts only existing events"4321# [RSpecRunTime] RSpec elapsed time: 29 minutes 15.11 seconds. Current RSS: ~2495M. Threads: 4. load average: 1.08 1.08 1.09 1/299 249984322.4323 with additional properties4324 accepts correct additional properties4325 with wrong label value4326 doesn't accept incorrect additional_properties4327# [RSpecRunTime] RSpec elapsed time: 29 minutes 17.8 seconds. Current RSS: ~2483M. Threads: 4. load average: 1.07 1.08 1.09 1/299 249994328.4329 :increment_usage_metrics4330 handles database-based metrics4331 accepts chained metric counts like #change4332 handles non-integer values [ALPHA] (not strictly supported)4333 behaves like matcher and negated matcher both raise expected error4334 is expected to raise ArgumentError with "increment_usage_metrics matcher requires key_paths argument"4335# [RSpecRunTime] RSpec elapsed time: 29 minutes 19.73 seconds. Current RSS: ~2468M. Threads: 4. load average: 1.07 1.08 1.09 1/299 250004336.4337 behaves like matcher and negated matcher both raise expected error4338 is expected to raise ArgumentError with "Cannot find metric definition for 'redis_hll_counters.bad_metric_name'!"4339 behaves like matcher and negated matcher both raise expected error4340 is expected to raise ArgumentError with "Cannot find metric definition for 'g_edit_by_sfe' -- did you mean 'redis_hll_counters.ide_edit.g_edit_by_sfe_monthly'?"4341 when :increment_usage_metrics should fail4342 with a single metric failure4343 returns a meaningful failure message for :increment_usage_metrics4344 with a multiple metric failures4345 returns a meaningful failure message for :increment_usage_metrics4346 with a multiple metric failures across chained assertions4347 returns a meaningful failure message for :increment_usage_metrics4348 when :not_increment_usage_metrics should fail4349 with a single metric failure4350 returns a meaningful failure message for :increment_usage_metrics4351# [RSpecRunTime] RSpec elapsed time: 29 minutes 23.43 seconds. Current RSS: ~2455M. Threads: 4. load average: 1.07 1.08 1.09 1/299 250014352.4353 with a multiple metric failures4354 returns a meaningful failure message for :increment_usage_metrics4355 with a multiple metric failures across chained assertions4356 returns a meaningful failure message for :increment_usage_metrics4357# [RSpecRunTime] Finishing example group spec/support_specs/matchers/internal_events_matchers_spec.rb. It took 13.12 seconds. Expected to take 11.38 seconds.4358# [RSpecRunTime] Starting example group spec/lib/gitlab/git/blame_pagination_spec.rb. Expected to take 11.14 seconds.4359Gitlab::Git::BlamePagination4360 #page4361 page: nil, expected_page: 14362 is expected to eq 14363# [RSpecRunTime] RSpec elapsed time: 29 minutes 25.46 seconds. Current RSS: ~2394M. Threads: 4. load average: 1.06 1.08 1.09 1/301 250444364.4365 page: 1, expected_page: 14366 is expected to eq 14367 page: 5, expected_page: 54368 is expected to eq 54369 page: -1, expected_page: 14370 is expected to eq 14371 page: "a", expected_page: 14372 is expected to eq 14373 #per_page4374 is expected to eq 10004375 when blame mode is streaming4376 is expected to eq 20004377 #pagination4378 returns a pagination object4379 when user disabled the pagination4380 is expected to be nil4381 when user chose streaming4382 is expected to be nil4383 when per_page is above the global max per page limit4384 returns a correct pagination object4385 Pagination attributes4386 page: 1, current_page: 1, total_pages: 24387 returns the correct pagination attributes4388# [RSpecRunTime] RSpec elapsed time: 29 minutes 30.16 seconds. Current RSS: ~2453M. Threads: 4. load average: 1.06 1.08 1.09 1/301 250454389.4390 page: 2, current_page: 2, total_pages: 24391 returns the correct pagination attributes4392 page: 0, current_page: 1, total_pages: 24393 returns the correct pagination attributes4394 #blame_range4395 page: 1, expected_range: 1..24396 is expected to eq 1..24397 page: 2, expected_range: 3..44398 is expected to eq 3..44399 page: 0, expected_range: 1..24400 is expected to eq 1..24401 when user disabled the pagination4402 is expected to be nil4403 when streaming is enabled4404 page: 1, expected_range: 1..14405 is expected to eq 1..14406 page: 2, expected_range: 2..24407 is expected to eq 2..24408 page: 0, expected_range: 1..14409 is expected to eq 1..14410 #total_extra_pages4411 is expected to eq 14412 #total_pages4413 is expected to eq 24414# [RSpecRunTime] Finishing example group spec/lib/gitlab/git/blame_pagination_spec.rb. It took 8.74 seconds. Expected to take 11.14 seconds.4415# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/rules/rule/changes_spec.rb. Expected to take 10.91 seconds.4416Gitlab::Ci::Config::Entry::Rules::Rule::Changes4417 .new4418 when using a string array4419 is expected to be valid4420# [RSpecRunTime] RSpec elapsed time: 29 minutes 35.44 seconds. Current RSS: ~2444M. Threads: 4. load average: 1.05 1.08 1.08 1/301 250464421.4422 when using an integer array4423 is expected not to be valid4424 returns errors4425 when using a string4426 is expected not to be valid4427 reports an error about invalid policy4428 when using a long array4429 is expected not to be valid4430 returns errors4431 when clause is empty4432 is expected to be valid4433 when policy strategy does not match4434 is expected not to be valid4435 returns information about errors4436 with paths4437 when paths is an array of strings4438 is expected to be valid4439 when paths is not an array4440 is expected not to be valid4441 returns information about errors4442 when paths is an array of integers4443 is expected not to be valid4444 returns information about errors4445 when paths is an array of long strings4446 is expected not to be valid4447 returns information about errors4448# [RSpecRunTime] RSpec elapsed time: 29 minutes 41.48 seconds. Current RSS: ~2473M. Threads: 4. load average: 1.05 1.08 1.08 1/299 250474449.4450 when paths is nil4451 is expected not to be valid4452 returns information about errors4453 with paths and compare_to4454 is expected to be valid4455 when compare_to is not a string4456 is expected not to be valid4457 returns information about errors4458 #value4459 when using a string array4460 is expected to eq {:paths=>["app/", "lib/", "spec/", "other/*", "paths/**/*.rb"]}4461 with paths4462 is expected to eq {:paths=>["app/", "lib/"]}4463 with paths and compare_to4464 is expected to eq {:compare_to=>"branch1", :paths=>["app/", "lib/"]}4465# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/rules/rule/changes_spec.rb. It took 10.75 seconds. Expected to take 10.91 seconds.4466# [RSpecRunTime] Starting example group spec/graphql/resolvers/group_packages_resolver_spec.rb. Expected to take 10.6 seconds.4467Resolvers::GroupPackagesResolver4468 #resolve4469 behaves like group and projects packages resolver4470 without sort4471 returns the proper packages4472 with sorting and filtering4473 CREATED_DESC4474 is expected to eq [#<Packages::Package id: 244, project_id: 695, created_at: "2024-07-31 09:46:05.063280887 +0000", upd...ge_type: "conan", creator_id: 650, status: "default", last_downloaded_at: nil, status_message: nil>]4475# [RSpecRunTime] RSpec elapsed time: 29 minutes 46.14 seconds. Current RSS: ~2455M. Threads: 4. load average: 1.04 1.07 1.08 1/299 250484476.4477 NAME_DESC4478 is expected to eq [#<Packages::Package id: 244, project_id: 695, created_at: "2024-07-31 09:46:05.063280887 +0000", upd...ge_type: "conan", creator_id: 650, status: "default", last_downloaded_at: nil, status_message: nil>]4479 VERSION_DESC4480 is expected to eq [#<Packages::Package id: 244, project_id: 695, created_at: "2024-07-31 09:46:05.063280887 +0000", upd...ge_type: "conan", creator_id: 650, status: "default", last_downloaded_at: nil, status_message: nil>]4481# [RSpecRunTime] RSpec elapsed time: 29 minutes 49.12 seconds. Current RSS: ~2444M. Threads: 4. load average: 1.04 1.07 1.08 1/299 250494482.4483 TYPE_ASC4484 is expected to eq [#<Packages::Package id: 244, project_id: 695, created_at: "2024-07-31 09:46:05.063280887 +0000", upd...ge_type: "conan", creator_id: 650, status: "default", last_downloaded_at: nil, status_message: nil>]4485 CREATED_ASC4486 is expected to eq [#<Packages::Conan::Package id: 242, project_id: 695, created_at: "2024-07-30 10:46:04.487827579 +000...kage_type: "maven", creator_id: 650, status: "error", last_downloaded_at: nil, status_message: nil>]4487 NAME_ASC4488 is expected to eq [#<Packages::Conan::Package id: 242, project_id: 695, created_at: "2024-07-30 10:46:04.487827579 +000...kage_type: "maven", creator_id: 650, status: "error", last_downloaded_at: nil, status_message: nil>]4489 VERSION_ASC4490 is expected to eq [#<Packages::Conan::Package id: 242, project_id: 695, created_at: "2024-07-30 10:46:04.487827579 +000...kage_type: "maven", creator_id: 650, status: "error", last_downloaded_at: nil, status_message: nil>]4491 TYPE_DESC4492 is expected to eq [#<Packages::Conan::Package id: 242, project_id: 695, created_at: "2024-07-30 10:46:04.487827579 +000...kage_type: "maven", creator_id: 650, status: "error", last_downloaded_at: nil, status_message: nil>]4493 filter by package_name4494 is expected to eq [#<Packages::Conan::Package id: 242, project_id: 695, created_at: "2024-07-30 10:46:04.487827579 +000...ge_type: "conan", creator_id: 650, status: "default", last_downloaded_at: nil, status_message: nil>]4495 filter by package_type4496 is expected to eq [#<Packages::Conan::Package id: 242, project_id: 695, created_at: "2024-07-30 10:46:04.487827579 +000...ge_type: "conan", creator_id: 650, status: "default", last_downloaded_at: nil, status_message: nil>]4497 filter by package_version4498 is expected to eq [#<Packages::Conan::Package id: 242, project_id: 695, created_at: "2024-07-30 10:46:04.487827579 +000...ge_type: "conan", creator_id: 650, status: "default", last_downloaded_at: nil, status_message: nil>]4499 includes_versionless has no effect4500 filter by status4501 is expected to eq [#<Packages::Package id: 244, project_id: 695, created_at: "2024-07-31 09:46:05.063280887 +0000", upd...kage_type: "maven", creator_id: 650, status: "error", last_downloaded_at: nil, status_message: nil>]4502 include_versionless4503 is expected to include #<Packages::Package id: 246, project_id: 695, created_at: "2024-07-31 10:45:05.398864810 +0000", upda...age_type: "maven", creator_id: 650, status: "default", last_downloaded_at: nil, status_message: nil>4504 project_path sorting4505 when sorting desc4506 is expected to eq [#<Packages::Package id: 250, project_id: 699, created_at: "2024-07-31 10:46:12.703152419 +0000", upd...ge_type: "maven", creator_id: 650, status: "default", last_downloaded_at: nil, status_message: nil>]4507 when sorting asc4508 is expected to eq [#<Packages::Package id: 249, project_id: 695, created_at: "2024-07-31 10:46:12.697583899 +0000", upd...ge_type: "maven", creator_id: 655, status: "default", last_downloaded_at: nil, status_message: nil>]4509# [RSpecRunTime] RSpec elapsed time: 29 minutes 55.52 seconds. Current RSS: ~2436M. Threads: 4. load average: 1.04 1.07 1.08 1/299 250504510.4511# [RSpecRunTime] Finishing example group spec/graphql/resolvers/group_packages_resolver_spec.rb. It took 11.93 seconds. Expected to take 10.6 seconds.4512# [RSpecRunTime] Starting example group spec/lib/gitlab/jira_import_spec.rb. Expected to take 10.4 seconds.4513Gitlab::JiraImport4514 .validate_project_settings!4515 without user param4516 behaves like jira configuration base checks4517 with configuration_check set to false4518 does not raise Jira integration error4519 when Jira integration was not setup4520 behaves like raise Jira import error4521 returns error4522 when Jira integration exists4523 when Jira connection is not valid4524 behaves like raise Jira import error4525 returns error4526 when jira connection is valid4527 does not return any error4528 with user param provided4529 when user has permission to run import4530 behaves like jira configuration base checks4531 with configuration_check set to false4532 does not raise Jira integration error4533 when Jira integration was not setup4534 behaves like raise Jira import error4535 returns error4536 when Jira integration exists4537 when Jira connection is not valid4538 behaves like raise Jira import error4539 returns error4540 when jira integration is configured4541 when issues feature is disabled4542 behaves like raise Jira import error4543 returns error4544 when everything is ok4545 does not return any error4546 when user does not have permissions to run the import4547 behaves like raise Jira import error4548 returns error4549 .already_imported_cache_key4550 returns cache key for already imported items4551 .jira_issues_next_page_cache_key4552 returns cache key for next issues4553# [RSpecRunTime] RSpec elapsed time: 30 minutes 3.41 seconds. Current RSS: ~2390M. Threads: 4. load average: 1.03 1.07 1.08 1/299 250514554.4555 .get_issues_next_start_at4556 returns zero when not defined4557 returns negative value for next issues to be imported starting point4558 returns cached value for next issues to be imported starting point4559 .cache_users_mapping4560 stores the data correctly4561 .get_user_mapping4562 reads the data correctly4563 returns nil if value not found4564 .store_issues_next_started_at4565 stores nil value4566 stores positive value4567 stores negative value4568# [RSpecRunTime] Finishing example group spec/lib/gitlab/jira_import_spec.rb. It took 10.23 seconds. Expected to take 10.4 seconds.4569# [RSpecRunTime] Starting example group spec/tasks/gitlab/terraform/migrate_rake_spec.rb. Expected to take 10.16 seconds.4570gitlab:terraform_states4571 gitlab:terraform_states:migrate4572 invokes the migration helper to move files to object storage4573 an error is raised while migrating4574 logs the error4575# [RSpecRunTime] RSpec elapsed time: 30 minutes 8.76 seconds. Current RSS: ~2391M. Threads: 4. load average: 1.03 1.07 1.08 1/299 250524576.4577# [RSpecRunTime] Finishing example group spec/tasks/gitlab/terraform/migrate_rake_spec.rb. It took 6.52 seconds. Expected to take 10.16 seconds.4578# [RSpecRunTime] RSpec elapsed time: 30 minutes 12.48 seconds. Current RSS: ~2423M. Threads: 4. load average: 1.03 1.07 1.08 1/299 250534579.4580# [RSpecRunTime] Starting example group spec/lib/gitlab/repository_hash_cache_spec.rb. Expected to take 9.87 seconds.4581Gitlab::RepositoryHashCache4582 #cache_key4583 includes the namespace4584 with a given namespace4585 includes the full namespace4586# [RSpecRunTime] RSpec elapsed time: 30 minutes 14.45 seconds. Current RSS: ~2426M. Threads: 4. load average: 1.03 1.07 1.08 2/299 250544587.4588 #delete4589 key exists4590 is expected to eq 14591 deletes the given key from the cache4592 key doesn't exist4593 is expected to eq 04594 multiple keys4595 deletes multiple keys4596 returns deleted key count4597 #key?4598 key exists4599 is expected to equal true4600 key doesn't exist4601 is expected to equal false4602 #read_members4603 all data is cached4604 is expected to eq {"missing"=>"false", "test"=>"value"}4605 partial data is cached4606 is expected to eq {"missing"=>nil, "test"=>"value"}4607 no data is cached4608 is expected to eq {"missing"=>nil, "test"=>nil}4609 empty keys are passed for some reason4610 raises an error4611 #write4612 is expected to equal true4613 actually writes stuff to Redis4614 #fetch_and_add_missing4615 records metrics4616 fully cached4617 returns a hash4618 doesn't write to the cache4619# [RSpecRunTime] RSpec elapsed time: 30 minutes 20.59 seconds. Current RSS: ~2627M. Threads: 4. load average: 1.02 1.06 1.08 1/299 250554620.4621 partially cached4622 returns a hash4623 writes to the cache4624 uncached4625 returns a hash4626 writes to the cache4627# [RSpecRunTime] Finishing example group spec/lib/gitlab/repository_hash_cache_spec.rb. It took 9.45 seconds. Expected to take 9.87 seconds.4628# [RSpecRunTime] Starting example group spec/lib/system_check/simple_executor_spec.rb. Expected to take 9.67 seconds.4629SystemCheck::SimpleExecutor4630 #<<4631 appends a new check to the Set4632 inserts unique itens only4633 errors out when passing multiple items4634 #execute4635 runs included checks4636 #run_check4637 prints check name4638 when check pass4639 prints yes4640 when check fails4641 prints no4642 displays error message from #show_error4643 when check implements #repair!4644 executes #repair!4645 when repair succeeds4646 does not execute #show_error4647# [RSpecRunTime] RSpec elapsed time: 30 minutes 26.7 seconds. Current RSS: ~2600M. Threads: 4. load average: 1.02 1.06 1.08 1/299 250564648.4649 when repair fails4650 does not execute #show_error4651 when check implements skip?4652 executes #skip? method4653 displays .skip_reason4654 displays #skip_reason4655 does not execute #check when #skip? is true4656# [RSpecRunTime] RSpec elapsed time: 30 minutes 28.2 seconds. Current RSS: ~2571M. Threads: 4. load average: 1.02 1.06 1.08 1/299 250574657.4658 when implements a #multi_check4659 executes #multi_check method4660 does not execute #check method4661 when check implements #skip?4662 executes #skip? method4663 when there is an exception4664 rescues the exception4665 #checks4666 returns a set of classes4667 #component4668 returns stored component name4669# [RSpecRunTime] Finishing example group spec/lib/system_check/simple_executor_spec.rb. It took 7.82 seconds. Expected to take 9.67 seconds.4670# [RSpecRunTime] Starting example group spec/services/packages/debian/sign_distribution_service_spec.rb. Expected to take 9.43 seconds.4671Packages::Debian::SignDistributionService4672 behaves like Sign Distribution4673 for project detach=false4674 #execute4675 without an existing key4676 raises ArgumentError4677# [RSpecRunTime] RSpec elapsed time: 30 minutes 32.68 seconds. Current RSS: ~2559M. Threads: 4. load average: 1.02 1.06 1.08 1/299 250584678.4679 with an existing key4680 returns the content signed4681# [RSpecRunTime] RSpec elapsed time: 30 minutes 34.29 seconds. Current RSS: ~2500M. Threads: 4. load average: 1.02 1.06 1.08 1/299 250754682.4683 behaves like Sign Distribution4684 for project detach=true4685 #execute4686 without an existing key4687 raises ArgumentError4688 with an existing key4689 returns the content signed4690# [RSpecRunTime] RSpec elapsed time: 30 minutes 36.16 seconds. Current RSS: ~2439M. Threads: 4. load average: 1.02 1.06 1.08 1/299 250924691.4692 behaves like Sign Distribution4693 for group detach=false4694 #execute4695 without an existing key4696 raises ArgumentError4697 with an existing key4698 returns the content signed4699# [RSpecRunTime] RSpec elapsed time: 30 minutes 37.7 seconds. Current RSS: ~2428M. Threads: 4. load average: 1.02 1.06 1.08 1/299 251094700.4701 behaves like Sign Distribution4702 for group detach=true4703 #execute4704 without an existing key4705 raises ArgumentError4706 with an existing key4707 returns the content signed4708# [RSpecRunTime] RSpec elapsed time: 30 minutes 39.25 seconds. Current RSS: ~2387M. Threads: 4. load average: 1.02 1.06 1.08 1/299 251264709.4710# [RSpecRunTime] Finishing example group spec/services/packages/debian/sign_distribution_service_spec.rb. It took 9.6 seconds. Expected to take 9.43 seconds.4711# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/port_spec.rb. Expected to take 9.23 seconds.4712Gitlab::Ci::Config::Entry::Port4713 when configuration is a string4714 #valid?4715 is valid4716 #value4717 returns valid hash4718 #number4719 returns port number4720 #protocol4721 is nil4722 #name4723 is nil4724 when configuration is a hash4725 with the complete hash4726 #valid?4727 is valid4728 #value4729 returns valid hash4730# [RSpecRunTime] RSpec elapsed time: 30 minutes 43.24 seconds. Current RSS: ~2461M. Threads: 4. load average: 1.02 1.06 1.08 1/299 251274731.4732 #number4733 returns port number4734 #protocol4735 returns port protocol4736 #name4737 returns port name4738 with only the port number4739 #valid?4740 is valid4741 #value4742 returns valid hash4743 #number4744 returns port number4745 #protocol4746 is nil4747 #name4748 is nil4749 without the number4750 #valid?4751 is not valid4752 when configuration is invalid4753 #valid?4754 is valid4755 when protocol4756 is http4757 #valid?4758 is valid4759 is https4760 #valid?4761 is valid4762 is neither http nor https4763 #valid?4764 is invalid4765# [RSpecRunTime] RSpec elapsed time: 30 minutes 48.49 seconds. Current RSS: ~2464M. Threads: 4. load average: 1.01 1.06 1.08 1/299 251284766.4767# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/port_spec.rb. It took 9.26 seconds. Expected to take 9.23 seconds.4768# [RSpecRunTime] Starting example group spec/tasks/gitlab/audit_event_types/check_docs_task_spec.rb. Expected to take 8.92 seconds.4769Tasks::Gitlab::AuditEventTypes::CheckDocsTask4770 #run4771 behaves like checks if the doc is up-to-date4772 when custom_abilities.md is up to date4773Documentation compiled.4774 outputs success message after checking the documentation4775 when custom_abilities.md is updated manually4776Documentation compiled.4777 raises an error4778 when an existing custom ability is removed4779 behaves like outputs an error4780Documentation compiled.4781 raises an error4782 when a new custom ability is added4783 behaves like outputs an error4784Documentation compiled.4785 raises an error4786 when an existing audit event type is updated4787 behaves like outputs an error4788Documentation compiled.4789 raises an error4790# [RSpecRunTime] Finishing example group spec/tasks/gitlab/audit_event_types/check_docs_task_spec.rb. It took 4.87 seconds. Expected to take 8.92 seconds.4791# [RSpecRunTime] RSpec elapsed time: 30 minutes 53.57 seconds. Current RSS: ~2365M. Threads: 4. load average: 1.01 1.06 1.08 1/299 251294792.4793# [RSpecRunTime] Starting example group spec/experiments/application_experiment_spec.rb. Expected to take 8.73 seconds.4794ApplicationExperiment4795 registers a default control behavior for anonymous experiments4796 .available?4797 is false for foss4798 #publish4799 tracks the assignment4800 adds to the published experiments4801 #track4802 doesn't track if we shouldn't track4803 tracks the event with the expected arguments and merged contexts4804 when using known context resources4805 includes those using the gitlab standard context4806 falls back to using the group key4807 with the actor key4808 provides it to the tracking call as the user4809 handles when it's not a user record4810# [RSpecRunTime] RSpec elapsed time: 30 minutes 58.66 seconds. Current RSS: ~2406M. Threads: 4. load average: 1.01 1.05 1.08 1/299 251304811.4812 #key_for4813 generates FIPS compliant SHA2 hashes4814 falls back to legacy MD5 when FIPS isn't forced4815 #process_redirect_url4816 generates the correct urls based on where the engine was mounted4817 when resolving variants4818 returns an assigned name4819 when nesting experiments4820 doesn't raise an exception4821 tracks an event4822 when caching4823 caches the variant determined by the variant resolver4824 doesn't cache a variant if we don't explicitly provide one4825 caches a control variant if we assign it specifically4826 arbitrary attributes4827 sets and gets attributes about an experiment4828 increments a value for an experiment4829# [RSpecRunTime] RSpec elapsed time: 31 minutes 3.59 seconds. Current RSS: ~2446M. Threads: 4. load average: 1.01 1.05 1.08 1/299 251314830.4831# [RSpecRunTime] Finishing example group spec/experiments/application_experiment_spec.rb. It took 10.14 seconds. Expected to take 8.73 seconds.4832# [RSpecRunTime] Starting example group spec/models/project_ci_cd_setting_spec.rb. Expected to take 8.49 seconds.4833ProjectCiCdSetting4834 does not allow STI4835 validations4836 validates default_git_depth is between 0 and 1000 or nil4837 #pipeline_variables_minimum_override_role4838 is maintainer by default4839 #forward_deployment_enabled4840 is true by default4841 #push_repository_for_job_token_allowed4842 is false by default4843 #separated_caches4844 is true by default4845 #default_for_inbound_job_token_scope_enabled4846 is expected to be inbound job token scope enabled4847 #default_git_depth4848 sets default value for new records4849 does not set default value if present4850# [RSpecRunTime] RSpec elapsed time: 31 minutes 6.84 seconds. Current RSS: ~2440M. Threads: 4. load average: 1.01 1.05 1.08 1/299 251324851.4852 #keep_latest_artifacts_available?4853 without application setting record4854 project_enabled: false, result_keep_latest_artifact: false4855 is expected to eq false4856 project_enabled: true, result_keep_latest_artifact: true4857 is expected to eq true4858 with application setting record4859 instance_enabled: false, project_enabled: false, result_keep_latest_artifact: false4860 is expected to eq false4861# [RSpecRunTime] RSpec elapsed time: 31 minutes 10.4 seconds. Current RSS: ~2461M. Threads: 4. load average: 1.01 1.05 1.08 1/299 251334862.4863 instance_enabled: false, project_enabled: true, result_keep_latest_artifact: false4864 is expected to eq false4865 instance_enabled: true, project_enabled: false, result_keep_latest_artifact: false4866 is expected to eq false4867 instance_enabled: true, project_enabled: true, result_keep_latest_artifact: true4868 is expected to eq true4869# [RSpecRunTime] Finishing example group spec/models/project_ci_cd_setting_spec.rb. It took 8.53 seconds. Expected to take 8.49 seconds.4870# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/templates/Jobs/test_gitlab_ci_yaml_spec.rb. Expected to take 8.33 seconds.4871Jobs/Test.gitlab-ci.yml4872 the created pipeline4873 on master4874 creates the test job4875# [RSpecRunTime] RSpec elapsed time: 31 minutes 13.92 seconds. Current RSS: ~2456M. Threads: 4. load average: 1.01 1.05 1.08 1/301 251744876.4877 on another branch4878 creates the test job4879 on tag4880 creates the test job4881 on merge request4882 has no jobs4883# [RSpecRunTime] RSpec elapsed time: 31 minutes 16.63 seconds. Current RSS: ~2359M. Threads: 4. load average: 1.01 1.05 1.07 1/305 253124884.4885 TEST_DISABLED is set4886 on master4887 has no jobs4888 on another branch4889 has no jobs4890 on tag4891 has no jobs4892# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/templates/Jobs/test_gitlab_ci_yaml_spec.rb. It took 5.95 seconds. Expected to take 8.33 seconds.4893# [RSpecRunTime] Starting example group spec/serializers/group_child_serializer_spec.rb. Expected to take 8.17 seconds.4894GroupChildSerializer4895 #represent4896 for groups4897 can render a single group4898 can render a collection of groups4899# [RSpecRunTime] RSpec elapsed time: 31 minutes 21.25 seconds. Current RSS: ~2451M. Threads: 4. load average: 1.01 1.05 1.07 3/305 253474900.4901 with a hierarchy4902 expands the subgroups4903 can render a nested tree4904 without a specified parent4905 can render a tree4906# [RSpecRunTime] RSpec elapsed time: 31 minutes 23.98 seconds. Current RSS: ~2422M. Threads: 4. load average: 1.01 1.05 1.07 1/304 253484907.4908 for projects4909 can render a single project4910 can render a collection of projects4911 with a hierarchy4912 can render a nested tree4913 returns an array when an array of a single instance was given4914# [RSpecRunTime] RSpec elapsed time: 31 minutes 26.97 seconds. Current RSS: ~2359M. Threads: 4. load average: 1.01 1.05 1.07 1/304 253494915.4916# [RSpecRunTime] Finishing example group spec/serializers/group_child_serializer_spec.rb. It took 8.88 seconds. Expected to take 8.17 seconds.4917# [RSpecRunTime] Starting example group spec/graphql/mutations/releases/delete_spec.rb. Expected to take 8.02 seconds.4918Mutations::Releases::Delete4919 #resolve4920 when the current user has access to create releases4921 deletes the release4922 returns the deleted release4923 does not remove the Git tag associated with the deleted release4924 returns no errors4925 with protected tag4926 when user has access to the protected tag4927 does not have errors4928# [RSpecRunTime] RSpec elapsed time: 31 minutes 32.98 seconds. Current RSS: ~2406M. Threads: 4. load average: 1.00 1.05 1.07 1/304 254644929.4930 when user does not have access to the protected tag4931 has an access error4932 validation4933 when the release does not exist4934 returns the release as nil4935 returns an errors-at-data message4936 when the project does not exist4937 behaves like unauthorized or not found error4938 raises a Gitlab::Graphql::Errors::ResourceNotAvailable error4939 when the current user doesn't have access to update releases4940 when the user is a reporter4941 behaves like unauthorized or not found error4942 raises a Gitlab::Graphql::Errors::ResourceNotAvailable error4943 when the user is a non-project member4944 behaves like unauthorized or not found error4945 raises a Gitlab::Graphql::Errors::ResourceNotAvailable error4946# [RSpecRunTime] Finishing example group spec/graphql/mutations/releases/delete_spec.rb. It took 7.87 seconds. Expected to take 8.02 seconds.4947# [RSpecRunTime] Starting example group spec/lib/gitlab/analytics/cycle_analytics/stage_events/merge_request_last_build_finished_spec.rb. Expected to take 7.81 seconds.4948Gitlab::Analytics::CycleAnalytics::StageEvents::MergeRequestLastBuildFinished4949 behaves like value stream analytics event4950 is expected to be a kind of String4951 is expected to be a kind of Symbol4952 is expected to include ApplicationRecord(abstract)4953 is expected to respond to #timestamp_projection4954 is expected to respond to #html_description4955 is expected to be a kind of Array4956 #apply_query_customization4957 expects an ActiveRecord::Relation object as argument and returns a modified version of it4958# [RSpecRunTime] RSpec elapsed time: 31 minutes 38.99 seconds. Current RSS: ~2458M. Threads: 4. load average: 1.00 1.05 1.07 1/304 254654959.4960 #hash_code4961 returns a hash that uniquely identifies an event4962 does not differ when the same object is built with the same params4963 behaves like LEFT JOIN-able value stream analytics event4964 can use the event as LEFT JOIN4965 when looking at the record with data4966 contains the timestamp expression4967# [RSpecRunTime] RSpec elapsed time: 31 minutes 42.78 seconds. Current RSS: ~2404M. Threads: 4. load average: 1.08 1.06 1.08 1/305 257364968.4969 when looking at the record without data4970 returns nil for the timestamp expression4971# [RSpecRunTime] Finishing example group spec/lib/gitlab/analytics/cycle_analytics/stage_events/merge_request_last_build_finished_spec.rb. It took 8.2 seconds. Expected to take 7.81 seconds.4972# [RSpecRunTime] Starting example group spec/services/bulk_imports/uploads_export_service_spec.rb. Expected to take 7.66 seconds.4973BulkImports::UploadsExportService4974 #execute4975 exports project uploads and avatar4976 when export is batched4977 exports only specified uploads4978# [RSpecRunTime] RSpec elapsed time: 31 minutes 44.68 seconds. Current RSS: ~2380M. Threads: 4. load average: 1.08 1.06 1.08 1/305 257374979.4980 when upload has underlying file missing4981 with an upload missing its file4982 does not cause errors4983 when upload is in object storage4984 when filename is too long4985 ignores problematic upload and logs exception4986# [RSpecRunTime] RSpec elapsed time: 31 minutes 48.28 seconds. Current RSS: ~2425M. Threads: 4. load average: 1.08 1.06 1.08 1/304 257384987.4988 when network exception occurs4989 ignores problematic upload and logs exception4990 #exported_objects_count4991 return the number of exported uploads4992# [RSpecRunTime] Finishing example group spec/services/bulk_imports/uploads_export_service_spec.rb. It took 6.7 seconds. Expected to take 7.66 seconds.4993# [RSpecRunTime] Starting example group spec/lib/gitlab/changelog/committer_spec.rb. Expected to take 7.49 seconds.4994Gitlab::Changelog::Committer4995 #commit4996 when the release isn't in the changelog4997 commits the changes4998# [RSpecRunTime] RSpec elapsed time: 31 minutes 51.44 seconds. Current RSS: ~2414M. Threads: 4. load average: 1.07 1.06 1.08 1/304 258404999.5000 when the release is already in the changelog5001 doesn't commit the changes5002# [RSpecRunTime] RSpec elapsed time: 31 minutes 53.04 seconds. Current RSS: ~2401M. Threads: 4. load average: 1.07 1.06 1.08 1/304 259535003.5004 when committing the changes fails5005 retries the operation5006# [RSpecRunTime] RSpec elapsed time: 31 minutes 54.34 seconds. Current RSS: ~2381M. Threads: 4. load average: 1.07 1.06 1.08 1/304 259905007.5008 when the changelog changes before saving the changes5009 raises a Error5010# [RSpecRunTime] RSpec elapsed time: 31 minutes 56.36 seconds. Current RSS: ~2316M. Threads: 4. load average: 1.15 1.08 1.08 1/304 261765011.5012# [RSpecRunTime] Finishing example group spec/lib/gitlab/changelog/committer_spec.rb. It took 6.62 seconds. Expected to take 7.49 seconds.5013# [RSpecRunTime] Starting example group spec/lib/json_web_token/hmac_token_spec.rb. Expected to take 7.3 seconds.5014JSONWebToken::HMACToken5015 .decode5016 with an invalid token5017 that is junk5018 raises exception saying 'Not enough or too many segments'5019 that has been fiddled with5020 raises exception saying 'Invalid segment encoding'5021 that was generated using a different secret5022 raises exception saying 'Signature verification failed5023 that is expired5024 raises exception saying 'Signature has expired'5025 with a valid token5026 that has expired5027 with the default leeway5028 behaves like a valid, non-expired token5029 is an Array with two elements5030 contains the following keys in the first Array element Hash - jti, iat, nbf, exp5031 contains the following keys in the second Array element Hash - typ and alg5032# [RSpecRunTime] RSpec elapsed time: 32 minutes 0.52 second. Current RSS: ~2459M. Threads: 4. load average: 1.29 1.11 1.09 1/304 261775033.5034 with a leeway of 0 seconds5035 raises exception saying 'Signature has expired'5036 that has not expired5037 behaves like a valid, non-expired token5038 is an Array with two elements5039 contains the following keys in the first Array element Hash - jti, iat, nbf, exp5040 contains the following keys in the second Array element Hash - typ and alg5041 #encoded5042 without data5043 behaves like a valid, non-expired token5044 is an Array with two elements5045 contains the following keys in the first Array element Hash - jti, iat, nbf, exp5046 contains the following keys in the second Array element Hash - typ and alg5047 with data5048 contains the 'data' key in the first Array element Hash5049 can re-read back the data5050 behaves like a valid, non-expired token5051 is an Array with two elements5052 contains the following keys in the first Array element Hash - jti, iat, nbf, exp5053 contains the following keys in the second Array element Hash - typ and alg5054# [RSpecRunTime] RSpec elapsed time: 32 minutes 5.63 seconds. Current RSS: ~2476M. Threads: 4. load average: 1.27 1.11 1.09 1/304 261785055.5056# [RSpecRunTime] Finishing example group spec/lib/json_web_token/hmac_token_spec.rb. It took 9.27 seconds. Expected to take 7.3 seconds.5057# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/jobs_spec.rb. Expected to take 7.11 seconds.5058Gitlab::Ci::Config::Entry::Jobs5059 .all_types5060 is expected to include Gitlab::Ci::Config::Entry::Hidden5061 is expected to include Gitlab::Ci::Config::Entry::Job5062 is expected to include Gitlab::Ci::Config::Entry::Bridge5063 .find_type5064 name: :".hidden_job", type: Gitlab::Ci::Config::Entry::Hidden5065 is expected to eq Gitlab::Ci::Config::Entry::Hidden5066 name: :".hidden_bridge", type: Gitlab::Ci::Config::Entry::Hidden5067 is expected to eq Gitlab::Ci::Config::Entry::Hidden5068 name: :regular_job, type: Gitlab::Ci::Config::Entry::Job5069 is expected to eq Gitlab::Ci::Config::Entry::Job5070 name: :my_trigger, type: Gitlab::Ci::Config::Entry::Bridge5071 is expected to eq Gitlab::Ci::Config::Entry::Bridge5072 name: :invalid_job, type: nil5073 is expected to eq nil5074 validations5075 when entry config value is correct5076 #valid?5077 is valid5078 when entry value is not correct5079 #errors5080 incorrect config value type5081 returns error about incorrect type5082 when job is invalid5083 reports error5084 when the job name cannot be cast directly to a symbol5085 properly parses the job name without raising a NoMethodError5086 when no visible jobs present5087 returns error about no visible jobs defined5088# [RSpecRunTime] RSpec elapsed time: 32 minutes 11.22 seconds. Current RSS: ~2463M. Threads: 4. load average: 1.25 1.10 1.09 1/299 261795089.5090 .compose!5091 when valid job entries composed5092 #value5093 returns key value5094 #descendants5095 creates valid descendant nodes5096 #value5097 returns value of visible jobs only5098# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/jobs_spec.rb. It took 6.52 seconds. Expected to take 7.11 seconds.5099# [RSpecRunTime] Starting example group spec/rubocop/cop/rails/migration_timestamp_spec.rb. Expected to take 6.98 seconds.5100RuboCop::Cop::Rails::MigrationTimestamp5101 when file name is good5102 filename: "19700101000000_some_2fa_migration.rb"5103 registers an offense5104 filename: "19700101000000_some_migration.rb"5105 registers an offense5106 filename: "19700101000000_a_b.rb"5107 registers an offense5108 filename: "19700101000000_1_2.rb"5109 registers an offense5110 when file name format is bad5111 filename: "some_migration.rb"5112 registers an offense5113 filename: "123456789_some_migration.rb"5114 registers an offense5115 filename: "19700101000000_some_2fa_migration.rb.rb"5116 registers an offense5117 filename: "19700101000000_some_2fa_migration..rb"5118 registers an offense5119 filename: "19700101000000.rb"5120 registers an offense5121 filename: "19700101000000_.rb"5122 registers an offense5123# [RSpecRunTime] RSpec elapsed time: 32 minutes 16.97 seconds. Current RSS: ~2485M. Threads: 4. load average: 1.23 1.10 1.09 1/299 261805124.5125 filename: "19700101000000_a.rb"5126 registers an offense5127 filename: "19700101000000_a_.rb"5128 registers an offense5129 filename: "19700101000000_1.rb"5130 registers an offense5131 filename: "19700101000000_1_.rb"5132 registers an offense5133 with an invalid date for the timestamp in file name in the future5134 registers an offense5135 with timestamp in file name in the future5136 registers an offense5137# [RSpecRunTime] Finishing example group spec/rubocop/cop/rails/migration_timestamp_spec.rb. It took 6.35 seconds. Expected to take 6.98 seconds.5138# [RSpecRunTime] Starting example group spec/workers/gitlab/github_import/stage/finish_import_worker_spec.rb. Expected to take 6.82 seconds.5139Gitlab::GithubImport::Stage::FinishImportWorker5140 behaves like Gitlab::GithubImport::StageMethods5141 .sidekiq_retries_exhausted5142 tracks the exception and marks the import as failed5143# [RSpecRunTime] RSpec elapsed time: 32 minutes 19.78 seconds. Current RSS: ~2477M. Threads: 4. load average: 1.23 1.10 1.09 2/299 261815144.5145 .sidekiq_options5146 has a status_expiration5147 has a retry of 65148 #perform5149 returns if no project could be found5150 returns if the import state is no longer in progress5151 imports the data when the project exists5152 queues RefreshImportJidWorker5153 logs error when import fails with a StandardError5154 rescheduling the worker on certain errors5155 error: Gitlab::GithubImport::RateLimitError5156 reschedules the worker5157# [RSpecRunTime] RSpec elapsed time: 32 minutes 24.28 seconds. Current RSS: ~2526M. Threads: 4. load average: 1.21 1.10 1.09 1/299 261825158.5159 error: Gitlab::ExclusiveLeaseHelpers::FailedToObtainLockError5160 reschedules the worker5161 #perform5162 marks the import as finished and reports import statistics5163# [RSpecRunTime] Finishing example group spec/workers/gitlab/github_import/stage/finish_import_worker_spec.rb. It took 6.41 seconds. Expected to take 6.82 seconds.5164# [RSpecRunTime] Starting example group spec/workers/gitlab/github_import/stage/import_attachments_worker_spec.rb. Expected to take 6.67 seconds.5165Gitlab::GithubImport::Stage::ImportAttachmentsWorker5166 behaves like Gitlab::GithubImport::StageMethods5167 .sidekiq_retries_exhausted5168 tracks the exception and marks the import as failed5169# [RSpecRunTime] RSpec elapsed time: 32 minutes 26.15 seconds. Current RSS: ~2513M. Threads: 4. load average: 1.19 1.10 1.09 1/299 261835170.5171 .sidekiq_options5172 has a status_expiration5173 has a retry of 65174 #perform5175 returns if no project could be found5176 returns if the import state is no longer in progress5177 imports the data when the project exists5178 queues RefreshImportJidWorker5179 logs error when import fails with a StandardError5180 rescheduling the worker on certain errors5181 error: Gitlab::GithubImport::RateLimitError5182 reschedules the worker5183# [RSpecRunTime] RSpec elapsed time: 32 minutes 28.58 seconds. Current RSS: ~2515M. Threads: 4. load average: 1.19 1.10 1.09 1/299 261845184.5185 error: Gitlab::ExclusiveLeaseHelpers::FailedToObtainLockError5186 reschedules the worker5187# [RSpecRunTime] RSpec elapsed time: 32 minutes 31.06 seconds. Current RSS: ~2506M. Threads: 4. load average: 1.18 1.10 1.09 1/299 261855188.5189 #import5190 imports attachments5191 when stage is disabled5192 skips release attachments import and calls next stage5193# [RSpecRunTime] Finishing example group spec/workers/gitlab/github_import/stage/import_attachments_worker_spec.rb. It took 6.78 seconds. Expected to take 6.67 seconds.5194# [RSpecRunTime] Starting example group spec/services/system_notes/alert_management_service_spec.rb. Expected to take 6.52 seconds.5195SystemNotes::AlertManagementService5196 #create_new_alert5197 has the appropriate message5198 behaves like a system note5199 has the correct attributes5200# [RSpecRunTime] RSpec elapsed time: 32 minutes 33.79 seconds. Current RSS: ~2459M. Threads: 4. load average: 1.18 1.10 1.09 1/299 262125201.5202 #change_alert_status5203 with no specified reason5204 has the appropriate message5205 behaves like a system note5206 has the correct attributes5207 with reason provided5208 has the appropriate message5209 #new_alert_issue5210 has the appropriate message5211 behaves like a system note5212 has the correct attributes5213 #log_resolving_alert5214 has the appropriate message5215 behaves like a system note5216 has the correct attributes5217# [RSpecRunTime] Finishing example group spec/services/system_notes/alert_management_service_spec.rb. It took 4.46 seconds. Expected to take 6.52 seconds.5218# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/pipeline/chain/skip_spec.rb. Expected to take 6.37 seconds.5219Gitlab::Ci::Pipeline::Chain::Skip5220 when pipeline has been skipped by a user5221 breaks the chain5222 skips the pipeline5223 calls ensure_project_iid explicitly5224# [RSpecRunTime] RSpec elapsed time: 32 minutes 40.42 seconds. Current RSS: ~2475M. Threads: 4. load average: 1.16 1.09 1.09 1/299 262135225.5226 when pipeline has not been skipped5227 does not break the chain5228 does not skip a pipeline chain5229 when [ci skip] should be ignored5230 does not break the chain5231 when pipeline should be skipped but not persisted5232 breaks the chain5233 does not skip pipeline5234# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/pipeline/chain/skip_spec.rb. It took 5.69 seconds. Expected to take 6.37 seconds.5235# [RSpecRunTime] Starting example group spec/lib/gitlab/rack_attack/user_allowlist_spec.rb. Expected to take 6.25 seconds.5236Gitlab::RackAttack::UserAllowlist5237 input: nil, elements: []5238 has the expected elements5239 implements empty?5240 implements include?5241 input: "", elements: []5242 has the expected elements5243 implements empty?5244 implements include?5245# [RSpecRunTime] RSpec elapsed time: 32 minutes 45.56 seconds. Current RSS: ~2478M. Threads: 4. load average: 1.06 1.07 1.08 1/299 262145246.5247 input: "123", elements: [123]5248 has the expected elements5249 implements empty?5250 implements include?5251 input: "123,456", elements: [123, 456]5252 has the expected elements5253 implements empty?5254 implements include?5255 input: "123,foobar, 456,", elements: [123, 456]5256 has the expected elements5257 implements empty?5258 implements include?5259# [RSpecRunTime] Finishing example group spec/lib/gitlab/rack_attack/user_allowlist_spec.rb. It took 6.04 seconds. Expected to take 6.25 seconds.5260# [RSpecRunTime] Starting example group spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies/until_executing_spec.rb. Expected to take 6.16 seconds.5261Gitlab::SidekiqMiddleware::DuplicateJobs::Strategies::UntilExecuting5262 behaves like deduplicating jobs when scheduling5263 #schedule5264 checks for duplicates before yielding5265 checks worker options for scheduled jobs5266 job marking5267 adds the jid of the existing job to the job hash5268 scheduled jobs5269 scheduled in the past5270 adds the jid of the existing job to the job hash5271# [RSpecRunTime] RSpec elapsed time: 32 minutes 51.24 seconds. Current RSS: ~2470M. Threads: 4. load average: 1.06 1.07 1.08 1/299 262155272.5273 scheduled in the future5274 adds the jid of the existing job to the job hash5275 when the job is not duplicate5276 does not return false nor drop the job5277 when the job is droppable5278 updates latest wal location5279 returns false to drop the job5280 logs that the job was dropped5281 logs the deduplication options of the worker5282# [RSpecRunTime] RSpec elapsed time: 32 minutes 52.97 seconds. Current RSS: ~2471M. Threads: 4. load average: 1.06 1.07 1.08 1/299 262165283.5284 #perform5285 updates job hash with dedup_wal_locations5286 when latest_wal_location is empty5287 does not update job hash with dedup_wal_locations5288 #perform5289 deletes the lock before executing5290# [RSpecRunTime] Finishing example group spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies/until_executing_spec.rb. It took 5.85 seconds. Expected to take 6.16 seconds.5291# [RSpecRunTime] Starting example group spec/services/projects/move_notification_settings_service_spec.rb. Expected to take 6.06 seconds.5292Projects::MoveNotificationSettingsService5293 #execute5294 does not move existent notification settings in the current project5295 with notification settings5296 moves the user's notification settings from one project to another5297 rollbacks changes if transaction fails5298# [RSpecRunTime] RSpec elapsed time: 32 minutes 59.64 seconds. Current RSS: ~2461M. Threads: 4. load average: 1.05 1.07 1.08 1/299 262175299.5300 when remove_remaining_elements is false5301 does not remove remaining notification settings5302# [RSpecRunTime] RSpec elapsed time: 33 minutes 0.65 second. Current RSS: ~2462M. Threads: 4. load average: 1.05 1.07 1.08 1/299 262185303.5304# [RSpecRunTime] Finishing example group spec/services/projects/move_notification_settings_service_spec.rb. It took 6.92 seconds. Expected to take 6.06 seconds.5305# [RSpecRunTime] Starting example group spec/tooling/lib/tooling/mappings/js_to_system_specs_mappings_spec.rb. Expected to take 5.95 seconds.5306Tooling::Mappings::JsToSystemSpecsMappings5307 #system_specs_for_edition5308 when a file is not a ruby spec5309 does not return that file5310 when a file is a ruby spec5311 returns that file5312 when FOSS5313 checks the correct folder5314 when EE5315 checks the correct folder5316 when JiHu5317 checks the correct folder5318 #construct_js_keywords5319 returns a singularized keyword based on the first folder the file is in5320 when the files are under the pages folder5321 captures the second folder5322 #execute5323 when no JS files were changed5324 does not change the output file5325 when some JS files were changed5326 when the JS files are not present on disk5327 does not change the output file5328 when the JS files are present on disk5329 when no system specs match the JS keyword5330 does not change the output file5331 when a system spec matches the JS keyword5332 adds the new specs to the output file5333 #filter_files5334 when no files were changed5335 returns an empty array5336 when JS files were changed5337 returns the path to the JS files5338# [RSpecRunTime] RSpec elapsed time: 33 minutes 6.34 seconds. Current RSS: ~2528M. Threads: 4. load average: 1.04 1.07 1.08 1/299 262195339.5340 when JS files are deleted5341 returns an empty array5342# [RSpecRunTime] Finishing example group spec/tooling/lib/tooling/mappings/js_to_system_specs_mappings_spec.rb. It took 5.96 seconds. Expected to take 5.95 seconds.5343# [RSpecRunTime] Starting example group spec/graphql/mutations/alert_management/update_alert_status_spec.rb. Expected to take 5.85 seconds.5344Mutations::AlertManagement::UpdateAlertStatus5345 is expected to require graphql authorizations :update_alert_management_alert5346 #resolve5347 raises an error if the resource is not accessible to the user5348 user has access to project5349 changes the status5350 returns the alert with no errors5351 behaves like an incident management tracked event5352 .track_event5353 tracks the event using redis5354# [RSpecRunTime] RSpec elapsed time: 33 minutes 9.41 seconds. Current RSS: ~2524M. Threads: 4. load average: 1.04 1.07 1.08 1/299 262205355.5356 behaves like Snowplow event tracking with RedisHLL context5357 behaves like Snowplow event tracking5358 is emitted5359 error occurs when updating5360 returns the alert with errors5361 invalid status given5362 returns the alert with errors5363# [RSpecRunTime] Finishing example group spec/graphql/mutations/alert_management/update_alert_status_spec.rb. It took 4.2 seconds. Expected to take 5.85 seconds.5364# [RSpecRunTime] Starting example group spec/lib/gitlab/import_export/saver_spec.rb. Expected to take 5.75 seconds.5365Gitlab::ImportExport::Saver5366 saves the repo using object storage5367 logs metrics after saving5368 removes archive path and keeps base path untouched5369 when save throws an exception5370 logs a saver error5371# [RSpecRunTime] RSpec elapsed time: 33 minutes 16.75 seconds. Current RSS: ~2457M. Threads: 4. load average: 1.04 1.07 1.08 1/302 262385372.5373# [RSpecRunTime] Finishing example group spec/lib/gitlab/import_export/saver_spec.rb. It took 5.94 seconds. Expected to take 5.75 seconds.5374# [RSpecRunTime] Starting example group spec/services/tags/destroy_service_spec.rb. Expected to take 5.66 seconds.5375Tags::DestroyService5376 #execute5377 removes the tag5378 calls the RefDeleteUnlockArtifactsWorker5379 when there is an associated release on the tag5380 destroys the release5381# [RSpecRunTime] RSpec elapsed time: 33 minutes 21.69 seconds. Current RSS: ~2363M. Threads: 4. load average: 1.03 1.06 1.08 3/305 264555382.5383# [RSpecRunTime] Finishing example group spec/services/tags/destroy_service_spec.rb. It took 4.98 seconds. Expected to take 5.66 seconds.5384# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/markdown_text_spec.rb. Expected to take 5.56 seconds.5385Gitlab::GithubImport::MarkdownText5386 .format5387 formats the text5388 .convert_ref_links5389 is expected to eq " Sunt dolor cupiditate blanditiis quas. Libero similique voluptates hic quos assumenda rem co...que ex itaque dignissimos.\n http://localhost/namespace500/project-802/-/merge_requests/12\n"5390 when Github EE with custom domain name5391 is expected to eq " Architecto explicabo animi nobis reiciendis. Tempore error qui iusto consequuntur beatae. Pr... earum veritatis voluptas.\n http://localhost/namespace500/project-802/-/merge_requests/73\n"5392 .fetch_attachments5393 fetches attachments5394 returns an empty array when passed nil5395 #to_s5396 returns the text when the author was found5397 returns the text when the author has no login5398 returns empty text when it receives nil5399 returns the text with an extra header when the author was not found5400 cleans invalid chars5401# [RSpecRunTime] RSpec elapsed time: 33 minutes 26.97 seconds. Current RSS: ~2487M. Threads: 4. load average: 1.11 1.08 1.08 1/304 264565402.5403# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/markdown_text_spec.rb. It took 5.24 seconds. Expected to take 5.56 seconds.5404# [RSpecRunTime] Starting example group spec/lib/gitlab/database/background_migration/batch_optimizer_spec.rb. Expected to take 5.48 seconds.5405Gitlab::Database::BackgroundMigration::BatchOptimizer5406 #optimize5407 with unknown time efficiency, it keeps the batch size5408 with a time efficiency of 95%, it keeps the batch size5409 with a time efficiency of 90%, it keeps the batch size5410 with a time efficiency of 85%, it increases the batch size5411 with a time efficiency of 110%, it decreases the batch size5412 reaching the upper limit for an increase5413 caps the batch size multiplier at 20% when increasing5414 does not limit the decrease multiplier5415# [RSpecRunTime] RSpec elapsed time: 33 minutes 29.15 seconds. Current RSS: ~2493M. Threads: 4. load average: 1.11 1.08 1.08 1/304 264575416.5417 reaching the upper limit for the batch size5418 caps the batch size at 10M5419 when max_batch_size is set5420 caps the batch size at max_batch_size5421 reaching the lower limit for the batch size5422 caps the batch size at 1k5423 when migration max_batch_size is less than MIN_BATCH_SIZE5424 does not raise an error5425# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/background_migration/batch_optimizer_spec.rb. It took 3.14 seconds. Expected to take 5.48 seconds.5426# [RSpecRunTime] Starting example group spec/lib/gitlab/bitbucket_import/wiki_formatter_spec.rb. Expected to take 5.37 seconds.5427Gitlab::BitbucketImport::WikiFormatter5428 #disk_path5429 appends .wiki to disk path5430# [RSpecRunTime] RSpec elapsed time: 33 minutes 33.27 seconds. Current RSS: ~2508M. Threads: 4. load average: 1.10 1.08 1.08 1/299 264585431.5432 #full_path5433 appends .wiki to project path5434 #import_url5435 returns URL of the wiki repository5436# [RSpecRunTime] Finishing example group spec/lib/gitlab/bitbucket_import/wiki_formatter_spec.rb. It took 4.84 seconds. Expected to take 5.37 seconds.5437# [RSpecRunTime] Starting example group spec/lib/bulk_imports/projects/pipelines/ci_pipelines_pipeline_spec.rb. Expected to take 5.28 seconds.5438BulkImports::Projects::Pipelines::CiPipelinesPipeline5439 #run5440 imports Ci::Pipeline into destination project5441 notes5442 imports pipeline with notes5443# [RSpecRunTime] RSpec elapsed time: 33 minutes 36.85 seconds. Current RSS: ~2447M. Threads: 4. load average: 1.09 1.08 1.08 1/299 264595444.5445 stages5446 imports pipeline with notes5447 external pull request5448 imports pipeline with external pull request5449 merge request5450 imports pipeline with external pull request5451# [RSpecRunTime] Finishing example group spec/lib/bulk_imports/projects/pipelines/ci_pipelines_pipeline_spec.rb. It took 4.34 seconds. Expected to take 5.28 seconds.5452# [RSpecRunTime] Starting example group spec/models/integrations/chat_message/wiki_page_message_spec.rb. Expected to take 5.18 seconds.5453Integrations::ChatMessage::WikiPageMessage5454 does not allow STI5455 behaves like Integrations::ChatMessage5456 when input contains link markup5457 strips all link markup characters5458 without markdown5459 #pretext5460 when :action == "create"5461 returns a message that a new wiki page was created5462# [RSpecRunTime] RSpec elapsed time: 33 minutes 41.41 seconds. Current RSS: ~2425M. Threads: 4. load average: 1.09 1.08 1.08 1/299 264605463.5464 when :action == "update"5465 returns a message that a wiki page was updated5466# [RSpecRunTime] RSpec elapsed time: 33 minutes 42.83 seconds. Current RSS: ~2435M. Threads: 4. load average: 1.09 1.08 1.08 1/299 264615467.5468 #attachments5469 when :action == "create"5470 returns the commit message for a new wiki page5471 when :action == "update"5472 returns the commit message for an updated wiki page5473 with markdown5474 #pretext5475 when :action == "create"5476 returns a message that a new wiki page was created5477 when :action == "update"5478 returns a message that a wiki page was updated5479 #attachments5480 when :action == "create"5481 returns the commit message for a new wiki page5482 when :action == "update"5483 returns the commit message for an updated wiki page5484 #activity5485 when :action == "create"5486 returns the attachment for a new wiki page5487 when :action == "update"5488 returns the attachment for an updated wiki page5489# [RSpecRunTime] Finishing example group spec/models/integrations/chat_message/wiki_page_message_spec.rb. It took 5.52 seconds. Expected to take 5.18 seconds.5490# [RSpecRunTime] Starting example group spec/models/blob_viewer/license_spec.rb. Expected to take 5.0 seconds.5491BlobViewer::License5492 does not allow STI5493 #license5494 returns the blob project repository license5495# [RSpecRunTime] RSpec elapsed time: 33 minutes 46.73 seconds. Current RSS: ~2442M. Threads: 4. load average: 1.24 1.11 1.09 1/300 264965496.5497 #render_error5498 when there is no license5499 returns :unknown_license5500# [RSpecRunTime] RSpec elapsed time: 33 minutes 47.8 seconds. Current RSS: ~2453M. Threads: 4. load average: 1.24 1.11 1.09 1/300 265235501.5502 when there is a license5503 returns nil5504# [RSpecRunTime] RSpec elapsed time: 33 minutes 51.14 seconds. Current RSS: ~2485M. Threads: 4. load average: 1.22 1.11 1.09 1/301 265585505.5506# [RSpecRunTime] Finishing example group spec/models/blob_viewer/license_spec.rb. It took 6.32 seconds. Expected to take 5.0 seconds.5507# [RSpecRunTime] Starting example group spec/models/customer_relations/contact_state_counts_spec.rb. Expected to take 4.95 seconds.5508CustomerRelations::ContactStateCounts5509 does not allow STI5510 .declarative_policy_class5511 is expected to eq "CustomerRelations::ContactPolicy"5512# [RSpecRunTime] RSpec elapsed time: 33 minutes 52.4 seconds. Current RSS: ~2483M. Threads: 4. load average: 1.22 1.11 1.09 1/301 265595513.5514 #all5515 returns the total number of contacts5516 #active5517 returns the number of active contacts5518 #inactive5519 returns the number of inactive contacts5520 when filtered5521 #all returns the number of contacts with a filter5522 #active returns the number of active contacts with a filter5523 #inactive returns the number of inactive contacts with a filter5524# [RSpecRunTime] Finishing example group spec/models/customer_relations/contact_state_counts_spec.rb. It took 3.0 seconds. Expected to take 4.95 seconds.5525# [RSpecRunTime] Starting example group spec/workers/ci/resource_groups/assign_resource_from_resource_group_worker_spec.rb. Expected to take 4.88 seconds.5526Ci::ResourceGroups::AssignResourceFromResourceGroupWorker5527 has the `until_executed` deduplicate strategy5528 has an option to reschedule once if deduplicated5529 has an option to deduplicate scheduled jobs5530 #perform5531 behaves like an idempotent worker5532 is labeled as idempotent5533 performs multiple times sequentially without raising an exception5534# [RSpecRunTime] RSpec elapsed time: 33 minutes 58.33 seconds. Current RSS: ~2498M. Threads: 4. load average: 1.12 1.09 1.09 1/300 265605535.5536 when resource group exists5537 executes AssignResourceFromResourceGroupService5538 when build does not exist5539 does not execute AssignResourceFromResourceGroupService5540# [RSpecRunTime] Finishing example group spec/workers/ci/resource_groups/assign_resource_from_resource_group_worker_spec.rb. It took 5.22 seconds. Expected to take 4.88 seconds.5541# [RSpecRunTime] Starting example group spec/models/blob_viewer/base_spec.rb. Expected to take 4.8 seconds.5542BlobViewer::Base5543 does not allow STI5544 .can_render?5545 when the extension is supported5546 when the binaryness matches5547 returns true5548 when the binaryness does not match5549 returns false5550 when the file type is supported5551 when the binaryness matches5552 returns true5553 when the binaryness does not match5554 returns false5555 when the extension and file type are not supported5556 returns false5557 #collapsed?5558 when the blob size is larger than the collapse limit5559 returns true5560 when the blob size is smaller than the collapse limit5561 returns false5562 #too_large?5563 when the blob size is larger than the size limit5564 returns true5565 when the blob size is smaller than the size limit5566 returns false5567 #render_error5568 when the blob is expanded5569 when the blob size is larger than the size limit5570 returns :too_large5571 when the blob size is smaller than the size limit5572 returns nil5573# [RSpecRunTime] RSpec elapsed time: 34 minutes 4.98 seconds. Current RSS: ~2532M. Threads: 4. load average: 1.11 1.09 1.09 1/299 265615574.5575 when not expanded5576 when the blob size is larger than the collapse limit5577 returns :collapsed5578 when the blob size is smaller than the collapse limit5579 returns nil5580# [RSpecRunTime] Finishing example group spec/models/blob_viewer/base_spec.rb. It took 6.24 seconds. Expected to take 4.8 seconds.5581# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/importer/lfs_objects_importer_spec.rb. Expected to take 4.72 seconds.5582Gitlab::GithubImport::Importer::LfsObjectsImporter5583 #parallel?5584 returns true when running in parallel mode5585 returns false when running in sequential mode5586 #execute5587 when running in parallel mode5588 imports lfs objects in parallel5589 when running in sequential mode5590 imports lfs objects in sequence5591 when LFS list download fails5592 rescues and logs the known exceptions5593 raises and logs the unknown exceptions5594 #sequential_import5595 imports each lfs object in sequence5596 #parallel_import5597 imports each lfs object in parallel5598 #collection_options5599 returns an empty Hash5600# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/importer/lfs_objects_importer_spec.rb. It took 2.75 seconds. Expected to take 4.72 seconds.5601# [RSpecRunTime] Starting example group spec/lib/gitlab/external_authorization/client_spec.rb. Expected to take 4.65 seconds.5602Gitlab::ExternalAuthorization::Client5603 #request_access5604 performs requests to the configured endpoint5605 adds the correct params for the user to the body of the request5606 respects the the timeout5607 adds the mutual tls params when they are present5608 returns an expected response5609 wraps exceptions if the request fails5610 passes local request setting to Gitlab::HTTP5611 for ldap users5612 includes the ldap dn and identities for ldap users5613# [RSpecRunTime] RSpec elapsed time: 34 minutes 13.06 seconds. Current RSS: ~2517M. Threads: 4. load average: 1.17 1.10 1.09 1/299 265625614.5615 for non-ldap users with identities5616 includes all the identities5617# [RSpecRunTime] Finishing example group spec/lib/gitlab/external_authorization/client_spec.rb. It took 5.1 seconds. Expected to take 4.65 seconds.5618# [RSpecRunTime] Starting example group spec/lib/web_ide/extensions_marketplace_spec.rb. Expected to take 4.56 seconds.5619WebIde::ExtensionsMarketplace5620 #user_preferences_url5621 is expected to match "/-/profile/preferences#integrations"5622 #help_preferences_url5623 is expected to match "/help/user/profile/preferences#integrate-with-the-extension-marketplace"5624 #marketplace_home_url5625 is expected to eq "https://open-vsx.org"5626 #feature_enabled?5627 web_ide_extensions_marketplace: current_user, web_ide_oauth: false, expectation: false5628 returns the expected value5629 web_ide_extensions_marketplace: current_user, web_ide_oauth: true, expectation: true5630 returns the expected value5631 web_ide_extensions_marketplace: false, web_ide_oauth: false, expectation: false5632 returns the expected value5633 web_ide_extensions_marketplace: false, web_ide_oauth: true, expectation: false5634 returns the expected value5635# [RSpecRunTime] RSpec elapsed time: 34 minutes 17.74 seconds. Current RSS: ~2542M. Threads: 4. load average: 1.16 1.10 1.09 1/299 265635636.5637 #webide_extensions_gallery_settings5638 when instance enabled5639 when user opt in enabled, returns enabled settings5640 when user opt in disabled5641 opt_in_status: :unset, reason: :opt_in_unset5642 returns disabled settings5643 opt_in_status: :disabled, reason: :opt_in_disabled5644 returns disabled settings5645 when instance disabled5646 returns disabled settings and help url5647 #help_url5648 is expected to match "/help/user/project/web_ide/index#extension-marketplace"5649# [RSpecRunTime] Finishing example group spec/lib/web_ide/extensions_marketplace_spec.rb. It took 5.73 seconds. Expected to take 4.56 seconds.5650# [RSpecRunTime] Starting example group spec/views/projects/settings/ci_cd/_autodevops_form.html.haml_spec.rb. Expected to take 4.48 seconds.5651projects/settings/ci_cd/_autodevops_form5652 shows a warning message about Kubernetes cluster5653 when the project has an available kubernetes cluster5654 does not show a warning message about Kubernetes cluster5655 shows a warning message about base domain5656# [RSpecRunTime] RSpec elapsed time: 34 minutes 23.62 seconds. Current RSS: ~2413M. Threads: 4. load average: 1.15 1.10 1.09 1/298 266425657.5658# [RSpecRunTime] Finishing example group spec/views/projects/settings/ci_cd/_autodevops_form.html.haml_spec.rb. It took 4.44 seconds. Expected to take 4.48 seconds.5659# [RSpecRunTime] Starting example group spec/graphql/types/terraform/state_type_spec.rb. Expected to take 4.4 seconds.5660Types::Terraform::StateType5661 is expected to eq "TerraformState"5662 is expected to require graphql authorizations :read_terraform_state5663 fields5664 is expected to have graphql fields :id, :name, :locked_by_user, :locked_at, :latest_version, :created_at, :updated_at, and :deleted_at5665 is expected to be non null5666 is expected to be non null5667 is expected not to be non null5668 is expected not to be non null5669 is expected to be non null5670 is expected to be non null5671 is expected not to be non null5672 is expected not to be non null5673 is expected to eq 35674# [RSpecRunTime] RSpec elapsed time: 34 minutes 29.12 seconds. Current RSS: ~2409M. Threads: 4. load average: 1.14 1.09 1.09 1/298 266435675.5676# [RSpecRunTime] Finishing example group spec/graphql/types/terraform/state_type_spec.rb. It took 5.49 seconds. Expected to take 4.4 seconds.5677# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/importer/issue_importer_spec.rb. Expected to take 4.32 seconds.5678Gitlab::GithubImport::Importer::IssueImporter5679 .import_if_issue5680 imports an issuable if it is a regular issue5681 does not import the issuable if it is a pull request5682 #execute5683 creates the issue5684 caches the created issue ID5685 when author is mapped to a user5686 sets the author ID to the mapped user and preserves the original issue description5687# [RSpecRunTime] RSpec elapsed time: 34 minutes 33.4 seconds. Current RSS: ~2476M. Threads: 4. load average: 1.12 1.09 1.09 1/298 266445688.5689 when assigness are mapped to users5690 sets the assignee IDs to the mapped users5691# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/importer/issue_importer_spec.rb. It took 4.79 seconds. Expected to take 4.32 seconds.5692# [RSpecRunTime] Starting example group spec/models/subscription_spec.rb. Expected to take 4.26 seconds.5693Subscription5694 does not allow STI5695 relationships5696 is expected to belong to project required: false5697 is expected to belong to subscribable required: false5698 is expected to belong to user required: false5699# [RSpecRunTime] RSpec elapsed time: 34 minutes 35.3 seconds. Current RSS: ~2474M. Threads: 4. load average: 1.12 1.09 1.09 1/298 266455700.5701 validations5702 is expected to validate that :subscribable cannot be empty/falsy5703 is expected to validate that :user cannot be empty/falsy5704 validates uniqueness of project_id scoped to subscribable_id, subscribable_type, and user_id5705# [RSpecRunTime] RSpec elapsed time: 34 minutes 37.2 seconds. Current RSS: ~2448M. Threads: 4. load average: 1.11 1.09 1.09 1/298 266465706.5707# [RSpecRunTime] Finishing example group spec/models/subscription_spec.rb. It took 3.3 seconds. Expected to take 4.26 seconds.5708# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 46.95 seconds.5709Lint factories for Subscription5710 with saas, license, and factory defaults5711 behaves like factory5712 subscription factory5713 does not raise error when built5714 does not raise error when created5715 linting :group_label trait5716 does not raise error when created5717# [RSpecRunTime] RSpec elapsed time: 34 minutes 41.82 seconds. Current RSS: ~2484M. Threads: 4. load average: 1.10 1.09 1.09 1/298 266735718.5719# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 4.64 seconds. Expected to take 46.95 seconds.5720# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/coverage_spec.rb. Expected to take 4.19 seconds.5721Gitlab::Ci::Config::Entry::Coverage5722 validations5723 when entry config value doesn't have the surrounding '/'5724 #errors5725 is expected to include /coverage config must be a regular expression/5726 #valid?5727 is expected not to be valid5728 when entry config value has the surrounding '/'5729 #value5730 is expected to eq "Code coverage: \\d+\\.\\d+"5731 #errors5732 is expected to be empty5733 #valid?5734 is expected to be valid5735 when entry value is not valid5736 #errors5737 is expected to include /coverage config must be a regular expression/5738 #valid?5739 is expected not to be valid5740# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/coverage_spec.rb. It took 2.05 seconds. Expected to take 4.19 seconds.5741# [RSpecRunTime] Starting example group spec/graphql/resolvers/group_releases_resolver_spec.rb. Expected to take 4.13 seconds.5742Resolvers::GroupReleasesResolver5743 #resolve5744 behaves like releases and group releases resolver5745 when the user does not have access to the project5746 returns an empty response5747# [RSpecRunTime] RSpec elapsed time: 34 minutes 45.19 seconds. Current RSS: ~2485M. Threads: 4. load average: 1.10 1.09 1.09 1/298 266745748.5749 when the user has full access to the project's releases5750 returns all releases associated to the project5751 when order_by is released_at5752 with sort: desc5753 returns the releases ordered by released_at in descending order5754# [RSpecRunTime] RSpec elapsed time: 34 minutes 46.45 seconds. Current RSS: ~2485M. Threads: 4. load average: 1.02 1.07 1.08 1/298 266755755.5756 with sort: asc5757 returns the releases ordered by released_at in ascending order5758# [RSpecRunTime] RSpec elapsed time: 34 minutes 47.47 seconds. Current RSS: ~2495M. Threads: 4. load average: 1.02 1.07 1.08 1/298 266765759.5760# [RSpecRunTime] Finishing example group spec/graphql/resolvers/group_releases_resolver_spec.rb. It took 3.73 seconds. Expected to take 4.13 seconds.5761# [RSpecRunTime] Starting example group spec/services/packages/rubygems/dependency_resolver_service_spec.rb. Expected to take 4.05 seconds.5762Packages::Rubygems::DependencyResolverService5763 #execute5764 user without access5765 returns a service error5766# [RSpecRunTime] RSpec elapsed time: 34 minutes 50.42 seconds. Current RSS: ~2437M. Threads: 4. load average: 1.02 1.07 1.08 1/298 266775767.5768 user with access5769 when no package is found5770 returns a service error5771 package without dependencies5772 returns an empty dependencies array5773 package with dependencies5774 returns a set of dependencies5775 package with multiple versions5776 returns a set of dependencies5777# [RSpecRunTime] Finishing example group spec/services/packages/rubygems/dependency_resolver_service_spec.rb. It took 4.66 seconds. Expected to take 4.05 seconds.5778# [RSpecRunTime] Starting example group spec/workers/gitlab_service_ping_worker_spec.rb. Expected to take 3.98 seconds.5779GitlabServicePingWorker5780 does not run for SaaS when triggered from cron5781 runs for SaaS when triggered manually5782 delegates to ServicePing::SubmitService5783 obtains a 86400 second exclusive lease5784 sleeps for between 0 and 60 seconds5785 payload computation5786 creates RawUsageData entry when there is NO entry with the same recorded_at timestamp5787 updates RawUsageData entry when there is entry with the same recorded_at timestamp5788 reports errors and continue on execution5789# [RSpecRunTime] RSpec elapsed time: 34 minutes 57.01 seconds. Current RSS: ~2445M. Threads: 4. load average: 1.01 1.07 1.08 1/298 266785790.5791 when lease is not obtained5792 does not invoke ServicePing::SubmitService5793# [RSpecRunTime] Finishing example group spec/workers/gitlab_service_ping_worker_spec.rb. It took 5.16 seconds. Expected to take 3.98 seconds.5794# [RSpecRunTime] Starting example group spec/models/ci/variable_value_spec.rb. Expected to take 3.92 seconds.5795Ci::VariableValue5796 does not allow STI5797 #evaluate5798 when variable is a project variable5799 and it is not hidden5800 behaves like not hidden variable5801 returns an original value5802 and it is hidden5803 behaves like hidden variable5804 returns an original value5805 when feature flag `ci_hidden_variables` is disabled5806 and it is not hidden5807 behaves like not hidden variable5808 returns an original value5809 and it is hidden5810 behaves like not hidden variable5811 returns an original value5812 when variable is a group variable5813 and it is not hidden5814 behaves like not hidden variable5815 returns an original value5816 and it is hidden5817 behaves like hidden variable5818 returns an original value5819 when feature flag `ci_hidden_variables` is disabled5820 and it is not hidden5821 behaves like not hidden variable5822 returns an original value5823 and it is hidden5824 behaves like not hidden variable5825 returns an original value5826# [RSpecRunTime] Finishing example group spec/models/ci/variable_value_spec.rb. It took 2.82 seconds. Expected to take 3.92 seconds.5827# [RSpecRunTime] Starting example group spec/views/projects/jobs/_generic_commit_status.html.haml_spec.rb. Expected to take 3.86 seconds.5828projects/generic_commit_statuses/_generic_commit_status.html.haml5829 won't include a column with a link to its pipeline by default5830 can include a column with a link to its pipeline5831# [RSpecRunTime] Finishing example group spec/views/projects/jobs/_generic_commit_status.html.haml_spec.rb. It took 5.52 seconds. Expected to take 3.86 seconds.5832# [RSpecRunTime] RSpec elapsed time: 35 minutes 5.99 seconds. Current RSS: ~2513M. Threads: 4. load average: 0.94 1.05 1.07 1/300 267435833.5834# [RSpecRunTime] Starting example group spec/workers/releases/manage_evidence_worker_spec.rb. Expected to take 3.81 seconds.5835Releases::ManageEvidenceWorker5836 when `released_at` in inside the window5837 when Evidence has not been created5838 creates a new Evidence record5839# [RSpecRunTime] RSpec elapsed time: 35 minutes 7.99 seconds. Current RSS: ~2432M. Threads: 4. load average: 0.94 1.05 1.07 1/301 267805840.5841 when evidence has already been created5842 behaves like does not create a new Evidence record5843 sidekiq_inline5844# [RSpecRunTime] RSpec elapsed time: 35 minutes 9.31 seconds. Current RSS: ~2392M. Threads: 4. load average: 0.94 1.05 1.07 1/301 268075845.5846 when `released_at` is outside the window5847 behaves like does not create a new Evidence record5848 sidekiq_inline5849# [RSpecRunTime] Finishing example group spec/workers/releases/manage_evidence_worker_spec.rb. It took 3.69 seconds. Expected to take 3.81 seconds.5850# [RSpecRunTime] Starting example group spec/services/users/keys_count_service_spec.rb. Expected to take 3.75 seconds.5851Users::KeysCountService5852 behaves like a counter caching service5853 #count5854 caches the count5855 #refresh_cache5856 refreshes the cache5857 #delete_cache5858 removes the cache5859 #uncached_count5860 does not cache the count5861 #count5862 returns the number of SSH keys as an Integer5863 does not count signing keys5864 #uncached_count5865 returns the number of SSH keys5866 #cache_key5867 returns the cache key5868# [RSpecRunTime] RSpec elapsed time: 35 minutes 14.9 seconds. Current RSS: ~2513M. Threads: 4. load average: 0.94 1.05 1.07 1/300 268085869.5870# [RSpecRunTime] Finishing example group spec/services/users/keys_count_service_spec.rb. It took 5.32 seconds. Expected to take 3.75 seconds.5871# [RSpecRunTime] Starting example group spec/services/projects/all_merge_requests_count_service_spec.rb. Expected to take 3.68 seconds.5872Projects::AllMergeRequestsCountService5873 behaves like a counter caching service5874 #count5875 caches the count5876 #refresh_cache5877 refreshes the cache5878 #delete_cache5879 removes the cache5880 #uncached_count5881 does not cache the count5882 #count5883 returns the number of all merge requests5884# [RSpecRunTime] Finishing example group spec/services/projects/all_merge_requests_count_service_spec.rb. It took 2.26 seconds. Expected to take 3.68 seconds.5885# [RSpecRunTime] Starting example group spec/lib/bulk_imports/projects/pipelines/project_attributes_pipeline_spec.rb. Expected to take 3.62 seconds.5886BulkImports::Projects::Pipelines::ProjectAttributesPipeline5887 #run5888 imports project attributes5889 when project is archived5890 sets project as archived5891# [RSpecRunTime] RSpec elapsed time: 35 minutes 18.61 seconds. Current RSS: ~2520M. Threads: 4. load average: 0.95 1.05 1.07 1/298 268095892.5893 #transform5894 removes prohibited attributes from hash5895 #load5896 assigns attributes, drops visibility and reconciles shared runner setting5897 #after_run5898 calls extractor#remove_tmpdir5899 .relation5900 is expected to eq "self"5901# [RSpecRunTime] Finishing example group spec/lib/bulk_imports/projects/pipelines/project_attributes_pipeline_spec.rb. It took 2.47 seconds. Expected to take 3.62 seconds.5902# [RSpecRunTime] Starting example group spec/serializers/user_serializer_spec.rb. Expected to take 3.55 seconds.5903UserSerializer5904 serializer with merge request context5905 returns a user with can_merge option5906# [RSpecRunTime] RSpec elapsed time: 35 minutes 22.74 seconds. Current RSS: ~2500M. Threads: 4. load average: 1.11 1.08 1.08 1/304 269465907.5908# [RSpecRunTime] Finishing example group spec/serializers/user_serializer_spec.rb. It took 3.22 seconds. Expected to take 3.55 seconds.5909# [RSpecRunTime] Starting example group spec/lib/import/placeholder_reference_alias_resolver_spec.rb. Expected to take 3.49 seconds.5910Import::PlaceholderReferenceAliasResolver5911 ALIASES5912 points to real columns5913# [RSpecRunTime] RSpec elapsed time: 35 minutes 25.46 seconds. Current RSS: ~2534M. Threads: 4. load average: 1.11 1.08 1.08 1/303 269475914.5915 .aliased_model5916 when model exists5917 returns the model5918 when the model has changed5919 returns the new model name5920 when requesting an unknown model5921 returns a constantized version of the passed string after reporting a missing alias5922 when requesting a model that doesn't exist5923 returns nil after reporting a missing alias5924 .aliased_column5925 returns the column5926 when the column has changed5927 returns the new column name5928 when the column doesn't exist5929 returns the same column after reporting a missing alias5930# [RSpecRunTime] Finishing example group spec/lib/import/placeholder_reference_alias_resolver_spec.rb. It took 4.55 seconds. Expected to take 3.49 seconds.5931# [RSpecRunTime] Starting example group spec/graphql/types/container_expiration_policy_type_spec.rb. Expected to take 3.43 seconds.5932Types::ContainerExpirationPolicyType5933 is expected to eq "ContainerExpirationPolicy"5934 is expected to require graphql authorizations :admin_container_image5935 is expected to eq "A tag expiration policy designed to keep only the images that matter most"5936 older_than field5937 returns older_than enum5938# [RSpecRunTime] RSpec elapsed time: 35 minutes 28.66 seconds. Current RSS: ~2539M. Threads: 4. load average: 1.10 1.08 1.08 3/303 269485939.5940 name_regex field5941 returns untrusted regexp type5942 keep n field5943 returns keep enum5944# [RSpecRunTime] RSpec elapsed time: 35 minutes 31.67 seconds. Current RSS: ~2534M. Threads: 4. load average: 1.09 1.08 1.08 3/301 269495945.5946 name_regex_keep field5947 returns untrusted regexp type5948# [RSpecRunTime] Finishing example group spec/graphql/types/container_expiration_policy_type_spec.rb. It took 4.51 seconds. Expected to take 3.43 seconds.5949# [RSpecRunTime] Starting example group spec/models/container_registry/data_repair_detail_spec.rb. Expected to take 3.36 seconds.5950ContainerRegistry::DataRepairDetail5951 does not allow STI5952 is expected to belong to project required: true5953 behaves like having unique enum values5954 has unique values in "status"5955# [RSpecRunTime] RSpec elapsed time: 35 minutes 33.45 seconds. Current RSS: ~2498M. Threads: 4. load average: 1.09 1.08 1.08 1/298 269505956.5957 .ongoing_since5958 is expected to contain exactly #<ContainerRegistry::DataRepairDetail missing_count: 0, project_id: 779, created_at: "2024-07-31 10:51:53.816397236 +0000", updated_at: "2024-07-30 10:51:53.446504753 +0000", status: "ongoing">5959# [RSpecRunTime] RSpec elapsed time: 35 minutes 35.1 seconds. Current RSS: ~2486M. Threads: 4. load average: 1.09 1.08 1.08 1/298 269515960.5961# [RSpecRunTime] Finishing example group spec/models/container_registry/data_repair_detail_spec.rb. It took 3.18 seconds. Expected to take 3.36 seconds.5962# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 46.95 seconds.5963Lint factories for ContainerRegistry::DataRepairDetail5964 with saas, license, and factory defaults5965 behaves like factory5966 container_registry_data_repair_detail factory5967 does not raise error when built5968 does not raise error when created5969 linting :ongoing trait5970 does not raise error when created5971# [RSpecRunTime] RSpec elapsed time: 35 minutes 37.15 seconds. Current RSS: ~2408M. Threads: 4. load average: 1.09 1.07 1.08 1/298 269785972.5973 linting :completed trait5974 does not raise error when created5975 linting :failed trait5976 does not raise error when created5977# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 2.65 seconds. Expected to take 46.95 seconds.5978# [RSpecRunTime] Starting example group spec/lib/gitlab/usage_data_counters/vscode_extension_activity_unique_counter_spec.rb. Expected to take 3.3 seconds.5979Gitlab::UsageDataCounters::VSCodeExtensionActivityUniqueCounter5980 when tracking a vs code api request5981 behaves like a request from an extension5982 tracks when the user agent is matching5983 does not track when the user agent is not matching5984 does not track if user agent is not present5985 does not track if user is not present5986# [RSpecRunTime] RSpec elapsed time: 35 minutes 41.51 seconds. Current RSS: ~2492M. Threads: 4. load average: 1.08 1.07 1.08 1/298 269795987.5988# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage_data_counters/vscode_extension_activity_unique_counter_spec.rb. It took 3.78 seconds. Expected to take 3.3 seconds.5989# [RSpecRunTime] Starting example group spec/lib/gitlab/database/schema_cleaner_spec.rb. Expected to take 3.22 seconds.5990Gitlab::Database::SchemaCleaner5991 removes comments on extensions5992 no assumption about public being the default schema5993 cleans up all the gitlab_schema_prevent_write table triggers5994 keeps the lock_writes trigger functions5995 cleans up the full schema as expected (blackbox test with example)5996# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/schema_cleaner_spec.rb. It took 1.56 seconds. Expected to take 3.22 seconds.5997# [RSpecRunTime] RSpec elapsed time: 35 minutes 43.29 seconds. Current RSS: ~2493M. Threads: 4. load average: 1.08 1.07 1.08 1/298 269805998.5999# [RSpecRunTime] Starting example group spec/views/profiles/preferences/show.html.haml_spec.rb. Expected to take 3.17 seconds.6000profiles/preferences/show6001 behavior6002 has option for Render whitespace characters in the Web IDE6003 has an id for anchoring6004 has helpful homepage setup guidance6005# [RSpecRunTime] RSpec elapsed time: 35 minutes 44.64 seconds. Current RSS: ~2496M. Threads: 4. load average: 1.08 1.07 1.08 1/298 269816006.6007 navigation theme6008 has an id for anchoring6009 localization6010 has an id for anchoring6011# [RSpecRunTime] RSpec elapsed time: 35 minutes 47.67 seconds. Current RSS: ~2484M. Threads: 4. load average: 1.07 1.07 1.08 1/298 269826012.6013 syntax highlighting theme6014 has an id for anchoring6015 appearance6016 has an id for anchoring6017# [RSpecRunTime] Finishing example group spec/views/profiles/preferences/show.html.haml_spec.rb. It took 5.12 seconds. Expected to take 3.17 seconds.6018# [RSpecRunTime] Starting example group spec/graphql/resolvers/user_resolver_spec.rb. Expected to take 3.12 seconds.6019Resolvers::UserResolver6020 #resolve6021 by username6022 authenticated access6023 returns the correct user6024 unauthenticated access6025 forbids search6026 by ID6027 authenticated access6028 returns the correct user6029 unauthenticated access6030 forbids search6031# [RSpecRunTime] Finishing example group spec/graphql/resolvers/user_resolver_spec.rb. It took 1.5 seconds. Expected to take 3.12 seconds.6032# [RSpecRunTime] Starting example group spec/workers/concerns/limited_capacity/job_tracker_spec.rb. Expected to take 3.06 seconds.6033LimitedCapacity::JobTracker6034 #register6035 adds jid to the set6036 returns false if the jid was not added6037 #remove6038 removes jid from the set6039 #clean_up6040 with running jobs6041 does not remove the jid from the set6042 does only one Redis call to get the job ids6043 with completed jobs6044 removes the jid from the set6045 gets the job ids, removes them, and updates the counter with only two Redis calls6046# [RSpecRunTime] Finishing example group spec/workers/concerns/limited_capacity/job_tracker_spec.rb. It took 1.94 seconds. Expected to take 3.06 seconds.6047# [RSpecRunTime] Starting example group spec/policies/alert_management/http_integration_policy_spec.rb. Expected to take 3.0 seconds.6048AlertManagement::HttpIntegrationPolicy6049 rules6050 is expected to be disallowed :admin_operations6051 when maintainer6052 is expected to be allowed :admin_operations6053# [RSpecRunTime] RSpec elapsed time: 35 minutes 56.15 seconds. Current RSS: ~2549M. Threads: 4. load average: 1.06 1.07 1.08 1/300 269836054.6055# [RSpecRunTime] Finishing example group spec/policies/alert_management/http_integration_policy_spec.rb. It took 4.44 seconds. Expected to take 3.0 seconds.6056# [RSpecRunTime] Starting example group spec/helpers/workhorse_helper_spec.rb. Expected to take 2.94 seconds.6057WorkhorseHelper6058 #content_disposition_for_blob6059 when Content-Disposition is inline6060 when blob is XHTML6061 is expected to eq "inline; filename=\"test\"; filename*=UTF-8''test"6062 when blob is not XHTML6063 is expected to eq "inline"6064 when Content-Disposition is attachment6065 is expected to eq "attachment; filename=\"test.pdf\"; filename*=UTF-8''test.pdf"6066# [RSpecRunTime] Finishing example group spec/helpers/workhorse_helper_spec.rb. It took 1.18 seconds. Expected to take 2.94 seconds.6067# [RSpecRunTime] Starting example group spec/lib/gitlab/instrumentation/redis_spec.rb. Expected to take 2.88 seconds.6068Gitlab::Instrumentation::Redis6069 behaves like aggregation of redis storage data6070 get_request_count sum6071 sums data from all Redis storages6072 behaves like aggregation of redis storage data6073 get_cross_slot_request_count sum6074 sums data from all Redis storages6075 behaves like aggregation of redis storage data6076 get_allowed_cross_slot_request_count sum6077 sums data from all Redis storages6078 behaves like aggregation of redis storage data6079 query_time sum6080 sums data from all Redis storages6081 behaves like aggregation of redis storage data6082 read_bytes sum6083 sums data from all Redis storages6084 behaves like aggregation of redis storage data6085 write_bytes sum6086 sums data from all Redis storages6087 .detail_store6088 returns a flat array of detail stores with the storage name added to each item6089# [RSpecRunTime] Finishing example group spec/lib/gitlab/instrumentation/redis_spec.rb. It took 1.94 seconds. Expected to take 2.88 seconds.6090# [RSpecRunTime] Starting example group spec/graphql/resolvers/groups_resolver_spec.rb. Expected to take 2.83 seconds.6091Resolvers::GroupsResolver6092 #resolve6093 includes public groups6094 includes accessible private groups6095 ordering6096 orders by name ascending6097# [RSpecRunTime] RSpec elapsed time: 36 minutes 3.48 seconds. Current RSS: ~2560M. Threads: 4. load average: 1.06 1.07 1.08 1/301 269846098.6099 with `search` argument6100 filters groups by name6101# [RSpecRunTime] Finishing example group spec/graphql/resolvers/groups_resolver_spec.rb. It took 4.63 seconds. Expected to take 2.83 seconds.6102# [RSpecRunTime] Starting example group spec/lib/feature/shared_spec.rb. Expected to take 2.77 seconds.6103Feature::Shared6104 .can_be_default_enabled?6105 when type is gitlab_com_derisk6106 is expected to eq false6107 when type is wip6108 is expected to eq false6109 when type is beta6110 is expected to eq true6111 when type is ops6112 is expected to eq true6113 when type is experiment6114 is expected to eq false6115 when type is worker6116 is expected to eq false6117 when type is undefined6118 is expected to eq false6119 when type is development6120 is expected to eq true6121# [RSpecRunTime] Finishing example group spec/lib/feature/shared_spec.rb. It took 2.29 seconds. Expected to take 2.77 seconds.6122# [RSpecRunTime] Starting example group spec/workers/counters/cleanup_refresh_worker_spec.rb. Expected to take 2.72 seconds.6123Counters::CleanupRefreshWorker6124 #perform6125 calls cleanup_refresh on the counter6126 when model class does not exist6127 does nothing6128# [RSpecRunTime] RSpec elapsed time: 36 minutes 7.47 seconds. Current RSS: ~2539M. Threads: 4. load average: 1.05 1.07 1.08 1/300 269856129.6130 when record does not exist6131 does nothing6132# [RSpecRunTime] Finishing example group spec/workers/counters/cleanup_refresh_worker_spec.rb. It took 2.03 seconds. Expected to take 2.72 seconds.6133# [RSpecRunTime] Starting example group spec/lib/gitlab/cache/metrics_spec.rb. Expected to take 2.68 seconds.6134Gitlab::Cache::Metrics6135 #increment_cache_miss6136 increments number of misses6137 when labels redefine defaults6138 increments number of misses6139# [RSpecRunTime] RSpec elapsed time: 36 minutes 11.38 seconds. Current RSS: ~2532M. Threads: 4. load average: 1.05 1.06 1.08 1/300 269866140.6141 #observe_cache_generation6142 updates histogram metric6143 when labels redefine defaults6144 updates histogram metric6145 #increment_cache_hit6146 increments number of hits6147 when labels redefine defaults6148 increments number of hits6149# [RSpecRunTime] Finishing example group spec/lib/gitlab/cache/metrics_spec.rb. It took 4.28 seconds. Expected to take 2.68 seconds.6150# [RSpecRunTime] Starting example group spec/lib/api/validations/validators/limit_spec.rb. Expected to take 2.63 seconds.6151API::Validations::Validators::Limit6152 valid limit param6153 does not raise a validation error6154 longer than limit param6155 raises a validation error6156 value is nil6157 does not raise a validation error6158# [RSpecRunTime] Finishing example group spec/lib/api/validations/validators/limit_spec.rb. It took 1.07 seconds. Expected to take 2.63 seconds.6159# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/stage_spec.rb. Expected to take 2.58 seconds.6160Gitlab::Ci::Config::Entry::Stage6161 validations6162 when stage config value is correct6163 #value6164 returns a stage key6165 #valid?6166 is valid6167 when value has a wrong type6168 reports errors about wrong type6169 .default6170 returns default stage6171# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/stage_spec.rb. It took 1.16 seconds. Expected to take 2.58 seconds.6172# [RSpecRunTime] Starting example group spec/lib/gitlab/analytics/usage_trends/workers_argument_builder_spec.rb. Expected to take 2.54 seconds.6173Gitlab::Analytics::UsageTrends::WorkersArgumentBuilder6174 when no measurement identifiers are given6175 returns empty array6176# [RSpecRunTime] RSpec elapsed time: 36 minutes 17.59 seconds. Current RSS: ~2516M. Threads: 4. load average: 1.04 1.06 1.08 1/300 269876177.6178 when measurement identifiers are given6179 returns worker arguments6180 when bogus measurement identifiers are given6181 skips bogus measurement identifiers6182# [RSpecRunTime] RSpec elapsed time: 36 minutes 19.12 seconds. Current RSS: ~2478M. Threads: 4. load average: 1.04 1.06 1.08 1/300 269886183.6184 when custom min and max queries are present6185 uses custom min/max for ids6186# [RSpecRunTime] Finishing example group spec/lib/gitlab/analytics/usage_trends/workers_argument_builder_spec.rb. It took 4.93 seconds. Expected to take 2.54 seconds.6187# [RSpecRunTime] Starting example group spec/lib/gitlab/graphql/mount_mutation_spec.rb. Expected to take 2.48 seconds.6188Gitlab::Graphql::MountMutation6189 .mount_aliased_mutation6190 mounts a mutation6191 has a correct `graphql_name`6192 has a correct type6193 has a correct input argument6194# [RSpecRunTime] RSpec elapsed time: 36 minutes 21.1 seconds. Current RSS: ~2479M. Threads: 4. load average: 1.04 1.06 1.08 1/300 269896195.6196 .mount_mutation6197 mounts a mutation6198# [RSpecRunTime] Finishing example group spec/lib/gitlab/graphql/mount_mutation_spec.rb. It took 1.79 seconds. Expected to take 2.48 seconds.6199# [RSpecRunTime] Starting example group spec/graphql/types/merge_requests/author_type_spec.rb. Expected to take 2.43 seconds.6200Types::MergeRequests::AuthorType6201 behaves like a user type with merge request interaction type6202 is expected to require graphql authorizations :read_user6203 has the expected fields6204 #merge_request_interaction6205 returns the correct type6206 has the correct arguments6207# [RSpecRunTime] RSpec elapsed time: 36 minutes 22.87 seconds. Current RSS: ~2481M. Threads: 4. load average: 1.04 1.06 1.08 1/300 269906208.6209# [RSpecRunTime] Finishing example group spec/graphql/types/merge_requests/author_type_spec.rb. It took 1.41 seconds. Expected to take 2.43 seconds.6210# [RSpecRunTime] Starting example group spec/workers/bulk_import_worker_spec.rb. Expected to take 2.39 seconds.6211BulkImportWorker6212 #perform6213 executes the BulkImports::ProcessService6214 when no BulkImport is found6215 returns without error6216 does not executes the BulkImports::ProcessService6217# [RSpecRunTime] RSpec elapsed time: 36 minutes 26.5 seconds. Current RSS: ~2567M. Threads: 4. load average: 1.04 1.06 1.08 1/300 269916218.6219 behaves like an idempotent worker6220 is labeled as idempotent6221 performs multiple times sequentially without raising an exception6222 #sidekiq_retries_exhausted6223 logs export failure and marks entity as failed6224# [RSpecRunTime] Finishing example group spec/workers/bulk_import_worker_spec.rb. It took 4.57 seconds. Expected to take 2.39 seconds.6225# [RSpecRunTime] Starting example group spec/lib/gitlab/word_diff/segments/diff_hunk_spec.rb. Expected to take 2.34 seconds.6226Gitlab::WordDiff::Segments::DiffHunk6227 #pos_old6228 is expected to eq 36229 when diff hunk is broken6230 is expected to eq 06231 #pos_new6232 is expected to eq 46233 when diff hunk is broken6234 is expected to eq 06235 #first_line?6236 is expected to be falsey6237 when diff hunk located on the first line6238 is expected to be truthy6239 #to_s6240 is expected to eq "@@ -3,14 +4,13 @@"6241# [RSpecRunTime] Finishing example group spec/lib/gitlab/word_diff/segments/diff_hunk_spec.rb. It took 1.97 seconds. Expected to take 2.34 seconds.6242# [RSpecRunTime] Starting example group spec/services/achievements/destroy_user_achievement_service_spec.rb. Expected to take 2.3 seconds.6243Achievements::DestroyUserAchievementService6244 #execute6245 when user does not have permission6246 returns an error6247# [RSpecRunTime] RSpec elapsed time: 36 minutes 32.95 seconds. Current RSS: ~2561M. Threads: 4. load average: 1.03 1.06 1.08 1/300 269926248.6249 when user has permission6250 deletes the achievement6251# [RSpecRunTime] Finishing example group spec/services/achievements/destroy_user_achievement_service_spec.rb. It took 3.85 seconds. Expected to take 2.3 seconds.6252# [RSpecRunTime] Starting example group spec/serializers/test_suite_comparer_entity_spec.rb. Expected to take 2.25 seconds.6253TestSuiteComparerEntity6254 #as_json6255 when head suite has a newly failed test case which does not exist in base6256 contains correct compared test suite details6257 when head suite has a new error test case which does not exist in base6258 contains correct compared test suite details6259 when head suite still has a failed test case which failed in base6260 contains correct compared test suite details6261 when head suite has a success test case which failed in base6262 contains correct compared test suite details6263 when head suite has suite error6264 contains suite error for head suite6265 when base suite has suite error6266 contains suite error for head suite6267 when base and head suite both have suite errors6268 contains suite error for head suite6269# [RSpecRunTime] Finishing example group spec/serializers/test_suite_comparer_entity_spec.rb. It took 2.12 seconds. Expected to take 2.25 seconds.6270# [RSpecRunTime] Starting example group spec/lib/gitlab/config_checker/external_database_checker_spec.rb. Expected to take 2.19 seconds.6271Gitlab::ConfigChecker::ExternalDatabaseChecker6272 #check6273 with a single database6274 when database meets minimum supported version6275 example at ./spec/lib/gitlab/config_checker/external_database_checker_spec.rb:30 (PENDING: Skipping because some of the extra databases [:ci, :main_clusterwide, :sec, :embedding, :geo] are setup)6276 when database does not meet minimum supported version6277 reports deprecated database notice (PENDING: Skipping because some of the extra databases [:ci, :main_clusterwide, :sec, :embedding, :geo] are setup)6278 with a multiple database6279 when both databases meets minimum supported version6280 is expected to be empty6281 when the one of the databases does not meet minimum supported version6282 reports deprecated database notice if the main database is using an old version6283 reports deprecated database notice if the ci database is using an old version6284# [RSpecRunTime] RSpec elapsed time: 36 minutes 39.28 seconds. Current RSS: ~2528M. Threads: 4. load average: 1.03 1.06 1.08 3/300 269936285.6286 when both databases do not meet minimum supported version6287 reports deprecated database notice6288# [RSpecRunTime] Finishing example group spec/lib/gitlab/config_checker/external_database_checker_spec.rb. It took 4.16 seconds. Expected to take 2.19 seconds.6289# [RSpecRunTime] Starting example group spec/graphql/types/ci/pipeline_message_type_spec.rb. Expected to take 2.13 seconds.6290Types::Ci::PipelineMessageType6291 contains attributes related to a pipeline message6292 is expected to eq "PipelineMessage"6293# [RSpecRunTime] Finishing example group spec/graphql/types/ci/pipeline_message_type_spec.rb. It took 0.86 second. Expected to take 2.13 seconds.6294# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/reports/security/finding_signature_spec.rb. Expected to take 2.08 seconds.6295Gitlab::Ci::Reports::Security::FindingSignature6296 #initialize6297 when a supported algorithm type is given6298 allows itself to be created6299 #valid?6300 returns true6301 #valid?6302 when supported algorithm_type is given6303 is valid6304 when an unsupported algorithm_type is given6305 is not valid6306 #to_hash6307 returns a hash representation of the signature6308# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/reports/security/finding_signature_spec.rb. It took 1.55 seconds. Expected to take 2.08 seconds.6309# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 46.95 seconds.6310Lint factories for Gitlab::Ci::Reports::Security::FindingSignature6311 with saas, license, and factory defaults6312 behaves like factory6313 ci_reports_security_finding_signature factory6314 does not raise error when built6315 does not raise error when created6316# [RSpecRunTime] RSpec elapsed time: 36 minutes 43.56 seconds. Current RSS: ~2489M. Threads: 4. load average: 1.03 1.06 1.08 1/300 270206317.6318# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.62 seconds. Expected to take 46.95 seconds.6319# [RSpecRunTime] Starting example group spec/lib/gitlab/database/load_balancing/resolver_spec.rb. Expected to take 2.02 seconds.6320Gitlab::Database::LoadBalancing::Resolver6321 #resolve6322 when nameserver is an IP6323 returns an IPAddr object6324 when nameserver is not an IP6325 looks the nameserver up in the hosts file6326 when nameserver is not in the hosts file6327 looks the nameserver up in DNS6328 when nameserver is not in DNS6329 raises an exception6330# [RSpecRunTime] RSpec elapsed time: 36 minutes 47.43 seconds. Current RSS: ~2523M. Threads: 4. load average: 1.02 1.06 1.08 1/300 270216331.6332 when DNS does not respond6333 raises an exception6334# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/load_balancing/resolver_spec.rb. It took 4.23 seconds. Expected to take 2.02 seconds.6335# [RSpecRunTime] Starting example group spec/graphql/mutations/security/ci_configuration/base_security_analyzer_spec.rb. Expected to take 1.98 seconds.6336Mutations::Security::CiConfiguration::BaseSecurityAnalyzer6337 raises a NotImplementedError error if the resolve method is called on the base class6338# [RSpecRunTime] Finishing example group spec/graphql/mutations/security/ci_configuration/base_security_analyzer_spec.rb. It took 1.75 seconds. Expected to take 1.98 seconds.6339# [RSpecRunTime] RSpec elapsed time: 36 minutes 49.78 seconds. Current RSS: ~2517M. Threads: 4. load average: 1.02 1.06 1.08 1/300 270486340.6341# [RSpecRunTime] Starting example group spec/db/development/create_work_item_related_link_restrictions_spec.rb. Expected to take 1.94 seconds.6342Create work item related links restrictions in development6343 behaves like work item related links restrictions importer6344 when restrictions are missing6345 behaves like adds restrictions6346OK6347 adds all restrictions if they don't exist6348 when base types are missing6349 behaves like adds restrictions6350OK6351 adds all restrictions if they don't exist6352 when some restrictions are missing6353OK6354 inserts missing restrictions and does nothing if some already existed6355# [RSpecRunTime] Finishing example group spec/db/development/create_work_item_related_link_restrictions_spec.rb. It took 1.45 seconds. Expected to take 1.94 seconds.6356# [RSpecRunTime] Starting example group spec/serializers/lfs_file_lock_entity_spec.rb. Expected to take 1.9 seconds.6357LfsFileLockEntity6358 exposes basic attrs of the lock6359 exposes the owner info6360# [RSpecRunTime] Finishing example group spec/serializers/lfs_file_lock_entity_spec.rb. It took 1.83 seconds. Expected to take 1.9 seconds.6361# [RSpecRunTime] RSpec elapsed time: 36 minutes 53.17 seconds. Current RSS: ~2426M. Threads: 4. load average: 1.02 1.05 1.08 1/300 270496362.6363# [RSpecRunTime] Starting example group spec/lib/gitlab/checks/force_push_spec.rb. Expected to take 1.84 seconds.6364Gitlab::Checks::ForcePush6365 .force_push?6366 when the repo is empty6367 returns false6368# [RSpecRunTime] RSpec elapsed time: 36 minutes 54.38 seconds. Current RSS: ~2406M. Threads: 4. load average: 1.02 1.05 1.08 1/300 270766369.6370 when new rev is a descendant of old rev6371 returns false6372# [RSpecRunTime] RSpec elapsed time: 36 minutes 56.6 seconds. Current RSS: ~2456M. Threads: 4. load average: 1.02 1.05 1.07 1/300 270816373.6374 when new rev is not a descendant of old rev6375 returns true6376# [RSpecRunTime] RSpec elapsed time: 36 minutes 57.74 seconds. Current RSS: ~2479M. Threads: 4. load average: 1.02 1.05 1.07 1/300 270846377.6378# [RSpecRunTime] Finishing example group spec/lib/gitlab/checks/force_push_spec.rb. It took 4.68 seconds. Expected to take 1.84 seconds.6379# [RSpecRunTime] Starting example group spec/views/projects/settings/operations/show.html.haml_spec.rb. Expected to take 1.8 seconds.6380projects/settings/operations/show6381 Operations > Error Tracking6382 Settings page6383 renders the Operations Settings page6384# [RSpecRunTime] RSpec elapsed time: 36 minutes 59.12 seconds. Current RSS: ~2483M. Threads: 4. load average: 1.02 1.05 1.07 1/300 270856385.6386 Operations > Alerts6387 renders the Operations Settings page6388# [RSpecRunTime] Finishing example group spec/views/projects/settings/operations/show.html.haml_spec.rb. It took 1.84 seconds. Expected to take 1.8 seconds.6389# [RSpecRunTime] Starting example group spec/workers/repository_check/dispatch_worker_spec.rb. Expected to take 1.76 seconds.6390RepositoryCheck::DispatchWorker6391 does nothing when repository checks are disabled6392 does nothing if the exclusive lease is taken6393 dispatches work to RepositoryCheck::BatchWorker6394 with unhealthy shard6395 only triggers RepositoryCheck::BatchWorker for healthy shards6396 logs unhealthy shards6397# [RSpecRunTime] RSpec elapsed time: 37 minutes 1.18 seconds. Current RSS: ~2487M. Threads: 4. load average: 1.02 1.05 1.07 1/300 270866398.6399# [RSpecRunTime] Finishing example group spec/workers/repository_check/dispatch_worker_spec.rb. It took 1.63 seconds. Expected to take 1.76 seconds.6400# [RSpecRunTime] Starting example group spec/routing/projects/security/configuration_controller_routing_spec.rb. Expected to take 1.7 seconds.6401Projects::Security::ConfigurationController routing6402 routes to #show6403# [RSpecRunTime] Finishing example group spec/routing/projects/security/configuration_controller_routing_spec.rb. It took 3.0 seconds. Expected to take 1.7 seconds.6404# [RSpecRunTime] RSpec elapsed time: 37 minutes 4.42 seconds. Current RSS: ~2478M. Threads: 4. load average: 1.02 1.05 1.07 1/300 270876405.6406# [RSpecRunTime] Starting example group spec/lib/gitlab/auth/otp/strategies/forti_token_cloud_spec.rb. Expected to take 1.66 seconds.6407Gitlab::Auth::Otp::Strategies::FortiTokenCloud6408 access token is created successfully6409 otp verification is successful6410 returns success6411 otp verification is not successful6412 returns error6413 access token creation fails6414 returns error6415 SSL Verification6416 with `Gitlab::HTTP`6417 does not use a `verify` argument,thereby always performing SSL verification while making API calls6418# [RSpecRunTime] Finishing example group spec/lib/gitlab/auth/otp/strategies/forti_token_cloud_spec.rb. It took 1.42 seconds. Expected to take 1.66 seconds.6419# [RSpecRunTime] Starting example group spec/lib/gitlab/gitaly_client/praefect_info_service_spec.rb. Expected to take 1.61 seconds.6420Gitlab::GitalyClient::PraefectInfoService6421 #repository_replicas6422 sends an RPC request6423# [RSpecRunTime] RSpec elapsed time: 37 minutes 7.29 seconds. Current RSS: ~2479M. Threads: 4. load average: 1.02 1.05 1.07 1/300 271146424.6425# [RSpecRunTime] Finishing example group spec/lib/gitlab/gitaly_client/praefect_info_service_spec.rb. It took 1.56 seconds. Expected to take 1.61 seconds.6426# [RSpecRunTime] Starting example group spec/views/profiles/notifications/show.html.haml_spec.rb. Expected to take 1.57 seconds.6427profiles/notifications/show6428 when there is a database value for User#notification_email6429 displays the correct elements6430 when there is no database value for User#notification_email6431 displays the correct elements6432# [RSpecRunTime] Finishing example group spec/views/profiles/notifications/show.html.haml_spec.rb. It took 1.16 seconds. Expected to take 1.57 seconds.6433# [RSpecRunTime] Starting example group spec/serializers/cluster_entity_spec.rb. Expected to take 1.52 seconds.6434ClusterEntity6435 #as_json6436 when provider type is gcp6437 when status is creating6438 has corresponded data6439 when status is errored6440 has corresponded data6441 when provider type is user6442 has corresponded data6443# [RSpecRunTime] Finishing example group spec/serializers/cluster_entity_spec.rb. It took 1.49 seconds. Expected to take 1.52 seconds.6444# [RSpecRunTime] Starting example group spec/models/every_model_spec.rb. Expected to take 1.47 seconds.6445Every model6446 does not allow STI6447 disallows STI6448 does not allow STI6449# [RSpecRunTime] RSpec elapsed time: 37 minutes 13.18 seconds. Current RSS: ~2499M. Threads: 4. load average: 1.02 1.05 1.07 1/300 271156450.6451# [RSpecRunTime] Finishing example group spec/models/every_model_spec.rb. It took 3.22 seconds. Expected to take 1.47 seconds.6452# [RSpecRunTime] Starting example group spec/presenters/blobs/notebook_presenter_spec.rb. Expected to take 1.41 seconds.6453Blobs::NotebookPresenter6454 highlight receives markdown6455# [RSpecRunTime] Finishing example group spec/presenters/blobs/notebook_presenter_spec.rb. It took 1.24 seconds. Expected to take 1.41 seconds.6456# [RSpecRunTime] RSpec elapsed time: 37 minutes 14.63 seconds. Current RSS: ~2499M. Threads: 4. load average: 1.02 1.05 1.07 1/301 271486457.6458# [RSpecRunTime] Starting example group spec/graphql/mutations/work_items/linked_items/base_spec.rb. Expected to take 1.37 seconds.6459Mutations::WorkItems::LinkedItems::Base6460 raises a NotImplementedError error if the update_links method is called on the base class6461# [RSpecRunTime] Finishing example group spec/graphql/mutations/work_items/linked_items/base_spec.rb. It took 1.22 seconds. Expected to take 1.37 seconds.6462# [RSpecRunTime] RSpec elapsed time: 37 minutes 15.96 seconds. Current RSS: ~2495M. Threads: 4. load average: 1.01 1.05 1.07 1/301 271496463.6464# [RSpecRunTime] Starting example group spec/lib/banzai/pipeline/pre_process_pipeline_spec.rb. Expected to take 1.33 seconds.6465Banzai::Pipeline::PreProcessPipeline6466 pre-processes the source text6467 truncates the text if requested6468# [RSpecRunTime] Finishing example group spec/lib/banzai/pipeline/pre_process_pipeline_spec.rb. It took 0.74 second. Expected to take 1.33 seconds.6469# [RSpecRunTime] Starting example group spec/views/errors/access_denied.html.haml_spec.rb. Expected to take 1.3 seconds.6470errors/access_denied6471 does not fail to render when there is no message provided6472# [RSpecRunTime] Finishing example group spec/views/errors/access_denied.html.haml_spec.rb. It took 0.66 second. Expected to take 1.3 seconds.6473# [RSpecRunTime] Starting example group spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb. Expected to take 1.23 seconds.6474Gitlab::Database::Migrations::Observers::QueryStatistics6475 #before6476 with pgss available6477 resets pg_stat_statements6478 without pgss available6479 executes nothing6480 #record6481 with pgss available6482 fetches data from pg_stat_statements and stores on the observation6483 without pgss available6484 executes nothing6485# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb. It took 1.31 seconds. Expected to take 1.23 seconds.6486# [RSpecRunTime] Starting example group spec/tooling/lib/tooling/test_map_packer_spec.rb. Expected to take 1.2 seconds.6487Tooling::TestMapPacker6488 #pack6489 compacts list of test files into a prefix tree6490 does nothing to empty hash6491 #unpack6492 unpack prefix tree into list of test files6493 does nothing to empty hash6494# [RSpecRunTime] RSpec elapsed time: 37 minutes 22.44 seconds. Current RSS: ~2573M. Threads: 4. load average: 1.01 1.05 1.07 1/301 271506495.6496# [RSpecRunTime] Finishing example group spec/tooling/lib/tooling/test_map_packer_spec.rb. It took 3.91 seconds. Expected to take 1.2 seconds.6497# [RSpecRunTime] Starting example group spec/lib/gitlab/quick_actions/substitution_definition_spec.rb. Expected to take 1.13 seconds.6498Gitlab::QuickActions::SubstitutionDefinition6499 #perform_substitution!6500 returns nil if content is nil6501 when content contains command name6502 performs the substitution by default6503 when content contains command name in word6504 does not perform the substitution6505# [RSpecRunTime] Finishing example group spec/lib/gitlab/quick_actions/substitution_definition_spec.rb. It took 1.09 seconds. Expected to take 1.13 seconds.6506# [RSpecRunTime] Starting example group spec/services/clusters/build_service_spec.rb. Expected to take 1.1 seconds.6507Clusters::BuildService6508 #execute6509 when cluster subject is a project6510 sets the cluster_type to project_type6511 when cluster subject is a group6512 sets the cluster_type to group_type6513 when cluster subject is an instance6514 sets the cluster_type to instance_type6515# [RSpecRunTime] Finishing example group spec/services/clusters/build_service_spec.rb. It took 0.91 second. Expected to take 1.1 seconds.6516# [RSpecRunTime] Starting example group spec/lib/system_check_spec.rb. Expected to take 1.09 seconds.6517SystemCheck6518 .run6519 detects execution of SimpleCheck6520 detects exclusion of OtherCheck in execution6521# [RSpecRunTime] Finishing example group spec/lib/system_check_spec.rb. It took 0.8 second. Expected to take 1.09 seconds.6522# [RSpecRunTime] Starting example group spec/lib/api/helpers/project_stats_refresh_conflicts_helpers_spec.rb. Expected to take 1.02 seconds.6523API::Helpers::ProjectStatsRefreshConflictsHelpers6524 #reject_if_build_artifacts_size_refreshing!6525 when project is undergoing stats refresh6526 logs and returns a 409 conflict error6527 when project is not undergoing stats refresh6528 does nothing6529# [RSpecRunTime] Finishing example group spec/lib/api/helpers/project_stats_refresh_conflicts_helpers_spec.rb. It took 1.0 second. Expected to take 1.02 seconds.6530# [RSpecRunTime] Starting example group spec/lib/api/entities/projects/container_registry/protection/rule_spec.rb. Expected to take 1.01 seconds.6531API::Entities::Projects::ContainerRegistry::Protection::Rule6532 exposes correct attributes6533# [RSpecRunTime] Finishing example group spec/lib/api/entities/projects/container_registry/protection/rule_spec.rb. It took 0.93 second. Expected to take 1.01 seconds.6534# [RSpecRunTime] Starting example group spec/views/admin/application_settings/_eks.html.haml_spec.rb. Expected to take 0.93 second.6535admin/application_settings/_eks6536 when eks_secret_access_key is set6537 renders an empty password field6538 when eks_secret_access_key is not set6539 renders an empty password field6540# [RSpecRunTime] RSpec elapsed time: 37 minutes 29.68 seconds. Current RSS: ~2553M. Threads: 4. load average: 1.01 1.05 1.07 1/300 271516541.6542# [RSpecRunTime] Finishing example group spec/views/admin/application_settings/_eks.html.haml_spec.rb. It took 2.72 seconds. Expected to take 0.93 second.6543# [RSpecRunTime] Starting example group spec/views/projects/issues/_related_issues.html.haml_spec.rb. Expected to take 0.92 second.6544projects/issues/_related_issues.html.haml6545 when current user cannot read issue link for the project6546 does not render the related issues root node6547# [RSpecRunTime] RSpec elapsed time: 37 minutes 31.36 seconds. Current RSS: ~2540M. Threads: 4. load average: 1.01 1.05 1.07 1/300 271526548.6549 when current user can read issue link for the project6550 adds the report abuse path as a data attribute6551# [RSpecRunTime] Finishing example group spec/views/projects/issues/_related_issues.html.haml_spec.rb. It took 1.83 seconds. Expected to take 0.92 second.6552# [RSpecRunTime] Starting example group spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies/none_spec.rb. Expected to take 0.85 second.6553Gitlab::SidekiqMiddleware::DuplicateJobs::Strategies::None6554 #schedule6555 yields without checking for duplicates6556 #perform6557 does not delete any locks before executing6558# [RSpecRunTime] Finishing example group spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies/none_spec.rb. It took 0.75 second. Expected to take 0.85 second.6559# [RSpecRunTime] Starting example group spec/rubocop/cop/rspec/any_instance_of_spec.rb. Expected to take 0.84 second.6560RuboCop::Cop::RSpec::AnyInstanceOf6561 when calling expect_any_instance_of6562 registers an offense and corrects6563 when calling allow_any_instance_of6564 registers an offense and corrects6565# [RSpecRunTime] Finishing example group spec/rubocop/cop/rspec/any_instance_of_spec.rb. It took 0.79 second. Expected to take 0.84 second.6566# [RSpecRunTime] Starting example group spec/lib/gitlab/grape_logging/loggers/filter_parameters_spec.rb. Expected to take 0.8 second.6567Gitlab::GrapeLogging::Loggers::FilterParameters6568 .parameters6569 when the log_safety setting is provided6570 includes safe parameters, and filters unsafe ones6571 when the log_safety is not provided6572 behaves like the normal parameter filter6573# [RSpecRunTime] Finishing example group spec/lib/gitlab/grape_logging/loggers/filter_parameters_spec.rb. It took 0.86 second. Expected to take 0.8 second.6574# [RSpecRunTime] Starting example group spec/lib/gitlab/batch_worker_context_spec.rb. Expected to take 0.8 second.6575Gitlab::BatchWorkerContext6576 #arguments6577 returns all the expected arguments in arrays6578 #context_for6579 returns the correct application context for the arguments6580# [RSpecRunTime] Finishing example group spec/lib/gitlab/batch_worker_context_spec.rb. It took 0.72 second. Expected to take 0.8 second.6581# [RSpecRunTime] Starting example group spec/lib/sidebars/projects/super_sidebar_menus/secure_menu_spec.rb. Expected to take 0.77 second.6582Sidebars::Projects::SuperSidebarMenus::SecureMenu6583 has title and sprite_icon6584 defines list of NilMenuItem placeholders6585# [RSpecRunTime] Finishing example group spec/lib/sidebars/projects/super_sidebar_menus/secure_menu_spec.rb. It took 0.69 second. Expected to take 0.77 second.6586# [RSpecRunTime] Starting example group spec/lib/api/entities/personal_access_token_spec.rb. Expected to take 0.76 second.6587API::Entities::PersonalAccessToken6588 #as_json6589 returns token data6590# [RSpecRunTime] Finishing example group spec/lib/api/entities/personal_access_token_spec.rb. It took 0.52 second. Expected to take 0.76 second.6591# [RSpecRunTime] Starting example group spec/graphql/types/ci/variable_interface_spec.rb. Expected to take 0.7 second.6592Types::Ci::VariableInterface6593 is expected to have graphql fields :id, :key, :raw, :value, and :variable_type6594# [RSpecRunTime] Finishing example group spec/graphql/types/ci/variable_interface_spec.rb. It took 1.5 seconds. Expected to take 0.7 second.6595# [RSpecRunTime] RSpec elapsed time: 37 minutes 37.79 seconds. Current RSS: ~2601M. Threads: 4. load average: 1.01 1.05 1.07 1/300 271536596.6597# [RSpecRunTime] Starting example group spec/graphql/types/work_items/widgets/award_emoji_type_spec.rb. Expected to take 0.66 second.6598Types::WorkItems::Widgets::AwardEmojiType6599 exposes the expected fields6600# [RSpecRunTime] Finishing example group spec/graphql/types/work_items/widgets/award_emoji_type_spec.rb. It took 1.99 seconds. Expected to take 0.66 second.6601# [RSpecRunTime] RSpec elapsed time: 37 minutes 39.89 seconds. Current RSS: ~2634M. Threads: 4. load average: 1.01 1.05 1.07 4/300 271546602.6603# [RSpecRunTime] Starting example group spec/lib/api/entities/ssh_key_spec.rb. Expected to take 0.57 second.6604API::Entities::SSHKey6605 #as_json6606 includes basic fields6607# [RSpecRunTime] Finishing example group spec/lib/api/entities/ssh_key_spec.rb. It took 0.64 second. Expected to take 0.57 second.6608# [RSpecRunTime] Starting example group spec/graphql/types/work_items/widgets/assignees_type_spec.rb. Expected to take 0.54 second.6609Types::WorkItems::Widgets::AssigneesType6610 exposes the expected fields6611# [RSpecRunTime] Finishing example group spec/graphql/types/work_items/widgets/assignees_type_spec.rb. It took 0.49 second. Expected to take 0.54 second.6612# [RSpecRunTime] Starting example group spec/graphql/types/ml/model_links_type_spec.rb. Expected to take 0.54 second.6613Types::Ml::ModelLinksType6614 has the expected fields6615# [RSpecRunTime] Finishing example group spec/graphql/types/ml/model_links_type_spec.rb. It took 0.51 second. Expected to take 0.54 second.6616# [RSpecRunTime] Starting example group spec/graphql/types/work_items/widgets/hierarchy_type_spec.rb. Expected to take 0.51 second.6617Types::WorkItems::Widgets::HierarchyType6618 exposes the expected fields6619# [RSpecRunTime] Finishing example group spec/graphql/types/work_items/widgets/hierarchy_type_spec.rb. It took 0.5 second. Expected to take 0.51 second.6620# [RSpecRunTime] Starting example group spec/serializers/rollout_statuses/ingress_entity_spec.rb. Expected to take 0.5 second.6621RolloutStatuses::IngressEntity6622 exposes canary weight6623# [RSpecRunTime] Finishing example group spec/serializers/rollout_statuses/ingress_entity_spec.rb. It took 0.51 second. Expected to take 0.5 second.6624auto_explain log contains 1079 entries for main, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-unit-pg14-17-44.326.main.ndjson.gz6625took 20.9185023796626auto_explain log contains 1079 entries for ci, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-unit-pg14-17-44.326.ci.ndjson.gz6627took 20.8502714576628[TEST PROF INFO] EventProf results for sql.active_record6629Total time: 06:02.706 of 37:37.139 (16.07%)6630Total events: 2594976631Top 5 slowest suites (by time):6632MergeRequestsFinder (./spec/finders/merge_requests_finder_spec.rb:5) – 02:21.539 (86350 / 153) of 08:18.315 (28.4%)6633Packages::Npm...PackageService (./spec/services/packages/npm/create_package_service_spec.rb:5) – 00:25.905 (19834 / 276) of 02:32.235 (17.02%)6634BuildDetailsEntity (./spec/serializers/build_details_entity_spec.rb:5) – 00:16.579 (10178 / 32) of 01:30.847 (18.25%)6635MergeRequestT...tProjectFinder (./spec/finders/merge_request_target_project_finder_spec.rb:5) – 00:13.618 (8616 / 16) of 00:44.747 (30.43%)6636Git::BranchHooksService (./spec/services/git/branch_hooks_service_spec.rb:5) – 00:13.587 (8598 / 41) of 02:17.746 (9.86%)6637Knapsack report was generated. Preview:6638{6639 "spec/finders/merge_requests_finder_spec.rb": 498.3145228530011,6640 "spec/services/packages/npm/create_package_service_spec.rb": 152.23498893500073,6641 "spec/services/git/branch_hooks_service_spec.rb": 137.74572631900082,6642 "spec/serializers/build_details_entity_spec.rb": 90.84741845499957,6643 "spec/lib/gitlab/health_checks/redis_spec.rb": 48.66372639200017,6644 "spec/models/gpg_key_spec.rb": 63.219472670998584,6645 "spec/support/shared_examples/lint_factories_shared_examples.rb": 44.955749384997034,6646 "spec/models/concerns/milestoneish_spec.rb": 53.66408228900036,6647 "spec/finders/merge_request_target_project_finder_spec.rb": 44.74716172800072,6648 "spec/policies/issuable_policy_spec.rb": 40.10178457600159,6649 "spec/services/design_management/save_designs_service_spec.rb": 37.764931712999896,6650 "spec/models/concerns/deprecated_assignee_spec.rb": 32.97499911399973,6651 "spec/models/bulk_imports/entity_spec.rb": 32.2179535489995,6652 "spec/helpers/issues_helper_spec.rb": 30.366764218000753,6653 "spec/lib/gitlab/prometheus_client_spec.rb": 31.293830788999912,6654 "spec/lib/gitlab/cycle_analytics/permissions_spec.rb": 27.102375775999462,6655 "spec/routing/group_routing_spec.rb": 29.71991596099906,6656 "spec/initializers/load_balancing_spec.rb": 22.692021185999693,6657 "spec/graphql/mutations/design_management/upload_spec.rb": 20.927522844000123,6658 "spec/models/hooks/web_hook_log_spec.rb": 22.2565397569997,6659 "spec/models/incident_management/issuable_escalation_status_spec.rb": 26.969148558999223,6660 "spec/services/system_notes/design_management_service_spec.rb": 17.47666197699982,6661 "spec/models/pages_deployment_spec.rb": 21.081479030999617,6662 "spec/uploaders/pages/deployment_uploader_spec.rb": 17.551678604999324,6663 "spec/lib/gitlab/template/merge_request_template_spec.rb": 17.562958443999378,6664 "spec/lib/gitlab/ci/trace/chunked_io_spec.rb": 17.29367859999911,6665 "spec/lib/gitlab/cleanup/personal_access_tokens_spec.rb": 15.007687617999181,6666 "spec/lib/gitlab/ci/config/external/file/project_spec.rb": 18.135343823001676,6667 "spec/tooling/quality/test_level_spec.rb": 17.131925123001565,6668 "spec/lib/gitlab/doctor/secrets_spec.rb": 14.169939415000044,6669 "spec/lib/gitlab/diff/rendered/notebook/diff_file_spec.rb": 16.028091967000364,6670 "spec/lib/gitlab/github_import/importer/milestones_importer_spec.rb": 13.236515724000128,6671 "spec/lib/gitlab/search/recent_merge_requests_spec.rb": 13.039294318999964,6672 "spec/lib/gitlab/ci/config/normalizer_spec.rb": 14.628225055999792,6673 "spec/models/integrations/harbor_spec.rb": 10.138193459000831,6674 "spec/models/fork_network_spec.rb": 9.721655717999965,6675 "spec/services/service_response_spec.rb": 11.82284303400047,6676 "spec/helpers/boards_helper_spec.rb": 11.76677675600149,6677 "spec/models/integrations/redmine_spec.rb": 10.0224582310002,6678 "spec/support_specs/matchers/internal_events_matchers_spec.rb": 13.120481848000054,6679 "spec/lib/gitlab/git/blame_pagination_spec.rb": 8.740418948000297,6680 "spec/lib/gitlab/ci/config/entry/rules/rule/changes_spec.rb": 10.750573036000787,6681 "spec/graphql/resolvers/group_packages_resolver_spec.rb": 11.930489551999926,6682 "spec/lib/gitlab/jira_import_spec.rb": 10.231586117000916,6683 "spec/tasks/gitlab/terraform/migrate_rake_spec.rb": 6.515096175000508,6684 "spec/lib/gitlab/repository_hash_cache_spec.rb": 9.451844262999657,6685 "spec/lib/system_check/simple_executor_spec.rb": 7.817589776999739,6686 "spec/services/packages/debian/sign_distribution_service_spec.rb": 9.595539231000657,6687 "spec/lib/gitlab/ci/config/entry/port_spec.rb": 9.259398447000422,6688 "spec/tasks/gitlab/audit_event_types/check_docs_task_spec.rb": 4.868097549000595,6689 "spec/experiments/application_experiment_spec.rb": 10.138875298998755,6690 "spec/models/project_ci_cd_setting_spec.rb": 8.533212882999578,6691 "spec/lib/gitlab/ci/templates/Jobs/test_gitlab_ci_yaml_spec.rb": 5.947316016001423,6692 "spec/serializers/group_child_serializer_spec.rb": 8.882555365000371,6693 "spec/graphql/mutations/releases/delete_spec.rb": 7.8720335670004715,6694 "spec/lib/gitlab/analytics/cycle_analytics/stage_events/merge_request_last_build_finished_spec.rb": 8.200800808999702,6695 "spec/services/bulk_imports/uploads_export_service_spec.rb": 6.698700970999198,6696 "spec/lib/gitlab/changelog/committer_spec.rb": 6.624243731999741,6697 "spec/lib/json_web_token/hmac_token_spec.rb": 9.267745477000062,6698 "spec/lib/gitlab/ci/config/entry/jobs_spec.rb": 6.519641663999209,6699 "spec/rubocop/cop/rails/migration_timestamp_spec.rb": 6.347728296999776,6700 "spec/workers/gitlab/github_import/stage/finish_import_worker_spec.rb": 6.409016296998743,6701 "spec/workers/gitlab/github_import/stage/import_attachments_worker_spec.rb": 6.778313949000221,6702 "spec/services/system_notes/alert_management_service_spec.rb": 4.464388006999798,6703 "spec/lib/gitlab/ci/pipeline/chain/skip_spec.rb": 5.684947691999696,6704 "spec/lib/gitlab/rack_attack/user_allowlist_spec.rb": 6.040439044998493,6705 "spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies/until_executing_spec.rb": 5.847170117998758,6706 "spec/services/projects/move_notification_settings_service_spec.rb": 6.915622206999615,6707 "spec/tooling/lib/tooling/mappings/js_to_system_specs_mappings_spec.rb": 5.959560507000788,6708 "spec/graphql/mutations/alert_management/update_alert_status_spec.rb": 4.199023601999215,6709 "spec/lib/gitlab/import_export/saver_spec.rb": 5.940715697000996,6710 "spec/services/tags/destroy_service_spec.rb": 4.98306622599921,6711 "spec/lib/gitlab/github_import/markdown_text_spec.rb": 5.242205782000383,6712 "spec/lib/gitlab/database/background_migration/batch_optimizer_spec.rb": 3.1429050149999966,6713 "spec/lib/gitlab/bitbucket_import/wiki_formatter_spec.rb": 4.840074538999033,6714 "spec/lib/bulk_imports/projects/pipelines/ci_pipelines_pipeline_spec.rb": 4.337356420001015,6715 "spec/models/integrations/chat_message/wiki_page_message_spec.rb": 5.516729765000491,6716 "spec/models/blob_viewer/license_spec.rb": 6.321838079000372,6717 "spec/models/customer_relations/contact_state_counts_spec.rb": 2.9951042180000513,6718 "spec/workers/ci/resource_groups/assign_resource_from_resource_group_worker_spec.rb": 5.223281300999588,6719 "spec/models/blob_viewer/base_spec.rb": 6.241446740999891,6720 "spec/lib/gitlab/github_import/importer/lfs_objects_importer_spec.rb": 2.7476709519996803,6721 "spec/lib/gitlab/external_authorization/client_spec.rb": 5.09901837399957,6722 "spec/lib/web_ide/extensions_marketplace_spec.rb": 5.733709960999477,6723 "spec/views/projects/settings/ci_cd/_autodevops_form.html.haml_spec.rb": 4.436362798000118,6724 "spec/graphql/types/terraform/state_type_spec.rb": 5.494455985000968,6725 "spec/lib/gitlab/github_import/importer/issue_importer_spec.rb": 4.787634161000824,6726 "spec/models/subscription_spec.rb": 3.3002254410002934,6727 "spec/lib/gitlab/ci/config/entry/coverage_spec.rb": 2.044811997000579,6728 "spec/graphql/resolvers/group_releases_resolver_spec.rb": 3.7336698430008255,6729 "spec/services/packages/rubygems/dependency_resolver_service_spec.rb": 4.655867833000229,6730 "spec/workers/gitlab_service_ping_worker_spec.rb": 5.161552372999722,6731 "spec/models/ci/variable_value_spec.rb": 2.8240190709984745,6732 "spec/views/projects/jobs/_generic_commit_status.html.haml_spec.rb": 5.515819995000129,6733 "spec/workers/releases/manage_evidence_worker_spec.rb": 3.6845857730004354,6734 "spec/services/users/keys_count_service_spec.rb": 5.321131439000965,6735 "spec/services/projects/all_merge_requests_count_service_spec.rb": 2.2579939429997467,6736 "spec/lib/bulk_imports/projects/pipelines/project_attributes_pipeline_spec.rb": 2.4700090189999173,6737 "spec/serializers/user_serializer_spec.rb": 3.222166052999455,6738 "spec/lib/import/placeholder_reference_alias_resolver_spec.rb": 4.545330386001297,6739 "spec/graphql/types/container_expiration_policy_type_spec.rb": 4.511912133000806,6740 "spec/models/container_registry/data_repair_detail_spec.rb": 3.183405900001162,6741 "spec/lib/gitlab/usage_data_counters/vscode_extension_activity_unique_counter_spec.rb": 3.78123093800059,6742 "spec/lib/gitlab/database/schema_cleaner_spec.rb": 1.5594428109998262,6743 "spec/views/profiles/preferences/show.html.haml_spec.rb": 5.114596404000622,6744 "spec/graphql/resolvers/user_resolver_spec.rb": 1.4983852120003576,6745 "spec/workers/concerns/limited_capacity/job_tracker_spec.rb": 1.9350366039998335,6746 "spec/policies/alert_management/http_integration_policy_spec.rb": 4.438821815998381,6747 "spec/helpers/workhorse_helper_spec.rb": 1.180361818000165,6748 "spec/lib/gitlab/instrumentation/redis_spec.rb": 1.9349656729991693,6749 "spec/graphql/resolvers/groups_resolver_spec.rb": 4.626981191999221,6750 "spec/lib/feature/shared_spec.rb": 2.29098688600061,6751 "spec/workers/counters/cleanup_refresh_worker_spec.rb": 2.0250506219999806,6752 "spec/lib/gitlab/cache/metrics_spec.rb": 4.278245579000213,6753 "spec/lib/api/validations/validators/limit_spec.rb": 1.0683662400006142,6754 "spec/lib/gitlab/ci/config/entry/stage_spec.rb": 1.1643156879999879,6755 "spec/lib/gitlab/analytics/usage_trends/workers_argument_builder_spec.rb": 4.9262225670008775,6756 "spec/lib/gitlab/graphql/mount_mutation_spec.rb": 1.7876894260007248,6757 "spec/graphql/types/merge_requests/author_type_spec.rb": 1.4096221729996614,6758 "spec/workers/bulk_import_worker_spec.rb": 4.5705567540007905,6759 "spec/lib/gitlab/word_diff/segments/diff_hunk_spec.rb": 1.9673037530010333,6760 "spec/services/achievements/destroy_user_achievement_service_spec.rb": 3.847890628001551,6761 "spec/serializers/test_suite_comparer_entity_spec.rb": 2.1241176999992604,6762 "spec/lib/gitlab/config_checker/external_database_checker_spec.rb": 4.161577611001121,6763 "spec/graphql/types/ci/pipeline_message_type_spec.rb": 0.8560947740006668,6764 "spec/lib/gitlab/ci/reports/security/finding_signature_spec.rb": 1.5463191409999126,6765 "spec/lib/gitlab/database/load_balancing/resolver_spec.rb": 4.234394210001483,6766 "spec/graphql/mutations/security/ci_configuration/base_security_analyzer_spec.rb": 1.752624057000503,6767 "spec/db/development/create_work_item_related_link_restrictions_spec.rb": 1.4500033730000723,6768 "spec/serializers/lfs_file_lock_entity_spec.rb": 1.8280068960011704,6769 "spec/lib/gitlab/checks/force_push_spec.rb": 4.684263152001222,6770 "spec/views/projects/settings/operations/show.html.haml_spec.rb": 1.8343019960011588,6771 "spec/workers/repository_check/dispatch_worker_spec.rb": 1.624921919999906,6772 "spec/routing/projects/security/configuration_controller_routing_spec.rb": 3.0032769629997347,6773 "spec/lib/gitlab/auth/otp/strategies/forti_token_cloud_spec.rb": 1.4230710029987677,6774 "spec/lib/gitlab/gitaly_client/praefect_info_service_spec.rb": 1.5643444310007908,6775 "spec/views/profiles/notifications/show.html.haml_spec.rb": 1.1607253380007023,6776 "spec/serializers/cluster_entity_spec.rb": 1.4935260319998633,6777 "spec/models/every_model_spec.rb": 3.2224245390007127,6778 "spec/presenters/blobs/notebook_presenter_spec.rb": 1.239835946000312,6779 "spec/graphql/mutations/work_items/linked_items/base_spec.rb": 1.2205830259990762,6780 "spec/lib/banzai/pipeline/pre_process_pipeline_spec.rb": 0.7369102259999636,6781 "spec/views/errors/access_denied.html.haml_spec.rb": 0.6614034969989007,6782 "spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb": 1.3128350349998072,6783 "spec/tooling/lib/tooling/test_map_packer_spec.rb": 3.9049573259999306,6784 "spec/lib/gitlab/quick_actions/substitution_definition_spec.rb": 1.0939502390010603,6785 "spec/services/clusters/build_service_spec.rb": 0.9089968129992485,6786 "spec/lib/system_check_spec.rb": 0.8017015450004692,6787 "spec/lib/api/helpers/project_stats_refresh_conflicts_helpers_spec.rb": 0.9949047209993296,6788 "spec/lib/api/entities/projects/container_registry/protection/rule_spec.rb": 0.931798802999765,6789 "spec/views/admin/application_settings/_eks.html.haml_spec.rb": 2.715721618000316,6790 "spec/views/projects/issues/_related_issues.html.haml_spec.rb": 1.8336761650007247,6791 "spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies/none_spec.rb": 0.7488220459999866,6792 "spec/rubocop/cop/rspec/any_instance_of_spec.rb": 0.7870362049998221,6793 "spec/lib/gitlab/grape_logging/loggers/filter_parameters_spec.rb": 0.8552110239998001,6794 "spec/lib/gitlab/batch_worker_context_spec.rb": 0.7198255970015452,6795 "spec/lib/sidebars/projects/super_sidebar_menus/secure_menu_spec.rb": 0.6881201770011103,6796 "spec/lib/api/entities/personal_access_token_spec.rb": 0.5217270899993309,6797 "spec/graphql/types/ci/variable_interface_spec.rb": 1.4987192720000166,6798 "spec/graphql/types/work_items/widgets/award_emoji_type_spec.rb": 1.992161321999447,6799 "spec/lib/api/entities/ssh_key_spec.rb": 0.642185487999086,6800 "spec/graphql/types/work_items/widgets/assignees_type_spec.rb": 0.49329356999987795,6801 "spec/graphql/types/ml/model_links_type_spec.rb": 0.5114582210007939,6802 "spec/graphql/types/work_items/widgets/hierarchy_type_spec.rb": 0.4991682899999432,6803 "spec/serializers/rollout_statuses/ingress_entity_spec.rb": 0.50833502999921626804}6805Knapsack global time execution for tests: 37m 35s6806Pending: (Failures listed here are expected and do not affect your suite's status)6807 1) DesignManagement::SaveDesignsService#execute when the feature is available scalability runs the same queries for all requests, regardless of number of files6809 # ./spec/services/design_management/save_designs_service_spec.rb:4526810 2) Lint factories for PagesDeployment with saas, license, and factory defaults behaves like factory pages_deployment factory linting :verification_succeeded trait does not raise error when created6811 # Trait skipped linting due to legacy error6812 # ./spec/support/shared_examples/lint_factories_shared_examples.rb:2836813 3) Lint factories for PagesDeployment with saas, license, and factory defaults behaves like factory pages_deployment factory linting :verification_failed trait does not raise error when created6814 # Trait skipped linting due to legacy error6815 # ./spec/support/shared_examples/lint_factories_shared_examples.rb:2836816 4) Pages::DeploymentUploader behaves like builds correct paths #upload_path behaves like matches the method pattern 6817 # No pattern provided, skipping.6818 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:86819 5) Pages::DeploymentUploader behaves like builds correct paths #relative_path is relative6820 # Path not set, skipping.6821 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:406822 6) Pages::DeploymentUploader behaves like builds correct paths .absolute_path behaves like matches the method pattern 6823 # No pattern provided, skipping.6824 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:86825 7) Pages::DeploymentUploader behaves like builds correct paths .base_dir behaves like matches the method pattern 6826 # No pattern provided, skipping.6827 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:86828 8) Pages::DeploymentUploader when object store is REMOTE behaves like builds correct paths #cache_dir behaves like matches the method pattern 6829 # No pattern provided, skipping.6830 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:86831 9) Pages::DeploymentUploader when object store is REMOTE behaves like builds correct paths #work_dir behaves like matches the method pattern 6832 # No pattern provided, skipping.6833 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:86834 10) Pages::DeploymentUploader when object store is REMOTE behaves like builds correct paths #upload_path behaves like matches the method pattern 6835 # No pattern provided, skipping.6836 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:86837 11) Pages::DeploymentUploader when object store is REMOTE behaves like builds correct paths #relative_path is relative6838 # Path not set, skipping.6839 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:406840 12) Pages::DeploymentUploader when object store is REMOTE behaves like builds correct paths .absolute_path behaves like matches the method pattern 6841 # No pattern provided, skipping.6842 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:86843 13) Pages::DeploymentUploader when object store is REMOTE behaves like builds correct paths .base_dir behaves like matches the method pattern 6844 # No pattern provided, skipping.6845 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:86846 14) Gitlab::ConfigChecker::ExternalDatabaseChecker#check with a single database when database meets minimum supported version 6847 # Skipping because some of the extra databases [:ci, :main_clusterwide, :sec, :embedding, :geo] are setup6848 # ./spec/lib/gitlab/config_checker/external_database_checker_spec.rb:306849 15) Gitlab::ConfigChecker::ExternalDatabaseChecker#check with a single database when database does not meet minimum supported version reports deprecated database notice6850 # Skipping because some of the extra databases [:ci, :main_clusterwide, :sec, :embedding, :geo] are setup6851 # ./spec/lib/gitlab/config_checker/external_database_checker_spec.rb:386852Finished in 38 minutes 29 seconds (files took 1 minute 45.71 seconds to load)68532453 examples, 0 failures, 15 pending6854Randomized with seed 335416855[TEST PROF INFO] Time spent in factories: 11:43.610 (29.77% of total time)6856RSpec exited with 0.6857No examples to retry, congrats!6859Running after script...6860$ source scripts/utils.sh6861$ bundle exec gem list gitlab_quality-test_tooling6862gitlab_quality-test_tooling (1.33.0)6863$ section_start "failed-test-issues" "Report test failures" # collapsed multi-line command6867$ section_start "flaky-test-issues" "Report test flakiness" # collapsed multi-line command6870$ section_start "slow-test-issues" "Report test slowness" # collapsed multi-line command6874$ section_start "slow-test-merge-request-report-note" "Report test slowness in MR note" # collapsed multi-line command6877$ section_start "knapsack-report-issues" "Report test files close to timing out" # collapsed multi-line command6882$ tooling/bin/push_job_metrics || true6883[job-metrics] Pushing job metrics file for the CI/CD job.6884[job-metrics] Pushed 4 CI job metric entries to InfluxDB.6886Not uploading cache ruby-gems-debian-bookworm-ruby-3.1.5-17 due to policy6888Uploading artifacts...6889auto_explain/: found 3 matching artifact files and directories 6890coverage/: found 5 matching artifact files and directories 6891crystalball/: found 5 matching artifact files and directories 6892WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 6893knapsack/: found 4 matching artifact files and directories 6894rspec/: found 12 matching artifact files and directories 6895WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 6896log/*.log: found 16 matching artifact files and directories 6897WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/7471345545/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com6898WARNING: Retrying... context=artifacts-uploader error=request redirected6899Uploading artifacts as "archive" to coordinator... 201 Created id=7471345545 responseStatus=201 Created token=glcbt-666900Uploading artifacts...6901rspec/rspec-*.xml: found 1 matching artifact files and directories 6902WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/7471345545/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com6903WARNING: Retrying... context=artifacts-uploader error=request redirected6904Uploading artifacts as "junit" to coordinator... 201 Created id=7471345545 responseStatus=201 Created token=glcbt-666906Job succeeded