122:15:31 when not in gitlab.com 222:15:31 behaves like does not enqueue a Projects::RecordTargetPlatformsWorker 322:15:31 does not enqueue a Projects::RecordTargetPlatformsWorker 522:15:32 behaves like returns true if project is inactive 622:15:32 storage_size: 1048576, last_activity_at: Tue, 25 Jun 2024 22:05:38.848982239 UTC +00:00, expected_result: false 722:15:32 returns expected result 822:15:32 storage_size: 1048576, last_activity_at: Sun, 25 Jul 2021 22:05:38.849476979 UTC +00:00, expected_result: false 922:15:32 returns expected result 1022:15:32 storage_size: 8388608, last_activity_at: Tue, 25 Jun 2024 22:05:38.849656619 UTC +00:00, expected_result: false 1122:15:32 returns expected result 1222:15:32 storage_size: 8388608, last_activity_at: Sun, 25 Jul 2021 22:05:38.849787339 UTC +00:00, expected_result: true 1322:15:32 returns expected result 1522:15:34 returns projects that are inactive 1622:15:34# [RSpecRunTime] RSpec elapsed time: 9 minutes 52.58 seconds. Current RSS: ~1449M. Threads: 4. load average: 1.08 1.11 1.16 1/290 5609 1822:15:34 #refreshing_build_artifacts_size? 1922:15:34 when project has no existing refresh record 2022:15:34 is expected to be falsey 2122:15:34 when project has existing refresh record 2222:15:34 and refresh has not yet started 2322:15:34 is expected to eq false 2422:15:34 and refresh has started 2522:15:34 is expected to eq true 2622:15:34 #group_group_links 2722:15:34 with group project 2822:15:35 returns group links of group 2922:15:35 with personal project 3122:15:35 #security_training_available? 3322:15:35 #packages_policy_subject 3422:15:35 returns wrapper 3522:15:35 #destroy_deployment_by_id 3622:15:38 will call fast_destroy_all on a specific deployment by id 3722:15:38# [RSpecRunTime] RSpec elapsed time: 9 minutes 57.01 seconds. Current RSS: ~1460M. Threads: 4. load average: 1.07 1.11 1.16 1/294 5750 3922:15:38 #can_create_custom_domains? 4022:15:38 when max custom domain setting is set to 0 4122:15:39 is expected to equal true 4222:15:39 when max custom domain setting is not set to 0 4322:15:39 is expected to equal false 4422:15:39 #can_suggest_reviewers? 4522:15:39 is expected to equal false 4622:15:39 #suggested_reviewers_available? 4722:15:40 is expected to equal false 4822:15:40 .cascading_with_parent_namespace 4922:15:40 behaves like cascading settings 5022:15:40 return self value when no parent 5122:15:41 return self value when unlocked 5222:15:41 still return self value when locked subgroup 5322:15:41 still return unlocked value when locked group 5422:15:41# [RSpecRunTime] RSpec elapsed time: 9 minutes 59.97 seconds. Current RSS: ~1457M. Threads: 4. load average: 1.07 1.11 1.16 1/294 5751 5622:15:41 behaves like cascading settings 5722:15:41 return self value when no parent 5822:15:42 return self value when unlocked 5922:15:42 still return self value when locked subgroup 6022:15:42 still return unlocked value when locked group 6122:15:42# [RSpecRunTime] RSpec elapsed time: 10 minutes 1.0 second. Current RSS: ~1460M. Threads: 4. load average: 1.06 1.11 1.16 1/294 5752 6322:15:42 behaves like cascading settings 6422:15:42 return self value when no parent 6522:15:43 return self value when unlocked 6622:15:43 still return self value when locked subgroup 6722:15:43 still return unlocked value when locked group 6922:15:43 is expected to be falsey 7022:15:43 is expected to be truthy 7122:15:43 #resolve_outdated_diff_discussions 7222:15:43 is expected to be falsey 7322:15:43 when set explicitly 7422:15:44 is expected to be truthy 7522:15:44 #only_allow_merge_if_all_discussions_are_resolved 7622:15:44 is expected to be falsey 7722:15:44 when set explicitly 7822:15:44 is expected to be truthy 7922:15:44 #remove_source_branch_after_merge 8022:15:44 is expected to be truthy 8122:15:44 when set explicitly 8222:15:44 is expected to be falsey 8422:15:45 returns projects that have import in progress 8522:15:45 .without_created_and_owned_by_banned_user 8622:15:45 when project creator is not banned 8722:15:46 includes the project 8822:15:46 when project creator is banned 8922:15:46 when project creator is also an owner 9022:15:46 excludes the project 9122:15:46 when project creator is not an owner 9222:15:46 includes the project 9322:15:46 #created_and_owned_by_banned_user? 9422:15:46 when creator is banned 9522:15:46 is expected to eq false 9622:15:46 when creator is an owner 9722:15:47 is expected to eq true 9822:15:47 when creator is not banned 9922:15:47 is expected to eq false 10022:15:47 when there is no creator 10122:15:47 is expected to eq false 10222:15:47 behaves like something that has web-hooks 10322:15:47 #any_hook_failed? 10422:15:47 when there are no hooks 10522:15:47 is expected to eq false 10622:15:47 when there are hooks 10722:15:48 is expected to eq false 10822:15:48 when there is a failed hook 10922:15:48 is expected to eq true 11022:15:48 #cache_web_hook_failure 11122:15:48 when no value is passed 11222:15:48 stores the return value of #any_hook_failed? and passes it back 11322:15:48 when a value is passed 11422:15:48 stores the value and passes it back 11522:15:48 #get_web_hook_failure 11622:15:48 when no value is stored 11722:15:48 is expected to be nil 11822:15:48 when stored as true 11922:15:49 is expected to eq true 12022:15:49 when stored as false 12122:15:49 is expected to eq false 12222:15:49 #fetch_web_hook_failure 12322:15:49 when a value has not been stored 12422:15:49 calls #any_hook_failed? 12522:15:49 when a value has been stored 12622:15:49 does not call #any_hook_failed? 12722:15:49 deprecated project attributes 12822:15:49 project_attr: :wiki_enabled, project_method: :wiki_enabled?, project_feature_attr: :wiki_access_level 12922:15:49 delegates the attributes to project feature 13022:15:49 sets the default value 13122:15:49 project_attr: :builds_enabled, project_method: :builds_enabled?, project_feature_attr: :builds_access_level 13222:15:49 delegates the attributes to project feature 13322:15:49 sets the default value 13422:15:49 project_attr: :merge_requests_enabled, project_method: :merge_requests_enabled?, project_feature_attr: :merge_requests_access_level 13522:15:49 delegates the attributes to project feature 13622:15:49 sets the default value 13722:15:49 project_attr: :issues_enabled, project_method: :issues_enabled?, project_feature_attr: :issues_access_level 13822:15:50 delegates the attributes to project feature 13922:15:50 sets the default value 14022:15:50 project_attr: :snippets_enabled, project_method: :snippets_enabled?, project_feature_attr: :snippets_access_level 14122:15:50 delegates the attributes to project feature 14222:15:50 sets the default value 14322:15:50 #repository_object_format 14422:15:50 when project without a repository 14522:15:50 is expected to be nil 14622:15:50 when project with sha1 repository 14722:15:50 is expected to eq "sha1" 14822:15:50 when project with sha256 repository 14922:15:50 is expected to eq "sha256" 15022:15:50 #supports_lock_on_merge? 15122:15:50 behaves like checks self (project) and root ancestor feature flag 15222:15:51 when FF is enabled for the root group 15322:15:51 is expected to be truthy 15422:15:51 when FF is enabled for the group 15522:15:51 is expected to be truthy 15622:15:51 when FF is enabled for the project 15722:15:51 is expected to be truthy 15822:15:51 when FF is disabled globally 15922:15:51 is expected to be falsey 16022:15:51 when FF is enabled globally 16122:15:51 is expected to be truthy 16222:15:51 with loose foreign key on organization_id 16322:15:51 behaves like cleanup by a loose foreign key 16422:15:52 cleans up (delete or nullify) the model 16522:15:52 catalog resource process sync events worker 16622:15:52 when the project has a catalog resource 16722:15:52 when project name is updated 16822:15:53 enqueues Ci::Catalog::Resources::ProcessSyncEventsWorker 16922:15:53 when project description is updated 17022:15:53 enqueues Ci::Catalog::Resources::ProcessSyncEventsWorker 17122:15:53 when project visibility_level is updated 17222:15:53 enqueues Ci::Catalog::Resources::ProcessSyncEventsWorker 17322:15:53 when neither the project name, description, nor visibility_level are updated 17422:15:53 does not enqueue Ci::Catalog::Resources::ProcessSyncEventsWorker 17522:15:53 when the project does not have a catalog resource 17622:15:53 does not enqueue Ci::Catalog::Resources::ProcessSyncEventsWorker 17722:15:53 #allows_multiple_merge_request_assignees? 17822:15:53 is expected to eq false 17922:15:53 #allows_multiple_merge_request_reviewers? 18022:15:54 is expected to eq false 18122:15:54 #on_demand_dast_available? 18222:15:54 is expected to be falsy 18322:15:54 with loose foreign key on projects.creator_id 18422:15:54 behaves like cleanup by a loose foreign key 18522:15:56 cleans up (delete or nullify) the model 18622:15:56# [RSpecRunTime] RSpec elapsed time: 10 minutes 15.18 seconds. Current RSS: ~1460M. Threads: 4. load average: 0.97 1.08 1.15 1/290 5753 18822:15:56 #parent_groups 18922:15:56 when project has parent groups 19022:15:57 builds an groups path 19122:15:57 when project does not have a parent group 19222:15:57 builds an empty path 19322:15:57 .by_project_namespace 19422:15:58 returns project 19522:15:58 when using ID 19622:15:58 returns project 19722:15:58 when using non-existent-id 19822:15:58 returns nothing 19922:15:58 #supports_saved_replies? 20022:15:58 is expected to eq false 20122:15:58 #merge_trains_enabled? 20222:15:58 is expected to eq false 20322:15:58 #lfs_file_locks_changed_epoch 20422:15:58 returns a cached epoch value in milliseconds 20522:15:58 #refresh_lfs_file_locks_changed_epoch 20622:15:59 refreshes the cache and returns the new epoch value 20722:15:59# [RSpecRunTime] Finishing example group spec/models/project_spec.rb. It took 10 minutes 10.81 seconds. Expected to take 20 minutes 28.59 seconds. 20822:15:59# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 48.25 seconds. 20922:15:59Lint factories for Project 21022:15:59 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 21122:15:59 with saas, license, and factory defaults 21222:16:00 behaves like factory 21322:16:00 project factory 21422:16:00 does not raise error when built 21522:16:01 does not raise error when created 21622:16:01 linting :public trait 21722:16:01 does not raise error when created 21822:16:01# [RSpecRunTime] RSpec elapsed time: 10 minutes 20.0 seconds. Current RSS: ~1455M. Threads: 4. load average: 1.06 1.10 1.16 1/290 5780 22022:16:01 linting :internal trait 22122:16:02 does not raise error when created 22222:16:02 linting :private trait 22322:16:02 does not raise error when created 22422:16:02 linting :import_scheduled trait 22522:16:02 does not raise error when created 22622:16:02 linting :import_started trait 22722:16:03 does not raise error when created 22822:16:03 linting :import_finished trait 22922:16:03 does not raise error when created 23022:16:03 linting :import_failed trait 23122:16:04 does not raise error when created 23222:16:04 linting :import_canceled trait 23322:16:04 does not raise error when created 23422:16:04 linting :jira_dvcs_server trait 23522:16:05 does not raise error when created 23622:16:05 linting :archived trait 23722:16:05 does not raise error when created 23822:16:05 linting :hidden trait 23922:16:05 does not raise error when created 24022:16:05 linting :last_repository_check_failed trait 24122:16:06 does not raise error when created 24222:16:06 linting :legacy_storage trait 24322:16:06 does not raise error when created 24422:16:06 linting :request_access_disabled trait 24522:16:07 does not raise error when created 24622:16:07 linting :with_namespace_settings trait 24722:16:07 does not raise error when created 24822:16:07 linting :with_avatar trait 24922:16:07 does not raise error when created 25022:16:07 linting :with_export trait 25122:16:09 does not raise error when created 25222:16:09# [RSpecRunTime] RSpec elapsed time: 10 minutes 27.34 seconds. Current RSS: ~1433M. Threads: 4. load average: 1.05 1.10 1.16 1/293 5787 25422:16:09 linting :broken_storage trait 25522:16:09 does not raise error when created 25622:16:09 linting :custom_repo trait 25722:16:09 does not raise error when created 25822:16:09 linting :pipeline_refs trait 25922:16:13 does not raise error when created 26022:16:13# [RSpecRunTime] RSpec elapsed time: 10 minutes 31.82 seconds. Current RSS: ~1424M. Threads: 4. load average: 1.12 1.11 1.16 1/291 6769 26222:16:13 linting :catalog_resource_with_components trait 26322:16:15 does not raise error when created 26422:16:15# [RSpecRunTime] RSpec elapsed time: 10 minutes 33.43 seconds. Current RSS: ~1418M. Threads: 4. load average: 1.12 1.11 1.16 1/295 7062 26622:16:15 linting :small_repo trait 26722:16:16 does not raise error when created 26822:16:16 linting :repository trait 26922:16:16 does not raise error when created 27022:16:16 linting :empty_repo trait 27122:16:17 does not raise error when created 27222:16:17 linting :fork_repository trait 27322:16:17 does not raise error when created (PENDING: Trait skipped linting due to legacy error) 27422:16:17 linting :design_repo trait 27522:16:17 does not raise error when created 27622:16:17 linting :remote_mirror trait 27722:16:18 does not raise error when created 27822:16:18 linting :stubbed_repository trait 27922:16:18 does not raise error when created 28022:16:18 linting :stubbed_commit_count trait 28122:16:19 does not raise error when created 28222:16:19 linting :stubbed_branch_count trait 28322:16:19 does not raise error when created 28422:16:19 linting :wiki_repo trait 28522:16:20 does not raise error when created 28622:16:20 linting :read_only trait 28722:16:20 does not raise error when created 28822:16:20 linting :test_repo trait 28922:16:21 does not raise error when created 29022:16:21 linting :with_import_url trait 29122:16:21 does not raise error when created 29222:16:21 linting :wiki_enabled trait 29322:16:22 does not raise error when created 29422:16:22 linting :wiki_disabled trait 29522:16:22 does not raise error when created 29622:16:22 linting :wiki_private trait 29722:16:23 does not raise error when created 29822:16:23 linting :builds_enabled trait 29922:16:23 does not raise error when created 30022:16:23 linting :builds_disabled trait 30122:16:23 does not raise error when created 30222:16:23 linting :builds_private trait 30322:16:24 does not raise error when created 30422:16:24 linting :snippets_enabled trait 30522:16:24 does not raise error when created 30622:16:24 linting :snippets_disabled trait 30722:16:25 does not raise error when created 30822:16:25 linting :snippets_private trait 30922:16:25 does not raise error when created 31022:16:25 linting :issues_disabled trait 31122:16:25 does not raise error when created 31222:16:25 linting :issues_enabled trait 31322:16:26 does not raise error when created 31422:16:26 linting :issues_private trait 31522:16:26 does not raise error when created 31622:16:26 linting :forking_disabled trait 31722:16:27 does not raise error when created 31822:16:27 linting :forking_enabled trait 31922:16:27 does not raise error when created 32022:16:27 linting :forking_private trait 32122:16:27 does not raise error when created 32222:16:27 linting :merge_requests_enabled trait 32322:16:28 does not raise error when created 32422:16:28 linting :merge_requests_disabled trait 32522:16:28 does not raise error when created 32622:16:28 linting :merge_requests_private trait 32722:16:28 does not raise error when created 32822:16:28 linting :merge_requests_public trait 32922:16:29 does not raise error when created 33022:16:29 linting :repository_enabled trait 33122:16:29 does not raise error when created 33222:16:29 linting :repository_disabled trait 33322:16:30 does not raise error when created 33422:16:30 linting :repository_private trait 33522:16:30 does not raise error when created 33622:16:30 linting :pages_public trait 33722:16:30 does not raise error when created 33822:16:30 linting :pages_enabled trait 33922:16:31 does not raise error when created 34022:16:31 linting :pages_disabled trait 34122:16:32 does not raise error when created 34222:16:32 linting :pages_private trait 34322:16:32 does not raise error when created 34422:16:32 linting :metrics_dashboard_enabled trait 34522:16:32 does not raise error when created 34622:16:32 linting :metrics_dashboard_disabled trait 34722:16:33 does not raise error when created 34822:16:33 linting :metrics_dashboard_private trait 34922:16:33 does not raise error when created 35022:16:33 linting :operations_enabled trait 35122:16:33 does not raise error when created 35222:16:33 linting :operations_disabled trait 35322:16:34 does not raise error when created 35422:16:34 linting :operations_private trait 35522:16:34 does not raise error when created 35622:16:34 linting :analytics_enabled trait 35722:16:35 does not raise error when created 35822:16:35 linting :analytics_disabled trait 35922:16:35 does not raise error when created 36022:16:35 linting :analytics_private trait 36122:16:35 does not raise error when created 36222:16:35 linting :container_registry_enabled trait 36322:16:36 does not raise error when created 36422:16:36 linting :container_registry_disabled trait 36522:16:36 does not raise error when created 36622:16:36 linting :container_registry_private trait 36722:16:36 does not raise error when created 36822:16:36 linting :security_and_compliance_enabled trait 36922:16:37 does not raise error when created 37022:16:37 linting :security_and_compliance_disabled trait 37122:16:37 does not raise error when created 37222:16:37 linting :security_and_compliance_private trait 37322:16:38 does not raise error when created 37422:16:38 linting :auto_devops trait 37522:16:38 does not raise error when created 37622:16:38 linting :auto_devops_disabled trait 37722:16:38 does not raise error when created 37822:16:38 linting :without_container_expiration_policy trait 37922:16:39 does not raise error when created 38022:16:39 linting :import_hard_failed trait 38122:16:39 does not raise error when created 38222:16:39 linting :mirror trait 38322:16:40 does not raise error when created 38422:16:40 linting :random_last_repository_updated_at trait 38522:16:40 does not raise error when created 38622:16:40 linting :github_imported trait 38722:16:41 does not raise error when created 38822:16:41 linting :with_vulnerability trait 38922:16:41 does not raise error when created 39022:16:41 linting :with_vulnerabilities trait 39122:16:41 does not raise error when created (PENDING: Trait skipped linting due to legacy error) 39222:16:41 linting :with_security_scans trait 39322:16:42 does not raise error when created 39422:16:42 linting :with_cvs trait 39522:16:43 does not raise error when created 39622:16:43 linting :container_scanning_for_registry_enabled trait 39722:16:43 does not raise error when created 39822:16:43 linting :with_compliance_framework trait 39922:16:44 does not raise error when created 40022:16:44 linting :with_sox_compliance_framework trait 40122:16:44 does not raise error when created 40222:16:44 linting :with_cve_request trait 40322:16:45 does not raise error when created 40422:16:45 linting :with_security_orchestration_policy_configuration trait 40522:16:45 does not raise error when created 40622:16:45 linting :with_ci_minutes trait 40722:16:45 does not raise error when created 40822:16:45 linting :with_product_analytics_dashboard trait 40922:16:47 does not raise error when created 41022:16:47# [RSpecRunTime] RSpec elapsed time: 11 minutes 5.73 seconds. Current RSS: ~1430M. Threads: 4. load average: 1.12 1.11 1.16 1/294 7429 41222:16:47 linting :with_product_analytics_custom_visualization trait 41322:16:48 does not raise error when created 41422:16:48# [RSpecRunTime] RSpec elapsed time: 11 minutes 6.84 seconds. Current RSS: ~1436M. Threads: 4. load average: 1.12 1.11 1.16 1/295 7514 41622:16:48 linting :with_product_analytics_invalid_custom_visualization trait 41722:16:49 does not raise error when created 41822:16:49# [RSpecRunTime] RSpec elapsed time: 11 minutes 8.16 seconds. Current RSS: ~1451M. Threads: 4. load average: 1.12 1.11 1.16 1/296 7657 42022:16:49 linting :with_dashboard_attempting_path_traversal trait 42122:16:51 does not raise error when created 42222:16:51# [RSpecRunTime] RSpec elapsed time: 11 minutes 9.46 seconds. Current RSS: ~1460M. Threads: 4. load average: 1.12 1.11 1.16 1/296 7800 42422:16:51 linting :with_product_analytics_funnel trait 42522:16:52 does not raise error when created 42622:16:52# [RSpecRunTime] RSpec elapsed time: 11 minutes 10.54 seconds. Current RSS: ~1470M. Threads: 4. load average: 1.20 1.13 1.17 1/296 7883 42822:16:52 linting :allow_pipeline_trigger_approve_deployment trait 42922:16:52 does not raise error when created 43022:16:52 linting :verification_succeeded trait 43122:16:53 does not raise error when created 43222:16:53 linting :verification_failed trait 43322:16:54 does not raise error when created 43422:16:54 linting :with_duo_features_enabled trait 43522:16:54 does not raise error when created 43622:16:54 linting :with_duo_features_disabled trait 43722:16:55 does not raise error when created 43822:16:55 behaves like factory 43922:16:55 project_empty_repo factory 44022:16:55 does not raise error when built 44122:16:55 does not raise error when created 44222:16:55 behaves like factory 44322:16:55 forked_project_with_submodules factory 44422:16:55 does not raise error when built 44522:16:56 does not raise error when created 44622:16:56 behaves like factory 44722:16:56 project_with_design factory 44822:16:56 does not raise error when built 44922:16:57 does not raise error when created 45022:16:57# [RSpecRunTime] RSpec elapsed time: 11 minutes 16.12 seconds. Current RSS: ~1476M. Threads: 4. load average: 1.18 1.13 1.16 1/296 8028 45222:16:58# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 58.19 seconds. Expected to take 48.25 seconds. 45322:16:58# [RSpecRunTime] Starting example group spec/models/alert_management/alert_spec.rb. Expected to take 53.57 seconds. 45422:16:58AlertManagement::Alert 45522:16:58 does not allow STI 45622:16:58 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 45822:16:59 is expected to belong to project required: false 45922:16:59 is expected to belong to issue optional: true 46022:16:59 is expected to belong to prometheus_alert optional: true 46122:16:59 is expected to belong to environment optional: true 46222:16:59 is expected to have many assignees through alert_assignees 46322:16:59 is expected to have many notes inverse_of => noteable 46422:16:59 is expected to have many ordered_notes class_name => Note inverse_of => noteable 46522:16:59 is expected to have many user_mentions class_name => AlertManagement::AlertUserMention inverse_of => alert 46622:16:59# [RSpecRunTime] RSpec elapsed time: 11 minutes 18.06 seconds. Current RSS: ~1460M. Threads: 4. load average: 1.18 1.13 1.16 1/296 8029 46922:16:59 is expected to validate that :title cannot be empty/falsy 47022:16:59 is expected to validate that :events cannot be empty/falsy 47122:17:00 is expected to validate that :severity cannot be empty/falsy 47222:17:00 is expected to validate that :status cannot be empty/falsy 47322:17:00 is expected to validate that :started_at cannot be empty/falsy 47422:17:00 is expected to validate that the length of :title is at most 200 47522:17:00 is expected to validate that the length of :description is at most 1000 47622:17:00 is expected to validate that the length of :service is at most 100 47722:17:00 is expected to validate that the length of :monitoring_tool is at most 100 47922:17:01 adding an alert with the same fingerprint 48022:17:01 same project, various states 48122:17:01 existing_status_event: :resolve, new_status: :triggered, valid: true 48222:17:01 is expected to be valid 48322:17:01# [RSpecRunTime] RSpec elapsed time: 11 minutes 19.5 seconds. Current RSS: ~1487M. Threads: 4. load average: 1.18 1.13 1.16 1/292 8030 48522:17:01 existing_status_event: :resolve, new_status: :acknowledged, valid: true 48622:17:01 is expected to be valid 48722:17:01 existing_status_event: :resolve, new_status: :ignored, valid: true 48822:17:01 is expected to be valid 48922:17:01 existing_status_event: :resolve, new_status: :resolved, valid: true 49022:17:01 is expected to be valid 49122:17:01 existing_status_event: :trigger, new_status: :triggered, valid: false 49222:17:01 is expected to be invalid 49322:17:01 existing_status_event: :trigger, new_status: :acknowledged, valid: false 49422:17:01 is expected to be invalid 49522:17:01 existing_status_event: :trigger, new_status: :ignored, valid: false 49622:17:01 is expected to be invalid 49722:17:01 existing_status_event: :trigger, new_status: :resolved, valid: true 49822:17:02 is expected to be valid 49922:17:02 existing_status_event: :acknowledge, new_status: :triggered, valid: false 50022:17:02 is expected to be invalid 50122:17:02 existing_status_event: :acknowledge, new_status: :acknowledged, valid: false 50222:17:02 is expected to be invalid 50322:17:02 existing_status_event: :acknowledge, new_status: :ignored, valid: false 50422:17:02 is expected to be invalid 50522:17:02 existing_status_event: :acknowledge, new_status: :resolved, valid: true 50622:17:02 is expected to be valid 50722:17:02 existing_status_event: :ignore, new_status: :triggered, valid: false 50822:17:02 is expected to be invalid 50922:17:02 existing_status_event: :ignore, new_status: :acknowledged, valid: false 51022:17:02 is expected to be invalid 51122:17:02 existing_status_event: :ignore, new_status: :ignored, valid: false 51222:17:02 is expected to be invalid 51322:17:02 existing_status_event: :ignore, new_status: :resolved, valid: true 51422:17:03 is expected to be valid 51522:17:03 different project 51622:17:03 is expected to be valid 51822:17:03 over 255 total chars 51922:17:03 is expected not to be valid 52022:17:03 under 255 chars 52122:17:03 is expected to be valid 52322:17:03 is expected not to be valid 52522:17:03 is expected to define :severity as an enum backed by an integer with values ‹{critical: 0, high: 1, medium: 2, low: 3, info: 4, unknown: 5}› 52822:17:03 is expected to contain exactly #<AlertManagement::Alert id:1 namespace38/project-936^alert#1> 52922:17:03 .for_fingerprint 53022:17:03 is expected to contain exactly #<AlertManagement::Alert id:1 namespace38/project-936^alert#1> 53122:17:03 .for_environment 53222:17:03 is expected to contain exactly #<AlertManagement::Alert id:1 namespace38/project-936^alert#1> 53322:17:03 .for_assignee_username 53422:17:04 when matching assignee_username 53522:17:04 is expected to contain exactly #<AlertManagement::Alert id:1 namespace38/project-936^alert#1> 53622:17:04 when unknown assignee_username 53722:17:04 is expected to be empty 53822:17:04 with empty assignee_username 53922:17:04 is expected to be empty 54022:17:04 .order_severity_with_open_prometheus_alert 54122:17:04 is expected to eq [#<AlertManagement::Alert id:8 namespace41/project-939^alert#2>, #<AlertManagement::Alert id:9 namespace41/project-939^alert#3>] 54222:17:04 .counts_by_project_id 54322:17:04 is expected to eq {789=>2, 790=>2} 54422:17:04 .not_resolved 54522:17:05 is expected to contain exactly #<AlertManagement::Alert id:2 namespace38/project-936^alert#2>, #<AlertManagement::Alert id:1 namespace38/project-936^alert#1>, and #<AlertManagement::Alert id:4 namespace39/project-937^alert#2> 54622:17:05 behaves like a model including Escalatable 54822:17:06 is expected to validate that :status cannot be empty/falsy 54922:17:06 when status is triggered 55022:17:06 when resolved_at is blank 55122:17:06 is expected to be valid 55222:17:06# [RSpecRunTime] RSpec elapsed time: 11 minutes 24.77 seconds. Current RSS: ~1462M. Threads: 4. load average: 1.16 1.12 1.16 1/291 8031 55422:17:06 when resolved_at is present 55522:17:06 is expected to be invalid 55622:17:06 when status is acknowledged 55722:17:06 when resolved_at is blank 55822:17:06 is expected to be valid 55922:17:06 when resolved_at is present 56022:17:06 is expected to be invalid 56122:17:06 when status is resolved 56222:17:06 when resolved_at is blank 56322:17:06 is expected to be invalid 56422:17:06 when resolved_at is present 56522:17:07 is expected to be valid 56622:17:07 when status is ignored 56722:17:07 when resolved_at is blank 56822:17:07 is expected to be valid 56922:17:07 when resolved_at is present 57022:17:07 is expected to be invalid 57222:17:07 .order_status 57422:17:07 is expected to eq [#<AlertManagement::Alert id:10 namespace42/project-940^alert#1>, #<AlertManagement::Alert id:11 name...2 namespace44/project-942^alert#1>, #<AlertManagement::Alert id:13 namespace45/project-943^alert#1>] 57622:17:07 is expected to eq [#<AlertManagement::Alert id:13 namespace45/project-943^alert#1>, #<AlertManagement::Alert id:12 name...1 namespace43/project-941^alert#1>, #<AlertManagement::Alert id:10 namespace42/project-940^alert#1>] 57822:17:07 is expected to contain exactly #<AlertManagement::Alert id:11 namespace43/project-941^alert#1> and #<AlertManagement::Alert id:10 namespace42/project-940^alert#1> 57922:17:07 .status_value 58022:17:07 status: :triggered, status_value: 0 58122:17:07 returns status value by its name 58222:17:07 status: :acknowledged, status_value: 1 58322:17:07 returns status value by its name 58422:17:07 status: :resolved, status_value: 2 58522:17:07 returns status value by its name 58622:17:07 status: :ignored, status_value: 3 58722:17:08 returns status value by its name 58822:17:08 status: :unknown, status_value: nil 58922:17:08 returns status value by its name 59122:17:08 raw_status: 0, status: :triggered 59222:17:08 returns status name by its values 59322:17:08 raw_status: 1, status: :acknowledged 59422:17:08 returns status name by its values 59522:17:08 raw_status: 2, status: :resolved 59622:17:08 returns status name by its values 59722:17:08 raw_status: 3, status: :ignored 59822:17:08 returns status name by its values 59922:17:08 raw_status: -1, status: nil 60022:17:08 returns status name by its values 60122:17:08 .open_status? 60222:17:08 status: :triggered, is_open_status: true 60322:17:08 returns true when the status is open status 60422:17:08 status: :acknowledged, is_open_status: true 60522:17:08 returns true when the status is open status 60622:17:08 status: :resolved, is_open_status: false 60722:17:08 returns true when the status is open status 60822:17:08 status: :ignored, is_open_status: false 60922:17:08 returns true when the status is open status 61022:17:08 status: nil, is_open_status: false 61122:17:09 returns true when the status is open status 61322:17:09 when escalatable is in triggered state 61422:17:09 does not change the escalatable status 61522:17:09 when escalatable is not in triggered state 61622:17:09 changes the escalatable status to triggered 61722:17:09 resets resolved at 61922:17:09 changes the escalatable status to acknowledged 62022:17:09 resets ended at 62222:17:09 when escalatable is already resolved 62322:17:09 does not change the escalatable status 62422:17:09 when escalatable is not resolved 62522:17:09 changes escalatable status to "resolved" 62722:17:09 changes the escalatable status to ignored 62822:17:09 resets ended at 62922:17:09 #status_event_for 63022:17:09 for_status: :triggered, event: :trigger 63122:17:10 returns event by status name 63222:17:10 for_status: "triggered", event: :trigger 63322:17:10 returns event by status name 63422:17:10 for_status: :acknowledged, event: :acknowledge 63522:17:10 returns event by status name 63622:17:10 for_status: "acknowledged", event: :acknowledge 63722:17:10 returns event by status name 63822:17:10 for_status: :resolved, event: :resolve 63922:17:10 returns event by status name 64022:17:10 for_status: "resolved", event: :resolve 64122:17:10 returns event by status name 64222:17:10 for_status: :ignored, event: :ignore 64322:17:10 returns event by status name 64422:17:10 for_status: "ignored", event: :ignore 64522:17:10 returns event by status name 64622:17:10 for_status: :unknown, event: nil 64722:17:10 returns event by status name 64822:17:10 for_status: nil, event: nil 64922:17:10 returns event by status name 65022:17:10 for_status: "", event: nil 65122:17:11 returns event by status name 65222:17:11 for_status: 1, event: nil 65322:17:11 returns event by status name 65522:17:11 returns true when the status is open status 65622:17:11 .counts_by_status 65722:17:11 is expected to eq {:acknowledged=>1, :ignored=>1, :resolved=>1, :triggered=>1} 65822:17:11 .find_unresolved_alert 65922:17:11 is expected to eq #<AlertManagement::Alert id:16 namespace38/project-936^alert#4> 66022:17:11 .last_prometheus_alert_by_project_id 66122:17:11 returns the latest alert for each project 66322:17:11 does not contain search string 66422:17:11 is expected to be empty 66522:17:11 title includes query 66622:17:11 is expected to contain exactly #<AlertManagement::Alert id:1 namespace38/project-936^alert#1> 66722:17:11 description includes query 66822:17:11 is expected to contain exactly #<AlertManagement::Alert id:1 namespace38/project-936^alert#1> 66922:17:11 service includes query 67022:17:12 is expected to contain exactly #<AlertManagement::Alert id:1 namespace38/project-936^alert#1> 67122:17:12 monitoring tool includes query 67222:17:12 is expected to contain exactly #<AlertManagement::Alert id:1 namespace38/project-936^alert#1> 67322:17:12 .reference_pattern 67422:17:12 is expected to match "gitlab-org/gitlab^alert#123" 67522:17:12 .link_reference_pattern 67922:17:12 is expected not to match "gitlab-org/gitlab/-/alert_management/123" 68022:17:12 .reference_valid? 68122:17:12 ref: "123456", result: true 68222:17:12 is expected to eq true 68322:17:12 ref: "1", result: true 68422:17:12 is expected to eq true 68522:17:12 ref: "-1", result: false 68622:17:12 is expected to eq false 68722:17:12 ref: nil, result: false 68822:17:13 is expected to eq false 68922:17:13 ref: "123456891012345678901234567890", result: false 69022:17:13 is expected to eq false 69122:17:13 #to_reference 69222:17:13 is expected to eq "^alert#1" 69322:17:13 #register_new_event! 69422:17:13 increments the events count by 1 69622:17:13 is expected to eq 2024-07-25 22:16:58.822589000 +0000 69722:17:13 #resolved_at= 69822:17:13 sets ended_at 69922:17:13# [RSpecRunTime] Finishing example group spec/models/alert_management/alert_spec.rb. It took 15.58 seconds. Expected to take 53.57 seconds. 70022:17:13# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 48.25 seconds. 70122:17:13Lint factories for AlertManagement::Alert 70222:17:13 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 70322:17:13 with saas, license, and factory defaults 70422:17:14 behaves like factory 70522:17:14 alert_management_alert factory 70622:17:14 does not raise error when built 70722:17:14 does not raise error when created 70822:17:14 linting :with_validation_errors trait 70922:17:14 does not raise error when created 71022:17:14# [RSpecRunTime] RSpec elapsed time: 11 minutes 33.2 seconds. Current RSS: ~1491M. Threads: 4. load average: 1.14 1.12 1.16 1/290 8058 71222:17:14 linting :with_incident trait 71322:17:15 does not raise error when created 71422:17:15 linting :with_assignee trait 71522:17:15 does not raise error when created 71622:17:15 linting :with_fingerprint trait 71722:17:15 does not raise error when created 71822:17:15 linting :with_service trait 71922:17:15 does not raise error when created 72022:17:15 linting :with_monitoring_tool trait 72122:17:15 does not raise error when created 72222:17:15 linting :with_description trait 72322:17:16 does not raise error when created 72422:17:16 linting :with_host trait 72522:17:16 does not raise error when created 72622:17:16 linting :without_ended_at trait 72722:17:16 does not raise error when created 72822:17:16 linting :triggered trait 72922:17:16 does not raise error when created 73022:17:16 linting :acknowledged trait 73122:17:16 does not raise error when created 73222:17:16 linting :resolved trait 73322:17:16 does not raise error when created 73422:17:16 linting :ignored trait 73522:17:16 does not raise error when created 73622:17:16 linting :critical trait 73722:17:16 does not raise error when created 73822:17:16 linting :high trait 73922:17:17 does not raise error when created 74022:17:17 linting :medium trait 74122:17:17 does not raise error when created 74222:17:17 linting :low trait 74322:17:17 does not raise error when created 74422:17:17 linting :info trait 74522:17:17 does not raise error when created 74622:17:17 linting :unknown trait 74722:17:17 does not raise error when created 74822:17:17 linting :prometheus trait 74922:17:17 does not raise error when created 75022:17:17 linting :all_fields trait 75122:17:18 does not raise error when created 75222:17:18 linting :from_payload trait 75322:17:18 does not raise error when created 75422:17:18# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 4.81 seconds. Expected to take 48.25 seconds. 75522:17:18# [RSpecRunTime] Starting example group spec/models/merge_request_diff_file_spec.rb. Expected to take 47.75 seconds. 75622:17:18MergeRequestDiffFile 75722:17:18 does not allow STI 75822:17:18 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 75922:17:18 behaves like a BulkInsertSafe model 76022:17:18 when calling class methods directly 76122:17:18 raises an error when method is not bulk-insert safe 76222:17:18 does not raise an error when method is bulk-insert safe 76322:17:18 .bulk_insert! 76422:17:18 when all items are valid 76522:17:30 inserts them all 76622:17:40 returns an empty array 76722:17:40# [RSpecRunTime] RSpec elapsed time: 11 minutes 59.1 seconds. Current RSS: ~1457M. Threads: 4. load average: 1.33 1.16 1.17 1/296 8940 76922:17:40 when some items are invalid 77022:17:40 does not insert any of them and raises an error 77122:17:41 inserts them anyway when bypassing validations 77322:17:41 when diff is not stored 77422:17:41 when the diff is marked as binary 77522:17:41 unpacks from base 64 77622:17:41 invalid base64 77722:17:41 returns the raw diff 77822:17:41 when the diff is not marked as binary 77922:17:41 returns the raw diff 78022:17:41 when diff is stored in DB 78122:17:41 returns UTF-8 string 78222:17:41 when diff is stored in external storage 78322:17:41 returns UTF-8 string 78522:17:41 does not raise error when the diff is binary 78622:17:43 calls #diff once 78722:17:43 externally stored diff caching 78822:17:43 when external diff is not cached 78922:17:45 caches external diffs 79022:17:45# [RSpecRunTime] RSpec elapsed time: 12 minutes 3.37 seconds. Current RSS: ~1489M. Threads: 4. load average: 1.30 1.16 1.17 1/297 9207 79222:17:45 when external diff is already cached 79322:17:46 reads diff from cached external diff 79422:17:46# [RSpecRunTime] RSpec elapsed time: 12 minutes 5.1 seconds. Current RSS: ~1491M. Threads: 4. load average: 1.30 1.16 1.17 1/297 9340 79622:17:46 when the diff is marked as binary 79722:17:46 when the diff is marked as binary 79822:17:46 unpacks from base 64 79922:17:46 invalid base64 80022:17:47 returns the raw diff 80122:17:47 when the diff is not marked as binary 80222:17:47 returns the raw diff 80322:17:47 when content responds to #encoding 80422:17:48 encodes content to utf8 encoding 80522:17:48# [RSpecRunTime] RSpec elapsed time: 12 minutes 7.11 seconds. Current RSS: ~1492M. Threads: 4. load average: 1.36 1.17 1.18 1/297 9474 80722:17:48 when content is blank 80822:17:50 returns an empty string 80922:17:50# [RSpecRunTime] RSpec elapsed time: 12 minutes 8.74 seconds. Current RSS: ~1496M. Threads: 4. load average: 1.36 1.17 1.18 1/297 9607 81122:17:50 when exception is raised 81222:17:52 falls back to #diff 81322:17:52# [RSpecRunTime] RSpec elapsed time: 12 minutes 10.39 seconds. Current RSS: ~1504M. Threads: 4. load average: 1.33 1.17 1.18 1/297 9741 81522:17:52 when diff is not stored externally 81722:17:53# [RSpecRunTime] RSpec elapsed time: 12 minutes 12.06 seconds. Current RSS: ~1503M. Threads: 4. load average: 1.33 1.17 1.18 1/297 9875 81922:17:53 when exception is raised 82022:17:55 logs exception and returns an empty string 82122:17:55# [RSpecRunTime] RSpec elapsed time: 12 minutes 13.83 seconds. Current RSS: ~1494M. Threads: 4. load average: 1.33 1.17 1.18 1/297 10008 82322:17:55# [RSpecRunTime] Finishing example group spec/models/merge_request_diff_file_spec.rb. It took 37.29 seconds. Expected to take 47.75 seconds. 82422:17:55# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 48.25 seconds. 82522:17:55Lint factories for MergeRequestDiffFile 82622:17:55 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 82722:17:55 with saas, license, and factory defaults 82822:17:56 behaves like factory 82922:17:56 merge_request_diff_file factory 83022:17:56 does not raise error when built 83122:17:57 does not raise error when created 83222:17:57 linting :new_file trait 83322:17:57 does not raise error when created 83422:17:57# [RSpecRunTime] RSpec elapsed time: 12 minutes 15.84 seconds. Current RSS: ~1484M. Threads: 4. load average: 1.38 1.18 1.18 1/297 10063 83622:17:57 linting :renamed_file trait 83722:17:57 does not raise error when created 83822:17:58# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 2.36 seconds. Expected to take 48.25 seconds. 83922:17:58# [RSpecRunTime] Starting example group spec/lib/gitlab/import_export/fast_hash_serializer_spec.rb. Expected to take 42.89 seconds. 84022:17:58Gitlab::ImportExport::FastHashSerializer 84122:18:02 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 84222:18:03 saves the correct hash 84322:18:03 has approvals_before_merge set 84422:18:04 has milestones 84522:18:05 has merge requests 84622:18:05 has merge request's milestones 84722:18:06 has merge request's source branch SHA 84822:18:06 has merge request's target branch SHA 85122:18:08 has snippet notes 85322:18:09 has no author on releases 85422:18:09 has the author ID on releases 85622:18:10 has issue comments 85722:18:11 has issue assignees 85822:18:12 has author on issue comments 85922:18:12 has project members 86022:18:13 has merge requests diffs 86122:18:13 has merge request diff files 86222:18:14 has merge request diff commits 86322:18:14 has merge requests comments 86422:18:15 has author on merge requests comments 86522:18:15 has pipeline stages 86622:18:16 has pipeline builds 86722:18:17 has pipeline builds 86822:18:17 has pipeline commits 86922:18:18 has commit notes 87022:18:18 has labels with no associations 87122:18:19 has labels associated to records 87222:18:20 has project and group labels 87322:18:20 has priorities associated to labels 87422:18:21 has issue resource label events 87522:18:21 has merge request resource label events 87622:18:22 has project feature 87722:18:22 has custom attributes 87922:18:23 does not complain about non UTF-8 characters in MR diff files 88022:18:24 has a board and a list 88122:18:24 project attributes 88222:18:25 does not contain the runners token 88322:18:25# [RSpecRunTime] RSpec elapsed time: 12 minutes 43.39 seconds. Current RSS: ~1426M. Threads: 4. load average: 1.39 1.20 1.19 1/291 10702 88522:18:25 relation ordering 88622:18:25 orders exported pipelines by primary key 88722:18:25# [RSpecRunTime] Finishing example group spec/lib/gitlab/import_export/fast_hash_serializer_spec.rb. It took 27.76 seconds. Expected to take 42.89 seconds. 88822:18:25# [RSpecRunTime] Starting example group spec/models/ci/resource_group_spec.rb. Expected to take 40.56 seconds. 88922:18:25Ci::ResourceGroup 89022:18:26 does not allow STI 89122:18:26 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 89222:18:26 behaves like cleanup by a loose foreign key 89322:18:30 cleans up (delete or nullify) the model 89422:18:30# [RSpecRunTime] RSpec elapsed time: 12 minutes 49.26 seconds. Current RSS: ~1420M. Threads: 4. load average: 1.35 1.20 1.19 1/291 10715 89722:18:31 valids when key includes allowed character 89822:18:31 invalids when key includes invalid character 89922:18:31 #ensure_resource 90022:18:31 creates one resource when resource group is created 90122:18:31 #assign_resource_to 90222:18:32 retains resource for the processable 90322:18:32 when there are no free resources 90422:18:34 fails to retain resource 90522:18:34# [RSpecRunTime] RSpec elapsed time: 12 minutes 52.86 seconds. Current RSS: ~1430M. Threads: 4. load average: 1.33 1.19 1.18 1/291 10716 90722:18:34 when the build has already retained a resource 90822:18:35 fails to retain resource 90922:18:35# [RSpecRunTime] RSpec elapsed time: 12 minutes 54.07 seconds. Current RSS: ~1430M. Threads: 4. load average: 1.33 1.19 1.18 1/291 10717 91122:18:35 #release_resource_from 91222:18:35 when the build has already retained a resource 91322:18:36 releases resource from the build 91422:18:36# [RSpecRunTime] RSpec elapsed time: 12 minutes 55.25 seconds. Current RSS: ~1433M. Threads: 4. load average: 1.33 1.19 1.18 1/291 10718 91622:18:36 when the build has already released a resource 91722:18:38 fails to release resource 91822:18:38# [RSpecRunTime] RSpec elapsed time: 12 minutes 56.46 seconds. Current RSS: ~1429M. Threads: 4. load average: 1.30 1.19 1.18 1/291 10719 92022:18:38 processables scope 92122:18:39 #upcoming_processables 92222:18:39 when process mode is unordered 92322:18:40 returns correct jobs in an indeterministic order 92422:18:40# [RSpecRunTime] RSpec elapsed time: 12 minutes 59.11 seconds. Current RSS: ~1425M. Threads: 4. load average: 1.30 1.19 1.18 1/291 10750 92622:18:40 when process mode is oldest_first 92722:18:42 returns correct jobs in a specific order 92822:18:42# [RSpecRunTime] RSpec elapsed time: 13 minutes 1.08 seconds. Current RSS: ~1430M. Threads: 4. load average: 1.28 1.18 1.18 1/292 10751 93022:18:42 when process mode is newest_first 93122:18:44 returns correct jobs in a specific order 93222:18:44# [RSpecRunTime] RSpec elapsed time: 13 minutes 3.0 seconds. Current RSS: ~1425M. Threads: 4. load average: 1.28 1.18 1.18 2/292 10752 93422:18:44 when process mode is unknown 93522:18:46 returns empty 93622:18:46# [RSpecRunTime] RSpec elapsed time: 13 minutes 5.27 seconds. Current RSS: ~1424M. Threads: 4. load average: 1.25 1.18 1.18 1/292 10753 93822:18:46 #waiting_processables 93922:18:46 mode: :unordered 94022:18:48 returns waiting_for_resource jobs in an indeterministic order 94122:18:48# [RSpecRunTime] RSpec elapsed time: 13 minutes 7.26 seconds. Current RSS: ~1422M. Threads: 4. load average: 1.25 1.18 1.18 1/291 10754 94322:18:48 mode: :oldest_first 94422:18:50 returns waiting_for_resource jobs in an indeterministic order 94522:18:50# [RSpecRunTime] RSpec elapsed time: 13 minutes 9.24 seconds. Current RSS: ~1423M. Threads: 4. load average: 1.25 1.18 1.18 1/291 10755 94722:18:50 mode: :newest_first 94822:18:52 returns waiting_for_resource jobs in an indeterministic order 94922:18:52# [RSpecRunTime] RSpec elapsed time: 13 minutes 11.25 seconds. Current RSS: ~1420M. Threads: 4. load average: 1.23 1.18 1.18 1/291 10756 95122:18:52 #current_processable 95222:18:52 when resource is retained by a build 95322:18:54 is expected to eq #<Ci::Build status: "pending", finished_at: nil, created_at: "2024-07-25 08:50:29.000000000 +0000", u...id: nil, user_id: nil, execution_config_id: nil, upstream_pipeline_partition_id: nil, tag_list: nil> 95422:18:54# [RSpecRunTime] RSpec elapsed time: 13 minutes 12.47 seconds. Current RSS: ~1418M. Threads: 4. load average: 1.23 1.18 1.18 1/291 10757 95622:18:54 when resource is not retained by a build 95722:18:54 is expected to be nil 95822:18:54# [RSpecRunTime] Finishing example group spec/models/ci/resource_group_spec.rb. It took 29.04 seconds. Expected to take 40.56 seconds. 95922:18:54# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 48.25 seconds. 96022:18:54Lint factories for Ci::ResourceGroup 96122:18:54 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 96222:18:54 with saas, license, and factory defaults 96322:18:55 behaves like factory 96422:18:55 ci_resource_group factory 96522:18:55 does not raise error when built 96622:18:56 does not raise error when created 96722:18:56# [RSpecRunTime] RSpec elapsed time: 13 minutes 14.44 seconds. Current RSS: ~1434M. Threads: 4. load average: 1.23 1.18 1.18 1/291 10784 96922:18:56# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.47 seconds. Expected to take 48.25 seconds. 97022:18:56# [RSpecRunTime] Starting example group spec/services/members/projects/creator_service_spec.rb. Expected to take 38.21 seconds. 97122:18:56Members::Projects::CreatorService 97222:18:57 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 97322:18:57 .access_levels 97422:18:57 returns Gitlab::Access.sym_options_with_owner 97522:18:57 behaves like owner management 97622:18:57 .cannot_manage_owners? 97722:18:57 when maintainer 97822:18:57 cannot manage owners 98022:18:57 can manage owners 98222:18:57 behaves like bulk member creation 98322:18:58 returns Member objects 98422:18:58 returns an empty array 98522:18:58 supports different formats 98622:18:59 with the same user sent more than once by user and by email 98722:18:59 with the same user sent more than once by user id and by email 98822:18:59 when current user does not have permission 98922:18:59 does not succeed 99022:18:59# [RSpecRunTime] RSpec elapsed time: 13 minutes 18.17 seconds. Current RSS: ~1441M. Threads: 4. load average: 1.13 1.16 1.17 1/291 10785 99222:18:59 with different source types 99322:18:59 with an array of sources 99422:18:59 behaves like supports multiple sources 99522:19:00 is expected to all be persisted 99622:19:00 with a query producing sources 99722:19:00 behaves like supports multiple sources 99822:19:01 is expected to all be persisted 99922:19:01 with de-duplication 100022:19:01 has the same user by id and user 100122:19:01 has the same user sent more than once 100222:19:01 with uppercased email with user in same invite 100322:19:02 only creates the one member 100422:19:02 with same email with different cases 100522:19:02 when the lowercased email is invited first 100622:19:02 invites the first and errors on the uppercase one 100722:19:02 when the lowercased email is invited last 100822:19:02 invites the first and finds updates that record for the second one 100922:19:02 when a member already exists 101022:19:03 has the same user sent more than once with the member already existing 101122:19:03 supports existing users as expected with user_ids passed 101222:19:04 supports existing users as expected without user ids passed 101322:19:04# [RSpecRunTime] RSpec elapsed time: 13 minutes 22.99 seconds. Current RSS: ~1452M. Threads: 4. load average: 1.12 1.16 1.17 1/292 10786 101622:19:04 behaves like member creation 101722:19:05 returns a Member object 101822:19:05 sets members.expires_at to the given expires_at 101922:19:05 accepts the :guest symbol as access level 102022:19:05 accepts the 10 integer as access level 102122:19:06 accepts the :reporter symbol as access level 102222:19:06 accepts the 20 integer as access level 102322:19:06 accepts the :developer symbol as access level 102422:19:07 accepts the 30 integer as access level 102522:19:07 accepts the :maintainer symbol as access level 102622:19:07 accepts the 40 integer as access level 102722:19:08 accepts the :owner symbol as access level 102822:19:08 accepts the 50 integer as access level 102922:19:08 when adding a project_bot 103022:19:08 when project_bot is already a member 103122:19:08 does not update the member 103222:19:08# [RSpecRunTime] RSpec elapsed time: 13 minutes 27.01 seconds. Current RSS: ~1458M. Threads: 4. load average: 1.11 1.15 1.17 1/292 10787 103422:19:08 when project_bot is not already a member 103522:19:09 adds the member 103622:19:09 when admin mode is enabled 103722:19:09 sets members.created_by to the given admin current_user 103822:19:09 when admin mode is disabled 103922:19:09 rejects setting members.created_by to the given admin current_user 104022:19:09 with no current_user 104122:19:09 when called with a known user id 104222:19:09 adds the user as a member 104322:19:09 when called with an unknown user id 104422:19:10 does not add the user as a member 104522:19:10 when called with a user object 104622:19:10 adds the user as a member 104722:19:10 when called with a requester user object 104822:19:10 adds the requester as a member 104922:19:10 when called with a known user email 105022:19:11 adds the user as a member 105122:19:11 when called with an unknown user email 105222:19:11 creates an invited member 105322:19:11 when called with an unknown user email starting with a number 105422:19:11 creates an invited member 105522:19:11 when current_user can update member 105622:19:11 creates the member 105722:19:11 when called with a requester user object 105822:19:12 adds the requester as a member 105922:19:12 when current_user cannot update member 106022:19:12 does not create the member 106122:19:12 when called with a requester user object 106222:19:13 does not destroy the requester 106322:19:13 when member already exists 106422:19:13 when member is a user 106522:19:13 with no current_user 106622:19:13 updates the member 106722:19:13 when current_user can update member 106822:19:13 updates the member 106922:19:13 when current_user cannot update member 107022:19:14 does not update the member 107122:19:14 when member is an invite by email 107222:19:14 updates the member for that email 107322:19:14 authorized projects update 107422:19:14 schedules a single project authorization update job when called multiple times 107522:19:14# [RSpecRunTime] Finishing example group spec/services/members/projects/creator_service_spec.rb. It took 18.53 seconds. Expected to take 38.21 seconds. 107622:19:14# [RSpecRunTime] Starting example group spec/lib/gitlab/lets_encrypt/client_spec.rb. Expected to take 35.58 seconds. 107722:19:14Gitlab::LetsEncrypt::Client 107822:19:14 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 108022:19:16 ensures account registration 108122:19:18 generates and stores private key and initialize acme client with it 108222:19:20 returns order 108322:19:20 when private key is saved in settings 108422:19:22 uses current value of private key 108522:19:22# [RSpecRunTime] RSpec elapsed time: 13 minutes 40.78 seconds. Current RSS: ~1470M. Threads: 4. load average: 1.09 1.14 1.17 1/291 10788 108722:19:22 when acme integration is disabled 108822:19:22 raises error 109022:19:24 ensures account registration 109122:19:27 generates and stores private key and initialize acme client with it 109322:19:30 when private key is saved in settings 109422:19:33 uses current value of private key 109522:19:33# [RSpecRunTime] RSpec elapsed time: 13 minutes 51.36 seconds. Current RSS: ~1490M. Threads: 4. load average: 1.07 1.14 1.17 1/291 10789 109722:19:33 when acme integration is disabled 109822:19:33 raises error 109922:19:33 #load_challenge 110022:19:34 ensures account registration 110122:19:36 generates and stores private key and initialize acme client with it 110222:19:37 loads challenge 110322:19:37 when private key is saved in settings 110422:19:39 uses current value of private key 110522:19:39# [RSpecRunTime] RSpec elapsed time: 13 minutes 57.88 seconds. Current RSS: ~1492M. Threads: 4. load average: 1.07 1.14 1.16 1/291 10790 110722:19:39 when acme integration is disabled 110822:19:39 raises error 110922:19:39 #terms_of_service_url 111022:19:41 returns valid url 111122:19:41# [RSpecRunTime] RSpec elapsed time: 14 minutes 0.04 second. Current RSS: ~1490M. Threads: 4. load average: 1.07 1.14 1.16 1/291 10791 111322:19:41# [RSpecRunTime] Finishing example group spec/lib/gitlab/lets_encrypt/client_spec.rb. It took 27.05 seconds. Expected to take 35.58 seconds. 111422:19:41# [RSpecRunTime] Starting example group spec/finders/environments/environment_names_finder_spec.rb. Expected to take 34.42 seconds. 111522:19:41Environments::EnvironmentNamesFinder 111622:19:42 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 111822:19:42 using a group 111922:19:42 with a group developer 112022:19:43 returns environment names for all projects 112122:19:43# [RSpecRunTime] RSpec elapsed time: 14 minutes 2.09 seconds. Current RSS: ~1476M. Threads: 4. load average: 1.06 1.13 1.16 1/292 10792 112322:19:43 with a group reporter 112422:19:45 returns environment names for all projects 112522:19:45# [RSpecRunTime] RSpec elapsed time: 14 minutes 3.53 seconds. Current RSS: ~1479M. Threads: 4. load average: 1.06 1.13 1.16 1/292 10793 112722:19:45 with a public project reporter 112822:19:46 returns environment names for all public projects 112922:19:46# [RSpecRunTime] RSpec elapsed time: 14 minutes 4.84 seconds. Current RSS: ~1475M. Threads: 4. load average: 1.06 1.13 1.16 1/292 10794 113122:19:46 with a private project reporter 113222:19:47 returns environment names for all public projects 113322:19:47# [RSpecRunTime] RSpec elapsed time: 14 minutes 6.19 seconds. Current RSS: ~1471M. Threads: 4. load average: 1.06 1.13 1.16 1/292 10795 113522:19:47 with a public project reporter which has private environments 113622:19:49 returns environment names for public projects 113722:19:49# [RSpecRunTime] RSpec elapsed time: 14 minutes 7.65 seconds. Current RSS: ~1461M. Threads: 4. load average: 1.06 1.13 1.16 1/292 10796 113922:19:49 with a group guest 114022:19:50 returns environment names for public projects 114122:19:50# [RSpecRunTime] RSpec elapsed time: 14 minutes 9.1 seconds. Current RSS: ~1456M. Threads: 4. load average: 1.06 1.13 1.16 1/292 10797 114322:19:50 with a non-member 114422:19:51 returns environment names for only public projects with public environments 114522:19:52# [RSpecRunTime] RSpec elapsed time: 14 minutes 10.31 seconds. Current RSS: ~1455M. Threads: 4. load average: 1.05 1.13 1.16 1/292 10798 114722:19:52 without a user 114822:19:53 returns environment names for only public projects with public environments 114922:19:53# [RSpecRunTime] RSpec elapsed time: 14 minutes 11.5 seconds. Current RSS: ~1452M. Threads: 4. load average: 1.05 1.13 1.16 1/292 10799 115122:19:53 using a public project 115222:19:53 with a project developer 115322:19:54 returns all the unique environment names 115422:19:54# [RSpecRunTime] RSpec elapsed time: 14 minutes 12.75 seconds. Current RSS: ~1417M. Threads: 4. load average: 1.05 1.13 1.16 1/292 10800 115622:19:54 with a project reporter 115722:19:55 returns all the unique environment names 115822:19:55# [RSpecRunTime] RSpec elapsed time: 14 minutes 14.11 seconds. Current RSS: ~1405M. Threads: 4. load average: 1.05 1.13 1.16 1/292 10801 116022:19:55 with a project guest 116122:19:57 returns all the unique environment names 116222:19:57# [RSpecRunTime] RSpec elapsed time: 14 minutes 15.45 seconds. Current RSS: ~1405M. Threads: 4. load average: 1.13 1.14 1.17 1/292 10802 116422:19:57 with a non-member 116522:19:58 returns all the unique environment names 116622:19:58# [RSpecRunTime] RSpec elapsed time: 14 minutes 16.69 seconds. Current RSS: ~1402M. Threads: 4. load average: 1.13 1.14 1.17 1/292 10803 116822:19:58 without a user 116922:19:59 returns all the unique environment names 117022:19:59# [RSpecRunTime] RSpec elapsed time: 14 minutes 18.09 seconds. Current RSS: ~1400M. Threads: 4. load average: 1.13 1.14 1.17 1/292 10804 117222:19:59 using a private project 117322:19:59 with a project developer 117422:20:01 returns all the unique environment names 117522:20:01# [RSpecRunTime] RSpec elapsed time: 14 minutes 19.55 seconds. Current RSS: ~1396M. Threads: 4. load average: 1.13 1.14 1.17 1/292 10805 117722:20:01 with a project reporter 117822:20:02 returns all the unique environment names 117922:20:02# [RSpecRunTime] RSpec elapsed time: 14 minutes 21.11 seconds. Current RSS: ~1394M. Threads: 4. load average: 1.04 1.12 1.16 1/292 10806 118122:20:02 with a project guest 118222:20:04 does not return any environment names 118322:20:04# [RSpecRunTime] RSpec elapsed time: 14 minutes 22.48 seconds. Current RSS: ~1393M. Threads: 4. load average: 1.04 1.12 1.16 1/292 10807 118522:20:04 with a non-member 118622:20:05 does not return any environment names 118722:20:05# [RSpecRunTime] RSpec elapsed time: 14 minutes 23.73 seconds. Current RSS: ~1394M. Threads: 4. load average: 1.04 1.12 1.16 1/292 10808 118922:20:05 without a user 119022:20:06 does not return any environment names 119122:20:07# [RSpecRunTime] RSpec elapsed time: 14 minutes 25.3 seconds. Current RSS: ~1394M. Threads: 4. load average: 1.03 1.12 1.16 1/292 10809 119322:20:07# [RSpecRunTime] Finishing example group spec/finders/environments/environment_names_finder_spec.rb. It took 25.31 seconds. Expected to take 34.42 seconds. 119422:20:07# [RSpecRunTime] Starting example group spec/models/diff_discussion_spec.rb. Expected to take 32.88 seconds. 119522:20:07DiffDiscussion 119622:20:07 does not allow STI 119722:20:07 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 119822:20:07 #reply_attributes 119922:20:09 includes position and original_position 120022:20:09# [RSpecRunTime] RSpec elapsed time: 14 minutes 27.87 seconds. Current RSS: ~1406M. Threads: 4. load average: 1.03 1.12 1.16 1/297 10968 120222:20:09 #merge_request_version_params 120322:20:09 when the discussion is active 120422:20:12 returns an empty hash, which will end up showing the latest version 120522:20:12# [RSpecRunTime] RSpec elapsed time: 14 minutes 30.67 seconds. Current RSS: ~1419M. Threads: 4. load average: 1.11 1.14 1.16 1/297 11228 120722:20:12 when the discussion is on an older merge request version 120822:20:12 when commit_id is not present 120922:20:15 returns the diff ID for the version to show 121022:20:15# [RSpecRunTime] RSpec elapsed time: 14 minutes 33.88 seconds. Current RSS: ~1439M. Threads: 4. load average: 1.11 1.14 1.16 2/297 11534 121222:20:15 when commit_id is present 121322:20:18 includes the commit_id in the result 121422:20:18# [RSpecRunTime] RSpec elapsed time: 14 minutes 37.06 seconds. Current RSS: ~1450M. Threads: 4. load average: 1.26 1.17 1.17 1/297 11840 121622:20:18 when the discussion is on a comparison between merge request versions 121722:20:18 when commit_id is not present 121822:20:21 returns the diff ID and start sha of the versions to compare 121922:20:22# [RSpecRunTime] RSpec elapsed time: 14 minutes 40.29 seconds. Current RSS: ~1455M. Threads: 4. load average: 1.24 1.17 1.17 1/297 12161 122122:20:22 when commit_id is present 122222:20:25 includes the commit_id in the result 122322:20:25# [RSpecRunTime] RSpec elapsed time: 14 minutes 43.53 seconds. Current RSS: ~1453M. Threads: 4. load average: 1.24 1.17 1.17 1/297 12482 122522:20:25 when the discussion does not have a merge request version 122622:20:25 when commit_id is not present 122722:20:28 returns empty hash 122822:20:28# [RSpecRunTime] RSpec elapsed time: 14 minutes 46.65 seconds. Current RSS: ~1462M. Threads: 4. load average: 1.30 1.18 1.18 2/297 12795 123022:20:28 when commit_id is present 123122:20:31 returns the commit_id 123222:20:31# [RSpecRunTime] RSpec elapsed time: 14 minutes 49.69 seconds. Current RSS: ~1468M. Threads: 4. load average: 1.30 1.18 1.18 1/297 13108 123522:20:33 returns the cache key with the position sha 123622:20:33 when first note of discussion has diff_note_position 123722:20:35 includes sha of diff_note_positions position 123822:20:35# [RSpecRunTime] RSpec elapsed time: 14 minutes 53.69 seconds. Current RSS: ~1475M. Threads: 4. load average: 1.28 1.18 1.18 1/297 13423 124022:20:35# [RSpecRunTime] Finishing example group spec/models/diff_discussion_spec.rb. It took 28.39 seconds. Expected to take 32.88 seconds. 124122:20:35# [RSpecRunTime] Starting example group spec/services/web_hook_service_spec.rb. Expected to take 30.23 seconds. 124222:20:35WebHookService 124322:20:36 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 124522:20:36 when SystemHook 124622:20:36 when local requests are allowed 124722:20:36 is expected to be truthy 124822:20:36 when local requests are not allowed 124922:20:36 is expected to be falsey 125022:20:36 when ProjectHook 125122:20:36 when local requests are allowed 125222:20:36 is expected to be truthy 125322:20:36 when local requests are not allowed 125422:20:36 is expected to be falsey 125622:20:36 forced: false, executable: true, disabled: false 125722:20:36 is expected to have attributes {:disabled? => false} 125822:20:36 forced: false, executable: false, disabled: true 125922:20:37 is expected to have attributes {:disabled? => true} 126022:20:37 forced: true, executable: true, disabled: false 126122:20:37 is expected to have attributes {:disabled? => false} 126222:20:37 forced: true, executable: false, disabled: false 126322:20:37 is expected to have attributes {:disabled? => false} 126522:20:37 POSTs the data as JSON and returns expected headers 126622:20:37 catches exceptions 126722:20:37 does not execute disabled hooks 126822:20:37 executes and registers the hook with the recursion detection 126922:20:37 blocks and logs if a recursive web hook is detected 127022:20:39 blocks and logs if the recursion count limit would be exceeded 127122:20:39 handles exceptions 127222:20:40 handles 200 status code 127322:20:40 handles 2xx status codes 127422:20:40 when there is an interpolation error 127522:20:40 logs the error 127622:20:40# [RSpecRunTime] RSpec elapsed time: 14 minutes 58.62 seconds. Current RSS: ~1495M. Threads: 4. load average: 1.26 1.17 1.18 1/296 13424 127822:20:40 when there are URL variables 127922:20:40 POSTs to the interpolated URL, and logs the hook.url 128022:20:40 there is userinfo 128122:20:40 POSTs to the interpolated URL, and logs the hook.url 128222:20:40 when token is defined 128322:20:41 POSTs to the webhook URL 128422:20:41 with SystemHook 128522:20:41 POSTs to the webhook URL with correct headers 128622:20:41 when the data is a Gitlab::DataBuilder::Pipeline 128722:20:41 can log the request payload 128822:20:41 when auth credentials are present 128922:20:42 uses the credentials 129022:20:42 when auth credentials are partial present 129122:20:42 uses the credentials anyways 129222:20:42 when silent mode is enabled 129322:20:42 blocks and logs an error 129422:20:42 when url is not encoded 129522:20:43 handles exceptions 129622:20:43 when request body size is too big 129722:20:43 does not perform the request 129822:20:43 when custom_webhook_template is set 129922:20:43 when template is valid 130022:20:43 renders custom_webhook_template for body 130122:20:43 when using nested values 130222:20:43 renders custom_webhook_template for body 130322:20:43 when template is invalid 130422:20:43 renders without problems 130522:20:43 when template renders invalid json 130622:20:43 handles the error 130722:20:43 when custom_headers are set 130822:20:44 sends request with custom headers 130922:20:44 when overriding predefined headers 131022:20:44 does not take user-provided value 131122:20:44 execution logging 131222:20:44 with success 131322:20:44 queues LogExecutionWorker correctly 131422:20:44 queues LogExecutionWorker correctly, resulting in a log record (integration-style test) 131522:20:44 does not log in the service itself 131722:20:44 logs execution inline 131822:20:44 with bad request 131922:20:44 queues LogExecutionWorker correctly 132022:20:44 with exception 132122:20:44 queues LogExecutionWorker correctly 132222:20:44 with unsafe response body 132322:20:44 queues LogExecutionWorker with sanitized response_body 132422:20:44 with oversize response body 132522:20:45 queues LogExecutionWorker with stripped response_body 132622:20:45 with massive amount of headers 132722:20:45 queues LogExecutionWorker with limited amount of headers 132822:20:45 with oversize header 132922:20:45 queues LogExecutionWorker with stripped header value 133022:20:45 with log data exceeding Sidekiq limit 133122:20:45 queues LogExecutionWorker with request_data overrided in the second attempt 133222:20:45 new log data still exceeds limit 133322:20:45 raises an exception 133422:20:45 #async_execute 133522:20:45 when rate limiting is not configured 133622:20:45 queues a worker without tracking the call 133722:20:45 when rate limiting is configured 133822:20:45 queues a worker and tracks the call 133922:20:45 when the hook is throttled (via mock) 134022:20:46 does not queue a worker and logs an error 134122:20:46 when the hook is throttled (via Redis) 134222:20:46 stops queueing workers and logs errors 134322:20:46 still queues workers for other hooks 134422:20:46 recursion detection 134522:20:48 does not queue a worker and logs an error if the call chain limit would be exceeded 134622:20:48 does not queue a worker and logs an error if a recursive call chain is detected 134722:20:48# [RSpecRunTime] RSpec elapsed time: 15 minutes 7.16 seconds. Current RSS: ~1504M. Threads: 4. load average: 1.22 1.17 1.17 1/292 13425 134922:20:48 when silent mode is enabled 135022:20:49 does not queue a worker and logs an error 135122:20:49 when hook has custom context attributes 135222:20:49 includes the attributes in the worker context 135322:20:49# [RSpecRunTime] Finishing example group spec/services/web_hook_service_spec.rb. It took 13.75 seconds. Expected to take 30.23 seconds. 135422:20:49# [RSpecRunTime] Starting example group spec/lib/expand_variables_spec.rb. Expected to take 28.93 seconds. 135522:20:49ExpandVariables 135622:20:49 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 135922:20:49 behaves like common variable expansion 136022:20:49 no expansion 136122:20:49 is expected to eq "key" 136222:20:49 simple expansion 136322:20:49 is expected to eq "keyvalue" 136422:20:49 simple with hash of variables 136522:20:49 is expected to eq "keyvalue" 136622:20:49 complex expansion 136722:20:49 is expected to eq "keyvalue" 136822:20:49 expansion using % 136922:20:50 is expected to eq "keyvalue" 137022:20:50 multiple simple expansions 137122:20:50 is expected to eq "keyvalueresult" 137222:20:50 multiple complex expansions 137322:20:50 is expected to eq "keyvalueresult" 137422:20:50 nested expansion is not expanded 137522:20:50 is expected to eq "keyvalue$variable3" 137622:20:50 out-of-order expansion 137722:20:50 is expected to eq "keyresultvalue" 137822:20:50 out-of-order complex expansion 137922:20:50 is expected to eq "keyresultvalue" 138022:20:50 review-apps expansion 138122:20:50 is expected to eq "review/feature/add-review-apps" 138222:20:50 do not lazily access variables when no expansion 138322:20:50 is expected to eq "key" 138422:20:50 lazily access variables 138522:20:50 is expected to eq "keyvalue" 138622:20:50 simple expansion using Collection 138722:20:51 is expected to eq "keyvalue" 138822:20:51 behaves like file variable expansion with expand_file_refs true 138922:20:51 simple with a file variable 139022:20:51 is expected to eq "keyvalue" 139122:20:51 complex expansion with a file variable 139222:20:51 is expected to eq "keyvalue" 139322:20:51 expansion using % with a file variable 139422:20:51 is expected to eq "keyvalue" 139522:20:51 behaves like file variable expansion with expand_file_refs false 139622:20:51 simple with a file variable 139722:20:51 is expected to eq "key$variable" 139822:20:51 complex expansion with a file variable 139922:20:51 is expected to eq "key${variable}" 140022:20:51 expansion using % with a file variable 140122:20:51 is expected to eq "key%variable%" 140222:20:51 behaves like masked variable expansion with fail_on_masked true 140322:20:51 simple expansion with a masked variable 140422:20:51 raises an error 140522:20:51 complex expansion with a masked variable 140622:20:51 raises an error 140722:20:51 expansion using % with a masked variable 140822:20:51 raises an error 140922:20:51 expansion without a masked variable 141022:20:51 is expected to eq "keyvalueresult" 141122:20:51 behaves like masked variable expansion with fail_on_masked false 141222:20:51 simple expansion with a masked variable 141322:20:52 is expected to eq "keyvalue" 141422:20:52 complex expansion with a masked variable 141522:20:52 is expected to eq "keyvalueresult" 141622:20:52 expansion using % with a masked variable 141722:20:52 is expected to eq "keyvalue" 141822:20:52 expansion without a masked variable 141922:20:52 is expected to eq "keyvalueresult" 142022:20:52 with missing variables 142122:20:52 missing variable 142222:20:52 is expected to eq "key" 142322:20:52 complex expansions with missing variable 142422:20:52 is expected to eq "keyvalue" 142522:20:52 complex expansions with missing variable for Windows 142622:20:52 is expected to eq "keyvalue" 142722:20:52 lazily inits variables 142822:20:52 when expanding variable 142922:20:52 calls block at most once 143022:20:52 when no expansion is needed 143122:20:52 does not call block 143222:20:52 #expand_existing 143422:20:52 behaves like common variable expansion 143522:20:52 no expansion 143622:20:52 is expected to eq "key" 143722:20:52 simple expansion 143822:20:52 is expected to eq "keyvalue" 143922:20:52 simple with hash of variables 144022:20:53 is expected to eq "keyvalue" 144122:20:53 complex expansion 144222:20:53 is expected to eq "keyvalue" 144322:20:53 expansion using % 144422:20:53 is expected to eq "keyvalue" 144522:20:53 multiple simple expansions 144622:20:53 is expected to eq "keyvalueresult" 144722:20:53 multiple complex expansions 144822:20:53 is expected to eq "keyvalueresult" 144922:20:53 nested expansion is not expanded 145022:20:53 is expected to eq "keyvalue$variable3" 145122:20:53 out-of-order expansion 145222:20:53 is expected to eq "keyresultvalue" 145322:20:53 out-of-order complex expansion 145422:20:53 is expected to eq "keyresultvalue" 145522:20:53 review-apps expansion 145622:20:53 is expected to eq "review/feature/add-review-apps" 145722:20:53 do not lazily access variables when no expansion 145822:20:53 is expected to eq "key" 145922:20:53 lazily access variables 146022:20:53 is expected to eq "keyvalue" 146122:20:53 simple expansion using Collection 146222:20:54 is expected to eq "keyvalue" 146322:20:54 behaves like file variable expansion with expand_file_refs true 146422:20:54 simple with a file variable 146522:20:54 is expected to eq "keyvalue" 146622:20:54 complex expansion with a file variable 146722:20:54 is expected to eq "keyvalue" 146822:20:54 expansion using % with a file variable 146922:20:54 is expected to eq "keyvalue" 147022:20:54 behaves like file variable expansion with expand_file_refs false 147122:20:54 simple with a file variable 147222:20:54 is expected to eq "key$variable" 147322:20:54 complex expansion with a file variable 147422:20:54 is expected to eq "key${variable}" 147522:20:54 expansion using % with a file variable 147622:20:54 is expected to eq "key%variable%" 147722:20:54 behaves like masked variable expansion with fail_on_masked true 147822:20:54 simple expansion with a masked variable 147922:20:54 raises an error 148022:20:54 complex expansion with a masked variable 148122:20:54 raises an error 148222:20:54 expansion using % with a masked variable 148322:20:55 raises an error 148422:20:55 expansion without a masked variable 148522:20:55 is expected to eq "keyvalueresult" 148622:20:55 behaves like masked variable expansion with fail_on_masked false 148722:20:55 simple expansion with a masked variable 148822:20:55 is expected to eq "keyvalue" 148922:20:55 complex expansion with a masked variable 149022:20:55 is expected to eq "keyvalueresult" 149122:20:55 expansion using % with a masked variable 149222:20:55 is expected to eq "keyvalue" 149322:20:55 expansion without a masked variable 149422:20:55 is expected to eq "keyvalueresult" 149522:20:55 with missing variables 149622:20:55 missing variable 149722:20:55 is expected to eq "key$variable" 149822:20:55 complex expansions with missing variable 149922:20:55 is expected to eq "keyvalue${variable2}" 150022:20:55 complex expansions with missing variable for Windows 150122:20:55 is expected to eq "keyvalue%variable2%" 150222:20:55 lazily inits variables 150322:20:55 when expanding variable 150422:20:55 calls block at most once 150522:20:55 when no expansion is needed 150622:20:56 does not call block 150722:20:56# [RSpecRunTime] Finishing example group spec/lib/expand_variables_spec.rb. It took 6.84 seconds. Expected to take 28.93 seconds. 150822:20:56# [RSpecRunTime] Starting example group spec/services/members/create_service_spec.rb. Expected to take 27.84 seconds. 150922:20:56Members::CreateService 151022:20:56 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 151122:20:56 when the current user does not have permission to create members 151222:20:57 returns an unauthorized http_status 151322:20:57 when a project maintainer attempts to add owners 151422:20:57 raises a Gitlab::Access::AccessDeniedError 151522:20:57# [RSpecRunTime] RSpec elapsed time: 15 minutes 16.13 seconds. Current RSS: ~1516M. Threads: 4. load average: 1.10 1.14 1.17 1/292 13426 151722:20:57 when passing an invalid source 151822:20:57 raises a RuntimeError 151922:20:57 when trying to create a Membership with invalid params 152022:20:58 returns an error response 152122:20:58 when passing valid parameters 152222:20:59 adds a user to members 152322:20:59 when user_id is passed as an integer 152422:20:59 successfully creates member 152522:20:59# [RSpecRunTime] RSpec elapsed time: 15 minutes 18.16 seconds. Current RSS: ~1510M. Threads: 4. load average: 1.10 1.14 1.17 1/292 13427 152722:20:59 with user_id as an array of integers 152822:21:00 successfully creates members 152922:21:00# [RSpecRunTime] RSpec elapsed time: 15 minutes 19.18 seconds. Current RSS: ~1509M. Threads: 4. load average: 1.10 1.14 1.17 2/292 13428 153122:21:00 with user_id as an array of strings 153222:21:01 successfully creates members 153322:21:01 when executing on a group 153422:21:02 adds a user to members 153522:21:03 triggers a members added event 153622:21:03# [RSpecRunTime] RSpec elapsed time: 15 minutes 21.43 seconds. Current RSS: ~1476M. Threads: 4. load average: 1.09 1.14 1.17 1/293 13429 153822:21:03 when only one user fails validations 153922:21:04 triggers the authorizations changed events 154022:21:05 triggers the members added event 154122:21:05# [RSpecRunTime] RSpec elapsed time: 15 minutes 23.57 seconds. Current RSS: ~1456M. Threads: 4. load average: 1.09 1.14 1.17 1/293 13430 154322:21:05 when all users fail validations 154422:21:06 does not trigger the members added event 154522:21:06# [RSpecRunTime] RSpec elapsed time: 15 minutes 24.94 seconds. Current RSS: ~1439M. Threads: 4. load average: 1.09 1.14 1.17 1/293 13431 154722:21:06 when passing no user ids 154822:21:07 does not add a member 154922:21:07 when passing many user ids 155022:21:07 limits the number of users to 100 155122:21:07 when passing an invalid access level 155222:21:07 does not add a member 155322:21:07 when passing an existing invite user id 155422:21:08 allows already invited members to be re-invited by email and updates the member access 155522:21:08# [RSpecRunTime] RSpec elapsed time: 15 minutes 27.25 seconds. Current RSS: ~1447M. Threads: 4. load average: 1.09 1.14 1.17 1/292 13432 155722:21:08 when adding a project_bot 155822:21:09 when project_bot is already a member 155922:21:09 does not update the member 156022:21:09 when project_bot is not already a member 156122:21:10 adds the member 156222:21:10 when tracking the invite source 156322:21:10 when invite_source is not passed 156422:21:10 raises an error 156522:21:10 when invite_source is passed 156622:21:10 tracks the invite source from params 156722:21:10 with an already existing member 156822:21:11 tracks the invite source from params 156922:21:11# [RSpecRunTime] RSpec elapsed time: 15 minutes 29.83 seconds. Current RSS: ~1451M. Threads: 4. load average: 1.09 1.14 1.17 1/292 13433 157122:21:11 when it is a net_new_user 157222:21:12 tracks the invite source from params 157322:21:12 with raised errors 157422:21:12 error: Members::CreateService::BlankInvitesError, stubbed_method: :validate_invite_source!, reason: :blank_invites_error 157522:21:12 returns the correct reason 157622:21:12 error: Members::CreateService::TooManyInvitesError, stubbed_method: :validate_invitable!, reason: :too_many_invites_error 157722:21:12 returns the correct reason 157822:21:12 error: Members::CreateService::MembershipLockedError, stubbed_method: :add_members, reason: :membership_locked_error 157922:21:13 returns the correct reason 158022:21:13 error: Members::CreateService::SeatLimitExceededError, stubbed_method: :add_members, reason: :seat_limit_exceeded_error 158122:21:13 returns the correct reason 158222:21:13# [RSpecRunTime] Finishing example group spec/services/members/create_service_spec.rb. It took 17.34 seconds. Expected to take 27.84 seconds. 158322:21:13# [RSpecRunTime] Starting example group spec/lib/gitlab/cycle_analytics/permissions_spec.rb. Expected to take 26.14 seconds. 158422:21:13Gitlab::CycleAnalytics::Permissions 158522:21:13 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 158622:21:13 user with no relation to the project 158722:21:14 has no permissions to issue stage 158822:21:15 has no permissions to test stage 158922:21:16 has no permissions to staging stage 159022:21:16 has no permissions to code stage 159122:21:17 has no permissions to review stage 159222:21:18 has no permissions to plan stage 159322:21:18# [RSpecRunTime] RSpec elapsed time: 15 minutes 36.81 seconds. Current RSS: ~1453M. Threads: 4. load average: 1.07 1.14 1.16 1/292 13434 159522:21:18 user is maintainer 159622:21:19 has permissions to issue stage 159722:21:20 has permissions to test stage 159822:21:21 has permissions to staging stage 159922:21:22 has permissions to code stage 160022:21:23 has permissions to review stage 160122:21:24 has permissions to plan stage 160222:21:24# [RSpecRunTime] RSpec elapsed time: 15 minutes 42.77 seconds. Current RSS: ~1445M. Threads: 4. load average: 1.23 1.17 1.17 1/292 13435 160422:21:24 user has no build permissions 160522:21:25 has permissions to issue stage 160622:21:26 has no permissions to test stage 160722:21:27 has no permissions to staging stage 160822:21:27# [RSpecRunTime] RSpec elapsed time: 15 minutes 45.84 seconds. Current RSS: ~1430M. Threads: 4. load average: 1.21 1.16 1.17 1/292 13436 161022:21:27 user has no merge request permissions 161122:21:28 has permissions to issue stage 161222:21:29 has no permissions to code stage 161322:21:30 has no permissions to review stage 161422:21:30# [RSpecRunTime] RSpec elapsed time: 15 minutes 48.87 seconds. Current RSS: ~1432M. Threads: 4. load average: 1.21 1.16 1.17 1/292 13437 161622:21:30 user has no issue permissions 161722:21:31 has permissions to code stage 161822:21:32 has no permissions to issue stage 161922:21:32# [RSpecRunTime] RSpec elapsed time: 15 minutes 50.86 seconds. Current RSS: ~1434M. Threads: 4. load average: 1.27 1.18 1.18 1/292 13438 162122:21:32# [RSpecRunTime] Finishing example group spec/lib/gitlab/cycle_analytics/permissions_spec.rb. It took 19.18 seconds. Expected to take 26.14 seconds. 162222:21:32# [RSpecRunTime] Starting example group spec/lib/gitlab/x509/signature_spec.rb. Expected to take 25.25 seconds. 162322:21:32Gitlab::X509::Signature 162422:21:32 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 162522:21:32 behaves like signature with type checking 162622:21:32 signature type checkers 162722:21:32 method: :gpg?, expected: false 162822:21:32 is expected to eq false 162922:21:32 method: :ssh?, expected: false 163022:21:33 is expected to eq false 163122:21:33 method: :x509?, expected: true 163222:21:33 is expected to eq true 163322:21:33 commit signature 163422:21:33 verified signature 163522:21:33 with trusted certificate store 163622:21:33 behaves like a verified signature 163722:21:33 returns a verified signature if email does match 163822:21:33 returns a verified signature if email does match, case-insensitively 163922:21:34 returns an unverified signature if email does not match 164022:21:34 returns an unverified signature if email does match and time is wrong 164122:21:35 returns an unverified signature if certificate is revoked 164222:21:35 when the certificate contains multiple emails 164322:21:35 and the email matches one of them 164422:21:35 returns a verified signature 164522:21:35# [RSpecRunTime] RSpec elapsed time: 15 minutes 53.83 seconds. Current RSS: ~1464M. Threads: 4. load average: 1.27 1.18 1.18 1/292 13439 164722:21:35 when subjectAltName is missing 164922:21:35 if the email matches but isn't confirmed 165022:21:36 returns an unverified signature 165122:21:36 with the certificate defined by OpenSSL::X509::DEFAULT_CERT_FILE 165222:21:36 behaves like a verified signature 165322:21:36 returns a verified signature if email does match 165422:21:36 returns a verified signature if email does match, case-insensitively 165522:21:37 returns an unverified signature if email does not match 165622:21:37 returns an unverified signature if email does match and time is wrong 165722:21:38 returns an unverified signature if certificate is revoked 165822:21:38 when the certificate contains multiple emails 165922:21:38 and the email matches one of them 166022:21:38 returns a verified signature 166122:21:38# [RSpecRunTime] RSpec elapsed time: 15 minutes 56.84 seconds. Current RSS: ~1479M. Threads: 4. load average: 1.25 1.17 1.18 1/292 13440 166322:21:38 when subjectAltName is missing 166522:21:38 if the email matches but isn't confirmed 166622:21:39 returns an unverified signature 166722:21:39 without trusted certificate within store 166822:21:39 returns an unverified signature 166922:21:39 invalid signature 167122:21:39 invalid commit message 167322:21:39 certificate_crl 167422:21:39 valid crlDistributionPoints 167522:21:40 creates an issuer 167622:21:40 valid crlDistributionPoints providing multiple http URIs 167722:21:40 extracts the first URI 167922:21:40 subjectAltName with email, othername 168022:21:40 extracts email 168122:21:40 when there are multiple emails 168222:21:41 extracts all the emails 168322:21:41 subjectAltName with othername, email 168422:21:41 extracts email 168522:21:41 #signed_by_user 168622:21:41 if email is not assigned to a user, return nil 168722:21:41 if email is assigned to a user 168822:21:41 returns user 168922:21:41 tag signature 169022:21:41 verified signature 169122:21:41 with trusted certificate store 169222:21:41 returns an unverified signature if the email matches but is not confirmed 169322:21:41 when user email is confirmed 169422:21:42 returns a verified signature if email does match 169522:21:42 returns an unverified signature if email does not match 169622:21:42 returns an unverified signature if email does match and time is wrong 169722:21:43 returns an unverified signature if certificate is revoked 169822:21:43# [RSpecRunTime] RSpec elapsed time: 16 minutes 1.64 seconds. Current RSS: ~1499M. Threads: 4. load average: 1.31 1.19 1.18 1/292 13441 170022:21:43 without trusted certificate within store 170122:21:43 returns an unverified signature 170222:21:43 invalid signature 170422:21:43 invalid message 170622:21:44# [RSpecRunTime] Finishing example group spec/lib/gitlab/x509/signature_spec.rb. It took 11.45 seconds. Expected to take 25.25 seconds. 170722:21:44# [RSpecRunTime] Starting example group spec/helpers/notes_helper_spec.rb. Expected to take 23.73 seconds. 170922:21:45 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 171022:21:45 #note_target_title 171122:21:45 note does not exist 171322:21:45# [RSpecRunTime] RSpec elapsed time: 16 minutes 4.07 seconds. Current RSS: ~1491M. Threads: 4. load average: 1.31 1.19 1.18 1/292 13442 171522:21:45 target does not exist 171722:21:45 when given a design target 171922:21:46 when given a non-design target 172022:21:46 returns the issue title 172122:21:46 #discussion_path 172222:21:46 for a merge request discusion 172322:21:48 for a diff discussion 172422:21:48 when the discussion is active 172522:21:48 returns the diff path with the line code 172622:21:48# [RSpecRunTime] RSpec elapsed time: 16 minutes 6.98 seconds. Current RSS: ~1476M. Threads: 4. load average: 1.37 1.20 1.19 1/298 13705 172822:21:48 when the discussion is on an older merge request version 172922:21:49 returns the diff version path with the line code 173022:21:49 when the discussion is on a comparison between merge request versions 173122:21:49 returns the diff version comparison path with the line code 173222:21:49 when the discussion does not have a merge request version 173422:21:50 for a legacy diff discussion 173522:21:50 when the discussion is active 173622:21:50 returns the diff path with the line code 173722:21:50 when the discussion is outdated 173922:21:50 for a non-diff discussion 174122:21:51 for a contextual commit discussion 174222:21:51 returns the merge request diff discussion scoped in the commit 174322:21:51 for a commit discussion 174422:21:51 for a diff discussion 174522:21:51 returns the commit path with the line code 174622:21:51 for a legacy diff discussion 174722:21:51 returns the commit path with the line code 174822:21:51 for a non-diff discussion 174922:21:52 returns the commit path with the note anchor 175022:21:52 #initial_notes_data 175122:21:52 return initial notes data for issuable 175322:21:52 return snippet notes path for personal snippet 175422:21:52 return project notes path for project snippet 175522:21:52 return project notes path for other noteables 175722:21:53 return snippet notes path for personal snippet 175822:21:53 return project notes path for project snippet 175922:21:53 return project notes path for other noteables 176022:21:53 #form_resources 176122:21:54 returns note for personal snippet 176222:21:54 returns namespace, project and note for project snippet 176322:21:54 returns namespace, project and note path for other noteables 176422:21:55# [RSpecRunTime] RSpec elapsed time: 16 minutes 13.31 seconds. Current RSS: ~1485M. Threads: 4. load average: 1.34 1.20 1.18 1/297 13998 176622:21:55 #noteable_note_url 176722:21:55 returns the noteable url with an anchor to the note 176922:21:55 includes the current notes filter for the user 177022:21:55 includes info about the noteable 177122:21:55# [RSpecRunTime] Finishing example group spec/helpers/notes_helper_spec.rb. It took 11.6 seconds. Expected to take 23.73 seconds. 177222:21:55# [RSpecRunTime] Starting example group spec/services/cloud_seed/google_cloud/generate_pipeline_service_spec.rb. Expected to take 22.65 seconds. 177322:21:55CloudSeed::GoogleCloud::GeneratePipelineService 177422:21:55 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 177522:21:55 for cloud-run 177622:21:55 when there is no existing pipeline 177722:21:57 creates a new branch with commit for cloud-run deployment 177822:21:58 generated pipeline includes cloud-run deployment 177922:21:58 simulate errors 178022:21:58 fails to create branch 178122:21:58 fails to commit changes 178222:21:58# [RSpecRunTime] RSpec elapsed time: 16 minutes 17.26 seconds. Current RSS: ~1508M. Threads: 4. load average: 1.39 1.21 1.19 1/298 14303 178422:21:58 when there is an existing pipeline without `deploy` stage 178522:22:00 introduces a `deploy` stage and includes the deploy-to-cloud-run job 178622:22:01 stringifies keys from the existing pipelines 178722:22:01# [RSpecRunTime] RSpec elapsed time: 16 minutes 19.48 seconds. Current RSS: ~1516M. Threads: 4. load average: 1.39 1.21 1.19 1/298 14584 178922:22:01 when there is an existing pipeline with `deploy` stage 179022:22:03 includes the deploy-to-cloud-run job 179122:22:03# [RSpecRunTime] RSpec elapsed time: 16 minutes 21.42 seconds. Current RSS: ~1524M. Threads: 4. load average: 1.36 1.21 1.19 1/299 14773 179322:22:03 when there is an existing pipeline with `includes` 179422:22:04 includes the deploy-to-cloud-run job 179522:22:04# [RSpecRunTime] RSpec elapsed time: 16 minutes 23.24 seconds. Current RSS: ~1526M. Threads: 4. load average: 1.36 1.21 1.19 1/299 14962 179722:22:04 for cloud-storage 179822:22:04 when there is no existing pipeline 179922:22:06 creates a new branch with commit for cloud-storage deployment 180022:22:07 generated pipeline includes cloud-storage deployment 180122:22:07# [RSpecRunTime] RSpec elapsed time: 16 minutes 25.68 seconds. Current RSS: ~1529M. Threads: 4. load average: 1.41 1.22 1.19 1/299 15219 180322:22:07 for vision ai 180422:22:08 when there is no existing pipeline 180522:22:09 creates a new branch with commit for cloud-run deployment 180622:22:09 generated pipeline includes vision ai deployment 180722:22:09 simulate errors 180822:22:10 fails to create branch 180922:22:10 fails to commit changes 181022:22:10# [RSpecRunTime] RSpec elapsed time: 16 minutes 28.81 seconds. Current RSS: ~1537M. Threads: 4. load average: 1.41 1.22 1.19 1/299 15524 181222:22:10 when there is an existing pipeline with `includes` 181322:22:11 includes the vision ai pipeline 181422:22:11# [RSpecRunTime] Finishing example group spec/services/cloud_seed/google_cloud/generate_pipeline_service_spec.rb. It took 15.76 seconds. Expected to take 22.65 seconds. 181522:22:11# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/representation/issue_event_spec.rb. Expected to take 21.9 seconds. 181622:22:11Gitlab::GithubImport::Representation::IssueEvent 181722:22:11 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 181822:22:11 .from_api_response 181922:22:11 behaves like an IssueEvent 182022:22:11 returns an instance of IssueEvent 182122:22:11 the returned IssueEvent 182222:22:11 includes the issue event id 182322:22:11 includes the issue event "event" 182422:22:12 includes the issue event commit_id 182522:22:12 includes the issue event source 182622:22:12 includes the issue data 182722:22:12 includes the created timestamp 182822:22:12 when actor data present 182922:22:12 includes the actor details 183022:22:12# [RSpecRunTime] RSpec elapsed time: 16 minutes 31.12 seconds. Current RSS: ~1529M. Threads: 4. load average: 1.38 1.22 1.19 1/299 15679 183222:22:12 when actor data is empty 183322:22:13 does not return such info 183422:22:13 when label data is present 183522:22:13 includes the label_title 183622:22:13 when label data is empty 183722:22:14 does not return such info 183822:22:14 when rename field is present 183922:22:14 includes the old_title and new_title fields 184022:22:14 when rename field is empty 184122:22:14 does not return such info 184222:22:14 when milestone data is present 184322:22:14 includes the milestone_title 184422:22:14 when milestone data is empty 184522:22:14 does not return such info 184622:22:14 when assignee data is present 184722:22:14 includes assignee details 184822:22:14 when assignee data is empty 184922:22:14 does not return such info 185022:22:14 when requested_reviewer and review_requester data is present 185122:22:14 includes requested_reviewer and review_requester details 185222:22:14 when requested_reviewer and review_requester data is empty 185322:22:14 does not return such info 185422:22:14 #issuable_id 185522:22:14 returns issuable_id 185622:22:14 #issuable_type 185722:22:14 when event related to issue 185822:22:15 is expected to eq "Issue" 185922:22:15 when event related to pull request 186022:22:15 is expected to eq "MergeRequest" 186122:22:15 #github_identifiers 186222:22:15 returns a hash with needed identifiers 186322:22:15 when event uses user instead of actor 186422:22:15 includes the actor details 186522:22:15 .from_json_hash 186622:22:15 behaves like an IssueEvent 186722:22:15 returns an instance of IssueEvent 186822:22:15 the returned IssueEvent 186922:22:15 includes the issue event id 187022:22:15 includes the issue event "event" 187122:22:15 includes the issue event commit_id 187222:22:15 includes the issue event source 187322:22:15 includes the issue data 187422:22:16 includes the created timestamp 187522:22:16 when actor data present 187622:22:16 includes the actor details 187722:22:16 when actor data is empty 187822:22:16 does not return such info 187922:22:16 when label data is present 188022:22:16 includes the label_title 188122:22:16 when label data is empty 188222:22:16 does not return such info 188322:22:16 when rename field is present 188422:22:16 includes the old_title and new_title fields 188522:22:16 when rename field is empty 188622:22:16 does not return such info 188722:22:16 when milestone data is present 188822:22:16 includes the milestone_title 188922:22:16 when milestone data is empty 189022:22:16 does not return such info 189122:22:16 when assignee data is present 189222:22:16 includes assignee details 189322:22:16 when assignee data is empty 189422:22:16 does not return such info 189522:22:16 when requested_reviewer and review_requester data is present 189622:22:17 includes requested_reviewer and review_requester details 189722:22:17 when requested_reviewer and review_requester data is empty 189822:22:17 does not return such info 189922:22:17 #issuable_id 190022:22:17 returns issuable_id 190122:22:17 #issuable_type 190222:22:17 when event related to issue 190322:22:17 is expected to eq "Issue" 190422:22:17 when event related to pull request 190522:22:17 is expected to eq "MergeRequest" 190622:22:17 #github_identifiers 190722:22:17 returns a hash with needed identifiers 190822:22:17# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/representation/issue_event_spec.rb. It took 6.08 seconds. Expected to take 21.9 seconds. 190922:22:17# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/components/instance_path_spec.rb. Expected to take 20.53 seconds. 191022:22:17Gitlab::Ci::Components::InstancePath 191122:22:17 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 191222:22:17 .fqdn_prefix 191322:22:17 is expected to eq "acme.com/" 191422:22:17 #fetch_content! 191522:22:17 when the project repository contains a templates directory 191622:22:19 when user does not have permissions 191722:22:19 raises an error when fetching the content 191822:22:19# [RSpecRunTime] RSpec elapsed time: 16 minutes 37.77 seconds. Current RSS: ~1549M. Threads: 4. load average: 1.35 1.21 1.19 1/299 15916 192022:22:19 when the component is simple (single file template) 192122:22:19 behaves like finds the component 192222:22:19 behaves like fetches the component content 192322:22:19 fetches the component content 192422:22:19 when the there is a redirect set for the project 192522:22:19 behaves like fetches the component content 192622:22:20 fetches the component content 192722:22:20 when the component is complex (directory-based template) 192822:22:20 behaves like finds the component 192922:22:20 behaves like fetches the component content 193022:22:20 fetches the component content 193122:22:20 when the there is a redirect set for the project 193222:22:20 behaves like fetches the component content 193322:22:20 fetches the component content 193422:22:20 when there is an invalid nested component folder 193522:22:20 behaves like does not find the component 193722:22:21 when there is an invalid nested component path 193822:22:21 behaves like does not find the component 194022:22:21 when the project path starts with '/' 194122:22:21 behaves like does not find the component 194322:22:21 when fetching the latest release 194422:22:21 when there is no project 194522:22:21 behaves like does not find the component 194722:22:21 when the project is not a catalog resource 194822:22:22 behaves like does not find the component 195022:22:22 when the project is a catalog resource 195122:22:24 returns the component content of the latest semantic version 195222:22:24 when fetching the version with shorthand 195322:22:24 when it is one digit 195422:22:25 returns the component content of the latest for that version 195522:22:25# [RSpecRunTime] RSpec elapsed time: 16 minutes 43.36 seconds. Current RSS: ~1524M. Threads: 4. load average: 1.32 1.21 1.19 1/299 16247 195722:22:25 when it is two digits 195822:22:25 returns the component content of the latest for that version 195922:22:25 when the version does not match 196122:22:25 when the version matches a pre-release 196222:22:25 returns nil as shorthand should not fetch pre-release versions 196322:22:25 when version does not exist 196522:22:26 when current GitLab instance is installed on a relative URL 196622:22:26 fetches the component content 196822:22:27 when there is a release 196922:22:27 when the version matches 197022:22:27 returns the release sha 197122:22:27 when version does not match 197222:22:27 returns project commit sha 197322:22:27 when there are no releases 197422:22:28 returns project commit sha 197622:22:28 when address is a valid path 197722:22:28 is expected to be truthy 197822:22:28 when address is an invalid path 197922:22:28 is expected to be falsey 198022:22:28 #invalid_usage_for_latest? 198122:22:28 when the version is ~latest and the project is not a catalog resource 198222:22:28 returns true and therefore is valid 198322:22:28 when the version is not ~latest 198422:22:28 returns false 198522:22:28 when the project is a catalog resource 198622:22:29 returns false 198722:22:29# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/components/instance_path_spec.rb. It took 11.57 seconds. Expected to take 20.53 seconds. 198822:22:29# [RSpecRunTime] Starting example group spec/lib/gitlab/content_security_policy/config_loader_spec.rb. Expected to take 20.15 seconds. 198922:22:29Gitlab::ContentSecurityPolicy::ConfigLoader 199022:22:29 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 199122:22:29 .default_enabled 199322:22:29 when in production 199522:22:29 .default_directives 199622:22:29 returns default directives 199722:22:29 the images-src directive 199822:22:29 can be loaded from anywhere 199922:22:29 the media-src directive 200022:22:29 can be loaded from anywhere 200122:22:29 the worker-src directive 200222:22:29 can be loaded from local origins 200322:22:29 Webpack dev server websocket connections 200422:22:29 when in production 200522:22:29 with secure domain 200622:22:30 does not include webpack dev server in connect-src 200722:22:30 with insecure domain 200822:22:30 does not include webpack dev server in connect-src 200922:22:30 when in development 201022:22:30 with secure domain 201122:22:30 includes secure websocket url for webpack dev server in connect-src 201222:22:30 with insecure domain 201322:22:30 includes insecure websocket url for webpack dev server in connect-src 201422:22:30 Websocket connections 201522:22:30 with insecure domain 201622:22:30 with secure domain 201722:22:30 with custom port 201822:22:30 with custom port and secure domain 201922:22:30 when port is included in HTTP_PORTS 202022:22:30 LFS connect-src headers 202122:22:30 when LFS is enabled 202222:22:30 and object storage is not in use 202322:22:30 is expected to be skipped 202422:22:30 and direct downloads are enabled 202522:22:30 when provider is AWS 202622:22:31 is expected to eq "AWS" 202722:22:31 is expected to be present 202922:22:31 when provider is AzureRM 203022:22:31 is expected to eq "AzureRM" 203122:22:31 is expected to be present 203322:22:31 when provider is Google 203422:22:31 is expected to eq "Google" 203522:22:31 is expected to be present 203722:22:31 but direct downloads are disabled 203922:22:31 when LFS is disabled 204122:22:32 CDN connections 204222:22:32 when CDN host is defined 204322:22:32 adds CDN host to CSP 204422:22:32 when CDN host is undefined 204522:22:32 does not include CDN host in CSP 204622:22:32 Zuora directives 204722:22:32 when on SaaS 204822:22:32 adds Zuora host to CSP 204922:22:32 when is not Gitlab.com? 205022:22:32 does not add Zuora host to CSP 205122:22:32 when sentry is configured 205222:22:32 when sentry is configured 205322:22:32 adds new sentry path to CSP 205422:22:32 when sentry settings are from older schemas and sentry setting are missing 205522:22:32 config is backwards compatible, does not add sentry path to CSP 205622:22:32 Customer portal frames 205722:22:32 when CUSTOMER_PORTAL_URL is set 205822:22:32 adds CUSTOMER_PORTAL_URL to CSP 205922:22:32 when CUSTOMER_PORTAL_URL is blank 206022:22:32 adds CUSTOMER_PORTAL_URL to CSP 206122:22:32 letter_opener application URL 206222:22:32 when in production 206322:22:32 does not add letter_opener to CSP 206422:22:32 when in development 206522:22:33 adds letter_opener to CSP 206622:22:33 Snowplow Micro event collector 206722:22:33 when in production 206822:22:33 does not add Snowplow Micro URL to connect-src 206922:22:33 when in development 207022:22:33 adds Snowplow Micro URL with trailing slash to connect-src 207122:22:33 when not enabled using config 207222:22:33 does not add Snowplow Micro URL to connect-src 207322:22:33 browsersdk_tracking 207422:22:33 when browsersdk_tracking is enabled, GITLAB_ANALYTICS_URL is set, and Gitlab.com? is true 207522:22:33 adds GITLAB_ANALYTICS_URL to connect-src 207622:22:33 when Gitlab.com? is false 207722:22:33 does not add GITLAB_ANALYTICS_URL to connect-src 207822:22:33 when GITLAB_ANALYTICS_URL is not set 207922:22:33 does not add GITLAB_ANALYTICS_URL to connect-src 208122:22:33 sets the policy properly 208222:22:33 ignores malformed policy statements 208322:22:33 returns default values for directives not defined by the user or with <default_value> and disables directives set to false 208422:22:34# [RSpecRunTime] Finishing example group spec/lib/gitlab/content_security_policy/config_loader_spec.rb. It took 4.85 seconds. Expected to take 20.15 seconds. 208522:22:34# [RSpecRunTime] Starting example group spec/lib/feature/definition_spec.rb. Expected to take 18.9 seconds. 208622:22:34Feature::Definition 208722:22:34 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 208922:22:34 returns a symbol from name 209122:22:34 param: :name, value: "colon:separated", result: /Feature flag 'colon:separated' is invalid/ 209222:22:34 is expected to raise /Feature flag 'colon:separated' is invalid/ 209322:22:34 param: :name, value: "space separated", result: /Feature flag 'space separated' is invalid/ 209422:22:34 is expected to raise /Feature flag 'space separated' is invalid/ 209522:22:34 param: :name, value: "ALL_CAPS", result: /Feature flag 'ALL_CAPS' is invalid/ 209622:22:34 is expected to raise /Feature flag 'ALL_CAPS' is invalid/ 209722:22:34 param: :name, value: nil, result: /Feature flag is missing name/ 209822:22:34 is expected to raise /Feature flag is missing name/ 209922:22:34 param: :path, value: nil, result: /Feature flag 'feature_flag' is missing path/ 210022:22:34 is expected to raise /Feature flag 'feature_flag' is missing path/ 210122:22:34 param: :type, value: nil, result: /Feature flag 'feature_flag' is missing `type`/ 210222:22:34 is expected to raise /Feature flag 'feature_flag' is missing `type`/ 210322:22:34 param: :type, value: "invalid", result: /Feature flag 'feature_flag' type 'invalid' is invalid/ 210422:22:34 is expected to raise /Feature flag 'feature_flag' type 'invalid' is invalid/ 210522:22:34 param: :path, value: "development/invalid.yml", result: /Feature flag 'feature_flag' has an invalid path/ 210622:22:35 is expected to raise /Feature flag 'feature_flag' has an invalid path/ 210722:22:35 param: :path, value: "invalid/feature_flag.yml", result: /Feature flag 'feature_flag' has an invalid path/ 210822:22:35 is expected to raise /Feature flag 'feature_flag' has an invalid path/ 210922:22:35 param: :default_enabled, value: nil, result: /Feature flag 'feature_flag' is missing `default_enabled`/ 211022:22:35 is expected to raise /Feature flag 'feature_flag' is missing `default_enabled`/ 211122:22:35 #valid_usage! 211222:22:35 raises exception for invalid type 211422:22:35 returns at least one path 211522:22:35 .load_from_file 211622:22:35 properly loads a definition from file 211722:22:35 for missing file 211822:22:35 raises exception 211922:22:35 for invalid definition 212022:22:35 raises exception 212222:22:35 when there's no feature flags a list of definitions is empty 212322:22:35 when there's a single feature flag it properly loads them 212422:22:35 when the same feature flag is stored multiple times raises exception 212522:22:36 when one of the YAMLs is invalid it does raise exception 212622:22:36 .for_upcoming_milestone? 212722:22:36 ctx: "no milestone", milestone: nil, current_milestone: "1.0.0", expected: false 212822:22:36 is expected to equal false 212922:22:36 ctx: "upcoming milestone - major", milestone: "2.3", current_milestone: "1.9.999", expected: true 213022:22:36 is expected to equal true 213122:22:36 ctx: "upcoming milestone - minor", milestone: "2.3", current_milestone: "2.2.999", expected: true 213222:22:36 is expected to equal true 213322:22:36 ctx: "current milestone", milestone: "2.3", current_milestone: "2.3.999", expected: true 213422:22:36 is expected to equal true 213522:22:36 ctx: "past milestone - major", milestone: "1.9", current_milestone: "2.3.999", expected: false 213622:22:36 is expected to equal false 213722:22:36 ctx: "past milestone - minor", milestone: "2.2", current_milestone: "2.3.999", expected: false 213822:22:36 is expected to equal false 213922:22:36 .valid_usage! 214022:22:36 when a known feature flag is used 214122:22:36 validates it usage 214222:22:36 when an unknown feature flag is used 214322:22:36 for a type that is required to have all feature flags registered 214422:22:36 raises exception 214522:22:36 for a type that is optional 214622:22:36 does not raise exception 214722:22:36 for an unknown type 214822:22:37 raises exception 214922:22:37 .log_states? 215022:22:37 ctx: "When flag does not exist", key: :no_flag, milestone: "0.0", log_state_change: true, expected: false 215122:22:37 is expected to equal false 215222:22:37 ctx: "When flag is old, and logging is not forced", key: :enabled_feature_flag, milestone: "0.0", log_state_change: false, expected: false 215322:22:37 is expected to equal false 215422:22:37 ctx: "When flag is old, but logging is forced", key: :enabled_feature_flag, milestone: "0.0", log_state_change: true, expected: true 215522:22:37 is expected to equal true 215622:22:37 ctx: "When flag is current", key: :enabled_feature_flag, milestone: "10.0", log_state_change: true, expected: true 215722:22:37 is expected to equal true 215822:22:37 ctx: "Flag is upcoming", key: :enabled_feature_flag, milestone: "10.0", log_state_change: true, expected: true 215922:22:37 is expected to equal true 216022:22:37 .default_enabled? 216122:22:37 when feature flag exist 216222:22:37 when default_enabled is true 216322:22:37 returns the value from the definition 216422:22:37 when default_enabled is false 216522:22:37 returns the value from the definition 216622:22:37 when feature flag does not exist 216722:22:37 when passing default value 216822:22:37 returns default value 216922:22:37 when default value is undefined 217022:22:37 when on dev or test environment 217122:22:37 raises an error 217222:22:37 when on production environment 217322:22:37 returns false 217422:22:38# [RSpecRunTime] Finishing example group spec/lib/feature/definition_spec.rb. It took 4.09 seconds. Expected to take 18.9 seconds. 217522:22:38# [RSpecRunTime] Starting example group spec/lib/gitlab/cluster/mixins/puma_cluster_spec.rb. Expected to take 17.79 seconds. 217622:22:38Gitlab::Cluster::Mixins::PumaCluster 217722:22:38 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 217822:22:38 when running Puma in Cluster-mode 217922:22:38 signal: :USR1, exitstatus: 140, termsig: nil 218022:22:42 properly handles process lifecycle 218122:22:42# [RSpecRunTime] RSpec elapsed time: 17 minutes 1.17 seconds. Current RSS: ~1520M. Threads: 4. load average: 1.23 1.20 1.18 1/295 16450 218322:22:42 signal: :USR2, exitstatus: 140, termsig: nil 218422:22:45 properly handles process lifecycle 218522:22:45# [RSpecRunTime] RSpec elapsed time: 17 minutes 3.63 seconds. Current RSS: ~1509M. Threads: 4. load average: 1.23 1.20 1.18 1/295 16458 218722:22:45 signal: :INT, exitstatus: 140, termsig: nil 218822:22:47 properly handles process lifecycle 218922:22:47# [RSpecRunTime] RSpec elapsed time: 17 minutes 6.06 seconds. Current RSS: ~1509M. Threads: 4. load average: 1.29 1.21 1.19 1/295 16466 219122:22:47 signal: :HUP, exitstatus: 140, termsig: nil 219222:22:50 properly handles process lifecycle 219322:22:50# [RSpecRunTime] RSpec elapsed time: 17 minutes 8.61 seconds. Current RSS: ~1513M. Threads: 4. load average: 1.29 1.21 1.19 1/295 16474 219522:22:50 signal: :TERM, exitstatus: nil, termsig: 15 219622:22:52 properly handles process lifecycle 219722:22:52# [RSpecRunTime] RSpec elapsed time: 17 minutes 11.06 seconds. Current RSS: ~1514M. Threads: 4. load average: 1.35 1.22 1.19 1/295 16480 219922:22:52# [RSpecRunTime] Finishing example group spec/lib/gitlab/cluster/mixins/puma_cluster_spec.rb. It took 14.81 seconds. Expected to take 17.79 seconds. 220022:22:52# [RSpecRunTime] Starting example group spec/lib/gitlab/i18n/po_linter_spec.rb. Expected to take 16.94 seconds. 220122:22:52Gitlab::I18n::PoLinter 220222:22:53 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 220422:22:53 only calls validation once 220522:22:53 #validate_po 220622:22:53 for a fuzzy message 220722:22:53 has an error 220822:22:53 for a translations with newlines 220922:22:53 has an error for a normal string 221022:22:53 has an error when a translation is defined over multiple lines 221122:22:53 raises an error when a plural translation is defined over multiple lines 221222:22:53 raises an error when the plural id is defined over multiple lines 221322:22:53 with an invalid po 221422:22:53 returns the error 221522:22:53 does not validate entries 221622:22:53 with missing metadata 221722:22:54 returns the an error 221822:22:54 with a valid po 221922:22:54 parses the file 222022:22:54 validates the entries 222122:22:54 has no errors 222222:22:54 with missing plurals 222422:22:54 with multiple plurals 222622:22:54 with unescaped chars 222722:22:54 contains an error 222822:22:54 when an entry contains html 222922:22:54 presents an error for each component containing angle brackets 223122:22:54 with a valid po 223222:22:54 fills in the entries 223322:22:55 does not have errors 223422:22:55 with an invalid po 223522:22:55 contains an error 223622:22:55 sets the entries to an empty array 223722:22:55 #validate_entries 223822:22:55 keeps track of errors for entries 223922:22:55 #validate_entry 224022:22:55 validates the flags, variable usage, newlines, and unescaped chars 224122:22:55 #validate_number_of_plurals 224222:22:55 validates when there are an incorrect number of translations 224322:22:55 #validate_variables 224422:22:55 validates both singular and plural in a pluralized string when the entry has a singular 224522:22:55 only validates plural when there is no separate singular 224622:22:55 validates the message variables 224722:22:55 validates variable usage in message ids 224822:22:55 #validate_variables_in_message 224922:22:56 detects when a variables are used incorrectly 225022:22:56 does not allow combining 1 `%d` unnamed variable with named variables 225122:22:56 #validate_translation 225222:22:56 succeeds with valid variables 225322:22:56 adds an error message when translating fails 225422:22:56 adds an error message when translating fails when translating with context 225522:22:56 adds an error when trying to translate with incorrect variables when using unnamed variables 225622:22:56 adds an error when trying to translate with named variables when unnamed variables are expected 225722:22:56 tests translation for all given forms 225822:22:56 #numbers_covering_all_plurals 225922:22:56 can correctly find all required numbers to translate to Polish 226022:22:56 #fill_in_variables 226122:22:56 builds an array for %d translations 226222:22:56 builds an array for %s translations 226322:22:57 builds a hash for named variables 226422:22:57# [RSpecRunTime] Finishing example group spec/lib/gitlab/i18n/po_linter_spec.rb. It took 4.24 seconds. Expected to take 16.94 seconds. 226522:22:57# [RSpecRunTime] Starting example group spec/models/concerns/schedulable_spec.rb. Expected to take 16.68 seconds. 226722:22:57 does not allow STI 226822:22:57 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 226922:22:57 for a pipeline_schedule 227022:22:57 behaves like #schedule_next_run! 227122:22:57 saves the object and sets next_run_at 227222:22:58 sets next_run_at to nil on error 227322:22:58# [RSpecRunTime] RSpec elapsed time: 17 minutes 16.82 seconds. Current RSS: ~1517M. Threads: 4. load average: 1.32 1.22 1.19 1/294 16481 227522:22:58 behaves like before_save callback 227622:22:59 updates next_run_at 227722:22:59 behaves like .runnable_schedules 227822:23:00 returns the runnable schedules 227922:23:00 for a container_expiration_policy 228022:23:00 behaves like #schedule_next_run! 228122:23:00 saves the object and sets next_run_at 228222:23:00 sets next_run_at to nil on error 228322:23:00 behaves like before_save callback 228422:23:01 updates next_run_at 228522:23:01 behaves like .runnable_schedules 228622:23:02 returns the runnable schedules 228722:23:02 for a packages cleanup policy 228822:23:02 behaves like #schedule_next_run! 228922:23:02 saves the object and sets next_run_at 229022:23:03 sets next_run_at to nil on error 229122:23:03# [RSpecRunTime] RSpec elapsed time: 17 minutes 21.65 seconds. Current RSS: ~1480M. Threads: 4. load average: 1.37 1.23 1.19 1/294 16482 229322:23:03 behaves like before_save callback 229422:23:03 updates next_run_at 229522:23:03 behaves like .runnable_schedules 229622:23:04 returns the runnable schedules 229722:23:04# [RSpecRunTime] RSpec elapsed time: 17 minutes 23.24 seconds. Current RSS: ~1479M. Threads: 4. load average: 1.37 1.23 1.19 1/294 16483 229922:23:04 #next_run_at 230022:23:05 raises a NotImplementedError 230122:23:05# [RSpecRunTime] Finishing example group spec/models/concerns/schedulable_spec.rb. It took 8.07 seconds. Expected to take 16.68 seconds. 230222:23:05# [RSpecRunTime] Starting example group spec/lib/sidebars/projects/menus/settings_menu_spec.rb. Expected to take 16.12 seconds. 230322:23:05Sidebars::Projects::Menus::SettingsMenu 230422:23:05 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 230622:23:05 returns false when menu does not have any menu items 230822:23:05 returns true 231122:23:05 behaves like access rights checks 231222:23:06 is expected not to be nil 231322:23:06 when the user does not have access 231422:23:06 is expected to be nil 231522:23:06 Integrations 231622:23:06 behaves like access rights checks 231722:23:06 is expected not to be nil 231822:23:06 when the user does not have access 231922:23:06 is expected to be nil 232122:23:06 behaves like access rights checks 232222:23:06 is expected not to be nil 232322:23:06 when the user does not have access 232422:23:06 is expected to be nil 232522:23:06 Access Tokens 232622:23:06 behaves like access rights checks 232722:23:07 is expected not to be nil 232822:23:07 when the user does not have access 232922:23:07 is expected to be nil 233122:23:07 behaves like access rights checks 233222:23:07 is expected not to be nil 233322:23:07 when the user does not have access 233422:23:07 is expected to be nil 233622:23:07 when project is archived 233722:23:07 is expected to be nil 233822:23:07 when project is not archived 233922:23:08 is expected not to be nil 234022:23:08 when the user does not have access 234122:23:08 is expected to be nil 234322:23:08 when project is archived 234422:23:08 is expected to be nil 234522:23:08 when project is not archived 234622:23:08 is expected not to be nil 234722:23:08 is expected to eq "Monitor" 234822:23:08 when the user does not have access 234922:23:08 is expected to be nil 235022:23:08 Merge requests 235122:23:08 behaves like access rights checks 235222:23:09 is expected not to be nil 235322:23:09 when the user does not have access 235422:23:09 is expected to be nil 235522:23:09 Packages and registries 235622:23:09 when container registry setting is disabled 235722:23:09 is expected to be nil 235822:23:09 when container registry setting is enabled 235922:23:09 is expected not to be nil 236022:23:09 when the user does not have access 236122:23:09 is expected to be nil 236222:23:09 when package registry setting is enabled 236322:23:10 is expected not to be nil 236422:23:10 when the user does not have access 236522:23:10 is expected to be nil 236622:23:10 Usage Quotas 236722:23:10 is expected not to be nil 236822:23:10 when the user does not have access 236922:23:10 is expected to be nil 237022:23:10# [RSpecRunTime] Finishing example group spec/lib/sidebars/projects/menus/settings_menu_spec.rb. It took 5.44 seconds. Expected to take 16.12 seconds. 237122:23:10# [RSpecRunTime] Starting example group spec/workers/projects/import_export/relation_import_worker_spec.rb. Expected to take 15.3 seconds. 237222:23:10Projects::ImportExport::RelationImportWorker 237322:23:11 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 237422:23:11 when the import fails 237522:23:11 marks the tracker as failed 237622:23:12 creates a record of the failure 237722:23:12# [RSpecRunTime] RSpec elapsed time: 17 minutes 30.43 seconds. Current RSS: ~1491M. Threads: 4. load average: 1.31 1.22 1.19 1/297 16497 237922:23:12 behaves like worker with data consistency 238022:23:12 .get_data_consistency_feature_flag_enabled? 238122:23:12 returns true 238222:23:12 .get_data_consistency 238322:23:12 returns correct data consistency 238422:23:12 when the import succeeds 238522:23:13 schedules the relation restoration 238622:23:14 marks the tracker as finished 238722:23:15 refreshes the project stats 238822:23:15# [RSpecRunTime] RSpec elapsed time: 17 minutes 33.75 seconds. Current RSS: ~1474M. Threads: 4. load average: 1.31 1.22 1.19 1/297 16513 239022:23:15 behaves like an idempotent worker 239122:23:15 is labeled as idempotent 239222:23:16 performs multiple times sequentially without raising an exception 239322:23:17 only starts one import when triggered multiple times 239422:23:18 does not log any error when triggered multiple times 239522:23:18# [RSpecRunTime] RSpec elapsed time: 17 minutes 37.05 seconds. Current RSS: ~1465M. Threads: 4. load average: 1.29 1.22 1.19 1/297 16529 239722:23:18# [RSpecRunTime] Finishing example group spec/workers/projects/import_export/relation_import_worker_spec.rb. It took 8.23 seconds. Expected to take 15.3 seconds. 239822:23:18# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/parsers/sbom/validators/cyclonedx_schema_validator_spec.rb. Expected to take 14.99 seconds. 239922:23:18Gitlab::Ci::Parsers::Sbom::Validators::CyclonedxSchemaValidator 240022:23:19 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 240122:23:19 when spec version is supported 240222:23:19 spec_version: "1.4" 240322:23:19 behaves like a validator that performs the expected validations 240422:23:19 with minimally valid report 240522:23:19 is expected to be valid 240622:23:19 when report has components 240722:23:19 with minimally valid components 240822:23:19 is expected to be valid 240922:23:19 when components have versions 241022:23:19 is expected to be valid 241122:23:19 when components have licenses 241222:23:19 is expected to be valid 241322:23:19 when components have a signature 241422:23:19 is expected to be valid 241522:23:19 when components are not valid 241622:23:19 is expected not to be valid 241722:23:19 outputs errors for each validation failure 241822:23:19 name length validation 241922:23:20 is expected not to be valid 242022:23:20 outputs errors for each validation failure 242122:23:20 version length validation 242222:23:20 is expected not to be valid 242322:23:20 outputs errors for each validation failure 242422:23:20 when report has metadata 242522:23:20 is expected to be valid 242622:23:20 when metadata has properties 242722:23:20 when properties are valid 242822:23:20 is expected to be valid 242922:23:20 when properties are invalid 243022:23:20 is expected not to be valid 243122:23:20 outputs errors for each validation failure 243222:23:20 spec_version: "1.5" 243322:23:20 behaves like a validator that performs the expected validations 243422:23:20 with minimally valid report 243522:23:20 is expected to be valid 243622:23:20 when report has components 243722:23:20 with minimally valid components 243822:23:21 is expected to be valid 243922:23:21 when components have versions 244022:23:21 is expected to be valid 244122:23:21 when components have licenses 244222:23:21 is expected to be valid 244322:23:21 when components have a signature 244422:23:21 is expected to be valid 244522:23:21 when components are not valid 244622:23:21 is expected not to be valid 244722:23:21 outputs errors for each validation failure 244822:23:21 name length validation 244922:23:21 is expected not to be valid 245022:23:21 outputs errors for each validation failure 245122:23:21 version length validation 245222:23:21 is expected not to be valid 245322:23:22 outputs errors for each validation failure 245422:23:22 when report has metadata 245522:23:22 is expected to be valid 245622:23:22 when metadata has properties 245722:23:22 when properties are valid 245822:23:22 is expected to be valid 245922:23:22 when properties are invalid 246022:23:22 is expected not to be valid 246122:23:22 outputs errors for each validation failure 246222:23:22 when spec version is not supported 246322:23:22 is expected not to be valid 246422:23:22# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/parsers/sbom/validators/cyclonedx_schema_validator_spec.rb. It took 3.91 seconds. Expected to take 14.99 seconds. 246522:23:22# [RSpecRunTime] Starting example group spec/models/jira_connect_installation_spec.rb. Expected to take 14.39 seconds. 246622:23:22JiraConnectInstallation 246722:23:23 does not allow STI 246822:23:23 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 246922:23:23 associations 247022:23:23 is expected to have many subscriptions class_name => JiraConnectSubscription 247222:23:23 is expected to validate that :client_key cannot be empty/falsy 247322:23:23 is expected to validate that :client_key is case-sensitively unique 247422:23:23 is expected to validate that :shared_secret cannot be empty/falsy 247522:23:23 is expected to validate that :base_url cannot be empty/falsy 247722:23:23 is expected not to allow :base_url to be ‹"not/a/url"› 247922:23:24 is expected not to allow :instance_url to be ‹"not/a/url"› 248022:23:24# [RSpecRunTime] RSpec elapsed time: 17 minutes 42.66 seconds. Current RSS: ~1490M. Threads: 4. load average: 1.27 1.22 1.19 1/294 16530 248322:23:24 .for_project 248422:23:25 returns installations with subscriptions for project 248522:23:25 returns distinct installations 248622:23:25# [RSpecRunTime] RSpec elapsed time: 17 minutes 44.06 seconds. Current RSS: ~1500M. Threads: 4. load average: 1.27 1.22 1.19 1/294 16531 248822:23:25 .direct_installations 248922:23:25 is expected to contain exactly #<JiraConnectInstallation id: 3, client_key: [FILTERED], encrypted_shared_secret: [FILTERED], encrypt...ret_iv: [FILTERED], base_url: "https://sample.atlassian.net", instance_url: nil, shared_secret: nil> 249022:23:25 .proxy_installations 249122:23:25 is expected to be empty 249222:23:25 with an installation on a self-managed instance 249422:23:26 #oauth_authorization_url 249622:23:26 with instance_url 249822:23:26 audience_url 249922:23:26 is expected to eq nil 250022:23:26 when proxy installation 250222:23:26 audience_installed_event_url 250322:23:26 is expected to eq nil 250422:23:26 when proxy installation 250622:23:26 audience_uninstalled_event_url 250722:23:26 is expected to eq nil 250822:23:26 when proxy installation 251022:23:27 create_branch_url 251122:23:27 when the jira installation is not for a self-managed instance 251222:23:27 is expected to eq nil 251322:23:27 when the jira installation is for a self-managed instance 251622:23:27 is expected to eq false 251722:23:27 when instance_url is present 251822:23:27 is expected to eq true 251922:23:27# [RSpecRunTime] Finishing example group spec/models/jira_connect_installation_spec.rb. It took 4.81 seconds. Expected to take 14.39 seconds. 252022:23:27# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 48.25 seconds. 252122:23:27Lint factories for JiraConnectInstallation 252222:23:27 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 252322:23:27 with saas, license, and factory defaults 252422:23:28 behaves like factory 252522:23:28 jira_connect_installation factory 252622:23:28 does not raise error when built 252722:23:28 does not raise error when created 252822:23:28# [RSpecRunTime] RSpec elapsed time: 17 minutes 47.23 seconds. Current RSS: ~1515M. Threads: 4. load average: 1.24 1.21 1.19 1/294 16558 253022:23:29# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.47 seconds. Expected to take 48.25 seconds. 253122:23:29# [RSpecRunTime] Starting example group spec/graphql/mutations/commits/create_spec.rb. Expected to take 14.22 seconds. 253222:23:29Mutations::Commits::Create 253322:23:30 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 253422:23:30 is expected to require graphql authorizations :push_code 253622:23:30 when user is not a project member 253722:23:30 raises an error 253822:23:30# [RSpecRunTime] RSpec elapsed time: 17 minutes 48.66 seconds. Current RSS: ~1513M. Threads: 4. load average: 1.24 1.21 1.19 1/294 16585 254022:23:30 when user is a direct project member 254122:23:30 and user is a guest 254222:23:30 raises an error 254322:23:30 and user is a developer 254422:23:30 when service successfully creates a new commit 254522:23:31 returns the ETag path for the commit's pipeline 254622:23:31 returns the content of the commit 254722:23:32 returns a new commit 254822:23:32# [RSpecRunTime] RSpec elapsed time: 17 minutes 50.36 seconds. Current RSS: ~1507M. Threads: 4. load average: 1.22 1.21 1.18 1/299 16779 255022:23:32 when request has multiple actions 255122:23:32 returns a new commit 255222:23:32 when actions are not defined 255322:23:32 returns a new commit 255422:23:32 when branch does not exist 255522:23:33 returns errors 255622:23:33 when branch does not exist and a start branch is provided 255722:23:33 returns a new commit 255822:23:33 when message is not set 255922:23:33 returns errors 256022:23:33 when actions are incorrect 256122:23:34 returns errors 256222:23:34 when branch is protected 256322:23:34 returns errors 256422:23:34 when user is an inherited member from the group 256522:23:34 when project is public with private repository 256622:23:34 and user is a guest 256722:23:35 raises an error 256822:23:35# [RSpecRunTime] RSpec elapsed time: 17 minutes 53.77 seconds. Current RSS: ~1506M. Threads: 4. load average: 1.22 1.21 1.18 1/299 17013 257022:23:35 when project is private 257122:23:35 and user is a guest 257222:23:36 raises an error 257322:23:36# [RSpecRunTime] RSpec elapsed time: 17 minutes 54.99 seconds. Current RSS: ~1504M. Threads: 4. load average: 1.22 1.21 1.18 1/299 17040 257522:23:36 when user is a maintainer of a different project 257622:23:37 raises an error 257722:23:37# [RSpecRunTime] Finishing example group spec/graphql/mutations/commits/create_spec.rb. It took 8.53 seconds. Expected to take 14.22 seconds. 257822:23:37# [RSpecRunTime] Starting example group spec/lib/gitlab/graphql/pagination/externally_paginated_array_connection_spec.rb. Expected to take 13.48 seconds. 257922:23:37Gitlab::Graphql::Pagination::ExternallyPaginatedArrayConnection 258022:23:37 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 258122:23:37 behaves like a redactable connection 258222:23:37 no redactor set 258322:23:37 contains the unwanted item 258422:23:37 does not redact more than once 258522:23:37 redactor is set 258622:23:38 does not contain the unwanted item 258722:23:38 does not redact more than once 258822:23:38 #has_previous_page 258922:23:38 returns true when there is a start cursor 259022:23:38 there is no start cursor 259122:23:38 returns false 259322:23:38 returns the next cursor 259422:23:38 when there is none 259622:23:38 behaves like a connection with collection methods 259722:23:38 responds to to_a 259822:23:38 responds to size 259922:23:38 responds to map 260022:23:39 responds to include? 260122:23:39 responds to empty? 260322:23:39 behaves like connection with paged nodes 260422:23:39 returns the collection limited to max page size 260522:23:39 is a loaded memoized array 260622:23:39 when `first` is passed 260722:23:39 returns only the first elements 260822:23:39 when `last` is passed 260922:23:39 returns only the last elements 261022:23:39 when after or before is specified, they are ignored 261122:23:39 behaves like connection with paged nodes 261222:23:39 returns the collection limited to max page size 261322:23:39 is a loaded memoized array 261422:23:39 when `first` is passed 261522:23:39 returns only the first elements 261622:23:39 when `last` is passed 261722:23:39 returns only the last elements 261822:23:39 behaves like connection with paged nodes 261922:23:40 returns the collection limited to max page size 262022:23:40 is a loaded memoized array 262122:23:40 when `first` is passed 262222:23:40 returns only the first elements 262322:23:40 when `last` is passed 262422:23:40 returns only the last elements 262522:23:40 #has_next_page 262622:23:40 returns true when there is a end cursor 262722:23:40 there is no end cursor 262822:23:40 returns false 262922:23:40 #start_cursor 263022:23:40 returns the prev cursor 263122:23:40 when there is none 263322:23:40# [RSpecRunTime] Finishing example group spec/lib/gitlab/graphql/pagination/externally_paginated_array_connection_spec.rb. It took 3.2 seconds. Expected to take 13.48 seconds. 263422:23:40# [RSpecRunTime] Starting example group spec/lib/gitlab/metrics/web_transaction_spec.rb. Expected to take 13.34 seconds. 263522:23:40Gitlab::Metrics::WebTransaction 263622:23:40 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 263822:23:41 yields the supplied block 263922:23:41 stores the transaction in the current thread 264022:23:41 removes the transaction from the current thread upon completion 264122:23:41 records the duration of the transaction if the request was successful 264222:23:41 does not record the duration of the transaction if the request failed 264322:23:41 does not record the duration of the transaction if it raised 264422:23:41 returns the rack response 264622:23:41 returns no labels when no route information is present in env 264722:23:41 when request goes to Grape endpoint 264822:23:41 provides labels with the method and path of the route in the grape endpoint 264922:23:41 contains only the labels defined for transactions 265022:23:42 does not provide labels if route infos are missing 265122:23:42 when request goes to ActionController 265222:23:42 tags a transaction with the name and action of a controller 265322:23:42 contains only the labels defined for transactions 265422:23:42 when the request content type is not :html 265522:23:42 appends the mime type to the transaction action 265622:23:42 when the request content type is not 265722:23:42 does not append the MIME type to the transaction action 265822:23:42 when the feature category is known 265922:23:42 includes it in the feature category label 266022:23:42 behaves like transaction metrics with labels 266122:23:42 .prometheus_metric 266222:23:42 adds a metric 266322:23:42 #method_call_for 266422:23:42 returns a MethodCall 266622:23:42 adds a metric 266722:23:42 allows tracking of custom tags 266822:23:42 with sensitive tags 266922:23:43 filters tags 267122:23:43 adds a metric 267322:23:43 overrides docstring 267422:23:43 overrides labels 267522:23:43 filters sensitive tags 267722:23:43 adds a metric 267922:23:43 overrides docstring 268022:23:43 overrides labels 268122:23:43 filters sensitive tags 268322:23:43 adds a metric 268522:23:44 overrides docstring 268622:23:44 overrides labels 268722:23:44 filters sensitive tags 268822:23:44# [RSpecRunTime] Finishing example group spec/lib/gitlab/metrics/web_transaction_spec.rb. It took 3.53 seconds. Expected to take 13.34 seconds. 268922:23:44# [RSpecRunTime] Starting example group spec/lib/gitlab/search/recent_issues_spec.rb. Expected to take 12.77 seconds. 269022:23:44Gitlab::Search::RecentIssues 269122:23:44 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 269222:23:44 behaves like search recent items 269422:23:45 adds the item to the recent items 269522:23:45 removes an item when it exceeds the size items_limit 269622:23:46 expires the items after expires_after 269722:23:47 does not include results logged for another user 269822:23:47# [RSpecRunTime] RSpec elapsed time: 18 minutes 5.6 seconds. Current RSS: ~1500M. Threads: 4. load average: 1.17 1.20 1.18 1/294 17051 270122:23:48 matches partial text in the item title 270222:23:49 returns results sorted by recently viewed 270322:23:50 does not leak items you no longer have access to 270422:23:52 limits results to 5 items 270522:23:52# [RSpecRunTime] RSpec elapsed time: 18 minutes 10.55 seconds. Current RSS: ~1463M. Threads: 4. load average: 1.16 1.19 1.18 1/294 17052 270722:23:52# [RSpecRunTime] Finishing example group spec/lib/gitlab/search/recent_issues_spec.rb. It took 8.05 seconds. Expected to take 12.77 seconds. 270822:23:52# [RSpecRunTime] Starting example group spec/services/clusters/agent_tokens/create_service_spec.rb. Expected to take 12.56 seconds. 270922:23:52Clusters::AgentTokens::CreateService 271022:23:52 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 271222:23:53 does not create a new token due to user permissions 271322:23:53 returns permission errors 271422:23:53 with user permissions 271522:23:54 creates a new token 271622:23:55 returns success status 271722:23:56 returns token information 271822:23:57 creates an activity event 271922:23:57 when params are invalid 272022:23:58 does not create a new token 272122:23:58 does not create an activity event 272222:23:59 returns validation errors 272322:23:59# [RSpecRunTime] RSpec elapsed time: 18 minutes 17.92 seconds. Current RSS: ~1450M. Threads: 4. load average: 1.23 1.21 1.18 1/294 17053 272522:23:59 when the active agent tokens limit is reached 272622:24:00 returns an error 272722:24:00# [RSpecRunTime] RSpec elapsed time: 18 minutes 18.97 seconds. Current RSS: ~1450M. Threads: 4. load average: 1.23 1.21 1.18 1/294 17054 272922:24:00# [RSpecRunTime] Finishing example group spec/services/clusters/agent_tokens/create_service_spec.rb. It took 8.42 seconds. Expected to take 12.56 seconds. 273022:24:00# [RSpecRunTime] Starting example group spec/presenters/event_presenter_spec.rb. Expected to take 12.13 seconds. 273122:24:00EventPresenter 273222:24:01 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 273322:24:01 #resource_parent_name 273422:24:01 with group event 273522:24:01 is expected to eq "group229" 273622:24:01 with project label 273722:24:01 is expected to eq "group229 / Project-1209 Name" 273822:24:01 #target_link_options 273922:24:01 with group event 274022:24:01 is expected to eq [#<Group id:1832 @group229>, #<Milestone id:8 group229/project-1209%"My title 231">] 274122:24:01 with project label 274222:24:01 is expected to eq [#<Project id:986 group229/project-1209>>, #<Milestone id:8 group229/project-1209%"My title 231">] 274322:24:01 #target_type_name 274422:24:02 returns design for a design event 274522:24:02 returns project for a project event 274622:24:02 returns milestone for a milestone event 274722:24:02 returns the issue_type for issue events 274822:24:02 returns the issue_type for work item events 274922:24:02 #note_target_type_name 275022:24:02 returns design for an event on a comment on a design 275122:24:02 returns nil for an event without a target 275222:24:03 returns issue for an issue comment event 275322:24:03 #push_activity_description 275422:24:03 when event is a regular event 275522:24:03 is expected to be nil 275622:24:03 when event is a push event 275722:24:03 when it is an individual event 275822:24:03 is expected to eq "pushed to branch" 275922:24:03 when it is a batch event 276022:24:03 is expected to eq "pushed to 1 branch" 276122:24:03 #batch_push? 276222:24:03 when event is a regular event 276322:24:03 is expected to be falsey 276422:24:03 when event is a push event 276522:24:03 when it is an individual event 276622:24:03 is expected to be falsey 276722:24:03 when it is a batch event 276822:24:03 is expected to be truthy 276922:24:03 #linked_to_reference? 277022:24:03 when event is a regular event 277122:24:03 is expected to be falsey 277222:24:03 when event is a push event 277322:24:03 when event belongs to group 277422:24:03 is expected to be falsey 277522:24:03 when event belongs to project 277622:24:04 is expected to be falsey 277722:24:04 when matching tag exists 277822:24:04 is expected to be truthy 277922:24:04 when matching branch exists 278022:24:04 is expected to be truthy 278122:24:04# [RSpecRunTime] Finishing example group spec/presenters/event_presenter_spec.rb. It took 3.53 seconds. Expected to take 12.13 seconds. 278222:24:04# [RSpecRunTime] Starting example group spec/lib/gitlab/pages/url_builder_spec.rb. Expected to take 12.01 seconds. 278322:24:04Gitlab::Pages::UrlBuilder 278422:24:04 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 278522:24:04 #artifact_url_available? 278622:24:04 with not allowed extensions 278722:24:04 is expected to equal false 278822:24:04 with allowed extensions 278922:24:04 is expected to equal true 279022:24:04 #unique_host 279122:24:04 when pages_unique_domain_enabled is false 279222:24:04 is expected to be nil 279322:24:04 when namespace_in_path is true 279422:24:04 is expected to be nil 279522:24:04 when pages_unique_domain_enabled is true 279622:24:04 is expected to eq "unique-domain.example.com" 279922:24:05 when namespace_in_path is false 280022:24:05 when namespace is upper cased 280222:24:05 when project is in a nested group page 280422:24:05 when using domain pages 280622:24:05 in development mode 280822:24:05 when not using pages_unique_domain 280922:24:05 when pages_unique_domain_enabled is false 281122:24:05 when pages_unique_domain_enabled is true 281322:24:05 when using pages_unique_domain 281422:24:05 when pages_unique_domain_enabled is false 281622:24:05 when pages_unique_domain_enabled is true 281822:24:05 when namespace_in_path is true 281922:24:05 when namespace is upper cased 282122:24:05 when project is in a nested group page 282322:24:06 when using domain pages 282522:24:06 in development mode 282722:24:06 when not using pages_unique_domain 282822:24:06 when pages_unique_domain_enabled is false 283022:24:06 when pages_unique_domain_enabled is true 283222:24:06 when using pages_unique_domain 283322:24:06 when pages_unique_domain_enabled is false 283522:24:06 when pages_unique_domain_enabled is true 283722:24:06 #artifact_url 283822:24:06 with not allowed extension 283922:24:06 is expected to be nil 284022:24:06 with allowed extension 284222:24:06 when port is configured 284422:24:06 with namespace_in_path enabled and allowed extension 284622:24:06 when port is configured 284822:24:07# [RSpecRunTime] Finishing example group spec/lib/gitlab/pages/url_builder_spec.rb. It took 2.8 seconds. Expected to take 12.01 seconds. 284922:24:07# [RSpecRunTime] Starting example group spec/policies/organizations/organization_policy_spec.rb. Expected to take 11.64 seconds. 285022:24:07Organizations::OrganizationPolicy 285122:24:07 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 285222:24:07 when the user is an owner of the organization 285322:24:07 is expected to be allowed :admin_organization 285422:24:07 is expected to be allowed :create_group 285522:24:07 is expected to be allowed :read_organization 285622:24:07 is expected to be allowed :read_organization_user 285722:24:07 when the user is part of the organization 285822:24:07 is expected to be disallowed :admin_organization 285922:24:07 is expected to be allowed :create_group 286022:24:08 is expected to be allowed :read_organization 286122:24:08 is expected to be allowed :read_organization_user 286222:24:08 when the user is not part of the organization 286322:24:08 is expected to be disallowed :admin_organization 286422:24:08 is expected to be disallowed :create_group 286522:24:08 is expected to be disallowed :read_organization_user 286622:24:08 when the organization is private 286722:24:08 is expected to be disallowed :read_organization 286822:24:08 when the organization is public 286922:24:08 is expected to be allowed :read_organization 287022:24:08 when the user is an admin 287122:24:08 when admin mode is enabled 287222:24:08 is expected to be allowed :admin_organization 287322:24:08 is expected to be allowed :create_group 287422:24:08 is expected to be allowed :read_organization 287522:24:09 is expected to be allowed :read_organization_user 287622:24:09 when admin mode is disabled 287722:24:09 is expected to be disallowed :admin_organization 287822:24:09 when the organization is private 287922:24:09 is expected to be disallowed :read_organization 288022:24:09 when the organization is public 288122:24:09 is expected to be allowed :read_organization 288222:24:09 when the user is anonymous 288322:24:09 is expected to be disallowed :admin_organization 288422:24:09 when the organization is private 288522:24:09 is expected to be disallowed :read_organization 288622:24:09 when the organization is public 288722:24:09 is expected to be allowed :read_organization 288822:24:09# [RSpecRunTime] Finishing example group spec/policies/organizations/organization_policy_spec.rb. It took 2.68 seconds. Expected to take 11.64 seconds. 288922:24:09# [RSpecRunTime] Starting example group spec/services/container_registry/protection/delete_rule_service_spec.rb. Expected to take 11.42 seconds. 289022:24:09ContainerRegistry::Protection::DeleteRuleService#execute 289122:24:10 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 289222:24:10 deletes the container registry protection rule in the database 289322:24:10 behaves like a successful service response with side effect 289422:24:10 is expected to raise ActiveRecord::RecordNotFound 289522:24:10 behaves like returning a success service response 289622:24:10 returns a success service response 289722:24:11 is expected to have attributes {:errors => (be blank), :message => (be blank), :payload => {:container_registry_protection_rule => #<Contain...1221", minimum_access_level_for_push: "maintainer", minimum_access_level_for_delete: "maintainer">}} 289822:24:11# [RSpecRunTime] RSpec elapsed time: 18 minutes 29.35 seconds. Current RSS: ~1484M. Threads: 4. load average: 1.27 1.22 1.19 1/294 17055 290022:24:11 without container registry protection rule 290122:24:11 is expected to raise ArgumentError 290222:24:11 with deleted container registry protection rule 290322:24:11 behaves like a successful service response with side effect 290422:24:11 is expected to raise ActiveRecord::RecordNotFound 290522:24:11 behaves like returning a success service response 290622:24:11 returns a success service response 290722:24:11 is expected to have attributes {:errors => (be blank), :message => (be blank), :payload => {:container_registry_protection_rule => #<Contain...eted", minimum_access_level_for_push: "maintainer", minimum_access_level_for_delete: "maintainer">}} 290822:24:11 when current_user does not have permission 290922:24:12 current_user: developer 291022:24:12 behaves like an erroneous service response with side effect 291122:24:12 is expected not to raise Exception 291222:24:12 behaves like returning an error service response 291322:24:12 returns an error service response 291422:24:12 is expected to have attributes {:message => (be present), :payload => {:container_registry_protection_rule => (be blank)}} 291522:24:12 current_user: reporter 291622:24:12 behaves like an erroneous service response with side effect 291722:24:12 is expected not to raise Exception 291822:24:12 behaves like returning an error service response 291922:24:12 returns an error service response 292022:24:12 is expected to have attributes {:message => (be present), :payload => {:container_registry_protection_rule => (be blank)}} 292122:24:12 current_user: guest 292222:24:12 behaves like an erroneous service response with side effect 292322:24:13 is expected not to raise Exception 292422:24:13 behaves like returning an error service response 292522:24:13 returns an error service response 292622:24:13 is expected to have attributes {:message => (be present), :payload => {:container_registry_protection_rule => (be blank)}} 292722:24:13 current_user: anonymous 292822:24:13 behaves like an erroneous service response with side effect 292922:24:13 is expected not to raise Exception 293022:24:13 behaves like returning an error service response 293122:24:13 returns an error service response 293222:24:13 is expected to have attributes {:message => (be present), :payload => {:container_registry_protection_rule => (be blank)}} 293322:24:13 without current_user 293422:24:13 is expected to raise ArgumentError 293522:24:13 when error occurs during delete operation 293622:24:13 behaves like an erroneous service response with side effect 293722:24:13 is expected not to raise Exception 293822:24:13 behaves like returning an error service response 293922:24:14 returns an error service response 294022:24:14 is expected to have attributes {:message => (be present), :payload => {:container_registry_protection_rule => (be blank)}} 294122:24:14# [RSpecRunTime] Finishing example group spec/services/container_registry/protection/delete_rule_service_spec.rb. It took 4.58 seconds. Expected to take 11.42 seconds. 294222:24:14# [RSpecRunTime] Starting example group spec/lib/gitlab/i18n/translation_entry_spec.rb. Expected to take 11.11 seconds. 294322:24:14Gitlab::I18n::TranslationEntry 294422:24:14 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 294522:24:14 #singular_translation 294622:24:14 returns the normal `msgstr` for translations without plural 294722:24:14 returns the first string for entries with plurals 294822:24:14 #all_translations 294922:24:14 returns all translations for singular translations 295022:24:14 returns all translations when including plural translations 295122:24:14 #plural_translations 295222:24:14 returns all translations if there is only one plural 295322:24:15 returns all translations except for the first one if there are multiple 295422:24:15 #has_singular_translation? 295522:24:15 has a singular when the translation is not pluralized 295622:24:15 has a singular when plural and singular are separately defined 295722:24:15 does not have a separate singular if the plural string only has one translation 295822:24:15 #msgid_contains_newlines 295922:24:15 is true when the msgid is an array 296022:24:15 #plural_id_contains_newlines 296122:24:15 is true when the msgid is an array 296222:24:15 #translations_contain_newlines 296322:24:15 is true when the msgid is an array 296422:24:15 #contains_unescaped_chars 296522:24:15 is true when the msgid is an array 296622:24:15 is false when the `%` char is escaped 296722:24:15 is false when using an unnamed variable 296822:24:16 is false when using a named variable 296922:24:16 is true when an unnamed variable is not closed 297022:24:16 is true when the string starts with a `%` 297122:24:16 #msgid_contains_unescaped_chars 297222:24:16 is true when the msgid contains a `%` 297322:24:16 #plural_id_contains_unescaped_chars 297422:24:16 is true when the plural msgid contains a `%` 297522:24:16 #translations_contain_unescaped_chars 297622:24:16 is true when the translation contains a `%` 297722:24:16 #msgid_contains_potential_html? 297822:24:16 when there are no angle brackets in the msgid 297922:24:16 returns false 298022:24:16 when there are angle brackets in the msgid 298122:24:16 returns true 298222:24:16 #plural_id_contains_potential_html? 298322:24:16 when there are no angle brackets in the plural_id 298422:24:16 returns false 298522:24:16 when there are angle brackets in the plural_id 298622:24:16 returns true 298722:24:16 #translations_contain_potential_html? 298822:24:16 when there are no angle brackets in the translations 298922:24:16 returns false 299022:24:16 when there are angle brackets in the translations 299122:24:17 returns true 299222:24:17# [RSpecRunTime] Finishing example group spec/lib/gitlab/i18n/translation_entry_spec.rb. It took 2.74 seconds. Expected to take 11.11 seconds. 299322:24:17# [RSpecRunTime] Starting example group spec/services/feature_flags/update_service_spec.rb. Expected to take 10.89 seconds. 299422:24:17FeatureFlags::UpdateService 299522:24:17 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 299722:24:18 returns success status 299822:24:18 creates audit event with correct message 299922:24:18 when Jira Connect subscription does not exist 300022:24:18 does not sync the feature flag to Jira 300122:24:18# [RSpecRunTime] RSpec elapsed time: 18 minutes 36.87 seconds. Current RSS: ~1490M. Threads: 4. load average: 1.31 1.23 1.19 1/294 17056 300322:24:18 when Jira Connect subscription exists 300422:24:18 syncs the feature flag to Jira 300522:24:18 behaves like update feature flag client 300622:24:19 updates last feature flag updated at 300722:24:19 with invalid params 300822:24:19 returns error status 300922:24:19 returns error messages 301022:24:19 does not create audit event 301122:24:19 does not sync the feature flag to Jira 301222:24:19 behaves like does not update feature flag client 301322:24:19 does not update last feature flag updated at 301422:24:19 when user is reporter 301522:24:20 returns error status 301622:24:20 when nothing is changed 301722:24:20 returns success status 301822:24:20 does not create audit event 301922:24:20 description is being changed 302022:24:20 creates audit event with changed description 302122:24:20 when flag active state is changed 302222:24:20 creates audit event about changing active state 302322:24:21 executes hooks 302422:24:21# [RSpecRunTime] Finishing example group spec/services/feature_flags/update_service_spec.rb. It took 4.09 seconds. Expected to take 10.89 seconds. 302522:24:21# [RSpecRunTime] Starting example group spec/services/web_hooks/log_execution_service_spec.rb. Expected to take 10.54 seconds. 302622:24:21WebHooks::LogExecutionService 302722:24:21 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 302922:24:21 logs the data 303022:24:22 updates the last failure 303122:24:22 obtaining an exclusive lease 303222:24:22 updates failure state using a lease that ensures fresh state is written 303322:24:22 when a lease cannot be obtained 303422:24:22 response_category: :ok, executable: true, needs_updating: false 303522:24:22 raises an error if the hook needs to be updated 303622:24:22# [RSpecRunTime] RSpec elapsed time: 18 minutes 40.73 seconds. Current RSS: ~1501M. Threads: 4. load average: 1.37 1.24 1.19 1/294 17057 303822:24:22 response_category: :ok, executable: false, needs_updating: true 303922:24:22 raises an error if the hook needs to be updated 304022:24:22 response_category: :failed, executable: true, needs_updating: true 304122:24:22 raises an error if the hook needs to be updated 304222:24:22 response_category: :failed, executable: false, needs_updating: false 304322:24:22 raises an error if the hook needs to be updated 304422:24:22 response_category: :error, executable: true, needs_updating: true 304522:24:22 raises an error if the hook needs to be updated 304622:24:22 response_category: :error, executable: false, needs_updating: false 304722:24:23 raises an error if the hook needs to be updated 304822:24:23 when response_category is :ok 304922:24:23 does not increment the failure count 305022:24:23 does not change the disabled_until attribute 305122:24:23 when the hook had previously failed 305222:24:23 resets the failure count 305322:24:23 when response_category is :failed 305422:24:23 increments the failure count 305522:24:23 does not change the disabled_until attribute 305622:24:24 does not allow the failure count to overflow 305722:24:24 when response_category is :error 305922:24:24 with url_variables 306022:24:24 logs the data and masks response headers 306122:24:24 with X-Gitlab-Token 306222:24:24 redacts the token 306322:24:24# [RSpecRunTime] Finishing example group spec/services/web_hooks/log_execution_service_spec.rb. It took 3.45 seconds. Expected to take 10.54 seconds. 306422:24:24# [RSpecRunTime] Starting example group spec/uploaders/packages/npm/metadata_cache_uploader_spec.rb. Expected to take 10.21 seconds. 306522:24:24Packages::Npm::MetadataCacheUploader 306622:24:24 is expected to includes the Packages::GcsSignedUrlMetadata module 306722:24:24 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 306822:24:24 with object storage enabled 306922:24:24 behaves like augmenting GCS signed URL with metadata 307022:24:24 when the fog provider is not Google 307122:24:25 is expected not to include "x-goog-custom-audit-gitlab-" 307222:24:25 when the fog provider is Google 307322:24:25 when on GitLab.com 307422:24:26 is expected to include "x-goog-custom-audit-gitlab-namespace=1843" and "x-goog-custom-audit-gitlab-size-bytes=401" 307522:24:26 is expected to include "x-goog-custom-audit-gitlab-project=992" 307622:24:26 when an error occurs 307722:24:27 is expected not to raise Exception 307822:24:27 is expected not to include "x-goog-custom-audit-gitlab-" 307922:24:28 tracks the error 308022:24:28# [RSpecRunTime] RSpec elapsed time: 18 minutes 46.84 seconds. Current RSS: ~1479M. Threads: 4. load average: 1.34 1.24 1.19 1/294 17058 308222:24:28 when not on GitLab.com 308322:24:29 is expected not to include "x-goog-custom-audit-gitlab-" 308522:24:29 uses the object_storage_key 308622:24:29 without the object_storage_key 308722:24:29 raises the error 308922:24:29 returns metadata.json 309022:24:29# [RSpecRunTime] Finishing example group spec/uploaders/packages/npm/metadata_cache_uploader_spec.rb. It took 4.98 seconds. Expected to take 10.21 seconds. 309122:24:29# [RSpecRunTime] Starting example group spec/services/notes/post_process_service_spec.rb. Expected to take 10.08 seconds. 309222:24:29Notes::PostProcessService 309322:24:29 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 309522:24:30 is expected to receive execute(*(any args)) 1 time 309622:24:30 with a confidential issue 309722:24:31 doesn't call note hooks/integrations 309822:24:32 calls confidential-note hooks/integrations 309922:24:32# [RSpecRunTime] RSpec elapsed time: 18 minutes 51.13 seconds. Current RSS: ~1461M. Threads: 4. load average: 1.31 1.23 1.19 1/294 17059 310122:24:32 when the noteable is a design 310222:24:34 when the note is the start of a new discussion 310322:24:35 creates a new system note 310422:24:35# [RSpecRunTime] RSpec elapsed time: 18 minutes 53.51 seconds. Current RSS: ~1441M. Threads: 4. load average: 1.31 1.23 1.19 1/295 17124 310622:24:35 when the note is a reply within a discussion 310722:24:36 does not create a new system note 310822:24:36# [RSpecRunTime] RSpec elapsed time: 18 minutes 54.96 seconds. Current RSS: ~1433M. Threads: 4. load average: 1.31 1.23 1.19 1/295 17125 311022:24:36# [RSpecRunTime] Finishing example group spec/services/notes/post_process_service_spec.rb. It took 7.13 seconds. Expected to take 10.08 seconds. 311122:24:36# [RSpecRunTime] Starting example group spec/lib/gitlab/serializer/pagination_spec.rb. Expected to take 9.75 seconds. 311222:24:36Gitlab::Serializer::Pagination 311322:24:36 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 311522:24:36 when a multiple resources are present in relation 311622:24:37 correctly paginates the resource 311722:24:37 appends relevant headers 311822:24:37 when an invalid resource is about to be paginated 311922:24:37 raises error 312022:24:37 when paginating via a cursor 312122:24:42 when fetching the first page 312222:24:42 appends relevant headers 312322:24:42 returns the records 312422:24:42# [RSpecRunTime] RSpec elapsed time: 19 minutes 0.7 second. Current RSS: ~1407M. Threads: 4. load average: 1.26 1.22 1.19 1/296 17126 312622:24:42 when fetching a subsequent page 312722:24:42 appends relevant headers 312822:24:42 returns the records 312922:24:42# [RSpecRunTime] Finishing example group spec/lib/gitlab/serializer/pagination_spec.rb. It took 5.98 seconds. Expected to take 9.75 seconds. 313022:24:42# [RSpecRunTime] Starting example group spec/views/projects/commits/_commit.html.haml_spec.rb. Expected to take 9.6 seconds. 313122:24:42projects/commits/_commit.html.haml 313222:24:42 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 313322:24:42 with ci status 313422:24:42 when pipelines are disabled 313522:24:44 does not display a ci status icon 313622:24:44# [RSpecRunTime] RSpec elapsed time: 19 minutes 2.72 seconds. Current RSS: ~1423M. Threads: 4. load average: 1.26 1.22 1.19 1/296 17159 313822:24:44 when pipelines are enabled 313922:24:44 when user has access 314022:24:45 displays a ci status icon 314122:24:45# [RSpecRunTime] RSpec elapsed time: 19 minutes 4.07 seconds. Current RSS: ~1437M. Threads: 4. load average: 1.26 1.22 1.19 1/296 17192 314322:24:45 when user does not have access 314422:24:46 does not display a ci status icon 314522:24:46# [RSpecRunTime] RSpec elapsed time: 19 minutes 5.25 seconds. Current RSS: ~1436M. Threads: 4. load average: 1.26 1.22 1.19 1/297 17225 314722:24:46 with different committer 314822:24:48 renders committed by user 314922:24:48# [RSpecRunTime] RSpec elapsed time: 19 minutes 6.39 seconds. Current RSS: ~1446M. Threads: 4. load average: 1.24 1.22 1.19 1/298 17256 315122:24:48 with a signed commit 315222:24:49 does not display a loading spinner for GPG status 315322:24:49# [RSpecRunTime] RSpec elapsed time: 19 minutes 7.45 seconds. Current RSS: ~1450M. Threads: 4. load average: 1.24 1.22 1.19 1/299 17287 315522:24:49# [RSpecRunTime] Finishing example group spec/views/projects/commits/_commit.html.haml_spec.rb. It took 6.51 seconds. Expected to take 9.6 seconds. 315622:24:49# [RSpecRunTime] Starting example group spec/lib/gitlab/metrics/global_search_slis_spec.rb. Expected to take 9.34 seconds. 315722:24:49Gitlab::Metrics::GlobalSearchSlis 315822:24:49 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 315922:24:49 #record_apdex 316022:24:49 search_type: "basic", code_search: false, duration_target: 8.812 316122:24:49 increments the global_search SLI as a success if the elapsed time is within the target 316222:24:49 increments the global_search SLI as a failure if the elapsed time is not within the target 316322:24:49 search_type: "basic", code_search: true, duration_target: 27.538 316422:24:49 increments the global_search SLI as a success if the elapsed time is within the target 316522:24:49 increments the global_search SLI as a failure if the elapsed time is not within the target 316622:24:49 search_type: "advanced", code_search: false, duration_target: 2.452 316722:24:50 increments the global_search SLI as a success if the elapsed time is within the target 316822:24:50 increments the global_search SLI as a failure if the elapsed time is not within the target 316922:24:50 search_type: "advanced", code_search: true, duration_target: 15.52 317022:24:50 increments the global_search SLI as a success if the elapsed time is within the target 317122:24:50 increments the global_search SLI as a failure if the elapsed time is not within the target 317222:24:50 search_type: "zoekt", code_search: true, duration_target: 15.52 317322:24:50 increments the global_search SLI as a success if the elapsed time is within the target 317422:24:50 increments the global_search SLI as a failure if the elapsed time is not within the target 317522:24:50 when the search scope is merge_requests and the search type is basic 317622:24:50 increments the global_search SLI as a success if the elapsed time is within the target 317722:24:50 increments the global_search SLI as a failure if the elapsed time is not within the target 317822:24:50 #record_error_rate 317922:24:50 calls increment on the error rate SLI 318022:24:50 #initialize_slis! 318122:24:51 initializes Apdex SLIs for global_search 318222:24:51 initializes ErrorRate SLIs for global_search 318322:24:51 when initializeing for limited types 318422:24:51 api: true, web: true 318522:24:51 only initializes for the relevant endpoints 318622:24:51 api: true, web: false 318722:24:51 only initializes for the relevant endpoints 318822:24:51 api: false, web: true 318922:24:51 only initializes for the relevant endpoints 319022:24:51 api: false, web: false 319122:24:51 only initializes for the relevant endpoints 319222:24:51# [RSpecRunTime] Finishing example group spec/lib/gitlab/metrics/global_search_slis_spec.rb. It took 2.56 seconds. Expected to take 9.34 seconds. 319322:24:51# [RSpecRunTime] Starting example group spec/lib/gitlab/database/async_constraints/postgres_async_constraint_validation_spec.rb. Expected to take 9.03 seconds. 319422:24:51Gitlab::Database::AsyncConstraints::PostgresAsyncConstraintValidation 319522:24:52 does not allow STI 319622:24:52 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 319722:24:52 is expected to be a kind of Gitlab::Database::SharedModel(abstract) 319822:24:52 .constraint_type_exists? 319922:24:52 is expected to be truthy 320022:24:52 always asks the database 320322:24:52 is expected to eq [#<Gitlab::Database::AsyncConstraints::PostgresAsyncConstraintValidation id: 2, created_at: "2024-07-..."fk_users_id_1", table_name: "users", last_error: nil, attempts: 1, constraint_type: "foreign_key">] 320422:24:52 .foreign_key_type 320522:24:52 is expected to eq [#<Gitlab::Database::AsyncConstraints::PostgresAsyncConstraintValidation id: 3, created_at: "2024-07-..."fk_users_id_3", table_name: "users", last_error: nil, attempts: 1, constraint_type: "foreign_key">] 320622:24:52 does not apply the filter if the column is not present 320722:24:52 .check_constraint_type 320822:24:52 is expected to eq [#<Gitlab::Database::AsyncConstraints::PostgresAsyncConstraintValidation id: 8, created_at: "2024-07-...sers_id_8", table_name: "users", last_error: nil, attempts: 0, constraint_type: "check_constraint">] 320922:24:52 .table_available? 321022:24:52 is expected to be truthy 321122:24:52 when the table does not exist 321222:24:53 is expected to be falsy 321322:24:53 #handle_exception! 321422:24:53 increases the attempts number 321522:24:53 saves error details 321722:24:53 is expected to validate that :name cannot be empty/falsy 321822:24:53 is expected to validate that :name is case-sensitively unique within the scope of :table_name 321922:24:53 is expected to validate that the length of :name is at most 63 322022:24:53 is expected to validate that :table_name cannot be empty/falsy 322122:24:53 is expected to validate that the length of :table_name is at most 63 322222:24:53 is expected to validate that the length of :last_error is at most 10000 322322:24:54# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/async_constraints/postgres_async_constraint_validation_spec.rb. It took 2.25 seconds. Expected to take 9.03 seconds. 322422:24:54# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 48.25 seconds. 322522:24:54Lint factories for Gitlab::Database::AsyncConstraints::PostgresAsyncConstraintValidation 322622:24:54 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 322722:24:54 with saas, license, and factory defaults 322822:24:54 behaves like factory 322922:24:54 postgres_async_constraint_validation factory 323022:24:55 does not raise error when built 323122:24:55 does not raise error when created 323222:24:55 linting :foreign_key trait 323322:24:55 does not raise error when created 323422:24:55# [RSpecRunTime] RSpec elapsed time: 19 minutes 13.72 seconds. Current RSS: ~1480M. Threads: 4. load average: 1.22 1.22 1.19 1/298 17314 323622:24:55 linting :check_constraint trait 323722:24:55 does not raise error when created 323822:24:55# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.61 seconds. Expected to take 48.25 seconds. 323922:24:55# [RSpecRunTime] Starting example group spec/workers/environments/auto_stop_worker_spec.rb. Expected to take 8.94 seconds. 324022:24:55Environments::AutoStopWorker 324122:24:56 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 324222:24:58 stops the environment 324322:24:58 executes the stop action 324422:24:58 when user does not have a permission to play the stop action 324522:24:59 raises an error 324622:24:59# [RSpecRunTime] RSpec elapsed time: 19 minutes 17.85 seconds. Current RSS: ~1475M. Threads: 4. load average: 1.20 1.21 1.18 1/299 17431 324822:24:59 when the environment has already been stopped 324922:25:00 does not execute the stop action 325022:25:00 when there are no deployments and associted stop actions 325122:25:01 stops the environment 325222:25:01# [RSpecRunTime] RSpec elapsed time: 19 minutes 19.38 seconds. Current RSS: ~1475M. Threads: 4. load average: 1.20 1.21 1.18 1/299 17468 325422:25:01 when there are no corresponding environment record 325522:25:01 ignores the invalid record 325622:25:01# [RSpecRunTime] Finishing example group spec/workers/environments/auto_stop_worker_spec.rb. It took 5.69 seconds. Expected to take 8.94 seconds. 325722:25:01# [RSpecRunTime] Starting example group spec/uploaders/file_mover_spec.rb. Expected to take 8.69 seconds. 325922:25:01 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 326122:25:01 local storage 326222:25:01 when move and field update successful 326322:25:02 updates the description correctly 326422:25:02 updates existing upload record 326522:25:02# [RSpecRunTime] RSpec elapsed time: 19 minutes 20.83 seconds. Current RSS: ~1475M. Threads: 4. load average: 1.19 1.21 1.18 1/300 17469 326722:25:02 when update_markdown fails 326822:25:03 does not update the description 326922:25:03 does not change the upload record 327022:25:03 when tmp uploader is not local storage 327122:25:03 when move and field update successful 327222:25:03 updates the description correctly 327322:25:05 creates new target upload record an delete the old upload 327422:25:05# [RSpecRunTime] RSpec elapsed time: 19 minutes 23.98 seconds. Current RSS: ~1450M. Threads: 4. load average: 1.19 1.21 1.18 1/299 17470 327622:25:05 when update_markdown fails 327722:25:06 does not update the description 327822:25:06 does not change the upload record 328022:25:06 when relative path is involved 328122:25:06 does not trigger move if path is outside designated directory 328222:25:06 when symlink is involved 328322:25:07 does not trigger move if path is outside designated directory 328422:25:07# [RSpecRunTime] Finishing example group spec/uploaders/file_mover_spec.rb. It took 5.97 seconds. Expected to take 8.69 seconds. 328522:25:07# [RSpecRunTime] Starting example group spec/lib/gitlab/import/merge_request_helpers_spec.rb. Expected to take 8.67 seconds. 328622:25:07Gitlab::Import::MergeRequestHelpers 328722:25:08 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 328822:25:08 .create_merge_request_without_hooks 328922:25:08 when merge request does not exist 329022:25:08 returns a new object 329122:25:09 does load all existing objects 329222:25:09# [RSpecRunTime] RSpec elapsed time: 19 minutes 28.04 seconds. Current RSS: ~1445M. Threads: 4. load average: 1.17 1.20 1.18 1/299 17567 329422:25:09 when merge request does exist 329522:25:10 returns an existing object 329622:25:10 when project is deleted 329722:25:10 returns an existing object 329822:25:10 .insert_merge_request_reviewers 329922:25:11 when reviewers are not present 330022:25:11 does not insert reviewers 330122:25:11# [RSpecRunTime] RSpec elapsed time: 19 minutes 30.25 seconds. Current RSS: ~1457M. Threads: 4. load average: 1.17 1.20 1.18 1/300 17716 330322:25:11 when reviewers are present 330422:25:12 inserts reviewers 330522:25:12# [RSpecRunTime] Finishing example group spec/lib/gitlab/import/merge_request_helpers_spec.rb. It took 5.03 seconds. Expected to take 8.67 seconds. 330622:25:12# [RSpecRunTime] Starting example group spec/helpers/admin/user_actions_helper_spec.rb. Expected to take 8.36 seconds. 330722:25:12Admin::UserActionsHelper 330822:25:12 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 330922:25:12 #admin_actions 331022:25:12 the user is a bot 331122:25:12 is expected to be empty 331222:25:12 the current user and user are the same 331322:25:12 is expected to contain exactly "edit" 331422:25:12 the user is a standard user 331522:25:12 is expected to contain exactly "edit", "block", "ban", "deactivate", "delete", "delete_with_contributions", and "trust" 331622:25:12 the user is an admin user 331722:25:13 is expected to contain exactly "edit", "block", "ban", "deactivate", "delete", "delete_with_contributions", and "trust" 331822:25:13 the user is blocked by LDAP 331922:25:13 is expected to contain exactly "edit", "ldap", "delete", and "delete_with_contributions" 332022:25:13 the user is blocked pending approval 332122:25:13 is expected to contain exactly "edit", "approve", and "reject" 332222:25:13 the user is blocked 332322:25:13 is expected to contain exactly "edit", "unblock", "delete", and "delete_with_contributions" 332422:25:13 the user is deactivated 332522:25:14 is expected to contain exactly "edit", "block", "ban", "activate", "delete", and "delete_with_contributions" 332622:25:14 the user is locked 332722:25:14 is expected to contain exactly "edit", "block", "ban", "deactivate", "unlock", "delete", "delete_with_contributions", and "trust" 332822:25:14 the user is banned 332922:25:14 is expected to contain exactly "edit", "unban", "delete", and "delete_with_contributions" 333022:25:14 the user is trusted 333122:25:14 is expected to contain exactly "edit", "block", "deactivate", "ban", "delete", "delete_with_contributions", and "untrust" 333222:25:14 the current_user does not have permission to delete the user 333322:25:15 is expected to contain exactly "edit", "block", "ban", "deactivate", and "trust" 333422:25:15 the user is a sole owner of a group 333522:25:15 is expected to contain exactly "edit", "block", "ban", "deactivate", "delete_with_contributions", and "trust" 333622:25:15 the user is a bot 333722:25:15 is expected to contain exactly 333822:25:15# [RSpecRunTime] Finishing example group spec/helpers/admin/user_actions_helper_spec.rb. It took 3.38 seconds. Expected to take 8.36 seconds. 333922:25:15# [RSpecRunTime] Starting example group spec/models/integrations/campfire_spec.rb. Expected to take 7.98 seconds. 334022:25:15Integrations::Campfire 334122:25:16 does not allow STI 334222:25:16 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 334322:25:16 behaves like Integrations::ResetSecretFields 334422:25:16 #exposing_secrets_fields 334522:25:16 returns an array of strings 334622:25:16 #reset_secret_fields? 334722:25:16 returns false if no exposing field has changed 334822:25:16 returns true if any exposing field has changed 334922:25:16 validation callback 335022:25:16 when an exposing field has changed 335122:25:16 clears all secret fields 335222:25:16 when a secret field has been updated 335322:25:16 does not clear this secret field 335422:25:16 when a secret field has been updated with the same value 335522:25:16 does not clear this secret field 335622:25:16 when no exposing field has changed 335722:25:16 does not clear any secret fields 335822:25:16 behaves like Integrations::HasAvatar 336022:25:16 returns the expected avatar URL 336222:25:16 is expected to validate that :room looks like an integer greater than 0 336322:25:17 is expected to validate that the length of :subdomain is between 1 and 63 336422:25:17 is expected to allow :subdomain to be ‹"foo"› 336522:25:17 is expected not to allow :subdomain to be ‹"foo.bar"› 336622:25:17 is expected not to allow :subdomain to be ‹"foo.bar/#"› 336722:25:17 when integration is active 336822:25:17 is expected to validate that :token cannot be empty/falsy 336922:25:17 when integration is inactive 337022:25:17 is expected not to validate that :token cannot be empty/falsy 337222:25:17 calls Campfire API to get a list of rooms and speak in a room 337322:25:17 calls Campfire API to get a list of rooms but shouldn't speak in a room 337522:25:18 logs an error 337622:25:18# [RSpecRunTime] Finishing example group spec/models/integrations/campfire_spec.rb. It took 2.38 seconds. Expected to take 7.98 seconds. 337722:25:18# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 48.25 seconds. 337822:25:18Lint factories for Integrations::Campfire 337922:25:18 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 338022:25:18 with saas, license, and factory defaults 338122:25:19 behaves like factory 338222:25:19 campfire_integration factory 338322:25:19 does not raise error when built 338422:25:19 does not raise error when created 338522:25:19# [RSpecRunTime] RSpec elapsed time: 19 minutes 37.66 seconds. Current RSS: ~1483M. Threads: 4. load average: 1.14 1.20 1.18 1/299 17743 338722:25:19# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.34 seconds. Expected to take 48.25 seconds. 338822:25:19# [RSpecRunTime] Starting example group spec/services/branch_rules/update_service_spec.rb. Expected to take 7.86 seconds. 338922:25:19BranchRules::UpdateService 339022:25:20 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 339222:25:20 when the current_user cannot update the branch rule 339322:25:20 raises an access denied error 339422:25:20 and skip_authorization is true 339522:25:20 raises an access denied error 339622:25:20# [RSpecRunTime] RSpec elapsed time: 19 minutes 39.27 seconds. Current RSS: ~1485M. Threads: 4. load average: 1.14 1.20 1.18 1/299 17770 339822:25:20 when branch_rule is a Projects::BranchRule 339922:25:21 updates the ProtectedBranch and returns a success response 340022:25:21 if the update fails 340122:25:21 returns an error 340222:25:21 when unpermitted params are provided 340322:25:21 removes them 340422:25:21 when name is invalid 340522:25:21 returns a validation error 340622:25:21 when access levels are invalid 340722:25:21 returns a validation error 340822:25:21 when branch_protection.allow_force_push is null 340922:25:22 raises a not null violation error 341022:25:22 when access levels already exist 341122:25:22 treats params as definitive list of access levels 341222:25:22 when branch_rule is a ProtectedBranch 341322:25:22 returns an error 341422:25:22# [RSpecRunTime] Finishing example group spec/services/branch_rules/update_service_spec.rb. It took 3.06 seconds. Expected to take 7.86 seconds. 341522:25:22# [RSpecRunTime] Starting example group spec/workers/gitlab/github_import/stage/import_attachments_worker_spec.rb. Expected to take 7.68 seconds. 341622:25:22Gitlab::GithubImport::Stage::ImportAttachmentsWorker 341722:25:23 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 341822:25:23 behaves like Gitlab::GithubImport::StageMethods 341922:25:23 .sidekiq_retries_exhausted 342022:25:23 tracks the exception and marks the import as failed 342122:25:23 .sidekiq_options 342222:25:23 has a status_expiration 342322:25:23 has a retry of 6 342522:25:23 returns if no project could be found 342622:25:24 returns if the import state is no longer in progress 342722:25:24 imports the data when the project exists 342822:25:24 queues RefreshImportJidWorker 342922:25:24 logs error when import fails with a StandardError 343022:25:24 rescheduling the worker on certain errors 343122:25:24 error: Gitlab::GithubImport::RateLimitError 343222:25:24 reschedules the worker 343322:25:24 error: Gitlab::ExclusiveLeaseHelpers::FailedToObtainLockError 343422:25:24 reschedules the worker 343622:25:24 imports attachments 343722:25:24 when stage is disabled 343822:25:25 skips release attachments import and calls next stage 343922:25:25# [RSpecRunTime] Finishing example group spec/workers/gitlab/github_import/stage/import_attachments_worker_spec.rb. It took 2.66 seconds. Expected to take 7.68 seconds. 344022:25:25# [RSpecRunTime] Starting example group spec/services/ci/daily_build_group_report_result_service_spec.rb. Expected to take 7.44 seconds. 344122:25:25Ci::DailyBuildGroupReportResultService#execute 344222:25:25 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 344322:25:26 creates daily code coverage record for each job in the pipeline that has coverage value 344422:25:26 creates a project_ci_feature_usage record for the pipeline project 344522:25:26 when there are multiple builds with the same group name that report coverage 344622:25:26 creates daily code coverage record with the average as the value 344722:25:26# [RSpecRunTime] RSpec elapsed time: 19 minutes 44.91 seconds. Current RSS: ~1477M. Threads: 4. load average: 1.13 1.19 1.18 1/294 17771 344922:25:26 when there is an existing daily code coverage for the matching date, project, ref_path, and group name 345022:25:27 updates the existing record's coverage value and last_pipeline_id 345122:25:27 does not create a new project_ci_feature_usage record for the pipeline project 345222:25:27 when the ID of the pipeline is older than the last_pipeline_id 345322:25:27 updates the existing daily code coverage records 345422:25:27 when pipeline has no builds with coverage 345522:25:28 does nothing 345622:25:28 when pipeline ref_path is the project default branch 345722:25:28 sets default branch to true 345822:25:28 creates a project_ci_feature_usage record for the pipeline project for default branch 345922:25:28 when pipeline ref_path is not the project default branch 346022:25:28 sets default branch to false 346122:25:28# [RSpecRunTime] Finishing example group spec/services/ci/daily_build_group_report_result_service_spec.rb. It took 3.52 seconds. Expected to take 7.44 seconds. 346222:25:28# [RSpecRunTime] Starting example group spec/services/ci/create_pipeline_service/tags_spec.rb. Expected to take 7.29 seconds. 346322:25:28Ci::CreatePipelineService 346422:25:28 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 346622:25:29 with valid config 346722:25:30 creates a pipeline 346822:25:30# [RSpecRunTime] RSpec elapsed time: 19 minutes 48.73 seconds. Current RSS: ~1468M. Threads: 4. load average: 1.12 1.19 1.18 1/296 17818 347022:25:30 with too many tags 347122:25:31 creates a pipeline without builds 347222:25:31 tags persistence 347322:25:31 with multiple tags 347422:25:31 when the tags do not exist 347522:25:32 does not execute N+1 queries 347622:25:32# [RSpecRunTime] RSpec elapsed time: 19 minutes 50.89 seconds. Current RSS: ~1457M. Threads: 4. load average: 1.11 1.19 1.18 1/299 17847 347822:25:32 when tags are already persisted 347922:25:33 does not execute N+1 queries 348022:25:33# [RSpecRunTime] RSpec elapsed time: 19 minutes 52.05 seconds. Current RSS: ~1452M. Threads: 4. load average: 1.11 1.19 1.18 1/299 17864 348222:25:33 with bridge jobs 348322:25:34 is expected to be empty 348422:25:34# [RSpecRunTime] Finishing example group spec/services/ci/create_pipeline_service/tags_spec.rb. It took 5.87 seconds. Expected to take 7.29 seconds. 348522:25:34# [RSpecRunTime] Starting example group spec/lib/gitlab/analytics/cycle_analytics/aggregated/base_query_builder_spec.rb. Expected to take 7.2 seconds. 348622:25:34Gitlab::Analytics::CycleAnalytics::Aggregated::BaseQueryBuilder 348722:25:36 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 348822:25:36 scopes the query for the given project 348922:25:36 author_username param 349022:25:36 returns stage events associated with the given author 349122:25:36 returns empty result when unknown author is given 349222:25:36# [RSpecRunTime] RSpec elapsed time: 19 minutes 54.7 seconds. Current RSS: ~1435M. Threads: 4. load average: 1.11 1.19 1.18 1/299 17873 349422:25:36 milestone_title param 349522:25:36 returns stage events associated with the milestone 349622:25:36 returns empty result when unknown milestone is given 349722:25:36 timestamp filtering 349822:25:36 filters by the end event time range 349922:25:36 when in_progress items are requested 350022:25:36 filters by the start event time range 350122:25:36 assignee_username param 350222:25:37 returns stage events associated assignee 350322:25:37 label_name param 350422:25:37 returns stage events associated with multiple labels 350522:25:37 does not include records with partial label match 350622:25:37# [RSpecRunTime] Finishing example group spec/lib/gitlab/analytics/cycle_analytics/aggregated/base_query_builder_spec.rb. It took 2.78 seconds. Expected to take 7.2 seconds. 350722:25:37# [RSpecRunTime] Starting example group spec/views/notify/change_in_merge_request_draft_status_email.html.haml_spec.rb. Expected to take 6.96 seconds. 350822:25:37notify/change_in_merge_request_draft_status_email.html.haml 350922:25:39 renders the email correctly 351022:25:41 shows user added draft status on email 351122:25:42 shows user removed draft status on email 351222:25:42 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 351322:25:42# [RSpecRunTime] Finishing example group spec/views/notify/change_in_merge_request_draft_status_email.html.haml_spec.rb. It took 5.41 seconds. Expected to take 6.96 seconds. 351422:25:42# [RSpecRunTime] RSpec elapsed time: 20 minutes 1.15 seconds. Current RSS: ~1466M. Threads: 4. load average: 1.09 1.18 1.17 4/301 18273 351622:25:42# [RSpecRunTime] Starting example group spec/lib/gitlab/template/finders/global_template_finder_spec.rb. Expected to take 6.77 seconds. 351722:25:42Gitlab::Template::Finders::GlobalTemplateFinder 351822:25:43 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 352022:25:43 with a non-prefixed General template 352122:25:43 finds the template with no prefix 352222:25:43 does not find a prefixed template 352322:25:43 does not permit path traversal requests 352422:25:43 while listed as an exclusion 352522:25:43 does not find the template without a prefix 352622:25:43 does not find the template with a prefix 352722:25:43 finds another prefixed template with the same name 352822:25:43 with a prefixed template 352922:25:43 finds the template with a prefix 353022:25:43 does not find the template without a prefix (PENDING: Temporarily skipped with xit) 353122:25:44 does not permit path traversal requests 353222:25:44 with include_categories_for_file being present 353322:25:44 finds the template with a prefix 353422:25:44 does not find any template which is missing in include_categories_for_file 353522:25:44 while listed as an exclusion 353622:25:44 does not find the template with a prefix 353722:25:44 does not find the template without a prefix (PENDING: Temporarily skipped with xit) 353822:25:44 finds another non-prefixed template with the same name 353922:25:44 while listed as an exclusion 354022:25:44 excludes the template matched the pattern 354122:25:44# [RSpecRunTime] Finishing example group spec/lib/gitlab/template/finders/global_template_finder_spec.rb. It took 1.8 seconds. Expected to take 6.77 seconds. 354222:25:44# [RSpecRunTime] Starting example group spec/services/protected_branches/update_service_spec.rb. Expected to take 6.63 seconds. 354322:25:44ProtectedBranches::UpdateService 354422:25:44 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 354522:25:44 with entity project 354622:25:45 behaves like execute with entity 354822:25:45 updates a protected branch 354922:25:45 refreshes the cache 355022:25:45 when updating name of a protected branch to one that contains HTML tags 355122:25:45 updates a protected branch 355222:25:45# [RSpecRunTime] RSpec elapsed time: 20 minutes 4.02 seconds. Current RSS: ~1476M. Threads: 4. load average: 1.09 1.18 1.17 1/299 18274 355422:25:45 when a policy restricts rule update 355522:25:45 prevents update of the protected branch rule 355622:25:45 with skip authorization and unauthorized user 355722:25:46 updates a protected branch 355822:25:46 with entity group 355922:25:46 behaves like execute with entity 356122:25:46 updates a protected branch 356222:25:46 refreshes the cache 356322:25:46 when updating name of a protected branch to one that contains HTML tags 356422:25:46 updates a protected branch 356522:25:46 when a policy restricts rule update 356622:25:47 prevents update of the protected branch rule 356722:25:47 with skip authorization and unauthorized user 356822:25:47 updates a protected branch 356922:25:47# [RSpecRunTime] Finishing example group spec/services/protected_branches/update_service_spec.rb. It took 2.68 seconds. Expected to take 6.63 seconds. 357022:25:47# [RSpecRunTime] Starting example group spec/serializers/trigger_variable_entity_spec.rb. Expected to take 6.55 seconds. 357122:25:47TriggerVariableEntity 357222:25:47 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 357322:25:48 exposes the variable key 357422:25:48 when user has access to the value 357522:25:48 when user is maintainer 357622:25:48 exposes the variable value 357722:25:48# [RSpecRunTime] RSpec elapsed time: 20 minutes 7.14 seconds. Current RSS: ~1459M. Threads: 4. load average: 1.09 1.18 1.17 1/299 18275 357922:25:48 when user is owner 358022:25:49 exposes the variable value 358122:25:49 when user does not have access to the value 358222:25:50 does not expose the variable value 358322:25:50# [RSpecRunTime] Finishing example group spec/serializers/trigger_variable_entity_spec.rb. It took 3.01 seconds. Expected to take 6.55 seconds. 358422:25:50# [RSpecRunTime] Starting example group spec/lib/gitlab/hook_data/base_builder_spec.rb. Expected to take 6.38 seconds. 358522:25:50Gitlab::HookData::BaseBuilder 358622:25:50 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 358722:25:50 #absolute_image_urls 358822:25:50 with an upload prefix specified 358922:25:50 relative image URL 359122:25:50 absolute upload URL 359322:25:50 absolute non-upload URL 359522:25:50 without an upload prefix specified 359622:25:50 relative image URL 359822:25:50 absolute upload URL 360022:25:51 absolute non-upload URL 360622:25:51 protocol-relative URL 360722:25:51 is expected to eq "" 360822:25:51 URL reference by title 360922:25:51 is expected to eq "![foo]\n\n[foo]: foo.png" 361022:25:51 URL reference by label 361122:25:51 is expected to eq "![][foo]\n\n[foo]: foo.png" 361222:25:51 in Markdown inline code block 361422:25:51 in HTML tag on the same line 361622:25:52 in Markdown multi-line code block 361722:25:52 is expected to eq "```\n\n```" 361822:25:52 in HTML tag on different lines 361922:25:52 is expected to eq "<p>\n\n</p>" 362022:25:52# [RSpecRunTime] Finishing example group spec/lib/gitlab/hook_data/base_builder_spec.rb. It took 2.01 seconds. Expected to take 6.38 seconds. 362122:25:52# [RSpecRunTime] Starting example group spec/services/milestones/update_service_spec.rb. Expected to take 6.36 seconds. 362222:25:52Milestones::UpdateService 362322:25:52 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 362522:25:52 saves the milestone 362622:25:53 returns the milestone 362722:25:53 when state_event is "activate" 362822:25:53 is expected to publish event Milestones::MilestoneUpdatedEvent 362922:25:53 calls Milestones::ReopenService 363022:25:53 when state_event is "close" 363122:25:53 is expected to publish event Milestones::MilestoneUpdatedEvent 363222:25:53 calls Milestones::CloseService 363322:25:53 when params are present 363422:25:53 is expected to publish event Milestones::MilestoneUpdatedEvent 363522:25:53 assigns the params to the milestone 363622:25:53 when milestone is changed 363722:25:54 calls before_update 363822:25:54 when milestone is not changed 363922:25:54 does not call before_update 364022:25:54 #before_update 364122:25:54 checks for spam 364222:25:54# [RSpecRunTime] Finishing example group spec/services/milestones/update_service_spec.rb. It took 2.13 seconds. Expected to take 6.36 seconds. 364322:25:54# [RSpecRunTime] Starting example group spec/validators/x509_certificate_credentials_validator_spec.rb. Expected to take 6.15 seconds. 364422:25:54X509CertificateCredentialsValidator 364522:25:54 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 364622:25:54 is not valid without a certificate 364722:25:54 is not valid when the certificate is not valid 364822:25:54 when a valid certificate is passed 364922:25:54 does not track an error for the certificate 365022:25:55 adds an error when not passing a correct private key 365122:25:56 adds an error when private key does not match certificate 365222:25:56 has no error when the private key is correct 365322:25:57# [RSpecRunTime] RSpec elapsed time: 20 minutes 15.31 seconds. Current RSS: ~1464M. Threads: 4. load average: 1.08 1.17 1.17 1/294 18276 365522:25:57 when using a passphrase 365622:25:57 is valid with the correct data 365722:25:57 adds an error when the passphrase is wrong 365822:25:57# [RSpecRunTime] Finishing example group spec/validators/x509_certificate_credentials_validator_spec.rb. It took 2.9 seconds. Expected to take 6.15 seconds. 365922:25:57# [RSpecRunTime] Starting example group spec/lib/gitlab/cleanup/orphan_job_artifact_files_spec.rb. Expected to take 6.14 seconds. 366022:25:57Gitlab::Cleanup::OrphanJobArtifactFiles 366122:25:57 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 366222:25:57 passes on dry_run 366322:25:57 errors when invalid niceness is given 366422:25:57 passes correct arguments to ionice 366522:25:58 finds job artifacts on disk 366622:25:59 does not find pipeline artifacts on disk 366722:25:59 stops when limit is reached 366822:25:59 cleans even if batch is not full 366922:25:59 cleans in batches 367022:26:00# [RSpecRunTime] Finishing example group spec/lib/gitlab/cleanup/orphan_job_artifact_files_spec.rb. It took 2.62 seconds. Expected to take 6.14 seconds. 367122:26:00# [RSpecRunTime] RSpec elapsed time: 20 minutes 18.38 seconds. Current RSS: ~1461M. Threads: 4. load average: 1.15 1.19 1.18 1/295 18281 367322:26:00# [RSpecRunTime] Starting example group spec/graphql/resolvers/ci/catalog/resource_resolver_spec.rb. Expected to take 5.93 seconds. 367422:26:00Resolvers::Ci::Catalog::ResourceResolver 367522:26:00 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 367722:26:00 when id argument is provided 367822:26:00 when the user is authorised to view the resource 367922:26:00 when resource is found 368022:26:00 returns a single CI/CD Catalog resource 368122:26:00 when resource is not found 368222:26:00 raises ResourceNotAvailable error 368322:26:00 when user is not authorised to view the resource 368422:26:01 raises ResourceNotAvailable error 368522:26:01 when full_path argument is provided 368622:26:01 when the user is authorised to view the resource 368722:26:01 when resource is found 368822:26:01 returns a single CI/CD Catalog resource 368922:26:01 when resource is not found 369022:26:01 raises ResourceNotAvailable error 369122:26:01 when project is not a catalog resource 369222:26:01 raises ResourceNotAvailable error 369322:26:01 when user is not authorised to view the resource 369422:26:02 raises ResourceNotAvailable error 369522:26:02 when neither id nor full_path argument is provided 369622:26:02 raises ArgumentError 369722:26:02 when both full_path and id arguments are provided 369822:26:02 raises ArgumentError 369922:26:02# [RSpecRunTime] Finishing example group spec/graphql/resolvers/ci/catalog/resource_resolver_spec.rb. It took 2.83 seconds. Expected to take 5.93 seconds. 370022:26:02# [RSpecRunTime] Starting example group spec/services/users/auto_ban_service_spec.rb. Expected to take 5.9 seconds. 370122:26:02Users::AutoBanService 370222:26:03 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 370422:26:03 when successful 370522:26:03 behaves like auto banning a user 370622:26:03 bans the user 370722:26:03 creates a BannedUser 370822:26:03 recording a custom attribute 370922:26:03 records a custom attribute 371122:26:03 when user is blocked 371222:26:03 raises an error and does not ban the user 371422:26:03 when successful 371522:26:03 returns success status 371622:26:03 behaves like auto banning a user 371722:26:04 bans the user 371822:26:04 creates a BannedUser 371922:26:04 recording a custom attribute 372022:26:04 records a custom attribute 372222:26:04 when user is blocked 372322:26:04 returns state error message 372422:26:04 does not modify the BannedUser record or user state 372522:26:04# [RSpecRunTime] Finishing example group spec/services/users/auto_ban_service_spec.rb. It took 1.97 seconds. Expected to take 5.9 seconds. 372622:26:04# [RSpecRunTime] Starting example group spec/finders/data_transfer/project_data_transfer_finder_spec.rb. Expected to take 5.8 seconds. 372722:26:04DataTransfer::ProjectDataTransferFinder 372822:26:05 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 373022:26:05 returns the correct number of egress 373122:26:06 returns the correct values 373222:26:06 when there are no results for specified dates 373322:26:06 returns nothing 373422:26:06# [RSpecRunTime] RSpec elapsed time: 20 minutes 24.47 seconds. Current RSS: ~1455M. Threads: 4. load average: 1.14 1.18 1.18 1/294 18282 373622:26:06 when there are no results for specified project 373722:26:07 returns nothing 373822:26:07 when dates are not provided 373922:26:07 return all values for a project 374022:26:07 when user does not have permissions 374122:26:07 returns nothing 374222:26:07# [RSpecRunTime] Finishing example group spec/finders/data_transfer/project_data_transfer_finder_spec.rb. It took 2.6 seconds. Expected to take 5.8 seconds. 374322:26:07# [RSpecRunTime] Starting example group spec/workers/gitlab/bitbucket_server_import/import_pull_request_notes_worker_spec.rb. Expected to take 5.65 seconds. 374422:26:07Gitlab::BitbucketServerImport::ImportPullRequestNotesWorker 374522:26:07 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 374622:26:07 behaves like Gitlab::BitbucketServerImport::ObjectImporter 374722:26:07 .sidekiq_retries_exhausted 374822:26:07 notifies the waiter 375022:26:08 when project does not exist 375122:26:08 behaves like notifies the waiter 375222:26:08 is expected to receive notify("key", anything, {:ttl=>604800}) 1 time 375322:26:08 when project has import started 375422:26:08 calls the importer 375522:26:08 behaves like notifies the waiter 375622:26:08 is expected to receive notify("key", anything, {:ttl=>604800}) 1 time 375722:26:08 when project import has been cancelled 375822:26:09 does not call the importer 375922:26:09 behaves like notifies the waiter 376022:26:09 is expected to receive notify("key", anything, {:ttl=>604800}) 1 time 376122:26:09 when project import has failed 376222:26:09 does not call the importer 376322:26:09 behaves like notifies the waiter 376422:26:09 is expected to receive notify("key", anything, {:ttl=>604800}) 1 time 376522:26:09# [RSpecRunTime] Finishing example group spec/workers/gitlab/bitbucket_server_import/import_pull_request_notes_worker_spec.rb. It took 2.47 seconds. Expected to take 5.65 seconds. 376622:26:09# [RSpecRunTime] Starting example group spec/lib/gitlab/verify/ci_secure_files_spec.rb. Expected to take 5.57 seconds. 376722:26:09Gitlab::Verify::CiSecureFiles 376822:26:10 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 376922:26:10 #run_batches 377022:26:10 passes secure_files with the correct file 377122:26:10 fails secure_files with a missing file 377222:26:10 fails secure_files with a mismatched checksum 377322:26:10 with remote files 377422:26:10 returned hash object 377522:26:11 passes secure_files in object storage that exist 377622:26:11 fails secure_files in object storage that do not exist 377722:26:11# [RSpecRunTime] RSpec elapsed time: 20 minutes 29.56 seconds. Current RSS: ~1457M. Threads: 4. load average: 1.13 1.18 1.18 1/294 18309 377922:26:11 behaves like Gitlab::Verify::BatchVerifier subclass 378122:26:12 iterates through objects in batches 378222:26:12 allows the starting ID to be specified 378322:26:12 allows the finishing ID to be specified 378422:26:12# [RSpecRunTime] RSpec elapsed time: 20 minutes 30.98 seconds. Current RSS: ~1455M. Threads: 4. load average: 1.12 1.18 1.17 1/294 18310 378622:26:12# [RSpecRunTime] Finishing example group spec/lib/gitlab/verify/ci_secure_files_spec.rb. It took 2.86 seconds. Expected to take 5.57 seconds. 378722:26:12# [RSpecRunTime] Starting example group spec/services/authorized_project_update/project_recalculate_service_spec.rb. Expected to take 5.5 seconds. 378822:26:12AuthorizedProjectUpdate::ProjectRecalculateService#execute 378922:26:13 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 379022:26:13 returns success 379122:26:13 when there are no changes to be made 379222:26:13 does not change authorizations 379322:26:13 when there are changes to be made 379422:26:13 when addition is required 379522:26:13 adds a new authorization record 379622:26:14 adds a new authorization record with the correct access level 379722:26:14 when removal is required 379822:26:14 removes the authorization record 379922:26:14 when an update in access level is required 380022:26:14 updates the authorization of the user to the correct access level 380122:26:15# [RSpecRunTime] Finishing example group spec/services/authorized_project_update/project_recalculate_service_spec.rb. It took 2.22 seconds. Expected to take 5.5 seconds. 380222:26:15# [RSpecRunTime] Starting example group spec/lib/gitlab/identifier_spec.rb. Expected to take 5.38 seconds. 380322:26:15Gitlab::Identifier 380422:26:15 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 380622:26:15 without an identifier 380822:26:15 with a user identifier 380922:26:15 identifies the user using a user ID 381022:26:15 with an SSH key identifier 381122:26:15 identifies the user using an SSH key ID 381222:26:15 #identify_using_user 381322:26:15 returns the User for an existing ID in the identifier 381422:26:15 returns nil for a non existing user ID 381522:26:16 caches the found users per ID 381622:26:16 #identify_using_ssh_key 381722:26:16 returns the User for an existing SSH key 381822:26:16 returns nil for an invalid SSH key 381922:26:16 caches the found users per key 382022:26:16 when key id is for a deploy key 382222:26:16# [RSpecRunTime] Finishing example group spec/lib/gitlab/identifier_spec.rb. It took 1.89 seconds. Expected to take 5.38 seconds. 382322:26:16# [RSpecRunTime] Starting example group spec/graphql/resolvers/design_management/version/designs_at_version_resolver_spec.rb. Expected to take 5.36 seconds. 382422:26:16Resolvers::DesignManagement::Version::DesignsAtVersionResolver 382522:26:17 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 382722:26:17 returns the single context resolver 382922:26:17 when the user cannot see designs 383022:26:18 returns nothing 383122:26:18 for the current version 383222:26:18 returns all designs visible at that version 383322:26:18 for a previous version with more objects 383422:26:18 returns objects that were later deleted 383522:26:18 for a previous version with fewer objects 383622:26:18 does not return objects that were later created 383922:26:19 resolves to just the relevant design 384122:26:19 resolves to just the relevant design, ignoring objects on other issues 384222:26:19# [RSpecRunTime] Finishing example group spec/graphql/resolvers/design_management/version/designs_at_version_resolver_spec.rb. It took 2.95 seconds. Expected to take 5.36 seconds. 384322:26:19# [RSpecRunTime] Starting example group spec/helpers/numbers_helper_spec.rb. Expected to take 5.18 seconds. 384422:26:19NumbersHelper 384522:26:20 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 384622:26:20 #limited_counter_with_delimiter 384722:26:20 count: 0, options: {}, expected_result: "0" 384822:26:20 is expected to eq "0" 384922:26:20 count: 0, options: {:include_zero=>true}, expected_result: "0" 385022:26:20 is expected to eq "0" 385122:26:20 count: 0, options: {:include_zero=>false}, expected_result: nil 385222:26:20 is expected to eq nil 385322:26:20 count: 9, options: {:limit=>10}, expected_result: "9" 385422:26:20 is expected to eq "9" 385522:26:20 count: 10, options: {:limit=>10}, expected_result: "10" 385622:26:20 is expected to eq "10" 385722:26:20 count: 11, options: {:limit=>10}, expected_result: "10+" 385822:26:20 is expected to eq "10+" 385922:26:20 count: 12, options: {:limit=>10}, expected_result: "10+" 386022:26:20 is expected to eq "10+" 386122:26:20 count: 999, options: {}, expected_result: "999" 386222:26:20 is expected to eq "999" 386322:26:20 count: 1000, options: {}, expected_result: "1,000" 386422:26:21 is expected to eq "1,000" 386522:26:21 count: 1001, options: {}, expected_result: "1,000+" 386622:26:21 is expected to eq "1,000+" 386722:26:21 count: 1002, options: {}, expected_result: "1,000+" 386822:26:21 is expected to eq "1,000+" 386922:26:21# [RSpecRunTime] Finishing example group spec/helpers/numbers_helper_spec.rb. It took 1.48 seconds. Expected to take 5.18 seconds. 387022:26:21# [RSpecRunTime] Starting example group spec/support_specs/database/prevent_cross_joins_spec.rb. Expected to take 5.15 seconds. 387122:26:21Database::PreventCrossJoins 387222:26:21 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 387322:26:21 when running in a default scope 387422:26:21 when only non-CI tables are used 387522:26:21 does not raise exception 387622:26:21 when only CI tables are used 387722:26:21 does not raise exception 387822:26:21 when CI and non-CI tables are used 387922:26:21 raises exception 388022:26:21 when annotation is used 388122:26:22 does not raise exception 388222:26:22 when allow_cross_joins_across_databases is used 388322:26:22 does not raise exception 388422:26:22 when allow_cross_joins_across_databases is used 388522:26:22 does not raise exception 388622:26:22 when there is a parser error 388722:26:22 does not raise parse PGQuery::ParseError 388822:26:22 when an ALTER INDEX query is used 388922:26:22 does not raise exception 389022:26:22# [RSpecRunTime] Finishing example group spec/support_specs/database/prevent_cross_joins_spec.rb. It took 1.24 seconds. Expected to take 5.15 seconds. 389122:26:22# [RSpecRunTime] Starting example group spec/models/concerns/clusters/agents/authorizations/user_access/scopes_spec.rb. Expected to take 5.02 seconds. 389222:26:22Clusters::Agents::Authorizations::UserAccess::Scopes 389322:26:22 does not allow STI 389422:26:22 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 389622:26:24 is expected to contain exactly #<Clusters::Agents::Authorizations::UserAccess::ProjectAuthorization id: 1, project_id: 1052, agent_id: 11, config: {}> 389722:26:24# [RSpecRunTime] RSpec elapsed time: 20 minutes 42.62 seconds. Current RSS: ~1451M. Threads: 4. load average: 1.26 1.20 1.18 1/294 18311 390022:26:25 preloads the associated entities 390122:26:25# [RSpecRunTime] Finishing example group spec/models/concerns/clusters/agents/authorizations/user_access/scopes_spec.rb. It took 2.74 seconds. Expected to take 5.02 seconds. 390222:26:25# [RSpecRunTime] Starting example group spec/lib/gitlab/auth/saml/auth_hash_spec.rb. Expected to take 5.0 seconds. 390322:26:25Gitlab::Auth::Saml::AuthHash 390422:26:25 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 390622:26:25 returns array of groups 390722:26:25 raw info hash attributes empty 390822:26:25 returns an empty array 390922:26:25 #azure_group_overage_claim? 391022:26:25 when the claim is not present 391222:26:25 when the claim is present 391422:26:25 #authn_context 391522:26:25 with response_object 391622:26:26 can extract authn_context 391722:26:26 with SAML 2.0 response_object 391822:26:26 can extract authn_context 391922:26:26 with ADFS SAML response_object 392022:26:26 can extract authn_context 392122:26:26 without response_object 392222:26:26 returns an empty string 392322:26:26# [RSpecRunTime] Finishing example group spec/lib/gitlab/auth/saml/auth_hash_spec.rb. It took 1.23 seconds. Expected to take 5.0 seconds. 392422:26:26# [RSpecRunTime] Starting example group spec/graphql/mutations/customer_relations/organizations/update_spec.rb. Expected to take 4.84 seconds. 392522:26:26Mutations::CustomerRelations::Organizations::Update 392622:26:26 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 392722:26:26 is expected to require graphql authorizations :admin_crm_organization 392922:26:26 when the user does not have permission to update an crm_organization 393022:26:27 raises an error 393122:26:27 when the crm_organization does not exist 393222:26:27 raises an error 393322:26:27 when the user has permission to update an crm_organization 393422:26:27 updates the crm_organization with correct values 393522:26:27 when the feature is disabled 393622:26:27 raises an error 393722:26:28# [RSpecRunTime] Finishing example group spec/graphql/mutations/customer_relations/organizations/update_spec.rb. It took 1.49 seconds. Expected to take 4.84 seconds. 393822:26:28# [RSpecRunTime] Starting example group spec/graphql/resolvers/kas/agent_connections_resolver_spec.rb. Expected to take 4.81 seconds. 393922:26:28Resolvers::Kas::AgentConnectionsResolver 394022:26:28 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 394122:26:28 is expected to eq Types::Kas::AgentConnectionType 394222:26:28 is expected to be truthy 394422:26:29 returns active connections for the agent 394522:26:29 queries KAS once when multiple agents are requested 394622:26:29 an error is returned from the KAS client 394722:26:29 raises a graphql error 394822:26:29# [RSpecRunTime] RSpec elapsed time: 20 minutes 48.05 seconds. Current RSS: ~1447M. Threads: 4. load average: 1.24 1.20 1.18 1/294 18312 395022:26:29 user does not have permission 395122:26:29 is expected to be empty 395222:26:30# [RSpecRunTime] Finishing example group spec/graphql/resolvers/kas/agent_connections_resolver_spec.rb. It took 2.02 seconds. Expected to take 4.81 seconds. 395322:26:30# [RSpecRunTime] Starting example group spec/models/merge_request_reviewer_spec.rb. Expected to take 4.68 seconds. 395422:26:30MergeRequestReviewer 395522:26:30 does not allow STI 395622:26:30 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 395722:26:30 behaves like having unique enum values 395822:26:30 has unique values in "state" 395922:26:30 associations 396022:26:32 is expected to belong to merge_request class_name => MergeRequest required: false 396122:26:33 is expected to belong to reviewer class_name => User required: false inverse_of => merge_request_reviewers 396222:26:33# [RSpecRunTime] RSpec elapsed time: 20 minutes 52.08 seconds. Current RSS: ~1455M. Threads: 4. load average: 1.30 1.21 1.19 1/300 18579 396422:26:33# [RSpecRunTime] Finishing example group spec/models/merge_request_reviewer_spec.rb. It took 3.84 seconds. Expected to take 4.68 seconds. 396522:26:33# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 48.25 seconds. 396622:26:33Lint factories for MergeRequestReviewer 396722:26:34 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 396822:26:34 with saas, license, and factory defaults 396922:26:34 behaves like factory 397022:26:34 merge_request_reviewer factory 397122:26:35 does not raise error when built 397222:26:35 does not raise error when created 397322:26:35# [RSpecRunTime] RSpec elapsed time: 20 minutes 54.17 seconds. Current RSS: ~1454M. Threads: 4. load average: 1.30 1.21 1.19 1/300 18712 397522:26:36# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 2.09 seconds. Expected to take 48.25 seconds. 397622:26:36# [RSpecRunTime] Starting example group spec/graphql/resolvers/incident_management/timeline_events_resolver_spec.rb. Expected to take 4.64 seconds. 397722:26:36Resolvers::IncidentManagement::TimelineEventsResolver 397822:26:37 is expected to have nullable GraphQL type TimelineEventTypeConnection 397922:26:37 returns timeline events 398022:26:37 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 398122:26:37 when user does not have permissions 398222:26:38 returns no timeline events 398322:26:38# [RSpecRunTime] RSpec elapsed time: 20 minutes 56.49 seconds. Current RSS: ~1441M. Threads: 4. load average: 1.28 1.21 1.19 1/300 18713 398522:26:38 when resolving a single item 398622:26:38 when id given 398722:26:38 returns the timeline event 398822:26:38# [RSpecRunTime] Finishing example group spec/graphql/resolvers/incident_management/timeline_events_resolver_spec.rb. It took 2.5 seconds. Expected to take 4.64 seconds. 398922:26:38# [RSpecRunTime] Starting example group spec/models/user_mentions/merge_request_user_mention_spec.rb. Expected to take 4.54 seconds. 399022:26:38MergeRequestUserMention 399122:26:38 does not allow STI 399222:26:38 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 399322:26:38 associations 399422:26:39 is expected to belong to merge_request required: false 399522:26:39 is expected to belong to note required: false 399622:26:40# [RSpecRunTime] RSpec elapsed time: 20 minutes 58.33 seconds. Current RSS: ~1441M. Threads: 4. load average: 1.28 1.21 1.19 1/299 18714 399822:26:40 behaves like has user mentions 399922:26:40 #has_mentions? 400022:26:40 when no mentions 400122:26:40 returns false 400222:26:40 when mentioned_users_ids not null 400322:26:40 returns true 400422:26:40 when mentioned projects 400522:26:40 returns true 400622:26:40 when mentioned groups 400722:26:40 returns true 400822:26:40# [RSpecRunTime] Finishing example group spec/models/user_mentions/merge_request_user_mention_spec.rb. It took 2.37 seconds. Expected to take 4.54 seconds. 400922:26:40# [RSpecRunTime] Starting example group spec/models/integrations/chat_message/wiki_page_message_spec.rb. Expected to take 4.5 seconds. 401022:26:40Integrations::ChatMessage::WikiPageMessage 401122:26:41 does not allow STI 401222:26:41 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 401322:26:41 behaves like Integrations::ChatMessage 401422:26:41 when input contains link markup 401522:26:41 strips all link markup characters 401622:26:41 without markdown 401822:26:41 when :action == "create" 401922:26:41 returns a message that a new wiki page was created 402022:26:41 when :action == "update" 402122:26:41 returns a message that a wiki page was updated 402222:26:41 #attachments 402322:26:41 when :action == "create" 402422:26:41 returns the commit message for a new wiki page 402522:26:41 when :action == "update" 402622:26:41 returns the commit message for an updated wiki page 402722:26:41 with markdown 402922:26:41 when :action == "create" 403022:26:41 returns a message that a new wiki page was created 403122:26:41 when :action == "update" 403222:26:41 returns a message that a wiki page was updated 403322:26:41 #attachments 403422:26:41 when :action == "create" 403522:26:42 returns the commit message for a new wiki page 403622:26:42 when :action == "update" 403722:26:42 returns the commit message for an updated wiki page 403922:26:42 when :action == "create" 404022:26:42 returns the attachment for a new wiki page 404122:26:42 when :action == "update" 404222:26:42 returns the attachment for an updated wiki page 404322:26:42# [RSpecRunTime] Finishing example group spec/models/integrations/chat_message/wiki_page_message_spec.rb. It took 1.58 seconds. Expected to take 4.5 seconds. 404422:26:42# [RSpecRunTime] Starting example group spec/graphql/types/current_user_todos_type_spec.rb. Expected to take 4.4 seconds. 404522:26:42Types::CurrentUserTodos 404622:26:42 is expected to eq "CurrentUserTodos" 404722:26:42 is expected to have graphql fields :current_user_todos 404822:26:42 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 404922:26:42 .current_user_todos 405022:26:45 batches todo lookups, linear in the number of target types/state arguments 405122:26:45 returns correct data 405222:26:45 returns correct data, when state arguments are supplied 405322:26:45# [RSpecRunTime] RSpec elapsed time: 21 minutes 3.97 seconds. Current RSS: ~1471M. Threads: 4. load average: 1.25 1.21 1.18 1/300 18849 405522:26:45# [RSpecRunTime] Finishing example group spec/graphql/types/current_user_todos_type_spec.rb. It took 3.36 seconds. Expected to take 4.4 seconds. 405622:26:45# [RSpecRunTime] Starting example group spec/lib/gitlab/uuid_spec.rb. Expected to take 4.36 seconds. 405822:26:45 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 406022:26:45 in development 406122:26:46 is expected to eq "5b593e54-90f5-504b-8805-5394a4d14b94" 406322:26:46 is expected to eq "5b593e54-90f5-504b-8805-5394a4d14b94" 406522:26:46 is expected to eq "dd190b37-7754-5c7c-80a0-85621a5823ad" 406622:26:46 in production 406722:26:46 is expected to eq "4961388b-9d8e-5da0-a499-3ef5da58daf0" 406922:26:46 test_string: "not even a uuid", is_uuid_v5: false 407022:26:46 is expected to equal false 407122:26:46 test_string: "this-seems-like-a-uuid", is_uuid_v5: false 407222:26:46 is expected to equal false 407322:26:46 test_string: "thislook-more-5lik-eava-liduuidbutno", is_uuid_v5: false 407422:26:46 is expected to equal false 407522:26:46 test_string: "9f470438-db0f-37b7-9ca9-1d47104c339a", is_uuid_v5: false 407622:26:46 is expected to equal false 407722:26:46 test_string: "9f470438-db0f-47b7-9ca9-1d47104c339a", is_uuid_v5: false 407822:26:47 is expected to equal false 407922:26:47 test_string: "9f470438-db0f-57b7-9ca9-1d47104c339a", is_uuid_v5: true 408022:26:47 is expected to equal true 408122:26:47# [RSpecRunTime] Finishing example group spec/lib/gitlab/uuid_spec.rb. It took 1.43 seconds. Expected to take 4.36 seconds. 408222:26:47# [RSpecRunTime] Starting example group spec/lib/gitlab/database/async_indexes_spec.rb. Expected to take 4.23 seconds. 408322:26:47Gitlab::Database::AsyncIndexes 408422:26:47 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 408522:26:47 .create_pending_indexes! 408622:26:47 takes 2 pending indexes and creates those 408722:26:47 .drop_pending_indexes! 408822:26:47 takes 2 pending indexes and destroys those 408922:26:47 .execute_pending_actions! 409022:26:47 with one entry 409122:26:47 executes instructions ordered by attempts and ids 409222:26:47 with two entries 409322:26:48 executes instructions ordered by attempts 409422:26:48 when the budget allows more instructions 409522:26:48 retries failed attempts 409622:26:48# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/async_indexes_spec.rb. It took 1.23 seconds. Expected to take 4.23 seconds. 409722:26:48# [RSpecRunTime] Starting example group spec/lib/version_check_spec.rb. Expected to take 4.19 seconds. 409922:26:48 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 410122:26:48 returns the correct URL 410222:26:48 reactive cache properties 410322:26:48 .reactive_cache_refresh_interval 410422:26:48 returns 12.hours 410522:26:48 .reactive_cache_lifetime 410622:26:48 returns 7.days 410722:26:48 #calculate_reactive_cache 410822:26:48 response code is 200 with valid body 410922:26:49 returns the response object 411022:26:49 response code is 200 with invalid body 411122:26:49 returns an error hash 411222:26:49 response code is not 200 411322:26:49 returns an error hash 411522:26:49 with old string value in cache 411722:26:49 with non-hash value in cache 411822:26:49 returns nil and invalidates the reactive cache 411922:26:49 cache returns value 412022:26:49 returns the response object 412122:26:49 cache returns error 412222:26:49 returns nil and invalidates the reactive cache 412322:26:49# [RSpecRunTime] Finishing example group spec/lib/version_check_spec.rb. It took 1.37 seconds. Expected to take 4.19 seconds. 412422:26:49# [RSpecRunTime] Starting example group spec/lib/gitlab/submodule_links_spec.rb. Expected to take 4.09 seconds. 412522:26:49Gitlab::SubmoduleLinks 412622:26:49 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 412822:26:49 when there is no .gitmodules file 412922:26:50 returns no links 413022:26:50 when the submodule is unknown 413122:26:50 returns no links 413222:26:50 when the submodule is known 413322:26:50 returns links and caches the by ref 413422:26:50 when ref name contains a dash 413522:26:50 returns links 413622:26:50 and the diff information is available 413722:26:50 the returned links include the compare link 413822:26:50 but the submodule url has changed 413922:26:50 the returned links do not include the compare link 414022:26:50# [RSpecRunTime] Finishing example group spec/lib/gitlab/submodule_links_spec.rb. It took 0.92 second. Expected to take 4.09 seconds. 414122:26:50# [RSpecRunTime] Starting example group spec/services/merge_requests/mergeability/check_conflict_status_service_spec.rb. Expected to take 4.06 seconds. 414222:26:50MergeRequests::Mergeability::CheckConflictStatusService 414322:26:50 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 414522:26:50 when MergeRequest#can_be_merged is true 414622:26:51 returns a check result with status success 414722:26:51 when MergeRequest#can_be_merged is false 414822:26:51 returns a check result with status failed 415022:26:51 returns false 415222:26:51 skip_conflict_check: nil, expected: false 415322:26:51 is expected to equal false 415422:26:51 skip_conflict_check: false, expected: false 415522:26:51 is expected to equal false 415622:26:51 skip_conflict_check: true, expected: true 415722:26:51 is expected to equal true 415822:26:51 behaves like mergeability check service 415922:26:51 sets the identifier 416022:26:51 sets the description 416122:26:51# [RSpecRunTime] Finishing example group spec/services/merge_requests/mergeability/check_conflict_status_service_spec.rb. It took 1.22 seconds. Expected to take 4.06 seconds. 416222:26:51# [RSpecRunTime] Starting example group spec/models/projects/ci_feature_usage_spec.rb. Expected to take 3.94 seconds. 416322:26:51Projects::CiFeatureUsage 416422:26:52 does not allow STI 416522:26:52 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 416622:26:52 associations 416722:26:52 is expected to belong to project required: false 416822:26:52 behaves like having unique enum values 416922:26:52 has unique values in "feature" 417122:26:52 is expected to validate that :project cannot be empty/falsy 417222:26:52 is expected to validate that :feature cannot be empty/falsy 417322:26:52 .insert_usage 417422:26:52 when data is not a duplicate 417522:26:53 creates a new record 417622:26:53 when data is a duplicate 417722:26:53 does not create a new record 417822:26:53# [RSpecRunTime] Finishing example group spec/models/projects/ci_feature_usage_spec.rb. It took 1.32 seconds. Expected to take 3.94 seconds. 417922:26:53# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 48.25 seconds. 418022:26:53Lint factories for Projects::CiFeatureUsage 418122:26:53 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 418222:26:53 with saas, license, and factory defaults 418322:26:54 behaves like factory 418422:26:54 project_ci_feature_usage factory 418522:26:54 does not raise error when built 418622:26:54 does not raise error when created 418722:26:54# [RSpecRunTime] RSpec elapsed time: 21 minutes 12.81 seconds. Current RSS: ~1470M. Threads: 4. load average: 1.29 1.22 1.19 1/299 18876 418922:26:54# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.39 seconds. Expected to take 48.25 seconds. 419022:26:54# [RSpecRunTime] Starting example group spec/finders/ci/group_variables_finder_spec.rb. Expected to take 3.92 seconds. 419122:26:54Ci::GroupVariablesFinder 419222:26:55 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 419322:26:55 when project does not have a group 419422:26:55 returns an empty array 419522:26:55# [RSpecRunTime] RSpec elapsed time: 21 minutes 14.16 seconds. Current RSS: ~1470M. Threads: 4. load average: 1.29 1.22 1.19 1/294 18877 419722:26:55 when project belongs to a group 419822:26:56 returns variable from parent group and ancestors 419922:26:56 sorting behaviour 420022:26:56 with sort by created_at descending 420122:26:56 returns variables ordered by created_at in descending order 420222:26:56 with sort by created_at ascending 420322:26:56 returns variables ordered by created_at in ascending order 420422:26:56 with sort by key descending 420522:26:56 returns variables ordered by key in descending order 420622:26:56 with sort by key ascending 420722:26:56 returns variables ordered by key in ascending order 420822:26:56# [RSpecRunTime] Finishing example group spec/finders/ci/group_variables_finder_spec.rb. It took 1.92 seconds. Expected to take 3.92 seconds. 420922:26:56# [RSpecRunTime] Starting example group spec/lib/gitlab/database/partitioning/replace_table_spec.rb. Expected to take 3.8 seconds. 421022:26:56Gitlab::Database::Partitioning::ReplaceTable#perform 421122:26:56 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 421222:26:56 replaces the current table, archiving the old 421322:26:57 transfers the primary key sequence to the replacement table 421422:26:57 renames the primary key constraints to match the new table names 421522:26:57 when the table has partitions 421622:26:57 renames the partitions to match the new table name 421722:26:57 renames the primary key constraints to match the new partition names 421822:26:57# [RSpecRunTime] RSpec elapsed time: 21 minutes 16.24 seconds. Current RSS: ~1462M. Threads: 4. load average: 1.27 1.21 1.19 1/294 18878 422022:26:58# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/partitioning/replace_table_spec.rb. It took 1.47 seconds. Expected to take 3.8 seconds. 422122:26:58# [RSpecRunTime] Starting example group spec/workers/propagate_integration_inherit_worker_spec.rb. Expected to take 3.79 seconds. 422222:26:58PropagateIntegrationInheritWorker 422322:26:58 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 422522:26:59 behaves like an idempotent worker 422622:26:59 is labeled as idempotent 422722:27:00 performs multiple times sequentially without raising an exception 422822:27:00 calls to Integrations::Propagation::BulkUpdateService 422922:27:00# [RSpecRunTime] RSpec elapsed time: 21 minutes 18.5 seconds. Current RSS: ~1471M. Threads: 4. load average: 1.27 1.21 1.19 1/294 18879 423122:27:00 with an invalid integration id 423222:27:00 returns without failure 423322:27:00# [RSpecRunTime] Finishing example group spec/workers/propagate_integration_inherit_worker_spec.rb. It took 2.38 seconds. Expected to take 3.79 seconds. 423422:27:00# [RSpecRunTime] Starting example group spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb. Expected to take 3.69 seconds. 423522:27:00Gitlab::Graphql::Authorize::AuthorizeResource 423622:27:00 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 423722:27:00 #authorized_resource? 423822:27:00 delegates to authorization 423922:27:00 when the user is not allowed to perform the action 424022:27:00 #authorized_find! 424122:27:00 raises an error 424322:27:00 raises an error 424422:27:00 #find_object 424522:27:01 calls GitlabSchema.find_by_gid 424722:27:01 adds permissions from subclasses to those of superclasses when used on classes 424822:27:01 authorizes_object? 424922:27:01 is false by default 425022:27:01 is true after calling authorizes_object! 425122:27:01 is true if a parent authorizes_object 425222:27:01 when the user is allowed to perform the action 425322:27:01 #authorized_find! 425422:27:01 returns the object 425622:27:01 does not raise an error 425722:27:01# [RSpecRunTime] Finishing example group spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb. It took 1.48 seconds. Expected to take 3.69 seconds. 425822:27:01# [RSpecRunTime] Starting example group spec/lib/sidebars/admin/menus/messages_menu_spec.rb. Expected to take 3.65 seconds. 425922:27:01Sidebars::Admin::Menus::MessagesMenu 426022:27:02 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 426122:27:02 behaves like Admin menu without sub menus 426222:27:02 does not contain any sub menu(s) 426322:27:02 defines correct active route 426422:27:02 behaves like Admin menu 426522:27:02 renders the correct link 426622:27:02 renders the correct title 426722:27:02 renders the correct icon 426822:27:02 renders the separator if needed 427022:27:02 when user is admin 427222:27:03 when user is not admin 427322:27:03 does not render 427422:27:03 when user is not logged in 427522:27:03 does not render 427622:27:03# [RSpecRunTime] Finishing example group spec/lib/sidebars/admin/menus/messages_menu_spec.rb. It took 1.45 seconds. Expected to take 3.65 seconds. 427722:27:03# [RSpecRunTime] Starting example group spec/lib/gitlab/gitaly_client/cleanup_service_spec.rb. Expected to take 3.61 seconds. 427822:27:03Gitlab::GitalyClient::CleanupService 427922:27:03 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 428022:27:03 #apply_bfg_object_map_stream 428122:27:04 sends an apply_bfg_object_map_stream message 428222:27:04 #rewrite_history 428322:27:04 sends a rewrite_history message 428422:27:04 with a generic BadStatus error 428522:27:05 raises the BadStatus error 428622:27:05# [RSpecRunTime] RSpec elapsed time: 21 minutes 23.46 seconds. Current RSS: ~1468M. Threads: 4. load average: 1.41 1.24 1.20 1/294 18880 428822:27:05 with an empty request 428922:27:05 raises an InvalidArgument error 429022:27:05# [RSpecRunTime] Finishing example group spec/lib/gitlab/gitaly_client/cleanup_service_spec.rb. It took 2.46 seconds. Expected to take 3.61 seconds. 429122:27:05# [RSpecRunTime] Starting example group spec/graphql/mutations/customer_relations/organizations/create_spec.rb. Expected to take 3.51 seconds. 429222:27:05Mutations::CustomerRelations::Organizations::Create 429322:27:06 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 429422:27:06 is expected to require graphql authorizations :admin_crm_organization 429522:27:06 create organizations mutation 429722:27:06 when the user does not have permission 429822:27:06 raises an error 429922:27:06 when the user has permission 430022:27:06 when the params are invalid 430122:27:06 returns the validation error 430222:27:06 when the user has permission to create an organization 430322:27:06 creates organization with correct values 430422:27:07# [RSpecRunTime] Finishing example group spec/graphql/mutations/customer_relations/organizations/create_spec.rb. It took 1.23 seconds. Expected to take 3.51 seconds. 430522:27:07# [RSpecRunTime] Starting example group spec/services/packages/mark_package_for_destruction_service_spec.rb. Expected to take 3.49 seconds. 430622:27:07Packages::MarkPackageForDestructionService 430722:27:07 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 430922:27:07 when the user is authorized 431022:27:07 when it is successful 431122:27:07 marks the package and package files as pending destruction 431222:27:08 returns a success ServiceResponse 431322:27:08# [RSpecRunTime] RSpec elapsed time: 21 minutes 26.6 seconds. Current RSS: ~1470M. Threads: 4. load average: 1.46 1.26 1.20 1/294 18881 431522:27:08 when it is not successful 431622:27:08 returns an error ServiceResponse 431722:27:08 when the user is not authorized 431822:27:08 returns an error ServiceResponse 431922:27:08# [RSpecRunTime] Finishing example group spec/services/packages/mark_package_for_destruction_service_spec.rb. It took 1.83 seconds. Expected to take 3.49 seconds. 432022:27:08# [RSpecRunTime] Starting example group spec/lib/container_registry/registry_spec.rb. Expected to take 3.37 seconds. 432122:27:08ContainerRegistry::Registry 432222:27:09 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 432322:27:09 is expected to respond to #client 432422:27:09 is expected to respond to #uri 432522:27:09 is expected to respond to #path 432622:27:09 is expected not to be nil 432822:27:09 path from URL 432922:27:09 is expected to eq "example.com" 433122:27:09 is expected to eq "registry.example.com" 433222:27:09 #gitlab_api_client 433322:27:09 returns a GitLabApiClient 433422:27:10# [RSpecRunTime] Finishing example group spec/lib/container_registry/registry_spec.rb. It took 1.08 seconds. Expected to take 3.37 seconds. 433522:27:10# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/reports/test_report_summary_spec.rb. Expected to take 3.35 seconds. 433622:27:10Gitlab::Ci::Reports::TestReportSummary 433722:27:10 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 433922:27:10 when test report summary has several build report results 434022:27:11 returns all the total count in a hash 434122:27:11# [RSpecRunTime] RSpec elapsed time: 21 minutes 29.34 seconds. Current RSS: ~1473M. Threads: 4. load average: 1.46 1.26 1.20 1/294 18882 434322:27:11 #test_suites 434422:27:11 when test report summary has several build report results 434522:27:11 returns test suites grouped by name 434622:27:12# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/reports/test_report_summary_spec.rb. It took 2.02 seconds. Expected to take 3.35 seconds. 434722:27:12# [RSpecRunTime] Starting example group spec/lib/gitlab/bitbucket_server_import/importers/lfs_objects_importer_spec.rb. Expected to take 3.26 seconds. 434822:27:12Gitlab::BitbucketServerImport::Importers::LfsObjectsImporter 434922:27:12 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 435122:27:12 when lfs is enabled 435222:27:12 imports each lfs object in parallel 435322:27:12 logs its progress 435422:27:12 when LFS list download fails 435522:27:12 rescues and logs the exception 435622:27:12 when LFS is not enabled 435722:27:12 logs progress but does nothing 435822:27:13# [RSpecRunTime] Finishing example group spec/lib/gitlab/bitbucket_server_import/importers/lfs_objects_importer_spec.rb. It took 1.0 second. Expected to take 3.26 seconds. 435922:27:13# [RSpecRunTime] Starting example group spec/models/namespaces/randomized_suffix_path_spec.rb. Expected to take 3.25 seconds. 436022:27:13Namespaces::RandomizedSuffixPath 436122:27:13 does not allow STI 436222:27:13 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 436422:27:13 represents with given path 436622:27:13 returns path without count when count is 0 436722:27:13 returns path suffixed with count when between 0 and 4 436822:27:13 adds a "randomized" suffix when MAX_TRIES is exhausted 436922:27:13 adds an offset to the "randomized" suffix when MAX_TRIES is exhausted 437022:27:13# [RSpecRunTime] Finishing example group spec/models/namespaces/randomized_suffix_path_spec.rb. It took 0.86 second. Expected to take 3.25 seconds. 437122:27:13# [RSpecRunTime] Starting example group spec/lib/gitlab/import_export/hash_util_spec.rb. Expected to take 3.15 seconds. 437222:27:13Gitlab::ImportExport::HashUtil 437322:27:14 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 437422:27:14 .deep_symbolize_array! 437522:27:14 symbolizes keys 437622:27:14 .deep_symbolize_array_with_date! 437722:27:14 symbolizes keys 437822:27:14 transforms date strings into Time objects 437922:27:14# [RSpecRunTime] Finishing example group spec/lib/gitlab/import_export/hash_util_spec.rb. It took 0.55 second. Expected to take 3.15 seconds. 438022:27:14# [RSpecRunTime] Starting example group spec/graphql/types/container_repository_tag_type_spec.rb. Expected to take 3.14 seconds. 438122:27:14Types::ContainerRepositoryTagType 438222:27:14 is expected to expose permissions using Types::PermissionTypes::ContainerRepositoryTag 438322:27:14 is expected to require graphql authorizations :read_container_image 438422:27:14 is expected to have graphql fields :name, :path, :location, :digest, :revision, :short_revision, :total_size, :created_at, :user_permissions, :referrers, :published_at, and :media_type 438522:27:14 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 438622:27:14 is expected to eq "ContainerRepositoryTag" 438722:27:15 is expected to eq "A tag from a container repository" 438822:27:15# [RSpecRunTime] Finishing example group spec/graphql/types/container_repository_tag_type_spec.rb. It took 0.7 second. Expected to take 3.14 seconds. 438922:27:15# [RSpecRunTime] Starting example group spec/presenters/packages/nuget/packages_versions_presenter_spec.rb. Expected to take 3.04 seconds. 439022:27:15Packages::Nuget::PackagesVersionsPresenter 439122:27:16 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 439322:27:16 is expected to contain exactly "1.0.1", "1.0.2", "1.0.3", "1.0.4", and "1.0.5" 439422:27:17# [RSpecRunTime] RSpec elapsed time: 21 minutes 35.3 seconds. Current RSS: ~1454M. Threads: 4. load average: 1.50 1.27 1.20 1/293 18883 439622:27:17# [RSpecRunTime] Finishing example group spec/presenters/packages/nuget/packages_versions_presenter_spec.rb. It took 2.02 seconds. Expected to take 3.04 seconds. 439722:27:17# [RSpecRunTime] Starting example group spec/workers/group_export_worker_spec.rb. Expected to take 3.0 seconds. 439822:27:17GroupExportWorker 439922:27:17 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 440122:27:17 when it succeeds 440222:27:17 calls the ExportService correctly 440322:27:17 when it fails 440422:27:17 raises an exception when params are invalid 440522:27:17 sidekiq options 440622:27:18 disables retry 440722:27:18 disables dead 440822:27:18# [RSpecRunTime] Finishing example group spec/workers/group_export_worker_spec.rb. It took 1.35 seconds. Expected to take 3.0 seconds. 440922:27:18# [RSpecRunTime] Starting example group spec/models/clusters/agents/authorizations/ci_access/implicit_authorization_spec.rb. Expected to take 2.96 seconds. 441022:27:18Clusters::Agents::Authorizations::CiAccess::ImplicitAuthorization 441122:27:19 does not allow STI 441222:27:19 is expected to eq {} 441322:27:19 is expected to eq #<Clusters::Agent id: 16, created_at: "2024-07-25 22:27:18.971019086 +0000", updated_at: "2024-07-25 ...name: "agent-16", created_by_user_id: 1102, has_vulnerabilities: false, connection_mode: "outgoing"> 441422:27:19 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 441522:27:19 is expected to eq 16 441622:27:19 is expected to eq #<Project id:1086 namespace402/project-1340>> 441722:27:19# [RSpecRunTime] Finishing example group spec/models/clusters/agents/authorizations/ci_access/implicit_authorization_spec.rb. It took 1.04 seconds. Expected to take 2.96 seconds. 441822:27:19# [RSpecRunTime] RSpec elapsed time: 21 minutes 37.88 seconds. Current RSS: ~1449M. Threads: 4. load average: 1.46 1.26 1.20 1/293 18884 442022:27:19# [RSpecRunTime] Starting example group spec/services/incident_management/issuable_escalation_statuses/after_update_service_spec.rb. Expected to take 2.89 seconds. 442122:27:19IncidentManagement::IssuableEscalationStatuses::AfterUpdateService 442222:27:20 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 442322:27:20 with status attributes 442422:27:20 adds a status change system note 442522:27:21 adds a status change timeline event 442622:27:21# [RSpecRunTime] RSpec elapsed time: 21 minutes 39.48 seconds. Current RSS: ~1455M. Threads: 4. load average: 1.46 1.26 1.20 1/293 18885 442822:27:21 with non-status attributes 442922:27:21 does not add a status change system note or timeline event 443022:27:21# [RSpecRunTime] Finishing example group spec/services/incident_management/issuable_escalation_statuses/after_update_service_spec.rb. It took 2.08 seconds. Expected to take 2.89 seconds. 443122:27:21# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/ports_spec.rb. Expected to take 2.83 seconds. 443222:27:21Gitlab::Ci::Config::Entry::Ports 443322:27:21 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 443422:27:21 when configuration is valid 443822:27:22 returns valid array 443922:27:22 when configuration is invalid 444222:27:22 when any of the ports 444322:27:22 have the same name 444622:27:22 have the same port 444922:27:22# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/ports_spec.rb. It took 0.74 second. Expected to take 2.83 seconds. 445022:27:22# [RSpecRunTime] Starting example group spec/services/projects/hashed_storage/migration_service_spec.rb. Expected to take 2.76 seconds. 445122:27:22Projects::HashedStorage::MigrationService 445222:27:22 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 445422:27:22 attachments migration 445522:27:23 does not delegate migration if attachments are already migrated 445622:27:24 migrates legacy attachments to hashed storage 445722:27:24# [RSpecRunTime] RSpec elapsed time: 21 minutes 42.51 seconds. Current RSS: ~1456M. Threads: 4. load average: 1.42 1.26 1.20 1/293 18926 445922:27:24# [RSpecRunTime] Finishing example group spec/services/projects/hashed_storage/migration_service_spec.rb. It took 1.92 seconds. Expected to take 2.76 seconds. 446022:27:24# [RSpecRunTime] Starting example group spec/lib/gitlab/dependency_linker/godeps_json_linker_spec.rb. Expected to take 2.71 seconds. 446122:27:24Gitlab::DependencyLinker::GodepsJsonLinker 446222:27:24 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 446422:27:24 supports Godeps.json 446522:27:24 does not support other files 446722:27:24 links the package name 446822:27:24 links GitHub repos 446922:27:25 links GitLab projects 447022:27:25 links Golang packages 447122:27:25# [RSpecRunTime] Finishing example group spec/lib/gitlab/dependency_linker/godeps_json_linker_spec.rb. It took 0.93 second. Expected to take 2.71 seconds. 447222:27:25# [RSpecRunTime] Starting example group spec/services/ci/pipeline_triggers/create_service_spec.rb. Expected to take 2.69 seconds. 447322:27:25Ci::PipelineTriggers::CreateService 447422:27:25 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 447622:27:25 when user does not have permission 447722:27:26 returns ServiceResponse.error 447822:27:26 when user has permission 447922:27:26 creates a pipeline trigger token 448022:27:26 when create fails 448122:27:27 raises a RuntimeError 448222:27:27# [RSpecRunTime] RSpec elapsed time: 21 minutes 45.73 seconds. Current RSS: ~1451M. Threads: 4. load average: 1.39 1.25 1.20 1/293 18927 448422:27:27 when trigger exists but has errors 448522:27:27 returns ServiceResponse.error 448622:27:27# [RSpecRunTime] Finishing example group spec/services/ci/pipeline_triggers/create_service_spec.rb. It took 2.72 seconds. Expected to take 2.69 seconds. 448722:27:27# [RSpecRunTime] Starting example group spec/lib/gitlab/external_authorization/config_spec.rb. Expected to take 2.59 seconds. 448822:27:27Gitlab::ExternalAuthorization::Config 448922:27:28 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 449022:27:28 allows deploy tokens and keys when external authorization is disabled 449122:27:28 when external authorization is enabled 449222:27:28 disable deploy tokens and keys 449322:27:28 enable deploy tokens and keys when it is explicitly enabled and service url is blank 449422:27:28# [RSpecRunTime] Finishing example group spec/lib/gitlab/external_authorization/config_spec.rb. It took 0.59 second. Expected to take 2.59 seconds. 449522:27:28# [RSpecRunTime] Starting example group spec/rubocop/cop/scalability/cron_worker_context_spec.rb. Expected to take 2.57 seconds. 449622:27:28RuboCop::Cop::Scalability::CronWorkerContext 449722:27:28 does not add an offense when the worker calls `bulk_perform_async_with_contexts` 449822:27:29 does not add offenses for other workers 449922:27:29 does not add an offense when the worker calls `bulk_perform_in_with_contexts` 450022:27:29 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 450122:27:29 does not add an offense when the class defines a context 450222:27:29 does not add an offense when the worker calls `with_context` 450322:27:29 adds an offense when including CronjobQueue 450422:27:29# [RSpecRunTime] Finishing example group spec/rubocop/cop/scalability/cron_worker_context_spec.rb. It took 0.95 second. Expected to take 2.57 seconds. 450522:27:29# [RSpecRunTime] Starting example group spec/services/boards/destroy_service_spec.rb. Expected to take 2.51 seconds. 450622:27:29Boards::DestroyService 450722:27:29 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 450822:27:29 with project board 450922:27:29 behaves like board destroy service 451122:27:29 when there is more than one board 451222:27:30 destroys the board 451322:27:30 when there is only one board 451422:27:30 does remove board 451522:27:30 with group board 451622:27:30 behaves like board destroy service 451822:27:30 when there is more than one board 451922:27:30 destroys the board 452022:27:30 when there is only one board 452122:27:30 does remove board 452222:27:30# [RSpecRunTime] Finishing example group spec/services/boards/destroy_service_spec.rb. It took 1.4 seconds. Expected to take 2.51 seconds. 452322:27:30# [RSpecRunTime] Starting example group spec/finders/groups/accepting_project_transfers_finder_spec.rb. Expected to take 2.46 seconds. 452422:27:30Groups::AcceptingProjectTransfersFinder 452522:27:31 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 452722:27:32 only returns groups where the user has access to transfer projects to 452822:27:32# [RSpecRunTime] RSpec elapsed time: 21 minutes 50.75 seconds. Current RSS: ~1458M. Threads: 4. load average: 1.36 1.25 1.20 1/293 18928 453022:27:32# [RSpecRunTime] Finishing example group spec/finders/groups/accepting_project_transfers_finder_spec.rb. It took 1.65 seconds. Expected to take 2.46 seconds. 453122:27:32# [RSpecRunTime] Starting example group spec/services/projects/batch_open_merge_requests_count_service_spec.rb. Expected to take 2.39 seconds. 453222:27:32Projects::BatchOpenMergeRequestsCountService 453322:27:33 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 453422:27:33 #refresh_cache_and_retrieve_data 453522:27:33 refreshes cache keys correctly when cache is clean 453622:27:33# [RSpecRunTime] RSpec elapsed time: 21 minutes 52.15 seconds. Current RSS: ~1447M. Threads: 4. load average: 1.36 1.25 1.20 1/293 18929 453822:27:33# [RSpecRunTime] Finishing example group spec/services/projects/batch_open_merge_requests_count_service_spec.rb. It took 1.4 seconds. Expected to take 2.39 seconds. 453922:27:33# [RSpecRunTime] Starting example group spec/models/shard_spec.rb. Expected to take 2.36 seconds. 454122:27:34 does not allow STI 454222:27:34 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 454422:27:34 creates shards based on the config file 454622:27:34 returns an existing shard 454722:27:34 creates a new shard 454822:27:34 returns existing record if creation races 454922:27:34# [RSpecRunTime] Finishing example group spec/models/shard_spec.rb. It took 0.85 second. Expected to take 2.36 seconds. 455022:27:34# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 48.25 seconds. 455122:27:34Lint factories for Shard 455222:27:34 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 455322:27:34 with saas, license, and no factory defaults 455422:27:34 behaves like factory 455522:27:34 shard factory 455622:27:35 does not raise error when built 455722:27:35 does not raise error when created 455822:27:35# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 0.46 second. Expected to take 48.25 seconds. 455922:27:35# [RSpecRunTime] Starting example group spec/workers/expire_build_artifacts_worker_spec.rb. Expected to take 2.31 seconds. 456022:27:35ExpireBuildArtifactsWorker 456122:27:35 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 456322:27:36 executes a service 456422:27:36# [RSpecRunTime] RSpec elapsed time: 21 minutes 55.25 seconds. Current RSS: ~1451M. Threads: 4. load average: 1.36 1.25 1.20 1/293 18930 456622:27:37# [RSpecRunTime] Finishing example group spec/workers/expire_build_artifacts_worker_spec.rb. It took 1.79 seconds. Expected to take 2.31 seconds. 456722:27:37# [RSpecRunTime] Starting example group spec/workers/concerns/gitlab/import/notify_upon_death_spec.rb. Expected to take 2.27 seconds. 456822:27:37Gitlab::Import::NotifyUponDeath 456922:27:37 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 457022:27:37 .sidekiq_retries_exhausted 457122:27:37 notifies the JobWaiter when 3 arguments are given and the last is a String 457222:27:37 does not notify the JobWaiter when only 2 arguments are given 457322:27:37 does not notify the JobWaiter when only 1 argument is given 457422:27:37 does not notify the JobWaiter when the last argument is not a String 457522:27:37# [RSpecRunTime] Finishing example group spec/workers/concerns/gitlab/import/notify_upon_death_spec.rb. It took 0.68 second. Expected to take 2.27 seconds. 457622:27:37# [RSpecRunTime] Starting example group spec/models/user_canonical_email_spec.rb. Expected to take 2.2 seconds. 457722:27:37UserCanonicalEmail 457822:27:38 does not allow STI 457922:27:38 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 458022:27:38 is expected to belong to user required: false 458222:27:38 canonical_email 458322:27:38 is expected to validate that :canonical_email cannot be empty/falsy 458422:27:38 validates email address 458522:27:38# [RSpecRunTime] Finishing example group spec/models/user_canonical_email_spec.rb. It took 0.67 second. Expected to take 2.2 seconds. 458622:27:38# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 48.25 seconds. 458722:27:38Lint factories for UserCanonicalEmail 458822:27:38 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 458922:27:38 with saas, license, and factory defaults 459022:27:39 behaves like factory 459122:27:39 user_canonical_email factory 459222:27:39 does not raise error when built 459322:27:39 does not raise error when created 459422:27:39# [RSpecRunTime] RSpec elapsed time: 21 minutes 58.01 seconds. Current RSS: ~1459M. Threads: 4. load average: 1.41 1.26 1.20 1/293 18957 459622:27:39# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.41 seconds. Expected to take 48.25 seconds. 459722:27:39# [RSpecRunTime] Starting example group spec/rubocop/cop/migration/change_column_null_on_high_traffic_table_spec.rb. Expected to take 2.15 seconds. 459822:27:39RuboCop::Cop::Migration::ChangeColumnNullOnHighTrafficTable 459922:27:39 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 460022:27:39 when outside of a migration 460122:27:40 does not register any offenses 460222:27:40 in a migration 460322:27:40 when the helper is used without any argument 460422:27:40 does not register any offenses 460522:27:40 when the helper is used with arguments 460622:27:40 with discouraged helper on non high-traffic table 460722:27:40 does not register any offenses 460822:27:40 with discouraged helper on a high-traffic table 460922:27:40 registers an offense 461022:27:40# [RSpecRunTime] Finishing example group spec/rubocop/cop/migration/change_column_null_on_high_traffic_table_spec.rb. It took 0.76 second. Expected to take 2.15 seconds. 461122:27:40# [RSpecRunTime] Starting example group spec/graphql/types/commit_signature_interface_spec.rb. Expected to take 2.13 seconds. 461222:27:40Types::CommitSignatureInterface 461322:27:40 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 461422:27:40 exposes the expected fields 461522:27:40 .resolve_type 461622:27:40 resolves gpg signatures 461722:27:41 resolves x509 signatures 461822:27:41 resolves SSH signatures 461922:27:41 raises an error when type is not known 462022:27:41# [RSpecRunTime] Finishing example group spec/graphql/types/commit_signature_interface_spec.rb. It took 0.86 second. Expected to take 2.13 seconds. 462122:27:41# [RSpecRunTime] Starting example group spec/rubocop/cop/sidekiq_redis_call_spec.rb. Expected to take 2.06 seconds. 462222:27:41RuboCop::Cop::SidekiqRedisCall 462322:27:41 flags any use of Sidekiq.redis even without blocks 462422:27:41 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 462522:27:41 flags the use of Sidekiq.redis in single-line blocks 462622:27:41 flags the use of Sidekiq.redis in multi-line blocks 462722:27:42# [RSpecRunTime] Finishing example group spec/rubocop/cop/sidekiq_redis_call_spec.rb. It took 0.54 second. Expected to take 2.06 seconds. 462822:27:42# [RSpecRunTime] Starting example group spec/scripts/database/schema_validator_spec.rb. Expected to take 2.03 seconds. 462922:27:42SchemaValidator 463022:27:42 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 463222:27:42 when schema changes are introduced without migrations 463322:27:42Error: db/structure.sql was changed, and no migrations were added: 463422:27:42db/structure.sql 463522:27:42 terminates the execution 463622:27:42 when schema changes are introduced with migrations 463722:27:42 skips schema validations 463822:27:42 when skipping validations through ENV variable 463922:27:42 skips schema validations 464022:27:42 when skipping validations through commit message 464122:27:42 skips schema validations 464222:27:42# [RSpecRunTime] Finishing example group spec/scripts/database/schema_validator_spec.rb. It took 0.68 second. Expected to take 2.03 seconds. 464322:27:42# [RSpecRunTime] Starting example group spec/graphql/types/permission_types/ci/pipeline_schedule_type_spec.rb. Expected to take 1.95 seconds. 464422:27:42Types::Ci::PipelineScheduleType 464522:27:42 is expected to expose permissions using Types::PermissionTypes::Ci::PipelineSchedules 464622:27:42 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 464722:27:43# [RSpecRunTime] Finishing example group spec/graphql/types/permission_types/ci/pipeline_schedule_type_spec.rb. It took 0.4 second. Expected to take 1.95 seconds. 464822:27:43# [RSpecRunTime] Starting example group spec/rubocop/cop/database/multiple_databases_spec.rb. Expected to take 1.92 seconds. 464922:27:43RuboCop::Cop::Database::MultipleDatabases 465022:27:43 does not flag use of ActiveRecord::Base.configurations 465122:27:43 flags the use of ActiveRecord::Base.connection 465222:27:43 does not flag use of ActiveRecord::Base.logger 465322:27:43 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 465422:27:43 does not flag use of ActiveRecord::Base.no_touching 465522:27:43 does not flag use of ActiveRecord::Base.connection_handler 465622:27:43 flags the use of ::ActiveRecord::Base.connection 465722:27:43# [RSpecRunTime] Finishing example group spec/rubocop/cop/database/multiple_databases_spec.rb. It took 0.83 second. Expected to take 1.92 seconds. 465822:27:43# [RSpecRunTime] Starting example group spec/workers/environments/canary_ingress/update_worker_spec.rb. Expected to take 1.85 seconds. 465922:27:43Environments::CanaryIngress::UpdateWorker 466022:27:44 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 466222:27:44 executes the update service 466322:27:44 when an environment does not exist 466422:27:44 does not execute the update service 466522:27:45# [RSpecRunTime] RSpec elapsed time: 22 minutes 3.32 seconds. Current RSS: ~1482M. Threads: 4. load average: 1.38 1.26 1.20 1/293 18984 466722:27:45# [RSpecRunTime] Finishing example group spec/workers/environments/canary_ingress/update_worker_spec.rb. It took 1.25 seconds. Expected to take 1.85 seconds. 466822:27:45# [RSpecRunTime] Starting example group spec/models/blob_viewer/gemspec_spec.rb. Expected to take 1.84 seconds. 466922:27:45BlobViewer::Gemspec 467022:27:45 does not allow STI 467122:27:45 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 467222:27:45 #package_name 467322:27:45 returns the package name 467422:27:45# [RSpecRunTime] Finishing example group spec/models/blob_viewer/gemspec_spec.rb. It took 0.48 second. Expected to take 1.84 seconds. 467522:27:45# [RSpecRunTime] Starting example group spec/helpers/git_helper_spec.rb. Expected to take 1.74 seconds. 467722:27:45 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 467922:27:45 is expected to eq "d4e043f6" 468022:27:45 #strip_signature 468122:27:45 strips PGP SIGNATURE 468222:27:45 is expected to eq "Version 1.69.0\n\n" 468322:27:45 strips PGP MESSAGE 468422:27:46 is expected to eq "Version 1.69.0\n\n" 468522:27:46 strips SIGNED MESSAGE 468622:27:46 is expected to eq "this is Roger's signed tag\n\n" 468722:27:46# [RSpecRunTime] Finishing example group spec/helpers/git_helper_spec.rb. It took 0.72 second. Expected to take 1.74 seconds. 468822:27:46# [RSpecRunTime] Starting example group spec/validators/future_date_validator_spec.rb. Expected to take 1.68 seconds. 468922:27:46FutureDateValidator 469022:27:46 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 469122:27:46 current date 469222:27:46 is expected to be valid 469422:27:46 is expected not to be valid 469622:27:46 is expected to be valid 469722:27:46# [RSpecRunTime] Finishing example group spec/validators/future_date_validator_spec.rb. It took 0.56 second. Expected to take 1.68 seconds. 469822:27:46# [RSpecRunTime] Starting example group spec/lib/gitlab/usage_data_counters/jetbrains_plugin_activity_unique_counter_spec.rb. Expected to take 1.66 seconds. 469922:27:46Gitlab::UsageDataCounters::JetBrainsPluginActivityUniqueCounter 470022:27:47 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 470122:27:47 when tracking a jetbrains api request 470222:27:47 behaves like a request from an extension 470322:27:47 tracks when the user agent is matching 470422:27:47 does not track when the user agent is not matching 470522:27:47 does not track if user agent is not present 470622:27:47 does not track if user is not present 470722:27:47# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage_data_counters/jetbrains_plugin_activity_unique_counter_spec.rb. It took 0.68 second. Expected to take 1.66 seconds. 470822:27:47# [RSpecRunTime] Starting example group spec/presenters/ci/freeze_period_presenter_spec.rb. Expected to take 1.59 seconds. 470922:27:47Ci::FreezePeriodPresenter 471022:27:47 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 471322:27:47 returns the previous time of the freeze period start 471422:27:47 when inactive 471522:27:47 returns the next time of the freeze period start 471622:27:48# [RSpecRunTime] Finishing example group spec/presenters/ci/freeze_period_presenter_spec.rb. It took 0.47 second. Expected to take 1.59 seconds. 471722:27:48# [RSpecRunTime] Starting example group spec/initializers/database_config_spec.rb. Expected to take 1.53 seconds. 471822:27:48Database config initializer 471922:27:48 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 472022:27:48 when main database connection 472122:27:48 behaves like does not change connection attributes 472222:27:48 retains the correct database name for connection 472322:27:48 does not overwrite custom pool settings 472422:27:48 when ci database connection 472522:27:48 behaves like does not change connection attributes 472622:27:48 retains the correct database name for connection 472722:27:48 does not overwrite custom pool settings 472822:27:49# [RSpecRunTime] Finishing example group spec/initializers/database_config_spec.rb. It took 0.94 second. Expected to take 1.53 seconds. 472922:27:49# [RSpecRunTime] Starting example group spec/graphql/types/ci/pipeline_merge_request_event_type_enum_spec.rb. Expected to take 1.48 seconds. 473022:27:49Types::Ci::PipelineMergeRequestEventTypeEnum 473122:27:49 is expected to eq "PipelineMergeRequestEventType" 473222:27:49 has specific values 473322:27:49 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 473422:27:49# [RSpecRunTime] Finishing example group spec/graphql/types/ci/pipeline_merge_request_event_type_enum_spec.rb. It took 0.46 second. Expected to take 1.48 seconds. 473522:27:49# [RSpecRunTime] Starting example group spec/views/admin/sessions/two_factor.html.haml_spec.rb. Expected to take 1.46 seconds. 473622:27:49admin/sessions/two_factor.html.haml 473722:27:49 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 473822:27:49 user has WebAuthn active 473922:27:49 shows enter WebAuthn form 474022:27:49 user has otp active 474122:27:50 shows enter otp form 474222:27:50# [RSpecRunTime] Finishing example group spec/views/admin/sessions/two_factor.html.haml_spec.rb. It took 0.79 second. Expected to take 1.46 seconds. 474322:27:50# [RSpecRunTime] Starting example group spec/services/loose_foreign_keys/partition_cleaner_service_spec.rb. Expected to take 1.41 seconds. 474422:27:50LooseForeignKeys::PartitionCleanerService 474522:27:50 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 474622:27:50 query generation 474722:27:50 when composite primary key is used 474822:27:50WARNING: Active Record does not support composite primary key. 474922:27:50_test_target_table has composite primary key. Composite primary key is ignored. 475022:27:50WARNING: Active Record does not support composite primary key. 475122:27:50_test_target_table has composite primary key. Composite primary key is ignored. 475222:27:50 generates an IN query for deleting the rows 475322:27:50 when the query generation is incorrect (paranoid check) 475422:27:50WARNING: Active Record does not support composite primary key. 475522:27:50_test_target_table has composite primary key. Composite primary key is ignored. 475622:27:50WARNING: Active Record does not support composite primary key. 475722:27:50_test_target_table has composite primary key. Composite primary key is ignored. 475822:27:50 raises error if the foreign key condition is missing 475922:27:50 when with_skip_locked parameter is true 476022:27:50WARNING: Active Record does not support composite primary key. 476122:27:50_test_target_table has composite primary key. Composite primary key is ignored. 476222:27:50WARNING: Active Record does not support composite primary key. 476322:27:50_test_target_table has composite primary key. Composite primary key is ignored. 476422:27:50 generates a query with the SKIP LOCKED clause 476522:27:50# [RSpecRunTime] Finishing example group spec/services/loose_foreign_keys/partition_cleaner_service_spec.rb. It took 0.72 second. Expected to take 1.41 seconds. 476622:27:50# [RSpecRunTime] Starting example group spec/graphql/types/alert_management/http_integration_type_spec.rb. Expected to take 1.38 seconds. 476722:27:50Types::AlertManagement::HttpIntegrationType 476822:27:51 is expected to require graphql authorizations :admin_operations 476922:27:51 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 477022:27:51 is expected to eq "AlertManagementHttpIntegration" 477122:27:51# [RSpecRunTime] Finishing example group spec/graphql/types/alert_management/http_integration_type_spec.rb. It took 0.44 second. Expected to take 1.38 seconds. 477222:27:51# [RSpecRunTime] Starting example group spec/rubocop/cop/gitlab/json_spec.rb. Expected to take 1.31 seconds. 477322:27:51RuboCop::Cop::Gitlab::Json 477422:27:51 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 477522:27:51 when ActiveSupport::JSON is called 477622:27:51 registers an offense and autocorrects 477722:27:51 when ::JSON is called 477822:27:51 registers an offense and autocorrects 477922:27:51 when ::JSON is called in EE 478022:27:51 registers an offense and autocorrects 478122:27:51# [RSpecRunTime] Finishing example group spec/rubocop/cop/gitlab/json_spec.rb. It took 0.52 second. Expected to take 1.31 seconds. 478222:27:51# [RSpecRunTime] Starting example group spec/scripts/pipeline/average_reports_spec.rb. Expected to take 1.31 seconds. 478322:27:51AverageReports 478422:27:52 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 478622:27:52 with 1 new report 478722:27:52 returns average durations 478822:27:52 with 2 new reports 478922:27:52 returns average durations 479022:27:52 when some of the new report files do not exist 479122:27:52 ignores the nil file and only process 1 new report 479222:27:52# [RSpecRunTime] Finishing example group spec/scripts/pipeline/average_reports_spec.rb. It took 0.58 second. Expected to take 1.31 seconds. 479322:27:52# [RSpecRunTime] Starting example group spec/lib/gitlab/lazy_spec.rb. Expected to take 1.22 seconds. 479522:27:52 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 479622:27:52 when not calling any methods 479722:27:52 does not call the supplied block 479822:27:52 when calling a method on the object 479922:27:52 lazy loads the value returned by the block 480022:27:52 #respond_to? 480122:27:52 returns true for a method defined on the wrapped object 480222:27:53 returns false for a method not defined on the wrapped object 480322:27:53# [RSpecRunTime] Finishing example group spec/lib/gitlab/lazy_spec.rb. It took 0.64 second. Expected to take 1.22 seconds. 480422:27:53# [RSpecRunTime] Starting example group spec/helpers/artifacts_helper_spec.rb. Expected to take 1.21 seconds. 480522:27:53ArtifactsHelper 480622:27:53 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 480722:27:53 #artifacts_app_data 480822:27:53 returns expected data 480922:27:53 can_destroy_artifacts 481022:27:53 returns false without permission 481122:27:53 returns true when user has permission 481222:27:53# [RSpecRunTime] Finishing example group spec/helpers/artifacts_helper_spec.rb. It took 0.57 second. Expected to take 1.21 seconds. 481322:27:53# [RSpecRunTime] Starting example group spec/models/acts_as_taggable_on/tagging_spec.rb. Expected to take 1.14 seconds. 481422:27:53ActsAsTaggableOn::Tagging 481522:27:53 does not allow STI 481622:27:53 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 481722:27:54 has the same connection as Ci::ApplicationRecord 481822:27:54 has the same sticking as Ci::ApplicationRecord 481922:27:54# [RSpecRunTime] Finishing example group spec/models/acts_as_taggable_on/tagging_spec.rb. It took 0.52 second. Expected to take 1.14 seconds. 482022:27:54# [RSpecRunTime] Starting example group spec/lib/gitlab/merge_requests/mergeability/redis_interface_spec.rb. Expected to take 1.12 seconds. 482122:27:54Gitlab::MergeRequests::Mergeability::RedisInterface 482222:27:54 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 482422:27:54 saves the hash 482522:27:54 #retrieve_check 482622:27:54 returns the hash 482722:27:54# [RSpecRunTime] Finishing example group spec/lib/gitlab/merge_requests/mergeability/redis_interface_spec.rb. It took 0.47 second. Expected to take 1.12 seconds. 482822:27:54# [RSpecRunTime] Starting example group spec/lib/api/entities/bulk_imports/export_status_spec.rb. Expected to take 1.07 seconds. 482922:27:54API::Entities::BulkImports::ExportStatus 483022:27:55 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 483122:27:55 has the correct attributes 483222:27:55 when export is batched 483322:27:55 exposes batches 483422:27:55# [RSpecRunTime] Finishing example group spec/lib/api/entities/bulk_imports/export_status_spec.rb. It took 0.72 second. Expected to take 1.07 seconds. 483522:27:55# [RSpecRunTime] Starting example group spec/helpers/feed_token_helper_spec.rb. Expected to take 1.03 seconds. 483622:27:55FeedTokenHelper 483722:27:55 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 483822:27:55 #generate_feed_token 483922:27:55 with type :atom 484022:27:55 returns the current_user's atom feed_token 484122:27:55 when signed out 484322:27:55# [RSpecRunTime] Finishing example group spec/helpers/feed_token_helper_spec.rb. It took 0.48 second. Expected to take 1.03 seconds. 484422:27:55# [RSpecRunTime] Starting example group spec/graphql/types/design_management/design_collection_copy_state_enum_spec.rb. Expected to take 1.0 second. 484522:27:55Types::DesignManagement::DesignCollectionCopyStateEnum 484622:27:56 exposes the correct event states 484722:27:56 is expected to eq "DesignCollectionCopyState" 484822:27:56 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 484922:27:56# [RSpecRunTime] Finishing example group spec/graphql/types/design_management/design_collection_copy_state_enum_spec.rb. It took 0.43 second. Expected to take 1.0 second. 485022:27:56# [RSpecRunTime] Starting example group spec/graphql/types/x509_certificate_type_spec.rb. Expected to take 0.93 second. 485122:27:56Types::X509CertificateType 485222:27:56 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 485322:27:56 is expected to eq "X509Certificate" 485422:27:56 contains attributes for X.509 certifcates 485522:27:56# [RSpecRunTime] Finishing example group spec/graphql/types/x509_certificate_type_spec.rb. It took 0.43 second. Expected to take 0.93 second. 485622:27:56# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/representation/replay_event_spec.rb. Expected to take 0.91 second. 485722:27:56Gitlab::GithubImport::Representation::ReplayEvent 485822:27:56 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 485922:27:56 .from_json_hash 486022:27:57 returns an instance of ReplayEvent 486122:27:57 #github_identifiers 486222:27:57 returns a hash with needed identifiers 486322:27:57# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/representation/replay_event_spec.rb. It took 0.43 second. Expected to take 0.91 second. 486422:27:57# [RSpecRunTime] Starting example group spec/graphql/types/work_items/widgets/assignees_input_type_spec.rb. Expected to take 0.87 second. 486522:27:57Types::WorkItems::Widgets::AssigneesInputType 486622:27:57 is expected to contain exactly "assigneeIds" 486722:27:57 is expected to eq "WorkItemWidgetAssigneesInput" 486822:27:57 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 486922:27:57# [RSpecRunTime] Finishing example group spec/graphql/types/work_items/widgets/assignees_input_type_spec.rb. It took 0.52 second. Expected to take 0.87 second. 487022:27:57# [RSpecRunTime] Starting example group spec/routing/organizations/projects_controller_routing_spec.rb. Expected to take 0.85 second. 487122:27:57Organizations::GroupsController 487222:27:58 routes to projects#edit 487322:27:58 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 487422:27:58# [RSpecRunTime] Finishing example group spec/routing/organizations/projects_controller_routing_spec.rb. It took 0.71 second. Expected to take 0.85 second. 487522:27:58# [RSpecRunTime] Starting example group spec/graphql/types/label_type_spec.rb. Expected to take 0.8 second. 487622:27:58Types::LabelType 487722:27:58 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 487822:27:58 is expected to require graphql authorizations :read_label 487922:27:58 has the correct fields 488022:27:58# [RSpecRunTime] Finishing example group spec/graphql/types/label_type_spec.rb. It took 0.43 second. Expected to take 0.8 second. 488122:27:58# [RSpecRunTime] Starting example group spec/lib/gitlab/serializer/ci/variables_spec.rb. Expected to take 0.79 second. 488222:27:58Gitlab::Serializer::Ci::Variables 488322:27:59 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 488422:27:59 converts keys into strings and symbolizes hash 488522:27:59# [RSpecRunTime] Finishing example group spec/lib/gitlab/serializer/ci/variables_spec.rb. It took 0.36 second. Expected to take 0.79 second. 488622:27:59# [RSpecRunTime] Starting example group spec/lib/gitlab/usage/metrics/instrumentations/count_ci_runners_instance_type_active_online_metric_spec.rb. Expected to take 0.71 second. 488722:27:59Gitlab::Usage::Metrics::Instrumentations::CountCiRunnersInstanceTypeActiveOnlineMetric 488822:27:59 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 488922:27:59 behaves like a correct instrumented metric value 489022:27:59 has correct value 489122:27:59# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage/metrics/instrumentations/count_ci_runners_instance_type_active_online_metric_spec.rb. It took 0.42 second. Expected to take 0.71 second. 489222:27:59# [RSpecRunTime] Starting example group spec/graphql/resolvers/audit_events/audit_event_definitions_resolver_spec.rb. Expected to take 0.69 second. 489322:27:59Resolvers::AuditEvents::AuditEventDefinitionsResolver 489422:27:59 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 489622:28:00 returns an array of audit event definitions 489722:28:00# [RSpecRunTime] Finishing example group spec/graphql/resolvers/audit_events/audit_event_definitions_resolver_spec.rb. It took 0.46 second. Expected to take 0.69 second. 489822:28:00# [RSpecRunTime] Starting example group spec/graphql/types/permission_types/ci/runner_spec.rb. Expected to take 0.6 second. 489922:28:00Types::PermissionTypes::Ci::Runner 490022:28:00 is expected to have graphql field :assign_runner 490122:28:00 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 490222:28:00# [RSpecRunTime] Finishing example group spec/graphql/types/permission_types/ci/runner_spec.rb. It took 0.34 second. Expected to take 0.6 second. 490322:28:00# [RSpecRunTime] Starting example group spec/serializers/ci/trigger_serializer_spec.rb. Expected to take 0.59 second. 490422:28:00Ci::TriggerSerializer 490522:28:00 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 490722:28:00 matches schema 490822:28:00# [RSpecRunTime] Finishing example group spec/serializers/ci/trigger_serializer_spec.rb. It took 0.39 second. Expected to take 0.59 second. 490922:28:00# [RSpecRunTime] Starting example group spec/lib/gitlab/no_cache_headers_spec.rb. Expected to take 0.56 second. 491022:28:00Gitlab::NoCacheHeaders 491122:28:01 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 491222:28:01 #no_cache_headers 491322:28:01 raises a RuntimeError 491422:28:01# [RSpecRunTime] Finishing example group spec/lib/gitlab/no_cache_headers_spec.rb. It took 0.37 second. Expected to take 0.56 second. 491522:28:01# [RSpecRunTime] Starting example group spec/graphql/types/merge_request_connection_type_spec.rb. Expected to take 0.55 second. 491622:28:01#<Class:0x0000795cbf559c50> 491722:28:01 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 491822:28:01 has the expected fields 491922:28:01# [RSpecRunTime] Finishing example group spec/graphql/types/merge_request_connection_type_spec.rb. It took 0.35 second. Expected to take 0.55 second. 492022:28:01# [RSpecRunTime] Starting example group spec/graphql/types/work_items/widgets/hierarchy_type_spec.rb. Expected to take 0.52 second. 492122:28:01Types::WorkItems::Widgets::HierarchyType 492222:28:01 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 492322:28:01 exposes the expected fields 492422:28:01# [RSpecRunTime] Finishing example group spec/graphql/types/work_items/widgets/hierarchy_type_spec.rb. It took 0.35 second. Expected to take 0.52 second. 492522:28:01# [RSpecRunTime] Starting example group spec/finders/projects_finder_spec.rb. Missing expected duration from Knapsack report for spec/finders/projects_finder_spec.rb. 492622:28:01ProjectsFinder 492722:28:02 example at ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 (PENDING: Not yet implemented) 492822:28:02# [RSpecRunTime] Finishing example group spec/finders/projects_finder_spec.rb. It took 0.26 second. Missing expected duration from Knapsack report for spec/finders/projects_finder_spec.rb. 492922:28:28auto_explain log contains 1864 entries for main, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-unit-pg14-3-44.356.main.ndjson.gz 493022:28:28took 25.534849322 493122:28:52auto_explain log contains 1863 entries for ci, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-unit-pg14-3-44.356.ci.ndjson.gz 493222:28:52took 23.525808359 493322:28:52[TEST PROF INFO] EventProf results for sql.active_record 493422:28:52Total time: 04:52.091 of 22:13.112 (21.91%) 493522:28:52Total events: 226615 493622:28:52Top 5 slowest suites (by time): 493722:28:52Project (./spec/models/project_spec.rb:5) – 02:18.483 (106395 / 1604) of 10:10.786 (22.67%) 493822:28:52Lint factories for Project (./spec/support/shared_examples/lint_factories_shared_examples.rb:37) – 00:13.353 (9252 / 111) of 00:58.189 (22.95%) 493922:28:52Ci::ResourceGroup (./spec/models/ci/resource_group_spec.rb:5) – 00:11.173 (5920 / 20) of 00:29.038 (38.48%) 494022:28:52Environments:...entNamesFinder (./spec/finders/environments/environment_names_finder_spec.rb:5) – 00:07.723 (5536 / 19) of 00:25.314 (30.51%) 494122:28:52Gitlab::Impor...HashSerializer (./spec/lib/gitlab/import_export/fast_hash_serializer_spec.rb:5) – 00:06.543 (5585 / 42) of 00:27.757 (23.57%) 494222:28:52Knapsack report was generated. Preview: 494422:28:52 "spec/models/project_spec.rb": 610.7858615030009, 494522:28:52 "spec/support/shared_examples/lint_factories_shared_examples.rb": 76.5869534149997, 494622:28:52 "spec/models/alert_management/alert_spec.rb": 15.577652045999457, 494722:28:52 "spec/models/merge_request_diff_file_spec.rb": 37.28708386499966, 494822:28:52 "spec/lib/gitlab/import_export/fast_hash_serializer_spec.rb": 27.75699323199933, 494922:28:52 "spec/models/ci/resource_group_spec.rb": 29.038208322999708, 495022:28:52 "spec/services/members/projects/creator_service_spec.rb": 18.52797871799976, 495122:28:52 "spec/lib/gitlab/lets_encrypt/client_spec.rb": 27.04485474499961, 495222:28:52 "spec/finders/environments/environment_names_finder_spec.rb": 25.314266573999703, 495322:28:52 "spec/models/diff_discussion_spec.rb": 28.385092139000335, 495422:28:52 "spec/services/web_hook_service_spec.rb": 13.744712396000068, 495522:28:52 "spec/lib/expand_variables_spec.rb": 6.840057440000237, 495622:28:52 "spec/services/members/create_service_spec.rb": 17.34295026000018, 495722:28:52 "spec/lib/gitlab/cycle_analytics/permissions_spec.rb": 19.181723781999608, 495822:28:52 "spec/lib/gitlab/x509/signature_spec.rb": 11.450989863999894, 495922:28:52 "spec/helpers/notes_helper_spec.rb": 11.595892671000001, 496022:28:52 "spec/services/cloud_seed/google_cloud/generate_pipeline_service_spec.rb": 15.756272314999478, 496122:28:52 "spec/lib/gitlab/github_import/representation/issue_event_spec.rb": 6.084541486999115, 496222:28:52 "spec/lib/gitlab/ci/components/instance_path_spec.rb": 11.567545414000051, 496322:28:52 "spec/lib/gitlab/content_security_policy/config_loader_spec.rb": 4.849721106999823, 496422:28:52 "spec/lib/feature/definition_spec.rb": 4.08960381199995, 496522:28:52 "spec/lib/gitlab/cluster/mixins/puma_cluster_spec.rb": 14.805867618000775, 496622:28:52 "spec/lib/gitlab/i18n/po_linter_spec.rb": 4.241384486999777, 496722:28:52 "spec/models/concerns/schedulable_spec.rb": 8.068041294999603, 496822:28:52 "spec/lib/sidebars/projects/menus/settings_menu_spec.rb": 5.439371110000138, 496922:28:52 "spec/workers/projects/import_export/relation_import_worker_spec.rb": 8.23229617800007, 497022:28:52 "spec/lib/gitlab/ci/parsers/sbom/validators/cyclonedx_schema_validator_spec.rb": 3.911606118999771, 497122:28:52 "spec/models/jira_connect_installation_spec.rb": 4.814318171000195, 497222:28:52 "spec/graphql/mutations/commits/create_spec.rb": 8.525767369999812, 497322:28:52 "spec/lib/gitlab/graphql/pagination/externally_paginated_array_connection_spec.rb": 3.1978592780005783, 497422:28:52 "spec/lib/gitlab/metrics/web_transaction_spec.rb": 3.5275008670005263, 497522:28:52 "spec/lib/gitlab/search/recent_issues_spec.rb": 8.049118816999908, 497622:28:52 "spec/services/clusters/agent_tokens/create_service_spec.rb": 8.419344889000058, 497722:28:52 "spec/presenters/event_presenter_spec.rb": 3.532657916000062, 497822:28:52 "spec/lib/gitlab/pages/url_builder_spec.rb": 2.803463037000256, 497922:28:52 "spec/policies/organizations/organization_policy_spec.rb": 2.6782172489993172, 498022:28:52 "spec/services/container_registry/protection/delete_rule_service_spec.rb": 4.579391184000087, 498122:28:52 "spec/lib/gitlab/i18n/translation_entry_spec.rb": 2.7406025430000227, 498222:28:52 "spec/services/feature_flags/update_service_spec.rb": 4.094255680999595, 498322:28:52 "spec/services/web_hooks/log_execution_service_spec.rb": 3.4528877640004794, 498422:28:52 "spec/uploaders/packages/npm/metadata_cache_uploader_spec.rb": 4.977029265000056, 498522:28:52 "spec/services/notes/post_process_service_spec.rb": 7.129515524999988, 498622:28:52 "spec/lib/gitlab/serializer/pagination_spec.rb": 5.978109507999761, 498722:28:52 "spec/views/projects/commits/_commit.html.haml_spec.rb": 6.511042015000385, 498822:28:52 "spec/lib/gitlab/metrics/global_search_slis_spec.rb": 2.563399500999367, 498922:28:52 "spec/lib/gitlab/database/async_constraints/postgres_async_constraint_validation_spec.rb": 2.2518552109995653, 499022:28:52 "spec/workers/environments/auto_stop_worker_spec.rb": 5.685933436000596, 499122:28:52 "spec/uploaders/file_mover_spec.rb": 5.974063968000337, 499222:28:52 "spec/lib/gitlab/import/merge_request_helpers_spec.rb": 5.028856840000117, 499322:28:52 "spec/helpers/admin/user_actions_helper_spec.rb": 3.3817400210000415, 499422:28:52 "spec/models/integrations/campfire_spec.rb": 2.3793345980002414, 499522:28:52 "spec/services/branch_rules/update_service_spec.rb": 3.061600212000485, 499622:28:52 "spec/workers/gitlab/github_import/stage/import_attachments_worker_spec.rb": 2.6589614610002172, 499722:28:52 "spec/services/ci/daily_build_group_report_result_service_spec.rb": 3.514858647999972, 499822:28:52 "spec/services/ci/create_pipeline_service/tags_spec.rb": 5.873709417999635, 499922:28:52 "spec/lib/gitlab/analytics/cycle_analytics/aggregated/base_query_builder_spec.rb": 2.78031719899991, 500022:28:52 "spec/views/notify/change_in_merge_request_draft_status_email.html.haml_spec.rb": 5.410094552999908, 500122:28:52 "spec/lib/gitlab/template/finders/global_template_finder_spec.rb": 1.7983974150001814, 500222:28:52 "spec/services/protected_branches/update_service_spec.rb": 2.681446079000125, 500322:28:52 "spec/serializers/trigger_variable_entity_spec.rb": 3.0087476670005344, 500422:28:52 "spec/lib/gitlab/hook_data/base_builder_spec.rb": 2.0072927139999592, 500522:28:52 "spec/services/milestones/update_service_spec.rb": 2.133459631999358, 500622:28:52 "spec/validators/x509_certificate_credentials_validator_spec.rb": 2.9035652270003993, 500722:28:52 "spec/lib/gitlab/cleanup/orphan_job_artifact_files_spec.rb": 2.6172701449995657, 500822:28:52 "spec/graphql/resolvers/ci/catalog/resource_resolver_spec.rb": 2.8304806240003018, 500922:28:52 "spec/services/users/auto_ban_service_spec.rb": 1.9725921270000981, 501022:28:52 "spec/finders/data_transfer/project_data_transfer_finder_spec.rb": 2.6026345359996412, 501122:28:52 "spec/workers/gitlab/bitbucket_server_import/import_pull_request_notes_worker_spec.rb": 2.466938429000038, 501222:28:52 "spec/lib/gitlab/verify/ci_secure_files_spec.rb": 2.8607166609999695, 501322:28:52 "spec/services/authorized_project_update/project_recalculate_service_spec.rb": 2.2155526639999152, 501422:28:52 "spec/lib/gitlab/identifier_spec.rb": 1.8858104560003994, 501522:28:52 "spec/graphql/resolvers/design_management/version/designs_at_version_resolver_spec.rb": 2.9502970230005303, 501622:28:52 "spec/helpers/numbers_helper_spec.rb": 1.4821817160000137, 501722:28:52 "spec/support_specs/database/prevent_cross_joins_spec.rb": 1.2409230590001243, 501822:28:52 "spec/models/concerns/clusters/agents/authorizations/user_access/scopes_spec.rb": 2.7408828730003734, 501922:28:52 "spec/lib/gitlab/auth/saml/auth_hash_spec.rb": 1.2274614609996206, 502022:28:52 "spec/graphql/mutations/customer_relations/organizations/update_spec.rb": 1.488240605000101, 502122:28:52 "spec/graphql/resolvers/kas/agent_connections_resolver_spec.rb": 2.015515683000558, 502222:28:52 "spec/models/merge_request_reviewer_spec.rb": 3.8435194060002686, 502322:28:52 "spec/graphql/resolvers/incident_management/timeline_events_resolver_spec.rb": 2.49471790699954, 502422:28:52 "spec/models/user_mentions/merge_request_user_mention_spec.rb": 2.3686127199998737, 502522:28:52 "spec/models/integrations/chat_message/wiki_page_message_spec.rb": 1.5775622669998484, 502622:28:52 "spec/graphql/types/current_user_todos_type_spec.rb": 3.3588136320004196, 502722:28:52 "spec/lib/gitlab/uuid_spec.rb": 1.4292899110005237, 502822:28:52 "spec/lib/gitlab/database/async_indexes_spec.rb": 1.2255455810000058, 502922:28:52 "spec/lib/version_check_spec.rb": 1.3650759480005945, 503022:28:52 "spec/lib/gitlab/submodule_links_spec.rb": 0.9188715800000864, 503122:28:52 "spec/services/merge_requests/mergeability/check_conflict_status_service_spec.rb": 1.2203522410000005, 503222:28:52 "spec/models/projects/ci_feature_usage_spec.rb": 1.323428880999927, 503322:28:52 "spec/finders/ci/group_variables_finder_spec.rb": 1.923523873000704, 503422:28:52 "spec/lib/gitlab/database/partitioning/replace_table_spec.rb": 1.466109957000299, 503522:28:52 "spec/workers/propagate_integration_inherit_worker_spec.rb": 2.3839189469999837, 503622:28:52 "spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb": 1.4835208149997925, 503722:28:52 "spec/lib/sidebars/admin/menus/messages_menu_spec.rb": 1.4469926789997771, 503822:28:52 "spec/lib/gitlab/gitaly_client/cleanup_service_spec.rb": 2.463583759999892, 503922:28:52 "spec/graphql/mutations/customer_relations/organizations/create_spec.rb": 1.2249723209997683, 504022:28:52 "spec/services/packages/mark_package_for_destruction_service_spec.rb": 1.8323136520002663, 504122:28:52 "spec/lib/container_registry/registry_spec.rb": 1.0752736750000622, 504222:28:52 "spec/lib/gitlab/ci/reports/test_report_summary_spec.rb": 2.015238223999404, 504322:28:52 "spec/lib/gitlab/bitbucket_server_import/importers/lfs_objects_importer_spec.rb": 1.003189812000528, 504422:28:52 "spec/models/namespaces/randomized_suffix_path_spec.rb": 0.8636422859999584, 504522:28:52 "spec/lib/gitlab/import_export/hash_util_spec.rb": 0.5489869969997017, 504622:28:52 "spec/graphql/types/container_repository_tag_type_spec.rb": 0.6961888629994064, 504722:28:52 "spec/presenters/packages/nuget/packages_versions_presenter_spec.rb": 2.0203567030002887, 504822:28:52 "spec/workers/group_export_worker_spec.rb": 1.3501380580000841, 504922:28:52 "spec/models/clusters/agents/authorizations/ci_access/implicit_authorization_spec.rb": 1.043098349000502, 505022:28:52 "spec/services/incident_management/issuable_escalation_statuses/after_update_service_spec.rb": 2.0833971680003742, 505122:28:52 "spec/lib/gitlab/ci/config/entry/ports_spec.rb": 0.7440146480003023, 505222:28:52 "spec/services/projects/hashed_storage/migration_service_spec.rb": 1.917133912999816, 505322:28:52 "spec/lib/gitlab/dependency_linker/godeps_json_linker_spec.rb": 0.9309396990001915, 505422:28:52 "spec/services/ci/pipeline_triggers/create_service_spec.rb": 2.7173462549999385, 505522:28:52 "spec/lib/gitlab/external_authorization/config_spec.rb": 0.5938849920003122, 505622:28:52 "spec/rubocop/cop/scalability/cron_worker_context_spec.rb": 0.9508919569998397, 505722:28:52 "spec/services/boards/destroy_service_spec.rb": 1.4012109739996959, 505822:28:52 "spec/finders/groups/accepting_project_transfers_finder_spec.rb": 1.649230668999735, 505922:28:52 "spec/services/projects/batch_open_merge_requests_count_service_spec.rb": 1.4027669730003254, 506022:28:52 "spec/models/shard_spec.rb": 0.8448164380006347, 506122:28:52 "spec/workers/expire_build_artifacts_worker_spec.rb": 1.785576975999902, 506222:28:52 "spec/workers/concerns/gitlab/import/notify_upon_death_spec.rb": 0.6781146040002568, 506322:28:52 "spec/models/user_canonical_email_spec.rb": 0.6705867649998254, 506422:28:52 "spec/rubocop/cop/migration/change_column_null_on_high_traffic_table_spec.rb": 0.7602893560006123, 506522:28:52 "spec/graphql/types/commit_signature_interface_spec.rb": 0.8569766460004757, 506622:28:52 "spec/rubocop/cop/sidekiq_redis_call_spec.rb": 0.5436088269998436, 506722:28:52 "spec/scripts/database/schema_validator_spec.rb": 0.6813544739998179, 506822:28:52 "spec/graphql/types/permission_types/ci/pipeline_schedule_type_spec.rb": 0.39518764200056467, 506922:28:52 "spec/rubocop/cop/database/multiple_databases_spec.rb": 0.8269231299991588, 507022:28:52 "spec/workers/environments/canary_ingress/update_worker_spec.rb": 1.2505758180004705, 507122:28:52 "spec/models/blob_viewer/gemspec_spec.rb": 0.4782443730000523, 507222:28:52 "spec/helpers/git_helper_spec.rb": 0.7192552799997429, 507322:28:52 "spec/validators/future_date_validator_spec.rb": 0.5636440049993325, 507422:28:52 "spec/lib/gitlab/usage_data_counters/jetbrains_plugin_activity_unique_counter_spec.rb": 0.6789246739999726, 507522:28:52 "spec/presenters/ci/freeze_period_presenter_spec.rb": 0.46999883399985265, 507622:28:52 "spec/initializers/database_config_spec.rb": 0.9431757189995551, 507722:28:52 "spec/graphql/types/ci/pipeline_merge_request_event_type_enum_spec.rb": 0.4552767650002352, 507822:28:52 "spec/views/admin/sessions/two_factor.html.haml_spec.rb": 0.789279923000322, 507922:28:52 "spec/services/loose_foreign_keys/partition_cleaner_service_spec.rb": 0.7195116799994139, 508022:28:52 "spec/graphql/types/alert_management/http_integration_type_spec.rb": 0.4443982169996161, 508122:28:52 "spec/rubocop/cop/gitlab/json_spec.rb": 0.5170223089999126, 508222:28:52 "spec/scripts/pipeline/average_reports_spec.rb": 0.5812229539997134, 508322:28:52 "spec/lib/gitlab/lazy_spec.rb": 0.6423829169998498, 508422:28:52 "spec/helpers/artifacts_helper_spec.rb": 0.5737025340004038, 508522:28:52 "spec/models/acts_as_taggable_on/tagging_spec.rb": 0.518001749999712, 508622:28:52 "spec/lib/gitlab/merge_requests/mergeability/redis_interface_spec.rb": 0.4739559539993934, 508722:28:52 "spec/lib/api/entities/bulk_imports/export_status_spec.rb": 0.7168638510001983, 508822:28:52 "spec/helpers/feed_token_helper_spec.rb": 0.4801874629993108, 508922:28:52 "spec/graphql/types/design_management/design_collection_copy_state_enum_spec.rb": 0.4285673479998877, 509022:28:52 "spec/graphql/types/x509_certificate_type_spec.rb": 0.433921767999891, 509122:28:52 "spec/lib/gitlab/github_import/representation/replay_event_spec.rb": 0.4289988179998545, 509222:28:52 "spec/graphql/types/work_items/widgets/assignees_input_type_spec.rb": 0.5165473199995176, 509322:28:52 "spec/routing/organizations/projects_controller_routing_spec.rb": 0.708430190999934, 509422:28:52 "spec/graphql/types/label_type_spec.rb": 0.43079917799968825, 509522:28:52 "spec/lib/gitlab/serializer/ci/variables_spec.rb": 0.3590215940002963, 509622:28:52 "spec/lib/gitlab/usage/metrics/instrumentations/count_ci_runners_instance_type_active_online_metric_spec.rb": 0.42208951900011016, 509722:28:52 "spec/graphql/resolvers/audit_events/audit_event_definitions_resolver_spec.rb": 0.45901891500034253, 509822:28:52 "spec/graphql/types/permission_types/ci/runner_spec.rb": 0.3441781869996703, 509922:28:52 "spec/serializers/ci/trigger_serializer_spec.rb": 0.3859369419997165, 510022:28:52 "spec/lib/gitlab/no_cache_headers_spec.rb": 0.37304319399936503, 510122:28:52 "spec/graphql/types/merge_request_connection_type_spec.rb": 0.3508024149996345, 510222:28:52 "spec/graphql/types/work_items/widgets/hierarchy_type_spec.rb": 0.3486915470002714 510422:28:52Knapsack global time execution for tests: 22m 12s 510522:28:52Pending: (Failures listed here are expected and do not affect your suite's status) 510722:28:52 # Not yet implemented 510822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 510922:28:52 2) Lint factories for Project 511022:28:52 # Not yet implemented 511122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 511222:28:52 3) Lint factories for Project with saas, license, and factory defaults behaves like factory project factory linting :fork_repository trait does not raise error when created 511322:28:52 # Trait skipped linting due to legacy error 511422:28:52 # ./spec/support/shared_examples/lint_factories_shared_examples.rb:283 511522:28:52 4) Lint factories for Project with saas, license, and factory defaults behaves like factory project factory linting :with_vulnerabilities trait does not raise error when created 511622:28:52 # Trait skipped linting due to legacy error 511722:28:52 # ./spec/support/shared_examples/lint_factories_shared_examples.rb:283 511822:28:52 5) AlertManagement::Alert 511922:28:52 # Not yet implemented 512022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 512122:28:52 6) Lint factories for AlertManagement::Alert 512222:28:52 # Not yet implemented 512322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 512422:28:52 7) MergeRequestDiffFile 512522:28:52 # Not yet implemented 512622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 512722:28:52 8) Lint factories for MergeRequestDiffFile 512822:28:52 # Not yet implemented 512922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 513022:28:52 9) Gitlab::ImportExport::FastHashSerializer 513122:28:52 # Not yet implemented 513222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 513322:28:52 10) Ci::ResourceGroup 513422:28:52 # Not yet implemented 513522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 513622:28:52 11) Lint factories for Ci::ResourceGroup 513722:28:52 # Not yet implemented 513822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 513922:28:52 12) Members::Projects::CreatorService 514022:28:52 # Not yet implemented 514122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 514222:28:52 13) Gitlab::LetsEncrypt::Client 514322:28:52 # Not yet implemented 514422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 514522:28:52 14) Environments::EnvironmentNamesFinder 514622:28:52 # Not yet implemented 514722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 514822:28:52 15) DiffDiscussion 514922:28:52 # Not yet implemented 515022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 515122:28:52 16) WebHookService 515222:28:52 # Not yet implemented 515322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 515422:28:52 17) ExpandVariables 515522:28:52 # Not yet implemented 515622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 515722:28:52 18) Members::CreateService 515822:28:52 # Not yet implemented 515922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 516022:28:52 19) Gitlab::CycleAnalytics::Permissions 516122:28:52 # Not yet implemented 516222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 516322:28:52 20) Gitlab::X509::Signature 516422:28:52 # Not yet implemented 516522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 516622:28:52 21) NotesHelper 516722:28:52 # Not yet implemented 516822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 516922:28:52 22) CloudSeed::GoogleCloud::GeneratePipelineService 517022:28:52 # Not yet implemented 517122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 517222:28:52 23) Gitlab::GithubImport::Representation::IssueEvent 517322:28:52 # Not yet implemented 517422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 517522:28:52 24) Gitlab::Ci::Components::InstancePath 517622:28:52 # Not yet implemented 517722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 517822:28:52 25) Gitlab::ContentSecurityPolicy::ConfigLoader 517922:28:52 # Not yet implemented 518022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 518122:28:52 26) Feature::Definition 518222:28:52 # Not yet implemented 518322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 518422:28:52 27) Gitlab::Cluster::Mixins::PumaCluster 518522:28:52 # Not yet implemented 518622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 518722:28:52 28) Gitlab::I18n::PoLinter 518822:28:52 # Not yet implemented 518922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 519022:28:52 29) Schedulable 519122:28:52 # Not yet implemented 519222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 519322:28:52 30) Sidebars::Projects::Menus::SettingsMenu 519422:28:52 # Not yet implemented 519522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 519622:28:52 31) Projects::ImportExport::RelationImportWorker 519722:28:52 # Not yet implemented 519822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 519922:28:52 32) Gitlab::Ci::Parsers::Sbom::Validators::CyclonedxSchemaValidator 520022:28:52 # Not yet implemented 520122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 520222:28:52 33) JiraConnectInstallation 520322:28:52 # Not yet implemented 520422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 520522:28:52 34) Lint factories for JiraConnectInstallation 520622:28:52 # Not yet implemented 520722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 520822:28:52 35) Mutations::Commits::Create 520922:28:52 # Not yet implemented 521022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 521122:28:52 36) Gitlab::Graphql::Pagination::ExternallyPaginatedArrayConnection 521222:28:52 # Not yet implemented 521322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 521422:28:52 37) Gitlab::Metrics::WebTransaction 521522:28:52 # Not yet implemented 521622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 521722:28:52 38) Gitlab::Search::RecentIssues 521822:28:52 # Not yet implemented 521922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 522022:28:52 39) Clusters::AgentTokens::CreateService 522122:28:52 # Not yet implemented 522222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 522322:28:52 40) EventPresenter 522422:28:52 # Not yet implemented 522522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 522622:28:52 41) Gitlab::Pages::UrlBuilder 522722:28:52 # Not yet implemented 522822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 522922:28:52 42) Organizations::OrganizationPolicy 523022:28:52 # Not yet implemented 523122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 523222:28:52 43) ContainerRegistry::Protection::DeleteRuleService#execute 523322:28:52 # Not yet implemented 523422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 523522:28:52 44) Gitlab::I18n::TranslationEntry 523622:28:52 # Not yet implemented 523722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 523822:28:52 45) FeatureFlags::UpdateService 523922:28:52 # Not yet implemented 524022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 524122:28:52 46) WebHooks::LogExecutionService 524222:28:52 # Not yet implemented 524322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 524422:28:52 47) Packages::Npm::MetadataCacheUploader 524522:28:52 # Not yet implemented 524622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 524722:28:52 48) Notes::PostProcessService 524822:28:52 # Not yet implemented 524922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 525022:28:52 49) Gitlab::Serializer::Pagination 525122:28:52 # Not yet implemented 525222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 525322:28:52 50) projects/commits/_commit.html.haml 525422:28:52 # Not yet implemented 525522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 525622:28:52 51) Gitlab::Metrics::GlobalSearchSlis 525722:28:52 # Not yet implemented 525822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 525922:28:52 52) Gitlab::Database::AsyncConstraints::PostgresAsyncConstraintValidation 526022:28:52 # Not yet implemented 526122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 526222:28:52 53) Lint factories for Gitlab::Database::AsyncConstraints::PostgresAsyncConstraintValidation 526322:28:52 # Not yet implemented 526422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 526522:28:52 54) Environments::AutoStopWorker 526622:28:52 # Not yet implemented 526722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 526822:28:52 55) FileMover 526922:28:52 # Not yet implemented 527022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 527122:28:52 56) Gitlab::Import::MergeRequestHelpers 527222:28:52 # Not yet implemented 527322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 527422:28:52 57) Admin::UserActionsHelper 527522:28:52 # Not yet implemented 527622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 527722:28:52 58) Integrations::Campfire 527822:28:52 # Not yet implemented 527922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 528022:28:52 59) Lint factories for Integrations::Campfire 528122:28:52 # Not yet implemented 528222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 528322:28:52 60) BranchRules::UpdateService 528422:28:52 # Not yet implemented 528522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 528622:28:52 61) Gitlab::GithubImport::Stage::ImportAttachmentsWorker 528722:28:52 # Not yet implemented 528822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 528922:28:52 62) Ci::DailyBuildGroupReportResultService#execute 529022:28:52 # Not yet implemented 529122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 529222:28:52 63) Ci::CreatePipelineService 529322:28:52 # Not yet implemented 529422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 529522:28:52 64) Gitlab::Analytics::CycleAnalytics::Aggregated::BaseQueryBuilder 529622:28:52 # Not yet implemented 529722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 529822:28:52 65) notify/change_in_merge_request_draft_status_email.html.haml 529922:28:52 # Not yet implemented 530022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 530122:28:52 66) Gitlab::Template::Finders::GlobalTemplateFinder 530222:28:52 # Not yet implemented 530322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 530422:28:52 67) Gitlab::Template::Finders::GlobalTemplateFinder.find with a prefixed template does not find the template without a prefix 530522:28:52 # Temporarily skipped with xit 530622:28:52 # ./spec/lib/gitlab/template/finders/global_template_finder_spec.rb:84 530722:28:52 68) Gitlab::Template::Finders::GlobalTemplateFinder.find with a prefixed template while listed as an exclusion does not find the template without a prefix 530822:28:52 # Temporarily skipped with xit 530922:28:52 # ./spec/lib/gitlab/template/finders/global_template_finder_spec.rb:111 531022:28:52 69) ProtectedBranches::UpdateService 531122:28:52 # Not yet implemented 531222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 531322:28:52 70) TriggerVariableEntity 531422:28:52 # Not yet implemented 531522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 531622:28:52 71) Gitlab::HookData::BaseBuilder 531722:28:52 # Not yet implemented 531822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 531922:28:52 72) Milestones::UpdateService 532022:28:52 # Not yet implemented 532122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 532222:28:52 73) X509CertificateCredentialsValidator 532322:28:52 # Not yet implemented 532422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 532522:28:52 74) Gitlab::Cleanup::OrphanJobArtifactFiles 532622:28:52 # Not yet implemented 532722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 532822:28:52 75) Resolvers::Ci::Catalog::ResourceResolver 532922:28:52 # Not yet implemented 533022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 533122:28:52 76) Users::AutoBanService 533222:28:52 # Not yet implemented 533322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 533422:28:52 77) DataTransfer::ProjectDataTransferFinder 533522:28:52 # Not yet implemented 533622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 533722:28:52 78) Gitlab::BitbucketServerImport::ImportPullRequestNotesWorker 533822:28:52 # Not yet implemented 533922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 534022:28:52 79) Gitlab::Verify::CiSecureFiles 534122:28:52 # Not yet implemented 534222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 534322:28:52 80) AuthorizedProjectUpdate::ProjectRecalculateService#execute 534422:28:52 # Not yet implemented 534522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 534622:28:52 81) Gitlab::Identifier 534722:28:52 # Not yet implemented 534822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 534922:28:52 82) Resolvers::DesignManagement::Version::DesignsAtVersionResolver 535022:28:52 # Not yet implemented 535122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 535222:28:52 83) NumbersHelper 535322:28:52 # Not yet implemented 535422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 535522:28:52 84) Database::PreventCrossJoins 535622:28:52 # Not yet implemented 535722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 535822:28:52 85) Clusters::Agents::Authorizations::UserAccess::Scopes 535922:28:52 # Not yet implemented 536022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 536122:28:52 86) Gitlab::Auth::Saml::AuthHash 536222:28:52 # Not yet implemented 536322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 536422:28:52 87) Mutations::CustomerRelations::Organizations::Update 536522:28:52 # Not yet implemented 536622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 536722:28:52 88) Resolvers::Kas::AgentConnectionsResolver 536822:28:52 # Not yet implemented 536922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 537022:28:52 89) MergeRequestReviewer 537122:28:52 # Not yet implemented 537222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 537322:28:52 90) Lint factories for MergeRequestReviewer 537422:28:52 # Not yet implemented 537522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 537622:28:52 91) Resolvers::IncidentManagement::TimelineEventsResolver 537722:28:52 # Not yet implemented 537822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 537922:28:52 92) MergeRequestUserMention 538022:28:52 # Not yet implemented 538122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 538222:28:52 93) Integrations::ChatMessage::WikiPageMessage 538322:28:52 # Not yet implemented 538422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 538522:28:52 94) Types::CurrentUserTodos 538622:28:52 # Not yet implemented 538722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 538822:28:52 95) Gitlab::UUID 538922:28:52 # Not yet implemented 539022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 539122:28:52 96) Gitlab::Database::AsyncIndexes 539222:28:52 # Not yet implemented 539322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 539422:28:52 97) VersionCheck 539522:28:52 # Not yet implemented 539622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 539722:28:52 98) Gitlab::SubmoduleLinks 539822:28:52 # Not yet implemented 539922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 540022:28:52 99) MergeRequests::Mergeability::CheckConflictStatusService 540122:28:52 # Not yet implemented 540222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 540322:28:52 100) Projects::CiFeatureUsage 540422:28:52 # Not yet implemented 540522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 540622:28:52 101) Lint factories for Projects::CiFeatureUsage 540722:28:52 # Not yet implemented 540822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 540922:28:52 102) Ci::GroupVariablesFinder 541022:28:52 # Not yet implemented 541122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 541222:28:52 103) Gitlab::Database::Partitioning::ReplaceTable#perform 541322:28:52 # Not yet implemented 541422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 541522:28:52 104) PropagateIntegrationInheritWorker 541622:28:52 # Not yet implemented 541722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 541822:28:52 105) Gitlab::Graphql::Authorize::AuthorizeResource 541922:28:52 # Not yet implemented 542022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 542122:28:52 106) Sidebars::Admin::Menus::MessagesMenu 542222:28:52 # Not yet implemented 542322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 542422:28:52 107) Gitlab::GitalyClient::CleanupService 542522:28:52 # Not yet implemented 542622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 542722:28:52 108) Mutations::CustomerRelations::Organizations::Create 542822:28:52 # Not yet implemented 542922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 543022:28:52 109) Packages::MarkPackageForDestructionService 543122:28:52 # Not yet implemented 543222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 543322:28:52 110) ContainerRegistry::Registry 543422:28:52 # Not yet implemented 543522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 543622:28:52 111) Gitlab::Ci::Reports::TestReportSummary 543722:28:52 # Not yet implemented 543822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 543922:28:52 112) Gitlab::BitbucketServerImport::Importers::LfsObjectsImporter 544022:28:52 # Not yet implemented 544122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 544222:28:52 113) Namespaces::RandomizedSuffixPath 544322:28:52 # Not yet implemented 544422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 544522:28:52 114) Gitlab::ImportExport::HashUtil 544622:28:52 # Not yet implemented 544722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 544822:28:52 115) Types::ContainerRepositoryTagType 544922:28:52 # Not yet implemented 545022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 545122:28:52 116) Packages::Nuget::PackagesVersionsPresenter 545222:28:52 # Not yet implemented 545322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 545422:28:52 117) GroupExportWorker 545522:28:52 # Not yet implemented 545622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 545722:28:52 118) Clusters::Agents::Authorizations::CiAccess::ImplicitAuthorization 545822:28:52 # Not yet implemented 545922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 546022:28:52 119) IncidentManagement::IssuableEscalationStatuses::AfterUpdateService 546122:28:52 # Not yet implemented 546222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 546322:28:52 120) Gitlab::Ci::Config::Entry::Ports 546422:28:52 # Not yet implemented 546522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 546622:28:52 121) Projects::HashedStorage::MigrationService 546722:28:52 # Not yet implemented 546822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 546922:28:52 122) Gitlab::DependencyLinker::GodepsJsonLinker 547022:28:52 # Not yet implemented 547122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 547222:28:52 123) Ci::PipelineTriggers::CreateService 547322:28:52 # Not yet implemented 547422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 547522:28:52 124) Gitlab::ExternalAuthorization::Config 547622:28:52 # Not yet implemented 547722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 547822:28:52 125) RuboCop::Cop::Scalability::CronWorkerContext 547922:28:52 # Not yet implemented 548022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 548122:28:52 126) Boards::DestroyService 548222:28:52 # Not yet implemented 548322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 548422:28:52 127) Groups::AcceptingProjectTransfersFinder 548522:28:52 # Not yet implemented 548622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 548722:28:52 128) Projects::BatchOpenMergeRequestsCountService 548822:28:52 # Not yet implemented 548922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 549122:28:52 # Not yet implemented 549222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 549322:28:52 130) Lint factories for Shard 549422:28:52 # Not yet implemented 549522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 549622:28:52 131) ExpireBuildArtifactsWorker 549722:28:52 # Not yet implemented 549822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 549922:28:52 132) Gitlab::Import::NotifyUponDeath 550022:28:52 # Not yet implemented 550122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 550222:28:52 133) UserCanonicalEmail 550322:28:52 # Not yet implemented 550422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 550522:28:52 134) Lint factories for UserCanonicalEmail 550622:28:52 # Not yet implemented 550722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 550822:28:52 135) RuboCop::Cop::Migration::ChangeColumnNullOnHighTrafficTable 550922:28:52 # Not yet implemented 551022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 551122:28:52 136) Types::CommitSignatureInterface 551222:28:52 # Not yet implemented 551322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 551422:28:52 137) RuboCop::Cop::SidekiqRedisCall 551522:28:52 # Not yet implemented 551622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 551722:28:52 138) SchemaValidator 551822:28:52 # Not yet implemented 551922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 552022:28:52 139) Types::Ci::PipelineScheduleType 552122:28:52 # Not yet implemented 552222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 552322:28:52 140) RuboCop::Cop::Database::MultipleDatabases 552422:28:52 # Not yet implemented 552522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 552622:28:52 141) Environments::CanaryIngress::UpdateWorker 552722:28:52 # Not yet implemented 552822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 552922:28:52 142) BlobViewer::Gemspec 553022:28:52 # Not yet implemented 553122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 553222:28:52 143) GitHelper 553322:28:52 # Not yet implemented 553422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 553522:28:52 144) FutureDateValidator 553622:28:52 # Not yet implemented 553722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 553822:28:52 145) Gitlab::UsageDataCounters::JetBrainsPluginActivityUniqueCounter 553922:28:52 # Not yet implemented 554022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 554122:28:52 146) Ci::FreezePeriodPresenter 554222:28:52 # Not yet implemented 554322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 554422:28:52 147) Database config initializer 554522:28:52 # Not yet implemented 554622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 554722:28:52 148) Types::Ci::PipelineMergeRequestEventTypeEnum 554822:28:52 # Not yet implemented 554922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 555022:28:52 149) admin/sessions/two_factor.html.haml 555122:28:52 # Not yet implemented 555222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 555322:28:52 150) LooseForeignKeys::PartitionCleanerService 555422:28:52 # Not yet implemented 555522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 555622:28:52 151) Types::AlertManagement::HttpIntegrationType 555722:28:52 # Not yet implemented 555822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 555922:28:52 152) RuboCop::Cop::Gitlab::Json 556022:28:52 # Not yet implemented 556122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 556222:28:52 153) AverageReports 556322:28:52 # Not yet implemented 556422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 556522:28:52 154) Gitlab::Lazy 556622:28:52 # Not yet implemented 556722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 556822:28:52 155) ArtifactsHelper 556922:28:52 # Not yet implemented 557022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 557122:28:52 156) ActsAsTaggableOn::Tagging 557222:28:52 # Not yet implemented 557322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 557422:28:52 157) Gitlab::MergeRequests::Mergeability::RedisInterface 557522:28:52 # Not yet implemented 557622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 557722:28:52 158) API::Entities::BulkImports::ExportStatus 557822:28:52 # Not yet implemented 557922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 558022:28:52 159) FeedTokenHelper 558122:28:52 # Not yet implemented 558222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 558322:28:52 160) Types::DesignManagement::DesignCollectionCopyStateEnum 558422:28:52 # Not yet implemented 558522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 558622:28:52 161) Types::X509CertificateType 558722:28:52 # Not yet implemented 558822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 558922:28:52 162) Gitlab::GithubImport::Representation::ReplayEvent 559022:28:52 # Not yet implemented 559122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 559222:28:52 163) Types::WorkItems::Widgets::AssigneesInputType 559322:28:52 # Not yet implemented 559422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 559522:28:52 164) Organizations::GroupsController 559622:28:52 # Not yet implemented 559722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 559822:28:52 165) Types::LabelType 559922:28:52 # Not yet implemented 560022:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 560122:28:52 166) Gitlab::Serializer::Ci::Variables 560222:28:52 # Not yet implemented 560322:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 560422:28:52 167) Gitlab::Usage::Metrics::Instrumentations::CountCiRunnersInstanceTypeActiveOnlineMetric 560522:28:52 # Not yet implemented 560622:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 560722:28:52 168) Resolvers::AuditEvents::AuditEventDefinitionsResolver 560822:28:52 # Not yet implemented 560922:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 561022:28:52 169) Types::PermissionTypes::Ci::Runner 561122:28:52 # Not yet implemented 561222:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 561322:28:52 170) Ci::TriggerSerializer 561422:28:52 # Not yet implemented 561522:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 561622:28:52 171) Gitlab::NoCacheHeaders 561722:28:52 # Not yet implemented 561822:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 561922:28:52 172) #<Class:0x0000795cbf559c50> 562022:28:52 # Not yet implemented 562122:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 562222:28:52 173) Types::WorkItems::Widgets::HierarchyType 562322:28:52 # Not yet implemented 562422:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 562522:28:52 174) ProjectsFinder 562622:28:52 # Not yet implemented 562722:28:52 # ./spec/support/helpers/disable_namespace_organization_validation_helper.rb:24 562822:28:52Finished in 23 minutes 10 seconds (files took 1 minute 33.37 seconds to load) 562922:28:523694 examples, 0 failures, 174 pending 563022:28:52Randomized with seed 26240 563122:29:02[TEST PROF INFO] Time spent in factories: 10:20.763 (43.12% of total time) 563222:29:02RSpec exited with 0. 563322:29:02No examples to retry, congrats! 563522:29:03Running after script... 563622:29:03$ source scripts/utils.sh 563722:29:03$ bundle exec gem list gitlab_quality-test_tooling 563822:29:05gitlab_quality-test_tooling (1.32.1) 563922:29:05$ section_start "failed-test-issues" "Report test failures" # collapsed multi-line command 564222:29:05$ section_start "flaky-test-issues" "Report test flakiness" # collapsed multi-line command 564522:29:05$ section_start "slow-test-issues" "Report test slowness" # collapsed multi-line command 564822:29:05$ section_start "slow-test-merge-request-report-note" "Report test slowness in MR note" # collapsed multi-line command 565222:29:07$ section_start "knapsack-report-issues" "Report test files close to timing out" # collapsed multi-line command 565722:29:09$ tooling/bin/push_job_metrics || true 565822:29:10[job-metrics] Pushing job metrics file for the CI/CD job. 565922:29:10[job-metrics] Pushed 4 CI job metric entries to InfluxDB. 566122:29:10Not uploading cache ruby-gems-debian-bookworm-ruby-3.2.4-17 due to policy 566322:29:11Uploading artifacts... 566422:29:11auto_explain/: found 3 matching artifact files and directories 566522:29:11coverage/: found 5 matching artifact files and directories 566622:29:11crystalball/: found 2 matching artifact files and directories 566722:29:11WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 566822:29:11knapsack/: found 4 matching artifact files and directories 566922:29:11rspec/: found 16 matching artifact files and directories 567022:29:11WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 567122:29:11log/*.log: found 19 matching artifact files and directories 567322:29:11WARNING: Retrying... context=artifacts-uploader error=request redirected 567422:29:14Uploading artifacts as "archive" to coordinator... 201 Created id=7432319172 responseStatus=201 Created token=glcbt-66 567522:29:14Uploading artifacts... 567622:29:14rspec/rspec-*.xml: found 1 matching artifact files and directories 567822:29:14WARNING: Retrying... context=artifacts-uploader error=request redirected 567922:29:15Uploading artifacts as "junit" to coordinator... 201 Created id=7432319172 responseStatus=201 Created token=glcbt-66 568122:29:30Job succeeded