115:44:53 without packages 215:44:53 is expected to equal false 315:44:53 #package_already_taken? 415:44:53Job arguments to FlushCounterIncrementsWorker must be native JSON types, but :packages_size is a Symbol. 615:44:53To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 715:44:53 within the package project 815:44:53 package_name: "@test/bar", package_version: "1.2.3", expected_result: false 915:44:53 is expected to eq false 1015:44:53 package_name: "@test/bar", package_version: "5.5.5", expected_result: false 1115:44:53 is expected to eq false 1215:44:53 package_name: "@test/foo", package_version: "1.2.3", expected_result: false 1315:44:53 is expected to eq false 1415:44:53 package_name: "@test/foo", package_version: "5.5.5", expected_result: false 1515:44:54 is expected to eq false 1615:44:54 within a different project 1715:44:54 package_name: "@test/bar", package_version: "1.2.3", expected_result: false 1815:44:54 is expected to eq false 1915:44:54 package_name: "@test/bar", package_version: "5.5.5", expected_result: false 2015:44:54 is expected to eq false 2115:44:54 package_name: "@test/foo", package_version: "1.2.3", expected_result: true 2215:44:54 is expected to eq true 2315:44:54 package_name: "@test/foo", package_version: "5.5.5", expected_result: false 2415:44:54 is expected to eq false 2515:44:54 for a different package type 2715:44:54 with a pending_destruction package 2815:44:54 package_name: "@test/bar", package_version: "1.2.3", expected_result: false 2915:44:54 is expected to eq false 3015:44:54 package_name: "@test/bar", package_version: "5.5.5", expected_result: false 3115:44:55 is expected to eq false 3215:44:55 package_name: "@test/foo", package_version: "1.2.3", expected_result: false 3315:44:55 is expected to eq false 3415:44:55 package_name: "@test/foo", package_version: "5.5.5", expected_result: false 3515:44:55 is expected to eq false 3615:44:55 #design_management_enabled? 3715:44:55 lfs_enabled: false, hashed_storage_enabled: false, expectation: false 3815:44:55 is expected to equal false 3915:44:55 lfs_enabled: true, hashed_storage_enabled: false, expectation: false 4015:44:55 is expected to equal false 4115:44:55 lfs_enabled: false, hashed_storage_enabled: true, expectation: false 4215:44:55 is expected to equal false 4315:44:55 lfs_enabled: true, hashed_storage_enabled: true, expectation: true 4415:44:55 is expected to equal true 4515:44:55 #parent_loaded? 4615:44:56 is false when the parent is not loaded 4715:44:56 is true when the parent is loaded 4915:44:57 is expected to contain exactly #<User id:418 @user404> 5015:44:57 is expected not to include #<User id:419 @user405> 5115:44:57 #enabled_group_deploy_keys 5215:44:57 when a project does not have a group 5315:44:57 is expected to be empty 5415:44:57 when a project has a parent group 5515:44:57 and this group has a group deploy key enabled 5615:44:58Job arguments to AuthorizedKeysWorker must be native JSON types, but :add_key is a Symbol. 5815:44:58To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 5915:44:58 is expected to contain exactly #<GroupDeployKey id: 1, user_id: 420, created_at: "2024-09-20 15:44:58.222122953 +0000", updated_at: ...8:55:73:3e:f8:52:03:30:46:49:20", fingerprint_sha256: "Z9jQDoOrFaHy5/oARAv/2FebPCY17gTUJAcUJf3R61s"> 6015:44:58 and this group has parent group which also has a group deploy key enabled 6115:44:58Job arguments to AuthorizedKeysWorker must be native JSON types, but :add_key is a Symbol. 6315:44:58To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 6415:44:59Job arguments to AuthorizedKeysWorker must be native JSON types, but :add_key is a Symbol. 6615:44:59To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 6715:44:59 returns both group deploy keys 6815:44:59# [RSpecRunTime] RSpec elapsed time: 11 minutes 6.42 seconds. Current RSS: ~1513M. Threads: 4. load average: 1.11 1.20 1.08 1/291 7303 7015:44:59 and another group has a group deploy key enabled 7115:44:59Job arguments to AuthorizedKeysWorker must be native JSON types, but :add_key is a Symbol. 7315:44:59To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 7415:45:00Job arguments to AuthorizedKeysWorker must be native JSON types, but :add_key is a Symbol. 7615:45:00To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 7715:45:00 does not return this group deploy key 7815:45:00 #default_branch_or_main 7915:45:01 returns default branch 8015:45:01 when default branch is nil 8115:45:02 returns Gitlab::DefaultBranch.value 8215:45:02# [RSpecRunTime] RSpec elapsed time: 11 minutes 9.01 seconds. Current RSS: ~1509M. Threads: 4. load average: 1.10 1.19 1.08 1/291 7366 8515:45:02 topic_list returns correct string array 8615:45:02 topics returns correct topic records 8815:45:03 set topics if only the order is changed 8915:45:03 does not persist topics before project is saved 9015:45:03 does not update topics if project is not valid 9115:45:03 does not add new topic if name is not unique (case insensitive) 9215:45:03 assigns slug value for new topics 9315:45:03 topic_list: ["topicA", "topicB"], expected_result: ["topicA", "topicB"] 9515:45:04# [RSpecRunTime] RSpec elapsed time: 11 minutes 11.11 seconds. Current RSS: ~1512M. Threads: 4. load average: 1.10 1.19 1.08 1/291 7367 9715:45:04 topic_list: ["topicB", "topicA"], expected_result: ["topicB", "topicA"] 9915:45:04 topic_list: [" topicC ", " topicD "], expected_result: ["topicC", "topicD"] 10115:45:04 topic_list: ["topicE", "topicF", "topicE"], expected_result: ["topicE", "topicF"] 10315:45:04 topic_list: ["topicE ", "topicF", " topicE"], expected_result: ["topicE", "topicF"] 10515:45:04 topic_list: "topicA, topicB", expected_result: ["topicA", "topicB"] 10715:45:05 topic_list: "topicB, topicA", expected_result: ["topicB", "topicA"] 10915:45:05 topic_list: " topicC , topicD ", expected_result: ["topicC", "topicD"] 11115:45:05 topic_list: "topicE, topicF, topicE", expected_result: ["topicE", "topicF"] 11315:45:05 topic_list: "topicE , topicF, topicE", expected_result: ["topicE", "topicF"] 11515:45:05 public topics counter 11615:45:05 initial_visibility: private, new_visibility: nil, new_topic_list: "t2, t3", expected_count_changes: [0, 0, 0] 11715:45:06 increments or decrements counters of topics 11815:45:06 initial_visibility: internal, new_visibility: nil, new_topic_list: "t2, t3", expected_count_changes: [-1, 0, 1] 11915:45:06 increments or decrements counters of topics 12015:45:06 initial_visibility: public, new_visibility: nil, new_topic_list: "t2, t3", expected_count_changes: [-1, 0, 1] 12115:45:06 increments or decrements counters of topics 12215:45:06 initial_visibility: private, new_visibility: public, new_topic_list: nil, expected_count_changes: [1, 1, 0] 12315:45:07 increments or decrements counters of topics 12415:45:07 initial_visibility: private, new_visibility: internal, new_topic_list: nil, expected_count_changes: [1, 1, 0] 12515:45:07 increments or decrements counters of topics 12615:45:07 initial_visibility: private, new_visibility: private, new_topic_list: nil, expected_count_changes: [0, 0, 0] 12715:45:07 increments or decrements counters of topics 12815:45:07 initial_visibility: internal, new_visibility: public, new_topic_list: nil, expected_count_changes: [0, 0, 0] 12915:45:08 increments or decrements counters of topics 13015:45:08 initial_visibility: internal, new_visibility: internal, new_topic_list: nil, expected_count_changes: [0, 0, 0] 13115:45:08 increments or decrements counters of topics 13215:45:08 initial_visibility: internal, new_visibility: private, new_topic_list: nil, expected_count_changes: [-1, -1, 0] 13315:45:08 increments or decrements counters of topics 13415:45:08 initial_visibility: public, new_visibility: public, new_topic_list: nil, expected_count_changes: [0, 0, 0] 13515:45:09 increments or decrements counters of topics 13615:45:09 initial_visibility: public, new_visibility: internal, new_topic_list: nil, expected_count_changes: [0, 0, 0] 13715:45:09 increments or decrements counters of topics 13815:45:09 initial_visibility: public, new_visibility: private, new_topic_list: nil, expected_count_changes: [-1, -1, 0] 13915:45:09 increments or decrements counters of topics 14015:45:09 initial_visibility: private, new_visibility: public, new_topic_list: "t2, t3", expected_count_changes: [0, 1, 1] 14115:45:10 increments or decrements counters of topics 14215:45:10 initial_visibility: private, new_visibility: internal, new_topic_list: "t2, t3", expected_count_changes: [0, 1, 1] 14315:45:10 increments or decrements counters of topics 14415:45:10 initial_visibility: private, new_visibility: private, new_topic_list: "t2, t3", expected_count_changes: [0, 0, 0] 14515:45:10 increments or decrements counters of topics 14615:45:10 initial_visibility: internal, new_visibility: public, new_topic_list: "t2, t3", expected_count_changes: [-1, 0, 1] 14715:45:11 increments or decrements counters of topics 14815:45:11 initial_visibility: internal, new_visibility: internal, new_topic_list: "t2, t3", expected_count_changes: [-1, 0, 1] 14915:45:11 increments or decrements counters of topics 15015:45:11 initial_visibility: internal, new_visibility: private, new_topic_list: "t2, t3", expected_count_changes: [-1, -1, 0] 15115:45:11 increments or decrements counters of topics 15215:45:11 initial_visibility: public, new_visibility: public, new_topic_list: "t2, t3", expected_count_changes: [-1, 0, 1] 15315:45:12 increments or decrements counters of topics 15415:45:12 initial_visibility: public, new_visibility: internal, new_topic_list: "t2, t3", expected_count_changes: [-1, 0, 1] 15515:45:12 increments or decrements counters of topics 15615:45:12 initial_visibility: public, new_visibility: private, new_topic_list: "t2, t3", expected_count_changes: [-1, -1, 0] 15715:45:12 increments or decrements counters of topics 15815:45:12 having the same topics for different organizations 15915:45:13 associate topics to the same organization as the project 16015:45:14# [RSpecRunTime] RSpec elapsed time: 11 minutes 20.94 seconds. Current RSS: ~1495M. Threads: 4. load average: 1.08 1.19 1.08 1/291 7368 16315:45:14 behaves like all_runners 16415:45:14 when shared runners are enabled for project 16515:45:15 returns a list with all runners 16615:45:15 when shared runners are disabled for project 16715:45:15 returns a list without shared runners 16815:45:15 when group runners are enabled for project 16915:45:15 returns a list with all runners 17015:45:15 when group runners are disabled for project 17115:45:15 returns a list without group runners 17215:45:15 #all_available_runners 17315:45:15 behaves like all_runners 17415:45:16 when shared runners are enabled for project 17515:45:16 returns a list with all runners 17615:45:16 when shared runners are disabled for project 17715:45:16 returns a list without shared runners 17815:45:16 when group runners are enabled for project 17915:45:17 returns a list with all runners 18015:45:17 when group runners are disabled for project 18115:45:17 returns a list without group runners 18215:45:17 #enforced_runner_token_expiration_interval and #effective_runner_token_expiration_interval 18315:45:17 when there is no interval 18415:45:17 behaves like no enforced expiration interval 18515:45:17 is expected to be nil 18615:45:17 behaves like no effective expiration interval 18715:45:17 is expected to be nil 18815:45:17 when there is a project interval 18915:45:17 behaves like no enforced expiration interval 19015:45:18 is expected to be nil 19115:45:18 behaves like effective expiration interval 19215:45:18 is expected to eq 3 days 19315:45:18 when there is a site-wide enforced shared interval 19415:45:18 behaves like no enforced expiration interval 19515:45:18 is expected to be nil 19615:45:18 behaves like no effective expiration interval 19715:45:18 is expected to be nil 19815:45:18 when there is a site-wide enforced group interval 19915:45:18 behaves like no enforced expiration interval 20015:45:18 is expected to be nil 20115:45:18 behaves like no effective expiration interval 20215:45:19 is expected to be nil 20315:45:19 when there is a site-wide enforced project interval 20415:45:19 behaves like enforced expiration interval 20515:45:19 is expected to eq 5 days 20615:45:19 behaves like effective expiration interval 20715:45:19 is expected to eq 5 days 20815:45:19 when there is a group-enforced group interval 20915:45:19 behaves like no enforced expiration interval 21015:45:19 is expected to be nil 21115:45:19 behaves like no effective expiration interval 21215:45:19 is expected to be nil 21315:45:20 when there is a group-enforced subgroup interval 21415:45:20 behaves like no enforced expiration interval 21515:45:20 is expected to be nil 21615:45:20 behaves like no effective expiration interval 21715:45:20 is expected to be nil 21815:45:20 when there is an owner group-enforced project interval 21915:45:20 behaves like enforced expiration interval 22015:45:21 is expected to eq 4 days 22115:45:21 behaves like effective expiration interval 22215:45:21 is expected to eq 4 days 22315:45:21 when there is a grandparent group-enforced interval 22415:45:21 behaves like enforced expiration interval 22515:45:21 is expected to eq 3 days 22615:45:21 behaves like effective expiration interval 22715:45:21 is expected to eq 3 days 22815:45:21 when there is a parent group-enforced interval overridden by group-enforced interval 22915:45:22 behaves like enforced expiration interval 23015:45:22 is expected to eq 4 days 23115:45:22 behaves like effective expiration interval 23215:45:22 is expected to eq 4 days 23315:45:22 when site-wide enforced interval overrides project interval 23415:45:22 behaves like enforced expiration interval 23515:45:22 is expected to eq 3 days 23615:45:22 behaves like effective expiration interval 23715:45:22 is expected to eq 3 days 23815:45:22 when project interval overrides site-wide enforced interval 23915:45:23 has human-readable expiration intervals 24015:45:23 behaves like enforced expiration interval 24115:45:23 is expected to eq 5 days 24215:45:23 behaves like effective expiration interval 24315:45:23 is expected to eq 4 days 24415:45:23 when site-wide enforced interval overrides group-enforced interval 24515:45:23 behaves like enforced expiration interval 24615:45:24 is expected to eq 3 days 24715:45:24 behaves like effective expiration interval 24815:45:24 is expected to eq 3 days 24915:45:24 when group-enforced interval overrides site-wide enforced interval 25015:45:24 behaves like enforced expiration interval 25115:45:24 is expected to eq 4 days 25215:45:24 behaves like effective expiration interval 25315:45:24 is expected to eq 4 days 25415:45:24 when group-enforced interval overrides project interval 25515:45:25 behaves like enforced expiration interval 25615:45:25 is expected to eq 3 days 25715:45:25 behaves like effective expiration interval 25815:45:25 is expected to eq 3 days 25915:45:25 when project interval overrides group-enforced interval 26015:45:25 behaves like enforced expiration interval 26115:45:25 is expected to eq 5 days 26215:45:25 behaves like effective expiration interval 26315:45:25 is expected to eq 4 days 26415:45:25 when there is an enforced project interval in an unrelated group 26515:45:26 behaves like no enforced expiration interval 26615:45:26 is expected to be nil 26715:45:26 behaves like no effective expiration interval 26815:45:26 is expected to be nil 26915:45:26 when there is an enforced project interval in a subgroup 27015:45:26 behaves like no enforced expiration interval 27115:45:26 is expected to be nil 27215:45:26 behaves like no effective expiration interval 27315:45:27 is expected to be nil 27415:45:27 behaves like it has loose foreign keys 27515:45:27 has at least one loose foreign key definition 27615:45:27 has the deletion trigger present 27715:45:27 records record deletions 27815:45:34 cleans up record deletions 27915:45:34# [RSpecRunTime] RSpec elapsed time: 11 minutes 41.75 seconds. Current RSS: ~1469M. Threads: 4. load average: 1.06 1.17 1.08 1/291 7369 28115:45:34 Projects::SyncEvent 28215:45:35 when creating the project 28315:45:36 creates a projects_sync_event record 28415:45:36 enqueues ProcessProjectSyncEventsWorker 28515:45:37# [RSpecRunTime] RSpec elapsed time: 11 minutes 43.94 seconds. Current RSS: ~1465M. Threads: 4. load average: 1.05 1.17 1.08 1/291 7370 28715:45:37 when updating project namespace_id 28815:45:37 creates a projects_sync_event record 28915:45:38 enqueues ProcessProjectSyncEventsWorker 29015:45:38# [RSpecRunTime] RSpec elapsed time: 11 minutes 45.3 seconds. Current RSS: ~1473M. Threads: 4. load average: 1.05 1.17 1.08 1/291 7371 29215:45:38 when updating project other attribute 29315:45:39 creates a projects_sync_event record 29415:45:39 in the same transaction 29515:45:39 when updating different namespace_id 29615:45:39 creates two projects_sync_event records 29715:45:39 when updating the same namespace_id 29815:45:40 creates one projects_sync_event record 30015:45:41 lists projects that are not hidden 30115:45:41 #pending_delete_or_hidden? 30215:45:41 pending_delete: true, hidden: false, expected_result: true 30315:45:41 returns true if project is pending delete or hidden 30415:45:41 pending_delete: true, hidden: true, expected_result: true 30515:45:41 returns true if project is pending delete or hidden 30615:45:41 pending_delete: false, hidden: true, expected_result: true 30715:45:42 returns true if project is pending delete or hidden 30815:45:42 pending_delete: false, hidden: false, expected_result: false 30915:45:42 returns true if project is pending delete or hidden 31015:45:42 #work_items_feature_flag_enabled? 31115:45:42 behaves like checks parent group and self feature flag 31215:45:42 behaves like checks parent group feature flag 31315:45:42 when feature flag is disabled globally 31415:45:42 is expected to be falsey 31515:45:42 when feature flag is enabled globally 31615:45:42 is expected to be truthy 31715:45:42 when feature flag is enabled for the root group 31815:45:42 is expected to be truthy 31915:45:42 when feature flag is enabled for the group 32015:45:43 is expected to be truthy 32115:45:43 when feature flag is enabled for the project 32215:45:43 when project belongs to a group 32315:45:43 is expected to be truthy 32415:45:43 when project does not belong to a group 32515:45:43 is expected to be truthy 32615:45:43 #glql_integration_feature_flag_enabled? 32715:45:44 behaves like checks parent group and self feature flag 32815:45:44 behaves like checks parent group feature flag 32915:45:44 when feature flag is disabled globally 33015:45:44 is expected to be falsey 33115:45:44 when feature flag is enabled globally 33215:45:44 is expected to be truthy 33315:45:44 when feature flag is enabled for the root group 33415:45:44 is expected to be truthy 33515:45:44 when feature flag is enabled for the group 33615:45:44 is expected to be truthy 33715:45:44 when feature flag is enabled for the project 33815:45:44 when project belongs to a group 33915:45:44 is expected to be truthy 34015:45:44 when project does not belong to a group 34115:45:45 is expected to be truthy 34215:45:45 #work_items_beta_feature_flag_enabled? 34315:45:45 behaves like checks parent group feature flag 34415:45:45 when feature flag is disabled globally 34515:45:45 is expected to be falsey 34615:45:45 when feature flag is enabled globally 34715:45:45 is expected to be truthy 34815:45:45 when feature flag is enabled for the root group 34915:45:46 is expected to be truthy 35015:45:46 when feature flag is enabled for the group 35115:45:46 is expected to be truthy 35215:45:46 #work_items_alpha_feature_flag_enabled? 35315:45:46 behaves like checks parent group feature flag 35415:45:46 when feature flag is disabled globally 35515:45:46 is expected to be falsey 35615:45:46 when feature flag is enabled globally 35715:45:46 is expected to be truthy 35815:45:46 when feature flag is enabled for the root group 35915:45:46 is expected to be truthy 36015:45:46 when feature flag is enabled for the group 36115:45:46 is expected to be truthy 36215:45:46 serialization 36315:45:46 behaves like blocks unsafe serialization 36415:45:47 blocks as_json 36515:45:47 blocks to_json 36615:45:47 #enqueue_record_project_target_platforms 36715:45:47 enqueues a Projects::RecordTargetPlatformsWorker 36815:45:47 when not in gitlab.com 36915:45:47 behaves like does not enqueue a Projects::RecordTargetPlatformsWorker 37015:45:47 does not enqueue a Projects::RecordTargetPlatformsWorker 37215:45:47 behaves like returns true if project is inactive 37315:45:47 storage_size: 1048576, last_activity_at: Tue, 20 Aug 2024 15:33:49.951063629 UTC +00:00, expected_result: false 37415:45:48 returns expected result 37515:45:48 storage_size: 1048576, last_activity_at: Mon, 20 Sep 2021 15:33:49.951545949 UTC +00:00, expected_result: false 37615:45:48 returns expected result 37715:45:48 storage_size: 8388608, last_activity_at: Tue, 20 Aug 2024 15:33:49.951819739 UTC +00:00, expected_result: false 37815:45:48 returns expected result 37915:45:48 storage_size: 8388608, last_activity_at: Mon, 20 Sep 2021 15:33:49.952013069 UTC +00:00, expected_result: true 38015:45:48 returns expected result 38215:45:50 returns projects that are inactive 38315:45:50# [RSpecRunTime] RSpec elapsed time: 11 minutes 56.95 seconds. Current RSS: ~1527M. Threads: 4. load average: 1.04 1.16 1.08 1/291 7372 38515:45:50 #refreshing_build_artifacts_size? 38615:45:50 when project has no existing refresh record 38715:45:50 is expected to be falsey 38815:45:50 when project has existing refresh record 38915:45:50 and refresh has not yet started 39015:45:50 is expected to eq false 39115:45:50 and refresh has started 39215:45:50 is expected to eq true 39315:45:50 #group_group_links 39415:45:50 with group project 39515:45:51 returns group links of group 39615:45:51 with personal project 39815:45:51 #security_training_available? 39915:45:51 returns false 40015:45:51 #packages_policy_subject 40115:45:51 returns wrapper 40215:45:51 #destroy_deployment_by_id 40315:45:54 will call fast_destroy_all on a specific deployment by id 40415:45:54# [RSpecRunTime] RSpec elapsed time: 12 minutes 1.84 seconds. Current RSS: ~1536M. Threads: 4. load average: 1.04 1.16 1.08 1/295 7529 40615:45:54 #can_create_custom_domains? 40715:45:55 when max custom domain setting is set to 0 40815:45:55 is expected to equal true 40915:45:55 when max custom domain setting is not set to 0 41015:45:56 is expected to equal false 41115:45:56 #can_suggest_reviewers? 41215:45:56 is expected to equal false 41315:45:56 #suggested_reviewers_available? 41415:45:56 is expected to equal false 41515:45:56 .cascading_with_parent_namespace 41615:45:57 behaves like cascading settings 41715:45:57 return self value when no parent 41815:45:58 return self value when unlocked 41915:45:58 still return self value when locked subgroup 42015:45:58 still return unlocked value when locked group 42115:45:58# [RSpecRunTime] RSpec elapsed time: 12 minutes 5.65 seconds. Current RSS: ~1523M. Threads: 4. load average: 1.04 1.16 1.08 1/295 7530 42315:45:58 behaves like cascading settings 42415:45:59 return self value when no parent 42515:45:59 return self value when unlocked 42615:45:59 still return self value when locked subgroup 42715:45:59 still return unlocked value when locked group 42815:45:59# [RSpecRunTime] RSpec elapsed time: 12 minutes 6.81 seconds. Current RSS: ~1510M. Threads: 4. load average: 1.04 1.16 1.08 1/295 7531 43015:45:59 behaves like cascading settings 43115:46:00 return self value when no parent 43215:46:00 return self value when unlocked 43315:46:00 still return self value when locked subgroup 43415:46:01 still return unlocked value when locked group 43515:46:01# [RSpecRunTime] RSpec elapsed time: 12 minutes 8.01 seconds. Current RSS: ~1515M. Threads: 4. load average: 1.03 1.15 1.08 1/295 7532 43815:46:01 is expected to be falsey 43915:46:01 is expected to be truthy 44015:46:01 #resolve_outdated_diff_discussions 44115:46:01 is expected to be falsey 44215:46:01 when set explicitly 44315:46:01 is expected to be truthy 44415:46:01 #only_allow_merge_if_all_discussions_are_resolved 44515:46:01 is expected to be falsey 44615:46:01 when set explicitly 44715:46:01 is expected to be truthy 44815:46:01 #remove_source_branch_after_merge 44915:46:01 is expected to be truthy 45015:46:01 when set explicitly 45115:46:01 is expected to be falsey 45215:46:01 .is_importing 45315:46:03 returns projects that have import in progress 45415:46:03# [RSpecRunTime] RSpec elapsed time: 12 minutes 10.14 seconds. Current RSS: ~1528M. Threads: 4. load average: 1.03 1.15 1.08 1/295 7533 45615:46:03 .without_created_and_owned_by_banned_user 45715:46:03 when project creator is not banned 45815:46:04 includes the project 45915:46:04 when project creator is banned 46015:46:04Job arguments to ElasticAssociationIndexerWorker must be native JSON types, but :issues is a Symbol. 46215:46:04To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 46315:46:04 when project creator is also an owner 46415:46:04 excludes the project 46515:46:04 when project creator is not an owner 46615:46:04 includes the project 46715:46:04 #created_and_owned_by_banned_user? 46815:46:04 when creator is banned 46915:46:04Job arguments to ElasticAssociationIndexerWorker must be native JSON types, but :issues is a Symbol. 47115:46:04To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 47215:46:05 is expected to eq false 47315:46:05 when creator is an owner 47415:46:05 is expected to eq true 47515:46:05 when creator is not banned 47615:46:05 is expected to eq false 47715:46:05 when there is no creator 47815:46:05 is expected to eq false 47915:46:05 behaves like something that has web-hooks 48015:46:06 #any_hook_failed? 48115:46:06 when there are no hooks 48215:46:06 is expected to eq false 48315:46:06 when there are hooks 48415:46:06 is expected to eq false 48515:46:06 when there is a failed hook 48615:46:07 is expected to eq true 48715:46:07 #cache_web_hook_failure 48815:46:07 when no value is passed 48915:46:07 stores the return value of #any_hook_failed? and passes it back 49015:46:07 when a value is passed 49115:46:07 stores the value and passes it back 49215:46:07 #get_web_hook_failure 49315:46:07 when no value is stored 49415:46:07 is expected to be nil 49515:46:07 when stored as true 49615:46:07 is expected to eq true 49715:46:07 when stored as false 49815:46:07 is expected to eq false 49915:46:07 #fetch_web_hook_failure 50015:46:07 when a value has not been stored 50115:46:07 calls #any_hook_failed? 50215:46:07 when a value has been stored 50315:46:08 does not call #any_hook_failed? 50415:46:08 deprecated project attributes 50515:46:08 project_attr: :wiki_enabled, project_method: :wiki_enabled?, project_feature_attr: :wiki_access_level 50615:46:08 delegates the attributes to project feature 50715:46:08 sets the default value 50815:46:08 project_attr: :builds_enabled, project_method: :builds_enabled?, project_feature_attr: :builds_access_level 50915:46:08 delegates the attributes to project feature 51015:46:08 sets the default value 51115:46:08 project_attr: :merge_requests_enabled, project_method: :merge_requests_enabled?, project_feature_attr: :merge_requests_access_level 51215:46:08 delegates the attributes to project feature 51315:46:08 sets the default value 51415:46:08 project_attr: :issues_enabled, project_method: :issues_enabled?, project_feature_attr: :issues_access_level 51515:46:08 delegates the attributes to project feature 51615:46:08 sets the default value 51715:46:08 project_attr: :snippets_enabled, project_method: :snippets_enabled?, project_feature_attr: :snippets_access_level 51815:46:08 delegates the attributes to project feature 51915:46:08 sets the default value 52015:46:08 #repository_object_format 52115:46:09 when project without a repository 52215:46:09 is expected to be nil 52315:46:09 when project with sha1 repository 52415:46:09 is expected to eq "sha1" 52515:46:09 when project with sha256 repository 52615:46:09 is expected to eq "sha256" 52715:46:09 #supports_lock_on_merge? 52815:46:09 behaves like checks self (project) and root ancestor feature flag 52915:46:10 when FF is enabled for the root group 53015:46:10 is expected to be truthy 53115:46:10 when FF is enabled for the group 53215:46:10 is expected to be truthy 53315:46:10 when FF is enabled for the project 53415:46:10 is expected to be truthy 53515:46:10 when FF is disabled globally 53615:46:10 is expected to be falsey 53715:46:10 when FF is enabled globally 53815:46:10 is expected to be truthy 53915:46:10 with loose foreign key on organization_id 54015:46:10 behaves like cleanup by a loose foreign key 54115:46:12 cleans up (delete or nullify) the model 54215:46:12# [RSpecRunTime] RSpec elapsed time: 12 minutes 19.03 seconds. Current RSS: ~1563M. Threads: 4. load average: 1.10 1.17 1.08 1/291 7534 54415:46:12 catalog resource process sync events worker 54515:46:12 when the project has a catalog resource 54615:46:12 when project name is updated 54715:46:12 enqueues Ci::Catalog::Resources::ProcessSyncEventsWorker 54815:46:12 when project description is updated 54915:46:12 enqueues Ci::Catalog::Resources::ProcessSyncEventsWorker 55015:46:12 when project visibility_level is updated 55115:46:13 enqueues Ci::Catalog::Resources::ProcessSyncEventsWorker 55215:46:13 when neither the project name, description, nor visibility_level are updated 55315:46:13 does not enqueue Ci::Catalog::Resources::ProcessSyncEventsWorker 55415:46:13 when the project does not have a catalog resource 55515:46:13 does not enqueue Ci::Catalog::Resources::ProcessSyncEventsWorker 55615:46:13 #allows_multiple_merge_request_assignees? 55715:46:13 is expected to eq false 55815:46:13 #allows_multiple_merge_request_reviewers? 55915:46:14 is expected to eq false 56015:46:14 #on_demand_dast_available? 56115:46:14 is expected to be falsy 56215:46:14 with loose foreign key on projects.creator_id 56315:46:14 behaves like cleanup by a loose foreign key 56415:46:18 cleans up (delete or nullify) the model 56515:46:18# [RSpecRunTime] RSpec elapsed time: 12 minutes 25.27 seconds. Current RSS: ~1523M. Threads: 4. load average: 1.09 1.16 1.08 1/291 7535 56715:46:18 #parent_groups 56815:46:18 when project has parent groups 56915:46:19 builds an groups path 57015:46:19 when project does not have a parent group 57115:46:19 builds an empty path 57215:46:19 .by_project_namespace 57315:46:19 returns project 57415:46:19 when using ID 57515:46:19 returns project 57615:46:19 when using non-existent-id 57715:46:19 returns nothing 57815:46:19 #supports_saved_replies? 57915:46:20 is expected to eq false 58015:46:20 #merge_trains_enabled? 58115:46:20 is expected to eq false 58215:46:20 #lfs_file_locks_changed_epoch 58315:46:20 returns a cached epoch value in milliseconds 58415:46:20 #refresh_lfs_file_locks_changed_epoch 58515:46:20 refreshes the cache and returns the new epoch value 58615:46:20 .by_any_traversal_id_overlap 58715:46:21 returns projects that contain any overlap with the provided traversal_ids array 58815:46:22# [RSpecRunTime] Finishing example group spec/models/project_spec.rb. It took 12 minutes 21.92 seconds. Expected to take 19 minutes 38.89 seconds. 58915:46:22# [RSpecRunTime] Starting example group spec/scripts/internal_events/cli_spec.rb. Expected to take 1 minute 5.7 seconds. 59115:46:22 when window size is unavailable 59215:46:22 behaves like creates the right definition files 59315:46:22 in scenario: Terminal size does not prevent file creation 59415:46:22 when creating new metrics 59515:46:22 behaves like creates the right definition files 59615:46:23tput: No value for $TERM and no -T specified 59715:46:24 in scenario: Create a weekly/monthly metric for a single event 59815:46:24# [RSpecRunTime] RSpec elapsed time: 12 minutes 31.37 seconds. Current RSS: ~1566M. Threads: 4. load average: 1.09 1.16 1.08 1/292 7538 60015:46:24 behaves like creates the right definition files 60115:46:24tput: No value for $TERM and no -T specified 60215:46:25 in scenario: Create a weekly/monthly metric for a multiple events, but select only one event 60315:46:25# [RSpecRunTime] RSpec elapsed time: 12 minutes 32.8 seconds. Current RSS: ~1601M. Threads: 4. load average: 1.08 1.16 1.08 1/292 7540 60515:46:25 behaves like creates the right definition files 60615:46:26tput: No value for $TERM and no -T specified 60715:46:27 in scenario: Create a weekly/monthly metric for multiple events 60815:46:27# [RSpecRunTime] RSpec elapsed time: 12 minutes 34.14 seconds. Current RSS: ~1619M. Threads: 4. load average: 1.08 1.16 1.08 1/292 7542 61015:46:27 behaves like creates the right definition files 61115:46:27tput: No value for $TERM and no -T specified 61215:46:28 in scenario: Create an all time total metric for a single event 61315:46:28# [RSpecRunTime] RSpec elapsed time: 12 minutes 35.43 seconds. Current RSS: ~1628M. Threads: 4. load average: 1.08 1.16 1.08 1/292 7544 61515:46:28 behaves like creates the right definition files 61615:46:28 in scenario: Try to create a database metric 61715:46:28 behaves like creates the right definition files 61815:46:29tput: No value for $TERM and no -T specified 61915:46:29 in scenario: Create an all time total metric for a single event, and confirm each attribute copied from event 62015:46:30# [RSpecRunTime] RSpec elapsed time: 12 minutes 36.89 seconds. Current RSS: ~1619M. Threads: 4. load average: 1.08 1.16 1.08 1/292 7546 62215:46:30 behaves like creates the right definition files 62315:46:30tput: No value for $TERM and no -T specified 62415:46:31 in scenario: Create a metric after helping the user figure out next steps 62515:46:31# [RSpecRunTime] RSpec elapsed time: 12 minutes 38.15 seconds. Current RSS: ~1621M. Threads: 4. load average: 1.07 1.15 1.08 1/292 7548 62715:46:31 behaves like creates the right definition files 62815:46:31tput: No value for $TERM and no -T specified 62915:46:33 in scenario: Create a metric and then another metric with copied events 63015:46:33# [RSpecRunTime] RSpec elapsed time: 12 minutes 40.39 seconds. Current RSS: ~1609M. Threads: 4. load average: 1.07 1.15 1.08 1/292 7550 63215:46:33 behaves like creates the right definition files 63315:46:33tput: No value for $TERM and no -T specified 63415:46:34tput: No value for $TERM and no -T specified 63515:46:35 in scenario: Create a metric and then another metric with different events 63615:46:35# [RSpecRunTime] RSpec elapsed time: 12 minutes 42.75 seconds. Current RSS: ~1614M. Threads: 4. load average: 1.07 1.15 1.08 1/292 7553 63815:46:35 behaves like creates the right definition files 63915:46:36tput: No value for $TERM and no -T specified 64015:46:38 in scenario: Creates a metric and then an event 64115:46:38# [RSpecRunTime] RSpec elapsed time: 12 minutes 45.05 seconds. Current RSS: ~1624M. Threads: 4. load average: 1.07 1.15 1.08 1/292 7555 64315:46:38 behaves like creates the right definition files 64415:46:38tput: No value for $TERM and no -T specified 64515:46:39 in scenario: User overwrites metric that already exists 64615:46:39# [RSpecRunTime] RSpec elapsed time: 12 minutes 46.37 seconds. Current RSS: ~1629M. Threads: 4. load average: 1.07 1.15 1.08 1/292 7557 64815:46:39 behaves like creates the right definition files 64915:46:39tput: No value for $TERM and no -T specified 65015:46:40 in scenario: User opts not to overwrite metric that already exists 65115:46:40# [RSpecRunTime] RSpec elapsed time: 12 minutes 47.67 seconds. Current RSS: ~1630M. Threads: 4. load average: 1.06 1.15 1.08 1/292 7559 65315:46:40 behaves like creates the right definition files 65415:46:41tput: No value for $TERM and no -T specified 65515:46:42 in scenario: Create weekly/monthly metrics for a single event, filtering on multiple values for one property and skipping another property completely 65615:46:42# [RSpecRunTime] RSpec elapsed time: 12 minutes 48.96 seconds. Current RSS: ~1633M. Threads: 4. load average: 1.06 1.15 1.08 1/292 7561 65815:46:42 behaves like creates the right definition files 65915:46:42tput: No value for $TERM and no -T specified 66015:46:43 in scenario: Create a weekly/monthly metric for a single event with all additional properties 66115:46:43# [RSpecRunTime] RSpec elapsed time: 12 minutes 50.32 seconds. Current RSS: ~1638M. Threads: 4. load average: 1.06 1.15 1.08 1/292 7563 66315:46:43 behaves like creates the right definition files 66415:46:43tput: No value for $TERM and no -T specified 66515:46:44 in scenario: Create a weekly/monthly metric for multiple events with and without additional properties 66615:46:44# [RSpecRunTime] RSpec elapsed time: 12 minutes 51.64 seconds. Current RSS: ~1635M. Threads: 4. load average: 1.06 1.15 1.08 1/292 7565 66815:46:44 behaves like creates the right definition files 66915:46:45tput: No value for $TERM and no -T specified 67015:46:46 in scenario: Creates metric under a user-provided name if the default is too long 67115:46:46# [RSpecRunTime] RSpec elapsed time: 12 minutes 52.95 seconds. Current RSS: ~1633M. Threads: 4. load average: 1.06 1.15 1.08 1/292 7567 67315:46:46 behaves like creates the right definition files 67415:46:46tput: No value for $TERM and no -T specified 67515:46:47 in scenario: Create weekly/monthly metrics for a single event unique by 'label' 67615:46:47# [RSpecRunTime] RSpec elapsed time: 12 minutes 54.25 seconds. Current RSS: ~1641M. Threads: 4. load average: 1.06 1.15 1.08 1/292 7569 67815:46:47 when creating a metric from multiple events 67915:46:47tput: No value for $TERM and no -T specified 68015:46:48 filters the product group options based on common section 68115:46:49tput: No value for $TERM and no -T specified 68215:46:49 filters the product group options based on common section & stage 68315:46:49# [RSpecRunTime] RSpec elapsed time: 12 minutes 56.86 seconds. Current RSS: ~1643M. Threads: 4. load average: 1.06 1.15 1.08 1/292 7572 68515:46:49 when product group for event no longer exists 68615:46:50tput: No value for $TERM and no -T specified 68715:46:51 prompts user to select another group 68815:46:51# [RSpecRunTime] RSpec elapsed time: 12 minutes 58.17 seconds. Current RSS: ~1641M. Threads: 4. load average: 1.05 1.14 1.08 1/292 7574 69015:46:51 when creating a metric for an event which has metrics 69115:46:51tput: No value for $TERM and no -T specified 69215:46:52 shows all metrics options 69315:46:52 with an existing weekly metric 69415:46:52tput: No value for $TERM and no -T specified 69515:46:53 partially filters metric options 69615:46:53# [RSpecRunTime] RSpec elapsed time: 13 minutes 0.86 second. Current RSS: ~1646M. Threads: 4. load average: 1.05 1.14 1.08 1/293 7577 69815:46:53 with an existing total metric 69915:46:54tput: No value for $TERM and no -T specified 70015:46:55 filters whole metric options 70115:46:55# [RSpecRunTime] RSpec elapsed time: 13 minutes 2.32 seconds. Current RSS: ~1642M. Threads: 4. load average: 1.05 1.14 1.08 1/292 7579 70315:46:55 when creating a metric for multiple events which have metrics 70415:46:55tput: No value for $TERM and no -T specified 70515:46:56 partially filters metric options 70615:46:56# [RSpecRunTime] RSpec elapsed time: 13 minutes 3.66 seconds. Current RSS: ~1632M. Threads: 4. load average: 1.05 1.14 1.08 1/292 7581 70815:46:56 when event excludes identifiers 70915:46:57tput: No value for $TERM and no -T specified 71015:46:58 filters unavailable identifiers 71115:46:58# [RSpecRunTime] RSpec elapsed time: 13 minutes 5.02 seconds. Current RSS: ~1610M. Threads: 4. load average: 1.05 1.14 1.08 1/292 7583 71315:46:58 when all metrics already exist 71415:46:58tput: No value for $TERM and no -T specified 71515:46:59 exits the script and directs user to search for existing metrics 71615:46:59# [RSpecRunTime] RSpec elapsed time: 13 minutes 6.33 seconds. Current RSS: ~1608M. Threads: 4. load average: 1.05 1.14 1.08 1/292 7585 71815:46:59 when additional properties are present 71915:46:59tput: No value for $TERM and no -T specified 72015:47:00 offers metrics to filter by or count unique additional props 72115:47:00 with multiple events 72215:47:01tput: No value for $TERM and no -T specified 72315:47:03 disables unique metrics without shared additional props, but allows filtered metrics 72415:47:03tput: No value for $TERM and no -T specified 72515:47:04 skips filter inputs for an unavailable property 72615:47:04# [RSpecRunTime] RSpec elapsed time: 13 minutes 11.32 seconds. Current RSS: ~1622M. Threads: 4. load average: 1.04 1.14 1.08 1/292 7589 72915:47:04 behaves like creates the right definition files 73015:47:04 in scenario: Creates a new event with product stage/section/group input manually 73115:47:04 behaves like creates the right definition files 73215:47:05tput: No value for $TERM and no -T specified 73315:47:05 in scenario: Creates a new metric with product stage/section/group input manually 73415:47:05# [RSpecRunTime] RSpec elapsed time: 13 minutes 12.78 seconds. Current RSS: ~1621M. Threads: 4. load average: 1.04 1.14 1.08 1/292 7591 73615:47:05 behaves like definition fixtures are valid 73815:47:06 when showing usage examples 73915:47:06 for an event with identifiers and metrics 74015:47:07 shows backend examples 74115:47:07# [RSpecRunTime] RSpec elapsed time: 13 minutes 14.13 seconds. Current RSS: ~1639M. Threads: 4. load average: 1.04 1.14 1.08 1/292 7592 74315:47:07 for an event without identifiers 74415:47:08 shows all examples 74515:47:08# [RSpecRunTime] RSpec elapsed time: 13 minutes 15.45 seconds. Current RSS: ~1644M. Threads: 4. load average: 1.04 1.14 1.08 1/292 7593 74715:47:08 when viewing examples for multiple events 74815:47:09 switches between events gracefully 74915:47:09 for an event with additional properties 75015:47:09 shows examples with additional properties included 75115:47:09 when user doesn't know what they're trying to do 75215:47:09 handles when user isn't trying to track product usage 75315:47:09 handles when product usage can't be tracked with events 75415:47:09 handles when user needs to add a new event 75515:47:09 handles when user needs to add a new metric 75615:47:09 when creating new events 75715:47:09 behaves like creates the right definition files 75815:47:10 in scenario: Creates a new event and flows directly into metric creation 75915:47:11# [RSpecRunTime] RSpec elapsed time: 13 minutes 17.81 seconds. Current RSS: ~1659M. Threads: 4. load average: 1.04 1.13 1.08 1/292 7594 76115:47:11 behaves like creates the right definition files 76215:47:11 in scenario: Requires description & action before continuing 76315:47:11 behaves like creates the right definition files 76415:47:11 in scenario: Does not allow existing events for action 76515:47:11 behaves like creates the right definition files 76615:47:11 in scenario: Creates a new event without identifiers 76715:47:11 behaves like creates the right definition files 76815:47:12 in scenario: Smashing the keyboard/return creates an event & metrics with the most common attributes, then shows usage 76915:47:12# [RSpecRunTime] RSpec elapsed time: 13 minutes 19.86 seconds. Current RSS: ~1665M. Threads: 4. load average: 1.04 1.13 1.08 1/292 7595 77115:47:12 behaves like creates the right definition files 77215:47:13 in scenario: Creates an event after helping the user figure out next steps 77315:47:13 behaves like creates the right definition files 77415:47:13 in scenario: Creates a new event and flows directly into usage examples 77515:47:13 behaves like creates the right definition files 77615:47:14 in scenario: Skips event creation, then saves event & flows directly into metric creation 77715:47:14# [RSpecRunTime] RSpec elapsed time: 13 minutes 21.54 seconds. Current RSS: ~1670M. Threads: 4. load average: 1.04 1.13 1.08 1/292 7596 77915:47:14 behaves like creates the right definition files 78015:47:14 in scenario: Creates a new event with an entirely valid output 78115:47:14 behaves like creates the right definition files 78215:47:15 in scenario: Creates a new event with some additional properties 78315:47:15 behaves like creates the right definition files 78415:47:15 in scenario: Creates two events 78515:47:15 behaves like creates the right definition files 78615:47:15 in scenario: Auto-proceeds to MR selection when event uses all additional properties 78715:47:15 behaves like creates the right definition files 78815:47:16 in scenario: Event with feature_enabled_by_namespace_ids identifier 78915:47:16 with invalid event name 79015:47:16 prompts user to select another name 79115:47:16 with a valid event name 79215:47:16 continues to the next step 79315:47:16 behaves like definition fixtures are valid 79515:47:16# [RSpecRunTime] Finishing example group spec/scripts/internal_events/cli_spec.rb. It took 53.98 seconds. Expected to take 1 minute 5.7 seconds. 79615:47:16# [RSpecRunTime] Starting example group spec/services/projects/update_repository_storage_service_spec.rb. Expected to take 57.35 seconds. 79715:47:16Projects::UpdateRepositoryStorageService 79915:47:16 without wiki and design repository 80015:47:16 when the move succeeds 80115:47:18 moves the repository to the new storage and unmarks the repository as read-only 80215:47:18# [RSpecRunTime] RSpec elapsed time: 13 minutes 25.64 seconds. Current RSS: ~1672M. Threads: 4. load average: 1.03 1.13 1.08 1/292 7701 80415:47:18 when touch raises an exception 80515:47:20 marks the storage move as failed and restores read-write access 80615:47:20# [RSpecRunTime] RSpec elapsed time: 13 minutes 27.09 seconds. Current RSS: ~1630M. Threads: 4. load average: 1.03 1.13 1.08 1/291 7742 80815:47:20 when the filesystems are the same 80915:47:21 updates the database without trying to move the repository 81015:47:21# [RSpecRunTime] RSpec elapsed time: 13 minutes 28.4 seconds. Current RSS: ~1583M. Threads: 4. load average: 0.95 1.11 1.07 1/291 7777 81215:47:21 when the move fails 81315:47:22 unmarks the repository as read-only without updating the repository storage 81415:47:22# [RSpecRunTime] RSpec elapsed time: 13 minutes 29.72 seconds. Current RSS: ~1564M. Threads: 4. load average: 0.95 1.11 1.07 1/291 7812 81615:47:22 when the cleanup fails 81715:47:24 sets the correct state 81815:47:24# [RSpecRunTime] RSpec elapsed time: 13 minutes 31.22 seconds. Current RSS: ~1527M. Threads: 4. load average: 0.95 1.11 1.07 1/291 7853 82015:47:24 when the checksum does not match 82115:47:25 unmarks the repository as read-only without updating the repository storage 82215:47:25# [RSpecRunTime] RSpec elapsed time: 13 minutes 32.57 seconds. Current RSS: ~1507M. Threads: 4. load average: 0.95 1.11 1.07 1/291 7892 82415:47:25 with repository pool 82515:47:25 when project had a repository pool 82615:47:28 creates a new repository pool and connects project to it 82715:47:28 when the object pool exists in the new shard but is disconnected 82815:47:28 with the root project 82915:47:30 connects project to it 83015:47:31# [RSpecRunTime] RSpec elapsed time: 13 minutes 37.92 seconds. Current RSS: ~1464M. Threads: 4. load average: 0.96 1.11 1.07 1/292 8215 83215:47:31 without the root project 83315:47:32 connects project to it 83415:47:32# [RSpecRunTime] RSpec elapsed time: 13 minutes 39.8 seconds. Current RSS: ~1465M. Threads: 4. load average: 0.96 1.11 1.07 1/292 8309 83615:47:32 when repository does not exist 83715:47:34 does not mirror object pool 83815:47:34# [RSpecRunTime] RSpec elapsed time: 13 minutes 41.78 seconds. Current RSS: ~1450M. Threads: 4. load average: 0.96 1.11 1.07 1/292 8397 84015:47:34 when project belongs to repository pool, but not as a root project 84115:47:38 creates a new repository pool and connects project to it 84215:47:38# [RSpecRunTime] RSpec elapsed time: 13 minutes 45.08 seconds. Current RSS: ~1439M. Threads: 4. load average: 0.96 1.11 1.07 1/292 8628 84415:47:38 when project belongs to the repository pool without a root project 84515:47:41 creates a new repository pool without a root project and connects project to it 84615:47:41# [RSpecRunTime] RSpec elapsed time: 13 minutes 48.42 seconds. Current RSS: ~1439M. Threads: 4. load average: 1.04 1.12 1.07 1/292 8859 84815:47:41 when object pool checksum does not match 84915:47:43 raises an error and removes the new object pool repository 85015:47:43# [RSpecRunTime] RSpec elapsed time: 13 minutes 50.35 seconds. Current RSS: ~1440M. Threads: 4. load average: 1.04 1.12 1.07 1/292 8948 85215:47:43 when the repository move is finished 85315:47:44 is idempotent 85415:47:44# [RSpecRunTime] RSpec elapsed time: 13 minutes 51.52 seconds. Current RSS: ~1442M. Threads: 4. load average: 1.04 1.12 1.07 2/292 8983 85615:47:44 when the repository move is failed 85715:47:45 is idempotent 85815:47:45# [RSpecRunTime] RSpec elapsed time: 13 minutes 52.71 seconds. Current RSS: ~1442M. Threads: 4. load average: 1.12 1.14 1.08 1/292 9018 86015:47:45 project with no repositories 86115:47:46 updates the database 86215:47:46 with wiki repository 86315:47:46 when the move succeeds 86415:47:48 moves the project and its wiki repository to the new storage and unmarks the repository as read-only 86515:47:48# [RSpecRunTime] RSpec elapsed time: 13 minutes 55.1 seconds. Current RSS: ~1448M. Threads: 4. load average: 1.12 1.14 1.08 1/292 9087 86715:47:48 when the filesystems are the same 86815:47:49 updates the database without trying to move the repostory 86915:47:49# [RSpecRunTime] RSpec elapsed time: 13 minutes 56.59 seconds. Current RSS: ~1449M. Threads: 4. load average: 1.12 1.14 1.08 1/292 9138 87115:47:49 when the move of the wiki repository fails 87215:47:51 unmarks the repository as read-only without updating the repository storage 87315:47:51# [RSpecRunTime] RSpec elapsed time: 13 minutes 58.16 seconds. Current RSS: ~1448M. Threads: 4. load average: 1.11 1.13 1.08 1/292 9193 87515:47:51 when the cleanup of the wiki repository fails 87615:47:52 sets the correct state 87715:47:52# [RSpecRunTime] RSpec elapsed time: 13 minutes 59.83 seconds. Current RSS: ~1456M. Threads: 4. load average: 1.11 1.13 1.08 1/292 9262 87915:47:52 when the checksum of the wiki repository does not match 88015:47:54 unmarks the repository as read-only without updating the repository storage 88115:47:54# [RSpecRunTime] RSpec elapsed time: 14 minutes 1.31 seconds. Current RSS: ~1454M. Threads: 4. load average: 1.11 1.13 1.08 1/292 9323 88315:47:54 with design repository 88415:47:54 when the move succeeds 88515:47:56 moves the project and its design repository to the new storage and unmarks the repository as read-only 88615:47:56# [RSpecRunTime] RSpec elapsed time: 14 minutes 2.96 seconds. Current RSS: ~1454M. Threads: 4. load average: 1.18 1.15 1.08 1/292 9392 88815:47:56 when the filesystems are the same 88915:47:57 updates the database without trying to move the repostory 89015:47:57# [RSpecRunTime] RSpec elapsed time: 14 minutes 4.38 seconds. Current RSS: ~1453M. Threads: 4. load average: 1.18 1.15 1.08 1/292 9443 89215:47:57 when the move of the design repository fails 89315:47:58 unmarks the repository as read-only without updating the repository storage 89415:47:58# [RSpecRunTime] RSpec elapsed time: 14 minutes 5.82 seconds. Current RSS: ~1457M. Threads: 4. load average: 1.18 1.15 1.08 1/292 9498 89615:47:58 when the cleanup of the design repository fails 89715:48:00 sets the correct state 89815:48:00# [RSpecRunTime] RSpec elapsed time: 14 minutes 7.48 seconds. Current RSS: ~1457M. Threads: 4. load average: 1.18 1.15 1.08 1/292 9567 90015:48:00 when the checksum of the design repository does not match 90115:48:02 unmarks the repository as read-only without updating the repository storage 90215:48:02# [RSpecRunTime] RSpec elapsed time: 14 minutes 8.97 seconds. Current RSS: ~1458M. Threads: 4. load average: 1.17 1.14 1.08 1/292 9628 90415:48:02# [RSpecRunTime] Finishing example group spec/services/projects/update_repository_storage_service_spec.rb. It took 45.52 seconds. Expected to take 57.35 seconds. 90515:48:02# [RSpecRunTime] Starting example group spec/finders/admin/projects_finder_spec.rb. Expected to take 46.7 seconds. 90615:48:02Admin::ProjectsFinder 90815:48:02 without a user 90915:48:03 is expected to contain exactly #<Project id:723 namespace67/D>>, #<Project id:722 group206/C>>, #<Project id:721 group206/B>>, and #<Project id:720 namespace66/A>> 91015:48:04# [RSpecRunTime] RSpec elapsed time: 14 minutes 10.93 seconds. Current RSS: ~1454M. Threads: 4. load average: 1.17 1.14 1.08 1/292 9629 91315:48:06 is expected to contain exactly #<Project id:727 namespace69/D>>, #<Project id:726 group207/C>>, #<Project id:725 group207/B>>, and #<Project id:724 namespace68/A>> 91415:48:06# [RSpecRunTime] RSpec elapsed time: 14 minutes 13.14 seconds. Current RSS: ~1447M. Threads: 4. load average: 1.15 1.14 1.08 1/292 9630 91615:48:06 with pending delete project 91715:48:08 is expected not to include #<Project id:732 namespace72/project-870>> 91815:48:08# [RSpecRunTime] RSpec elapsed time: 14 minutes 15.82 seconds. Current RSS: ~1437M. Threads: 4. load average: 1.15 1.14 1.08 1/292 9631 92015:48:08 filter by namespace_id 92115:48:11 is expected to eq [#<Project id:737 namespace75/project-871>>] 92215:48:11# [RSpecRunTime] RSpec elapsed time: 14 minutes 18.6 seconds. Current RSS: ~1420M. Threads: 4. load average: 1.22 1.16 1.09 1/292 9632 92415:48:11 filter by visibility_level 92615:48:14 is expected to contain exactly #<Project id:741 namespace77/D>> and #<Project id:738 namespace76/A>> 92715:48:14# [RSpecRunTime] RSpec elapsed time: 14 minutes 20.99 seconds. Current RSS: ~1416M. Threads: 4. load average: 1.22 1.16 1.09 1/292 9633 93015:48:16 is expected to eq [#<Project id:743 group211/B>>] 93115:48:16# [RSpecRunTime] RSpec elapsed time: 14 minutes 23.34 seconds. Current RSS: ~1417M. Threads: 4. load average: 1.28 1.17 1.09 1/292 9634 93415:48:18 is expected to eq [#<Project id:748 group212/C>>] 93515:48:18# [RSpecRunTime] RSpec elapsed time: 14 minutes 25.77 seconds. Current RSS: ~1424M. Threads: 4. load average: 1.28 1.17 1.09 1/292 9635 93715:48:18 filter by push 93815:48:21 is expected to eq [#<Project id:754 namespace84/project-872>>] 93915:48:21# [RSpecRunTime] RSpec elapsed time: 14 minutes 28.7 seconds. Current RSS: ~1422M. Threads: 4. load average: 1.18 1.15 1.09 1/292 9636 94115:48:21 filter by abandoned 94215:48:24 is expected to eq [#<Project id:755 namespace85/A>>] 94315:48:24# [RSpecRunTime] RSpec elapsed time: 14 minutes 30.97 seconds. Current RSS: ~1421M. Threads: 4. load average: 1.18 1.15 1.09 1/292 9637 94515:48:24 filter by last_repository_check_failed 94615:48:26 is expected to eq [#<Project id:759 namespace87/A>>] 94715:48:26# [RSpecRunTime] RSpec elapsed time: 14 minutes 33.34 seconds. Current RSS: ~1422M. Threads: 4. load average: 1.17 1.15 1.09 1/292 9638 94915:48:26 filter by archived 95015:48:26 archived=false 95115:48:29 is expected to contain exactly #<Project id:766 namespace90/D>>, #<Project id:765 group216/C>>, #<Project id:764 group216/B>>, and #<Project id:763 namespace89/A>> 95215:48:29# [RSpecRunTime] RSpec elapsed time: 14 minutes 36.16 seconds. Current RSS: ~1422M. Threads: 4. load average: 1.17 1.15 1.09 1/292 9639 95415:48:29 archived=true 95515:48:32 is expected to contain exactly #<Project id:772 namespace94/E>>, #<Project id:771 namespace93/D>>, #<Project id:770 group217/C>>, #<Project id:769 group217/B>>, and #<Project id:768 namespace92/A>> 95615:48:32# [RSpecRunTime] RSpec elapsed time: 14 minutes 38.99 seconds. Current RSS: ~1421M. Threads: 4. load average: 1.15 1.15 1.09 1/292 9640 95815:48:32 archived=only 95915:48:34 is expected to eq [#<Project id:777 namespace97/E>>] 96015:48:34# [RSpecRunTime] RSpec elapsed time: 14 minutes 41.78 seconds. Current RSS: ~1416M. Threads: 4. load average: 1.15 1.15 1.09 1/292 9641 96215:48:34 filter by personal 96315:48:37 is expected to eq [#<Project id:782 user479/project-873>>] 96415:48:37# [RSpecRunTime] RSpec elapsed time: 14 minutes 44.46 seconds. Current RSS: ~1411M. Threads: 4. load average: 1.14 1.14 1.09 1/292 9642 96615:48:37 filter by name 96715:48:39 is expected to contain exactly #<Project id:785 group220/C>> 96815:48:39# [RSpecRunTime] RSpec elapsed time: 14 minutes 46.68 seconds. Current RSS: ~1413M. Threads: 4. load average: 1.14 1.14 1.09 1/292 9643 97115:48:42 is expected to eq [#<Project id:787 namespace102/A>>, #<Project id:788 group221/B>>, #<Project id:789 group221/C>>, #<Project id:790 namespace103/D>>] 97215:48:42# [RSpecRunTime] RSpec elapsed time: 14 minutes 48.98 seconds. Current RSS: ~1413M. Threads: 4. load average: 1.13 1.14 1.09 1/292 9644 97415:48:42# [RSpecRunTime] Finishing example group spec/finders/admin/projects_finder_spec.rb. It took 40.01 seconds. Expected to take 46.7 seconds. 97515:48:42# [RSpecRunTime] Starting example group spec/lib/gitlab/import_export/members_mapper_spec.rb. Expected to take 42.96 seconds. 97615:48:42Gitlab::ImportExport::MembersMapper 97815:48:42 when importable is Project 97915:48:43 includes the exported user ID in the map 98015:48:44 maps a member 98115:48:45 defaults to importer member if it does not exist 98215:48:46 has invited members with no user 98315:48:47 maps created_by_id to user on new instance 98415:48:48 replaced user_id with user_id from new instance 98515:48:48 adds users to project members 98615:48:49 maps an owner as a maintainer 98815:48:50 logs member addition 98915:48:50 when exporter member is invalid 99015:48:51 logs member addition failure 99115:48:51# [RSpecRunTime] RSpec elapsed time: 14 minutes 58.71 seconds. Current RSS: ~1431M. Threads: 4. load average: 1.11 1.14 1.09 2/292 9645 99315:48:51 user is not an admin 99415:48:52 does not map a member 99515:48:53 defaults to importer member if it does not exist 99615:48:53# [RSpecRunTime] RSpec elapsed time: 15 minutes 0.64 second. Current RSS: ~1433M. Threads: 4. load average: 1.11 1.14 1.09 2/293 9646 99815:48:53 chooses the one with an email 99915:48:54 maps the member that has a matching email 100015:48:54# [RSpecRunTime] RSpec elapsed time: 15 minutes 1.82 seconds. Current RSS: ~1433M. Threads: 4. load average: 1.11 1.14 1.09 1/292 9647 100215:48:54 when user has email exported 100315:48:55 maps a member 100415:48:55# [RSpecRunTime] RSpec elapsed time: 15 minutes 2.88 seconds. Current RSS: ~1432M. Threads: 4. load average: 1.02 1.12 1.08 1/292 9648 100615:48:55 importer same as group member 100715:48:57 maps the project member 100815:48:58 maps the project member if it already exists 100915:48:58# [RSpecRunTime] RSpec elapsed time: 15 minutes 5.49 seconds. Current RSS: ~1436M. Threads: 4. load average: 1.02 1.12 1.08 1/292 9649 101115:48:58 importing group members 101215:48:59 maps the importer 101315:49:01 maps the group member 101415:49:01# [RSpecRunTime] RSpec elapsed time: 15 minutes 8.11 seconds. Current RSS: ~1432M. Threads: 4. load average: 1.02 1.12 1.08 1/292 9650 101615:49:01 when importer mapping fails 101715:49:02 includes importer specific error message 101815:49:02 when importer is not an admin 101915:49:02 and the imported project is part of a group 102015:49:02 behaves like it fetches the access level from parent group 102115:49:03 and resolves it correctly 102215:49:03 behaves like it fetches the access level from parent group 102315:49:03 and resolves it correctly 102415:49:03 behaves like it fetches the access level from parent group 102515:49:04 and resolves it correctly 102615:49:04 and the imported group is part of another group 102715:49:04 behaves like it fetches the access level from parent group 102815:49:05 and resolves it correctly 102915:49:05 behaves like it fetches the access level from parent group 103015:49:06 and resolves it correctly 103115:49:06 behaves like it fetches the access level from parent group 103215:49:06 and resolves it correctly 103315:49:06 when importable is Group 103415:49:07 includes the exported user ID in the map 103515:49:08 maps a member 103615:49:08 defaults to importer member if it does not exist 103715:49:09 has invited members with no user 103815:49:09 maps created_by_id to user on new instance 103915:49:10 replaced user_id with user_id from new instance 104015:49:11 does not lower owner access level 104215:49:11 logs member addition 104315:49:11 when exporter member is invalid 104415:49:12 logs member addition failure 104515:49:12# [RSpecRunTime] RSpec elapsed time: 15 minutes 19.18 seconds. Current RSS: ~1450M. Threads: 4. load average: 1.01 1.11 1.08 1/292 9651 104715:49:12 user is not an admin 104815:49:12 does not map a member 104915:49:13 defaults to importer member if it does not exist 105015:49:13 chooses the one with an email 105115:49:13 maps the member that has a matching email 105215:49:13 when user has email exported 105315:49:14 maps a member 105415:49:14# [RSpecRunTime] Finishing example group spec/lib/gitlab/import_export/members_mapper_spec.rb. It took 32.33 seconds. Expected to take 42.96 seconds. 105515:49:14# [RSpecRunTime] Starting example group spec/models/resource_state_event_spec.rb. Expected to take 39.97 seconds. 105615:49:14ResourceStateEvent 105715:49:14 does not allow STI 105815:49:14 behaves like a resource event 106015:49:16 is expected to respond to #importing? 106115:49:16# [RSpecRunTime] RSpec elapsed time: 15 minutes 23.53 seconds. Current RSS: ~1450M. Threads: 4. load average: 1.01 1.11 1.08 1/292 9652 106415:49:17 is expected not to allow :user to be ‹nil› 106515:49:17 when importing 106615:49:17 is expected to allow :user to be ‹nil› 106715:49:18# [RSpecRunTime] RSpec elapsed time: 15 minutes 24.9 seconds. Current RSS: ~1448M. Threads: 4. load average: 1.01 1.11 1.08 1/292 9653 106915:49:18 associations 107015:49:18 is expected to belong to user required: false 107115:49:18 .created_after 107215:49:18 returns the expected events 107315:49:19 returns no events if time is after last record time 107415:49:19 #synthetic_note_class 107515:49:19 must implement #synthetic_note_class method 107615:49:19 behaves like a resource event that responds to imported 107715:49:19 import source 107815:49:20 is expected to respond to #imported? 107915:49:20 is expected to respond to #imported_from 108015:49:20# [RSpecRunTime] RSpec elapsed time: 15 minutes 27.67 seconds. Current RSS: ~1453M. Threads: 4. load average: 0.93 1.09 1.07 1/292 9654 108215:49:20 behaves like a resource event for issues 108315:49:23 associations 108415:49:24 is expected to belong to issue required: false 108515:49:24# [RSpecRunTime] RSpec elapsed time: 15 minutes 31.06 seconds. Current RSS: ~1434M. Threads: 4. load average: 0.93 1.09 1.07 1/292 9655 108815:49:24 returns the expected records for an issue with events 108915:49:24 returns the expected records for an issue with no events 109015:49:24 .by_issue_ids 109115:49:24 returns the expected events 109215:49:24 .by_created_at_earlier_or_equal_to 109315:49:24 returns the expected events 109415:49:24 returns the expected events 109615:49:24 returns the expected issuable 109715:49:24 behaves like a resource event for merge requests 109815:49:29 associations 109915:49:30 is expected to belong to merge_request required: false 110015:49:30# [RSpecRunTime] RSpec elapsed time: 15 minutes 37.59 seconds. Current RSS: ~1469M. Threads: 4. load average: 1.16 1.14 1.09 1/298 10187 110215:49:30 .by_merge_request 110315:49:30 returns the expected records for an issue with events 110415:49:30 returns the expected records for an issue with no events 110615:49:31 returns the expected issuable 110715:49:31 on callbacks 110815:49:31 does not trigger note created subscription 110915:49:31 behaves like a note for work item resource event 111015:49:31 builds synthetic note with correct synthetic_note_class 111115:49:31 on callbacks 111215:49:32 triggers note created subscription 111415:49:32 Issuable validation 111515:49:32 is valid if an issue is set 111615:49:33 is valid if a merge request is set 111715:49:34 is invalid if both issue and merge request are set 111815:49:34 is invalid if there is no issuable set 111915:49:34# [RSpecRunTime] RSpec elapsed time: 15 minutes 41.83 seconds. Current RSS: ~1475M. Threads: 4. load average: 1.16 1.14 1.09 1/297 10188 112215:49:34 #issue_usage_metrics 112315:49:36 does not track merge requests 112415:49:36 when an issue is closed 112515:49:37 tracks closed issues 112615:49:37 behaves like internal event tracking 112715:49:38 logs to Snowplow, Redis, and product analytics tooling 112815:49:38# [RSpecRunTime] RSpec elapsed time: 15 minutes 45.26 seconds. Current RSS: ~1474M. Threads: 4. load average: 1.15 1.13 1.09 1/298 10367 113015:49:38 when an issue is reopened 113115:49:39 tracks reopened issues 113215:49:39 behaves like internal event tracking 113315:49:40 logs to Snowplow, Redis, and product analytics tooling 113415:49:40# [RSpecRunTime] RSpec elapsed time: 15 minutes 47.03 seconds. Current RSS: ~1476M. Threads: 4. load average: 1.15 1.13 1.09 1/297 10368 113615:49:40 .merged_with_no_event_source 113715:49:42 returns expected events 113815:49:42# [RSpecRunTime] RSpec elapsed time: 15 minutes 49.02 seconds. Current RSS: ~1471M. Threads: 4. load average: 1.14 1.13 1.09 1/298 10546 114015:49:42# [RSpecRunTime] Finishing example group spec/models/resource_state_event_spec.rb. It took 27.71 seconds. Expected to take 39.97 seconds. 114115:49:42# [RSpecRunTime] Starting example group spec/services/ci/create_commit_status_service_spec.rb. Expected to take 38.22 seconds. 114215:49:42Ci::CreateCommitStatusService 114315:49:44 when status is invalid 114415:49:45 does not create commit status 114515:49:45# [RSpecRunTime] RSpec elapsed time: 15 minutes 52.11 seconds. Current RSS: ~1453M. Threads: 4. load average: 1.14 1.13 1.09 1/297 10625 114715:49:45 with all optional parameters 114815:49:45 when creating a commit status 114915:49:45 creates commit status 115015:49:45 when merge request exists for given branch 115115:49:47Job arguments to PipelineNotificationWorker must be native JSON types, but :ref_status is a Symbol. 115315:49:47To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 115415:49:48 sets head pipeline 115515:49:48 when the MR has a branch head pipeline 115615:49:49 adds the status to the existing pipeline 115715:49:49# [RSpecRunTime] RSpec elapsed time: 15 minutes 56.49 seconds. Current RSS: ~1462M. Threads: 4. load average: 1.13 1.13 1.09 1/298 10990 115915:49:49 when the MR has a merged result head pipeline 116015:49:52 creates a new branch pipeline but does not change the head pipeline 116115:49:52# [RSpecRunTime] RSpec elapsed time: 15 minutes 59.75 seconds. Current RSS: ~1492M. Threads: 4. load average: 1.04 1.11 1.08 1/298 11332 116315:49:52 when updating a commit status 116415:49:54 updates a commit status 116515:49:54 when the `state` parameter is sent the same 116615:49:55 does not update the commit status 116715:49:55# [RSpecRunTime] RSpec elapsed time: 16 minutes 2.0 seconds. Current RSS: ~1511M. Threads: 4. load average: 1.04 1.11 1.08 1/298 11393 116915:49:55 when a pipeline id is specified 117015:49:55Job arguments to PipelineNotificationWorker must be native JSON types, but :ref_status is a Symbol. 117215:49:55To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 117315:49:56 update the correct pipeline 117415:49:56 when pipeline_id and sha do not match 117515:49:57 returns a service error 117615:49:57 when an missing pipeline_id is provided 117715:49:57 returns a service error 117815:49:57# [RSpecRunTime] RSpec elapsed time: 16 minutes 4.38 seconds. Current RSS: ~1518M. Threads: 4. load average: 1.03 1.11 1.08 1/298 11460 118015:49:57 when sha and pipeline_id match but ref does not 118115:49:57 returns a service error 118215:49:57 when updating a protected ref 118315:49:57 with user as developer 118415:49:58 does not create commit status 118515:49:58 with user as maintainer 118615:49:59 creates commit status 118715:49:59# [RSpecRunTime] RSpec elapsed time: 16 minutes 6.44 seconds. Current RSS: ~1536M. Threads: 4. load average: 1.03 1.11 1.08 1/298 11527 118915:49:59 when status transitions from pending 119115:50:00 changes to running 119315:50:00 changes to success 119515:50:01 changes to failed 119615:50:01 for canceled 119715:50:01 changes to canceled 119815:50:02 for invalid transition 119915:50:02 returns bad request and error message 120015:50:02 with partitions 120115:50:03 creates records in the current partition 120215:50:03 when trying to update a status of a different type 120315:50:03 responds with bad request status and validation errors 120415:50:03 for canceled 120515:50:03 when pipeline for sha does not exists 120615:50:04 creates commit status and sets pipeline iid 120715:50:04 when request without a state made 120815:50:04 does not create commit status 121015:50:04 when pipeline for sha does not exists 121115:50:04 creates commit status and sets pipeline iid 121315:50:04 when pipeline for sha does not exists 121415:50:05 creates commit status and sets pipeline iid 121615:50:05 when pipeline for sha does not exists 121715:50:05 creates commit status and sets pipeline iid 121815:50:05 when retrying a commit status 121915:50:06 correctly posts a new commit status 122015:50:06Job arguments to PipelineNotificationWorker must be native JSON types, but :ref_status is a Symbol. 122215:50:06To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 122315:50:07Job arguments to PipelineNotificationWorker must be native JSON types, but :ref_status is a Symbol. 122515:50:07To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 122615:50:08 retries the commit status 122715:50:08# [RSpecRunTime] RSpec elapsed time: 16 minutes 15.22 seconds. Current RSS: ~1557M. Threads: 4. load average: 1.10 1.12 1.08 1/298 12050 122915:50:08 for race condition 123015:50:09 creates one pipeline and two jobs (one for licenses, one for security) 123115:50:09 when target URL is an invalid address 123215:50:09 responds with bad request status and validation errors 123315:50:09 when commit SHA is invalid 123415:50:09 returns not found error 123615:50:09 when pipeline for sha does not exists 123715:50:10 creates commit status and sets pipeline iid 123815:50:10 when target URL is an unsupported scheme 123915:50:10 responds with bad request status and validation errors 124015:50:10# [RSpecRunTime] Finishing example group spec/services/ci/create_commit_status_service_spec.rb. It took 28.74 seconds. Expected to take 38.22 seconds. 124115:50:10# [RSpecRunTime] Starting example group spec/policies/group_member_policy_spec.rb. Expected to take 36.12 seconds. 124215:50:10GroupMemberPolicy 124315:50:10 with anonymous user 124415:50:11 is expected to be allowed :read_group 124515:50:11 design management is enabled 124615:50:12 is expected to be allowed :read_design_activity 124715:50:12# [RSpecRunTime] RSpec elapsed time: 16 minutes 19.8 seconds. Current RSS: ~1553M. Threads: 4. load average: 1.09 1.12 1.08 1/297 12201 124915:50:12 for a private group 125015:50:13 is expected not to be allowed :destroy_group_member 125115:50:13 for an internal group 125215:50:14 is expected not to be allowed :destroy_group_member 125315:50:14 with guest user, for own membership 125415:50:15 is expected not to be allowed :update_group_member 125515:50:16 is expected to be allowed :destroy_group_member 125615:50:16# [RSpecRunTime] RSpec elapsed time: 16 minutes 23.17 seconds. Current RSS: ~1534M. Threads: 4. load average: 1.09 1.12 1.08 2/297 12202 125815:50:16 with guest user, for other membership 125915:50:17 is expected not to be allowed :update_group_member 126015:50:18 is expected to be allowed :read_group 126115:50:18# [RSpecRunTime] RSpec elapsed time: 16 minutes 25.02 seconds. Current RSS: ~1530M. Threads: 4. load average: 1.09 1.12 1.08 1/297 12203 126315:50:18 for access requests 126415:50:18 for own access request 126515:50:19 is expected to be allowed :withdraw_member_access_request 126615:50:19# [RSpecRunTime] RSpec elapsed time: 16 minutes 26.27 seconds. Current RSS: ~1512M. Threads: 4. load average: 1.09 1.12 1.08 1/297 12204 126815:50:19 for another user's access request 126915:50:20 is expected not to be allowed :withdraw_member_access_request 127015:50:20# [RSpecRunTime] RSpec elapsed time: 16 minutes 27.46 seconds. Current RSS: ~1505M. Threads: 4. load average: 1.09 1.12 1.08 1/295 12205 127215:50:20 for own, valid membership 127315:50:21 is expected not to be allowed :withdraw_member_access_request 127415:50:21# [RSpecRunTime] RSpec elapsed time: 16 minutes 28.58 seconds. Current RSS: ~1499M. Threads: 4. load average: 1.08 1.11 1.08 1/292 12206 127615:50:21 with bot user 127715:50:22 is expected to be allowed :destroy_project_bot_member 127815:50:22# [RSpecRunTime] RSpec elapsed time: 16 minutes 29.66 seconds. Current RSS: ~1485M. Threads: 4. load average: 1.08 1.11 1.08 1/292 12207 128015:50:22 with anonymous bot user 128115:50:23 is expected not to be allowed :destroy_project_bot_member 128315:50:23 with group with one owner 128415:50:24 is expected not to be allowed :destroy_group_member 128515:50:25 is expected to be allowed :read_group 128615:50:25# [RSpecRunTime] RSpec elapsed time: 16 minutes 32.36 seconds. Current RSS: ~1461M. Threads: 4. load average: 1.08 1.11 1.08 1/292 12208 128815:50:25 with group with bot user owner 128915:50:26 is expected not to be allowed :destroy_group_member 129015:50:26# [RSpecRunTime] RSpec elapsed time: 16 minutes 33.48 seconds. Current RSS: ~1458M. Threads: 4. load average: 1.07 1.11 1.08 1/292 12209 129215:50:26 with group with more than one owner 129315:50:27 is expected to be allowed :destroy_group_member 129415:50:28 is expected not to be allowed :destroy_project_bot_member 129515:50:28# [RSpecRunTime] RSpec elapsed time: 16 minutes 35.79 seconds. Current RSS: ~1455M. Threads: 4. load average: 1.07 1.11 1.08 1/292 12210 129715:50:28 with group with owners from a parent 129815:50:28 when top-level group 129915:50:28 with group sharing 130015:50:30 is expected not to be allowed :destroy_group_member 130115:50:31 is expected to be allowed :read_group 130215:50:31# [RSpecRunTime] RSpec elapsed time: 16 minutes 38.83 seconds. Current RSS: ~1457M. Threads: 4. load average: 1.07 1.11 1.08 1/292 12211 130415:50:31 when subgroup 130515:50:33 is expected to be allowed :destroy_group_member 130615:50:34 is expected to be allowed :read_group 130715:50:34# [RSpecRunTime] RSpec elapsed time: 16 minutes 41.67 seconds. Current RSS: ~1453M. Threads: 4. load average: 1.07 1.11 1.08 1/292 12212 130915:50:34 with blocked owner 131015:50:35 is expected not to be allowed :destroy_group_member 131115:50:36 is expected not to be allowed :read_group 131215:50:36 with group with bot user owner 131315:50:37 is expected not to be allowed :destroy_group_member 131415:50:38 is expected not to be allowed :read_group 131515:50:38# [RSpecRunTime] RSpec elapsed time: 16 minutes 45.64 seconds. Current RSS: ~1459M. Threads: 4. load average: 1.06 1.11 1.08 1/292 12213 131715:50:38 with group with more than one blocked owner 131815:50:39 is expected to be allowed :destroy_group_member 131915:50:39# [RSpecRunTime] RSpec elapsed time: 16 minutes 46.86 seconds. Current RSS: ~1456M. Threads: 4. load average: 1.06 1.11 1.08 1/292 12214 132115:50:39# [RSpecRunTime] Finishing example group spec/policies/group_member_policy_spec.rb. It took 29.1 seconds. Expected to take 36.12 seconds. 132215:50:39# [RSpecRunTime] Starting example group spec/rubocop/cop/gitlab/rails/safe_format_spec.rb. Expected to take 34.69 seconds. 132315:50:39RuboCop::Cop::Gitlab::Rails::SafeFormat 132415:50:39 behaves like safe formatted externalized string 132515:50:39 for gettext method `s_(...) unless cond` 132615:50:40 with String#% and hash arg 132715:50:40 flags and autocorrects externalized strings 132815:50:40 with String#% and array arg 132915:50:40 flags and autocorrects externalized strings 133015:50:40 with String#% and bare arg 133115:50:40 flags and autocorrects externalized strings 133215:50:40 with String#% and no html_safe 133315:50:40 does not flag 133415:50:40 with String#format and hash arg 133515:50:40 flags and autocorrects externalized strings 133615:50:40 with String#format and no arg 133715:50:40 flags and autocorrects externalized strings 133815:50:40 with String#format and no html_safe 133915:50:40 does not flag 134015:50:40 with bare calls 134115:50:41 flags and autocorrects externalized strings 134215:50:41 does not flag 134315:50:41 behaves like safe formatted externalized string 134415:50:41 for gettext method `_(...) if cond` 134515:50:41 with String#% and hash arg 134615:50:41 flags and autocorrects externalized strings 134715:50:41 with String#% and array arg 134815:50:41 flags and autocorrects externalized strings 134915:50:41 with String#% and bare arg 135015:50:41 flags and autocorrects externalized strings 135115:50:41 with String#% and no html_safe 135215:50:41 does not flag 135315:50:41 with String#format and hash arg 135415:50:41 flags and autocorrects externalized strings 135515:50:41 with String#format and no arg 135615:50:41 flags and autocorrects externalized strings 135715:50:41 with String#format and no html_safe 135815:50:42 does not flag 135915:50:42 with bare calls 136015:50:42 flags and autocorrects externalized strings 136115:50:42 does not flag 136215:50:42 behaves like safe formatted externalized string 136315:50:42 for gettext method `N_(...) unless cond` 136415:50:42 with String#% and hash arg 136515:50:42 flags and autocorrects externalized strings 136615:50:42 with String#% and array arg 136715:50:42 flags and autocorrects externalized strings 136815:50:42 with String#% and bare arg 136915:50:42 flags and autocorrects externalized strings 137015:50:42 with String#% and no html_safe 137115:50:42 does not flag 137215:50:42 with String#format and hash arg 137315:50:42 flags and autocorrects externalized strings 137415:50:42 with String#format and no arg 137515:50:42 flags and autocorrects externalized strings 137615:50:42 with String#format and no html_safe 137715:50:43 does not flag 137815:50:43 with bare calls 137915:50:43 flags and autocorrects externalized strings 138015:50:43 does not flag 138115:50:43 behaves like safe formatted externalized string 138215:50:43 for gettext method `n_(...) if cond` 138315:50:43 with String#% and hash arg 138415:50:43 flags and autocorrects externalized strings 138515:50:43 with String#% and array arg 138615:50:43 flags and autocorrects externalized strings 138715:50:43 with String#% and bare arg 138815:50:43 flags and autocorrects externalized strings 138915:50:43 with String#% and no html_safe 139015:50:43 does not flag 139115:50:43 with String#format and hash arg 139215:50:43 flags and autocorrects externalized strings 139315:50:43 with String#format and no arg 139415:50:43 flags and autocorrects externalized strings 139515:50:43 with String#format and no html_safe 139615:50:43 does not flag 139715:50:43 with bare calls 139815:50:44 flags and autocorrects externalized strings 139915:50:44 does not flag 140015:50:44 behaves like safe formatted externalized string 140115:50:44 for gettext method `N_(...)` 140215:50:44 with String#% and hash arg 140315:50:44 flags and autocorrects externalized strings 140415:50:44 with String#% and array arg 140515:50:44 flags and autocorrects externalized strings 140615:50:44 with String#% and bare arg 140715:50:44 flags and autocorrects externalized strings 140815:50:44 with String#% and no html_safe 140915:50:44 does not flag 141015:50:44 with String#format and hash arg 141115:50:44 flags and autocorrects externalized strings 141215:50:44 with String#format and no arg 141315:50:44 flags and autocorrects externalized strings 141415:50:44 with String#format and no html_safe 141515:50:44 does not flag 141615:50:44 with bare calls 141715:50:45 flags and autocorrects externalized strings 141815:50:45 does not flag 141915:50:45 behaves like safe formatted externalized string 142015:50:45 for gettext method `n_(...)` 142115:50:45 with String#% and hash arg 142215:50:45 flags and autocorrects externalized strings 142315:50:45 with String#% and array arg 142415:50:45 flags and autocorrects externalized strings 142515:50:45 with String#% and bare arg 142615:50:45 flags and autocorrects externalized strings 142715:50:45 with String#% and no html_safe 142815:50:45 does not flag 142915:50:45 with String#format and hash arg 143015:50:45 flags and autocorrects externalized strings 143115:50:45 with String#format and no arg 143215:50:45 flags and autocorrects externalized strings 143315:50:45 with String#format and no html_safe 143415:50:45 does not flag 143515:50:45 with bare calls 143615:50:45 flags and autocorrects externalized strings 143715:50:46 does not flag 143815:50:46 behaves like safe formatted externalized string 143915:50:46 for gettext method `s_(...)` 144015:50:46 with String#% and hash arg 144115:50:46 flags and autocorrects externalized strings 144215:50:46 with String#% and array arg 144315:50:46 flags and autocorrects externalized strings 144415:50:46 with String#% and bare arg 144515:50:46 flags and autocorrects externalized strings 144615:50:46 with String#% and no html_safe 144715:50:46 does not flag 144815:50:46 with String#format and hash arg 144915:50:46 flags and autocorrects externalized strings 145015:50:46 with String#format and no arg 145115:50:46 flags and autocorrects externalized strings 145215:50:46 with String#format and no html_safe 145315:50:46 does not flag 145415:50:46 with bare calls 145515:50:46 flags and autocorrects externalized strings 145615:50:46 does not flag 145715:50:46 behaves like safe formatted externalized string 145815:50:46 for gettext method `_(...)` 145915:50:46 with String#% and hash arg 146015:50:47 flags and autocorrects externalized strings 146115:50:47 with String#% and array arg 146215:50:47 flags and autocorrects externalized strings 146315:50:47 with String#% and bare arg 146415:50:47 flags and autocorrects externalized strings 146515:50:47 with String#% and no html_safe 146615:50:47 does not flag 146715:50:47 with String#format and hash arg 146815:50:47 flags and autocorrects externalized strings 146915:50:47 with String#format and no arg 147015:50:47 flags and autocorrects externalized strings 147115:50:47 with String#format and no html_safe 147215:50:47 does not flag 147315:50:47 with bare calls 147415:50:47 flags and autocorrects externalized strings 147515:50:47 does not flag 147615:50:47# [RSpecRunTime] Finishing example group spec/rubocop/cop/gitlab/rails/safe_format_spec.rb. It took 7.95 seconds. Expected to take 34.69 seconds. 147715:50:47# [RSpecRunTime] Starting example group spec/serializers/issue_entity_spec.rb. Expected to take 33.12 seconds. 147915:50:48 has Issuable attributes 148015:50:49 has time estimation attributes 148215:50:49 when issue is of type task 148315:50:50 has a work item path with iid 148415:50:50# [RSpecRunTime] RSpec elapsed time: 16 minutes 57.72 seconds. Current RSS: ~1568M. Threads: 4. load average: 1.05 1.10 1.08 1/292 12215 148715:50:51 has an issue type 148815:50:52# [RSpecRunTime] RSpec elapsed time: 16 minutes 58.92 seconds. Current RSS: ~1561M. Threads: 4. load average: 1.05 1.10 1.08 1/292 12216 149015:50:52 current_user 149115:50:53 has the exprected permissions 149215:50:53# [RSpecRunTime] RSpec elapsed time: 17 minutes 0.06 second. Current RSS: ~1548M. Threads: 4. load average: 1.05 1.10 1.08 1/292 12217 149415:50:53 when issue got moved 149515:50:53 when user cannot read target project 149615:50:56Job arguments to Integrations::GroupMentionWorker must be native JSON types, but :mentionable_type is a Symbol. 149815:50:56To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 149915:50:56 does not return moved_to_id 150015:50:56# [RSpecRunTime] RSpec elapsed time: 17 minutes 3.8 seconds. Current RSS: ~1502M. Threads: 4. load average: 1.12 1.12 1.09 1/293 12218 150215:50:56 when user can read target project 150315:50:59Job arguments to Integrations::GroupMentionWorker must be native JSON types, but :mentionable_type is a Symbol. 150515:50:59To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 150615:51:00 returns moved moved_to_id 150715:51:00# [RSpecRunTime] RSpec elapsed time: 17 minutes 7.09 seconds. Current RSS: ~1471M. Threads: 4. load average: 1.12 1.12 1.09 2/293 12219 150915:51:00 when issue got duplicated 151015:51:00 when user cannot read new issue 151115:51:02 does not return duplicated_to_id 151215:51:02# [RSpecRunTime] RSpec elapsed time: 17 minutes 9.1 seconds. Current RSS: ~1466M. Threads: 4. load average: 1.11 1.12 1.08 1/292 12220 151415:51:02 when user can read target project 151515:51:04 returns duplicated duplicated_to_id 151615:51:04# [RSpecRunTime] RSpec elapsed time: 17 minutes 11.14 seconds. Current RSS: ~1463M. Threads: 4. load average: 1.11 1.12 1.08 1/292 12221 151815:51:04 when issuable in active or archived project 151915:51:04 when project is active 152015:51:05 returns archived false 152115:51:06 returns nil for archived project doc 152215:51:06# [RSpecRunTime] RSpec elapsed time: 17 minutes 13.56 seconds. Current RSS: ~1463M. Threads: 4. load average: 1.18 1.13 1.09 1/292 12222 152415:51:06 when project is archived 152515:51:07 returns archived true 152615:51:08 returns archived project doc 152715:51:08# [RSpecRunTime] RSpec elapsed time: 17 minutes 15.8 seconds. Current RSS: ~1468M. Threads: 4. load average: 1.18 1.13 1.09 1/292 12223 152915:51:08 behaves like issuable entity current_user properties 153015:51:08 can_create_confidential_note 153115:51:08 when user can create confidential notes 153215:51:10 is expected to equal true 153315:51:10# [RSpecRunTime] RSpec elapsed time: 17 minutes 17.09 seconds. Current RSS: ~1470M. Threads: 4. load average: 1.18 1.13 1.09 1/292 12224 153515:51:10 when user cannot create confidential notes 153615:51:11 is expected to eq false 153715:51:11# [RSpecRunTime] RSpec elapsed time: 17 minutes 18.24 seconds. Current RSS: ~1471M. Threads: 4. load average: 1.17 1.13 1.09 1/292 12225 153915:51:11 when issue has email participants 154015:51:11 with anonymous user 154115:51:12 returns obfuscated email participants email 154215:51:12 with signed in user 154315:51:12 when user has no role in project 154415:51:13 returns obfuscated email participants email 154515:51:13# [RSpecRunTime] RSpec elapsed time: 17 minutes 20.33 seconds. Current RSS: ~1473M. Threads: 4. load average: 1.17 1.13 1.09 1/292 12226 154715:51:13 when user has guest role in project 154815:51:14 returns obfuscated email participants email 154915:51:14# [RSpecRunTime] RSpec elapsed time: 17 minutes 21.68 seconds. Current RSS: ~1467M. Threads: 4. load average: 1.17 1.13 1.09 1/292 12227 155115:51:14 when user has (at least) reporter role in project 155215:51:16 returns full email participants email 155315:51:16# [RSpecRunTime] RSpec elapsed time: 17 minutes 22.98 seconds. Current RSS: ~1465M. Threads: 4. load average: 1.16 1.13 1.09 1/292 12228 155515:51:16# [RSpecRunTime] Finishing example group spec/serializers/issue_entity_spec.rb. It took 28.17 seconds. Expected to take 33.12 seconds. 155615:51:16# [RSpecRunTime] Starting example group spec/models/concerns/resolvable_discussion_spec.rb. Expected to take 31.36 seconds. 155715:51:16Discussion ResolvableDiscussion 155815:51:18 does not allow STI 155915:51:18 #resolvable? 156015:51:18 when potentially resolvable 156115:51:18 when all notes are unresolvable 156215:51:18 returns false 156315:51:18# [RSpecRunTime] RSpec elapsed time: 17 minutes 25.2 seconds. Current RSS: ~1471M. Threads: 4. load average: 1.16 1.13 1.09 1/298 12407 156515:51:18 when some notes are unresolvable and some notes are resolvable 156615:51:18 returns true 156715:51:18 when all notes are resolvable 156815:51:18 returns true 156915:51:18 when not potentially resolvable 157015:51:18 returns false 157215:51:18 when not resolvable 157315:51:18 returns false 157415:51:18 when resolvable 157515:51:18 when all resolvable notes are resolved 157615:51:19 returns true 157715:51:19 when some resolvable notes are not resolved 157815:51:19 returns false 157915:51:19 #to_be_resolved? 158015:51:19 when not resolvable 158115:51:19 returns false 158215:51:19 when resolvable 158315:51:19 when all resolvable notes are resolved 158415:51:19 returns false 158515:51:19 when some resolvable notes are not resolved 158615:51:19 returns true 158715:51:19 #can_resolve? 158815:51:19 when not resolvable 158915:51:19 returns false 159015:51:19 when resolvable 159115:51:19 when not signed in 159215:51:19 returns false 159315:51:19 when signed in 159415:51:19 when the signed in user is the noteable author 159515:51:19 returns true 159615:51:19 when noteable is locked 159715:51:20 returns false 159815:51:20 when the signed in user can push to the project 159915:51:20 returns true 160015:51:20 when the noteable has no author 160115:51:20 returns true 160215:51:20 when the signed in user is a random user 160315:51:20 returns false 160415:51:20 when the noteable has no author 160515:51:20 returns false 160715:51:20 when not resolvable 160915:51:21 doesn't set resolved_at 161015:51:21 doesn't set resolved_by 161115:51:21 doesn't mark as resolved 161215:51:21 when resolvable 161315:51:22 when all resolvable notes are resolved 161415:51:22 doesn't change resolved_at on the resolved notes 161515:51:22 doesn't change resolved_by on the resolved notes 161615:51:23 doesn't change the resolved state on the resolved notes 161715:51:23 doesn't change resolved_at 161815:51:23 doesn't change resolved_by 161915:51:24 doesn't change resolved state 162015:51:24# [RSpecRunTime] RSpec elapsed time: 17 minutes 31.07 seconds. Current RSS: ~1549M. Threads: 4. load average: 1.14 1.12 1.09 1/297 12498 162215:51:24 when some resolvable notes are resolved 162315:51:24 doesn't change resolved_at on the resolved note 162415:51:24 doesn't change resolved_by on the resolved note 162515:51:24 doesn't change the resolved state on the resolved note 162615:51:25 sets resolved_at on the unresolved note 162715:51:25 sets resolved_by on the unresolved note 162815:51:25 marks the unresolved note as resolved 162915:51:25 sets resolved_at 163015:51:25 sets resolved_by 163115:51:26 marks as resolved 163215:51:26# [RSpecRunTime] RSpec elapsed time: 17 minutes 33.03 seconds. Current RSS: ~1554M. Threads: 4. load average: 1.29 1.15 1.10 1/297 12517 163415:51:26 when no resolvable notes are resolved 163515:51:26 sets resolved_at on the unresolved notes 163615:51:26 sets resolved_by on the unresolved notes 163715:51:26 marks the unresolved notes as resolved 163815:51:26 sets resolved_at 163915:51:26 sets resolved_by 164015:51:27 marks as resolved 164115:51:27 broadcasts note change of the noteable 164215:51:27# [RSpecRunTime] RSpec elapsed time: 17 minutes 34.15 seconds. Current RSS: ~1550M. Threads: 4. load average: 1.29 1.15 1.10 1/297 12536 164515:51:27 when not resolvable 164715:51:27 when resolvable 164815:51:27 when all resolvable notes are resolved 164915:51:27 unsets resolved_at on the resolved notes 165015:51:27 unsets resolved_by on the resolved notes 165115:51:28 unmarks the resolved notes as resolved 165215:51:28 unsets resolved_at 165315:51:28 unsets resolved_by 165415:51:28 unmarks as resolved 165515:51:29 broadcasts note change of the noteable 165615:51:29# [RSpecRunTime] RSpec elapsed time: 17 minutes 36.18 seconds. Current RSS: ~1561M. Threads: 4. load average: 1.29 1.15 1.10 1/297 12537 165815:51:29 when some resolvable notes are resolved 165915:51:29 unsets resolved_at on the resolved note 166015:51:29 unsets resolved_by on the resolved note 166115:51:29 unmarks the resolved note as resolved 166215:51:29 #first_note_to_resolve 166315:51:30 returns the first note that still needs to be resolved 166415:51:30 #last_resolved_note 166515:51:30 returns the last note that was resolved 166615:51:30 #clear_memoized_values 166715:51:30 resets the memoized values 166815:51:30# [RSpecRunTime] Finishing example group spec/models/concerns/resolvable_discussion_spec.rb. It took 14.33 seconds. Expected to take 31.36 seconds. 166915:51:30# [RSpecRunTime] Starting example group spec/services/labels/available_labels_service_spec.rb. Expected to take 29.87 seconds. 167015:51:30Labels::AvailableLabelsService 167115:51:30 #find_or_create_by_titles 167215:51:30 when parent is a project 167315:51:30 when a user is not a project member 167415:51:32 returns only relevant label ids 167515:51:32# [RSpecRunTime] RSpec elapsed time: 17 minutes 39.56 seconds. Current RSS: ~1531M. Threads: 4. load average: 1.27 1.15 1.10 1/297 12538 167715:51:32 when a user is a project member 167815:51:34 creates new labels for not found titles 167915:51:37 do not cause additional query for finding labels 168015:51:37# [RSpecRunTime] RSpec elapsed time: 17 minutes 44.26 seconds. Current RSS: ~1492M. Threads: 4. load average: 1.49 1.20 1.11 1/294 12539 168215:51:37 when parent is a group 168315:51:37 when a user is not a group member 168415:51:39 returns only relevant label ids 168515:51:39# [RSpecRunTime] RSpec elapsed time: 17 minutes 46.56 seconds. Current RSS: ~1470M. Threads: 4. load average: 1.49 1.20 1.11 1/292 12540 168715:51:39 when a user is a group member 168815:51:42 creates new labels for not found titles 168915:51:42# [RSpecRunTime] RSpec elapsed time: 17 minutes 49.22 seconds. Current RSS: ~1439M. Threads: 4. load average: 1.45 1.20 1.11 1/292 12541 169115:51:42 #filter_labels_ids_in_param 169215:51:44 accepts a single id parameter 169315:51:44 when parent is a project 169415:51:46 returns only relevant label ids 169515:51:48 returns labels in preserved order 169615:51:48# [RSpecRunTime] RSpec elapsed time: 17 minutes 54.99 seconds. Current RSS: ~1430M. Threads: 4. load average: 1.41 1.19 1.11 1/292 12542 169815:51:48 when parent is a group 169915:51:49 returns only relevant label ids 170015:51:50# [RSpecRunTime] RSpec elapsed time: 17 minutes 56.89 seconds. Current RSS: ~1428M. Threads: 4. load average: 1.41 1.19 1.11 1/292 12543 170215:51:50 #filter_locked_label_ids 170315:51:50 when parent is a project 170415:51:51 returns only relevant label ids 170515:51:51# [RSpecRunTime] RSpec elapsed time: 17 minutes 58.86 seconds. Current RSS: ~1427M. Threads: 4. load average: 1.46 1.21 1.12 1/292 12544 170715:51:51 when parent is a group 170815:51:53 returns only relevant label ids 170915:51:53# [RSpecRunTime] RSpec elapsed time: 18 minutes 0.85 second. Current RSS: ~1428M. Threads: 4. load average: 1.46 1.21 1.12 1/292 12545 171115:51:53 #available_labels 171215:51:53 when parent is a project 171315:51:55 returns only relevant labels 171415:51:55# [RSpecRunTime] RSpec elapsed time: 18 minutes 2.79 seconds. Current RSS: ~1428M. Threads: 4. load average: 1.42 1.20 1.12 1/292 12546 171615:51:55 when parent is a group 171715:51:57 returns only relevant labels 171815:51:58# [RSpecRunTime] RSpec elapsed time: 18 minutes 4.88 seconds. Current RSS: ~1428M. Threads: 4. load average: 1.42 1.20 1.12 1/292 12547 172015:51:58# [RSpecRunTime] Finishing example group spec/services/labels/available_labels_service_spec.rb. It took 27.58 seconds. Expected to take 29.87 seconds. 172115:51:58# [RSpecRunTime] Starting example group spec/services/clusters/update_service_spec.rb. Expected to take 28.45 seconds. 172215:51:58Clusters::UpdateService 172415:51:58 when correct params 172515:51:58 when enabled is true 172615:51:59 enables cluster 172715:51:59# [RSpecRunTime] RSpec elapsed time: 18 minutes 6.1 seconds. Current RSS: ~1437M. Threads: 4. load average: 1.42 1.20 1.12 1/292 12548 172915:51:59 when enabled is false 173015:52:00 disables cluster 173115:52:00# [RSpecRunTime] RSpec elapsed time: 18 minutes 7.32 seconds. Current RSS: ~1450M. Threads: 4. load average: 1.42 1.20 1.12 1/292 12549 173315:52:00 when namespace is specified 173415:52:01 updates namespace 173515:52:01# [RSpecRunTime] RSpec elapsed time: 18 minutes 8.56 seconds. Current RSS: ~1455M. Threads: 4. load average: 1.39 1.20 1.12 1/292 12550 173715:52:01 when service token is empty 173815:52:02 does not update the token 173915:52:02# [RSpecRunTime] RSpec elapsed time: 18 minutes 9.64 seconds. Current RSS: ~1458M. Threads: 4. load average: 1.39 1.20 1.12 1/292 12551 174115:52:02 when service token is not empty 174215:52:04 updates the token 174315:52:04# [RSpecRunTime] RSpec elapsed time: 18 minutes 10.94 seconds. Current RSS: ~1475M. Threads: 4. load average: 1.39 1.20 1.12 1/292 12552 174515:52:04 when invalid params 174615:52:05 returns false 174715:52:05# [RSpecRunTime] RSpec elapsed time: 18 minutes 12.23 seconds. Current RSS: ~1481M. Threads: 4. load average: 1.39 1.20 1.12 1/292 12553 174915:52:05 when cluster is provided by GCP 175015:52:06 does not change cluster name 175115:52:06 when cluster is being created 175215:52:06 rejects changes 175315:52:06# [RSpecRunTime] RSpec elapsed time: 18 minutes 13.79 seconds. Current RSS: ~1477M. Threads: 4. load average: 1.36 1.20 1.11 1/292 12554 175515:52:06 when params includes :management_project_id 175615:52:06 management_project is non-existent 175715:52:08 does not update management_project_id 175815:52:08# [RSpecRunTime] RSpec elapsed time: 18 minutes 15.04 seconds. Current RSS: ~1487M. Threads: 4. load average: 1.36 1.20 1.11 1/292 12555 176015:52:08 project cluster 176115:52:08 user is authorized to adminster manangement_project 176215:52:09 updates management_project_id 176315:52:09# [RSpecRunTime] RSpec elapsed time: 18 minutes 16.86 seconds. Current RSS: ~1487M. Threads: 4. load average: 1.36 1.20 1.11 1/292 12556 176515:52:09 user is not authorized to adminster manangement_project 176615:52:11 does not update management_project_id 176715:52:11# [RSpecRunTime] RSpec elapsed time: 18 minutes 18.36 seconds. Current RSS: ~1488M. Threads: 4. load average: 1.33 1.19 1.11 1/292 12557 176915:52:11 cluster already has a management project set 177015:52:13 unsets management_project_id 177115:52:13# [RSpecRunTime] RSpec elapsed time: 18 minutes 20.11 seconds. Current RSS: ~1483M. Threads: 4. load average: 1.33 1.19 1.11 1/292 12558 177315:52:13 manangement_project is outside of the namespace scope 177415:52:15 does not update management_project_id 177515:52:15# [RSpecRunTime] RSpec elapsed time: 18 minutes 22.1 seconds. Current RSS: ~1477M. Threads: 4. load average: 1.33 1.19 1.11 1/292 12559 177715:52:15 group cluster 177815:52:15 user is authorized to adminster manangement_project 177915:52:16 updates management_project_id 178015:52:16# [RSpecRunTime] RSpec elapsed time: 18 minutes 23.21 seconds. Current RSS: ~1473M. Threads: 4. load average: 1.30 1.19 1.11 2/292 12560 178215:52:16 user is not authorized to adminster manangement_project 178315:52:17 does not update management_project_id 178415:52:17 cluster already has a management project set 178515:52:18 unsets management_project_id 178615:52:18# [RSpecRunTime] RSpec elapsed time: 18 minutes 25.02 seconds. Current RSS: ~1468M. Threads: 4. load average: 1.30 1.19 1.11 1/292 12561 178815:52:18 manangement_project is outside of the namespace scope 178915:52:19 does not update management_project_id 179015:52:19# [RSpecRunTime] RSpec elapsed time: 18 minutes 26.15 seconds. Current RSS: ~1466M. Threads: 4. load average: 1.30 1.19 1.11 1/292 12562 179215:52:19 instance cluster 179315:52:19 user is authorized to adminster manangement_project 179415:52:20 updates management_project_id 179515:52:20 user is not authorized to adminster manangement_project 179615:52:20 does not update management_project_id 179715:52:20 cluster already has a management project set 179815:52:21 unsets management_project_id 179915:52:21# [RSpecRunTime] Finishing example group spec/services/clusters/update_service_spec.rb. It took 23.65 seconds. Expected to take 28.45 seconds. 180015:52:21# [RSpecRunTime] Starting example group spec/services/ci/update_build_queue_service_spec.rb. Expected to take 25.78 seconds. 180115:52:21Ci::UpdateBuildQueueService 180215:52:22 pending builds queue push / pop 180415:52:22 when pending build can be created 180515:52:22 creates a new pending build in transaction 180615:52:23 increments queue push metric 180715:52:23# [RSpecRunTime] RSpec elapsed time: 18 minutes 30.07 seconds. Current RSS: ~1469M. Threads: 4. load average: 1.28 1.18 1.11 1/292 12597 180915:52:23 when invalid transition is detected 181015:52:23 raises an error 181115:52:23 when duplicate entry exists 181215:52:23 does nothing and returns build id 181415:52:23 when pending build exists 181515:52:24 removes pending build in a transaction 181615:52:24 increments queue pop metric 181715:52:24 when pending build does not exist 181815:52:24 does nothing if there is no pending build to remove 181915:52:24 when invalid transition is detected 182015:52:24 raises an error 182215:52:24 when pending build exists 182315:52:25 removes pending build in a transaction 182415:52:25 when pending build does not exist 182515:52:25 does nothing if there is no pending build to remove 182615:52:25 runner builds tracking 182815:52:25 when a shared runner build can be tracked 182915:52:25 creates a new shared runner build tracking entry 183015:52:26 increments new shared runner build metric 183115:52:26 when a project runner build can be tracked 183215:52:26 creates a new project runner build tracking entry 183315:52:26 does not increment new shared runner build metric 183415:52:26 when runner is nil 183515:52:26 does nothing 183615:52:26 when invalid transition is detected 183715:52:27 raises an error 183815:52:27 when duplicate entry exists 183915:52:27 does nothing and returns build id 184115:52:27 when shared runner build tracking entry exists 184215:52:27 removes shared runner build 184315:52:27 increments shared runner build done metric 184415:52:27 when project runner build tracking entry exists 184515:52:28 removes project runner build 184615:52:28 does not increment shared runner build done metric 184715:52:28 when tracking entry does not exist 184815:52:30 does nothing if there is no tracking entry to remove 184915:52:30# [RSpecRunTime] RSpec elapsed time: 18 minutes 37.0 seconds. Current RSS: ~1497M. Threads: 4. load average: 1.34 1.20 1.12 1/292 12638 185115:52:30 when invalid transition is detected 185215:52:30 raises an error 185415:52:30 when updating project runners 185515:52:30 behaves like matching build 185615:52:30 when there is a online runner that can pick build 185715:52:30 avoids running redundant queries 185815:52:30 behaves like refreshes runner 185915:52:31 ticks runner queue value 186015:52:31 behaves like mismatching tags 186115:52:31 when there is no runner that can pick build due to tag mismatch 186215:52:31 behaves like does not refresh runner 186315:52:31 ticks runner queue value 186415:52:31 behaves like recent runner queue 186515:52:31 when there is runner with expired cache 186615:52:31 behaves like does not refresh runner 186715:52:31 ticks runner queue value 186815:52:31 when the runner is assigned to another project 186915:52:31 behaves like does not refresh runner 187015:52:32 ticks runner queue value 187115:52:32 when updating shared runners 187215:52:32 behaves like matching build 187315:52:32 when there is a online runner that can pick build 187415:52:32 avoids running redundant queries 187515:52:32 behaves like refreshes runner 187615:52:33 ticks runner queue value 187715:52:33 behaves like mismatching tags 187815:52:33 when there is no runner that can pick build due to tag mismatch 187915:52:33 behaves like does not refresh runner 188015:52:33 ticks runner queue value 188115:52:33 behaves like recent runner queue 188215:52:33 when there is runner with expired cache 188315:52:33 behaves like does not refresh runner 188415:52:33 ticks runner queue value 188515:52:33 when there is no runner that can pick build due to being disabled on project 188615:52:33 behaves like does not refresh runner 188715:52:34 ticks runner queue value 188815:52:34 when updating group runners 188915:52:34 behaves like matching build 189015:52:34 when there is a online runner that can pick build 189115:52:34 avoids running redundant queries 189215:52:34 behaves like refreshes runner 189315:52:35 ticks runner queue value 189415:52:35# [RSpecRunTime] RSpec elapsed time: 18 minutes 42.07 seconds. Current RSS: ~1502M. Threads: 4. load average: 1.31 1.20 1.12 1/292 12661 189615:52:35 behaves like mismatching tags 189715:52:35 when there is no runner that can pick build due to tag mismatch 189815:52:35 behaves like does not refresh runner 189915:52:35 ticks runner queue value 190015:52:35 behaves like recent runner queue 190115:52:35 when there is runner with expired cache 190215:52:35 behaves like does not refresh runner 190315:52:35 ticks runner queue value 190415:52:35 when there is no runner that can pick build due to being disabled on project 190515:52:35 behaves like does not refresh runner 190615:52:36 ticks runner queue value 190715:52:36 avoids N+1 queries 190815:52:37 does execute the same amount of queries regardless of number of runners 190915:52:37# [RSpecRunTime] RSpec elapsed time: 18 minutes 44.32 seconds. Current RSS: ~1500M. Threads: 4. load average: 1.28 1.19 1.11 1/292 12664 191115:52:37# [RSpecRunTime] Finishing example group spec/services/ci/update_build_queue_service_spec.rb. It took 15.78 seconds. Expected to take 25.78 seconds. 191215:52:37# [RSpecRunTime] Starting example group spec/lib/atlassian/jira_connect/serializers/deployment_entity_spec.rb. Expected to take 23.37 seconds. 191315:52:37Atlassian::JiraConnect::Serializers::DeploymentEntity 191515:52:38 when the deployment does not belong to any Jira issue 191615:52:38 can encode the object 191715:52:38 is invalid, since it has no issue keys 191815:52:38# [RSpecRunTime] RSpec elapsed time: 18 minutes 45.78 seconds. Current RSS: ~1503M. Threads: 4. load average: 1.28 1.19 1.11 1/294 12709 192015:52:38 when the deployment belongs to Jira issue 192115:52:39 is valid according to the deployment info schema 192215:52:39 when the project has GitLab for Jira Cloud app, and service keys configured 192315:52:39 is valid according to the deployment info schema 192415:52:39 includes service IDs in the association 192515:52:39 when the integration has comma-separated service keys 192615:52:40 splits the keys 192715:52:40 when the integration has service keys with no comma 192815:52:40 splits the keys 192915:52:40 when the integration has service keys with a comma at the end 193015:52:40 splits the keys 193115:52:40 when the integration has no service keys 193215:52:40 does not include the serviceIdOrKeys association type 193315:52:40 when the integration is inactive no associationType equals to serviceIdOrKeys 193415:52:41 does not include the serviceIdOrKeys association type 193515:52:41 when the project has Jira Cloud app, deployment gating configured and state is pending 193615:52:41 is valid according to the deployment info schema 193715:52:41 includes initiate_deployment_gating in the commands 193815:52:41 when the integration has comma-separated environments 193915:52:42 includes initiate_deployment_gating in the commands 194015:52:42 when the integration jira_cloud_app_enable_deployment_gating is false 194115:52:42 does not includes initiate_deployment_gating in the commands 194215:52:42 when the integration jira_cloud_app_deployment_gating_environments is empty 194315:52:42 does not include initiate_deployment_gating in the commands 194415:52:42 when the integration jira_cloud_app_deployment_gating_environments is not matching with tier 194515:52:42 does not include initiate_deployment_gating in the commands 194615:52:42 when the integration jira_cloud_app_deployment_gating_environments state is not pending 194715:52:43 does not include initiate_deployment_gating in the commands 194815:52:43 when the deployment status is created 194915:52:43 does include initiate_deployment_gating in the commands 195015:52:43 when the enable_jira_cloud_deployment_gating ff is disabled 195115:52:43 does not includes initiate_deployment_gating in the commands 195215:52:43 when the deployment belongs to Jira issue and Service IDs 195315:52:43 is valid according to the deployment info schema 195415:52:43 environment type 195515:52:43 tier: "other", env_type: "unmapped" 195615:52:44 has the same type as the environment tier 195715:52:44 when deployment is an external deployment 195815:52:44 does not raise errors when serializing 196015:52:44 extracts issue keys from the commits 196115:52:44 limits the number of commits scanned 196215:52:44 when deploy happened at an older commit 196315:52:44 extracts only issue keys from that commit or older 196415:52:44 when the deployment has an associated merge request 196515:52:46 includes issue keys extracted from the merge request 196615:52:46# [RSpecRunTime] RSpec elapsed time: 18 minutes 53.63 seconds. Current RSS: ~1554M. Threads: 4. load average: 1.32 1.20 1.12 1/297 13159 196815:52:46 when there was a successful deploy to the environment 196915:52:46 behaves like extracts only issue keys from commits made since that deployment 197015:52:47 is expected to contain exactly "add a" and "add d" 197115:52:47 when the deploy was for a different environment 197215:52:47 behaves like ignores that deployment 197315:52:48 is expected to contain exactly "add a", "add d", and "added" 197415:52:48# [RSpecRunTime] RSpec elapsed time: 18 minutes 55.41 seconds. Current RSS: ~1557M. Threads: 4. load average: 1.32 1.20 1.12 1/298 13248 197615:52:48 when the deploy was for a different branch or tag 197715:52:48 behaves like ignores that deployment 197815:52:48 is expected to contain exactly "add a", "add d", and "added" 197915:52:48 when the deploy was not successful 198015:52:48 behaves like ignores that deployment 198115:52:49 is expected to contain exactly "add a", "add d", and "added" 198215:52:49 when the deploy commit cannot be found 198315:52:49 behaves like ignores that deployment 198415:52:49 is expected to contain exactly "add a", "add d", and "added" 198515:52:49 when there is a more recent deployment 198615:52:49 extracts only issue keys from commits made since that deployment 198715:52:49# [RSpecRunTime] Finishing example group spec/lib/atlassian/jira_connect/serializers/deployment_entity_spec.rb. It took 12.38 seconds. Expected to take 23.37 seconds. 198815:52:49# [RSpecRunTime] Starting example group spec/lib/gitlab/slash_commands/command_spec.rb. Expected to take 22.45 seconds. 198915:52:49Gitlab::SlashCommands::Command 199115:52:49 when no command is available 199215:52:50 displays 404 messages 199315:52:50 when an unknown command is triggered 199415:52:51 displays the help message 199515:52:51# [RSpecRunTime] RSpec elapsed time: 18 minutes 58.78 seconds. Current RSS: ~1550M. Threads: 4. load average: 1.29 1.20 1.12 1/298 13381 199715:52:51 the user can not create an issue 199815:52:53 rejects the actions 199915:52:53# [RSpecRunTime] RSpec elapsed time: 19 minutes 0.07 second. Current RSS: ~1547M. Threads: 4. load average: 1.29 1.20 1.12 1/298 13412 200115:52:53 when trying to do deployment 200215:52:53 and user can not create deployment 200315:52:54 returns action 200415:52:54# [RSpecRunTime] RSpec elapsed time: 19 minutes 1.68 seconds. Current RSS: ~1530M. Threads: 4. load average: 1.29 1.20 1.12 1/299 13457 200615:52:54 and user has deployment permission 200715:52:56 returns action 200815:52:56 when duplicate action exists 200915:52:58 returns error 201015:52:58# [RSpecRunTime] RSpec elapsed time: 19 minutes 5.64 seconds. Current RSS: ~1500M. Threads: 4. load average: 1.35 1.21 1.12 1/298 13550 201215:52:58 #match_command 201315:52:58 IssueShow is triggered 201415:52:59 is expected to eq Gitlab::SlashCommands::IssueShow 201515:53:00# [RSpecRunTime] RSpec elapsed time: 19 minutes 6.89 seconds. Current RSS: ~1498M. Threads: 4. load average: 1.35 1.21 1.12 1/298 13581 201715:53:00 IssueCreate is triggered 201815:53:01 is expected to eq Gitlab::SlashCommands::IssueNew 201915:53:01# [RSpecRunTime] RSpec elapsed time: 19 minutes 8.15 seconds. Current RSS: ~1498M. Threads: 4. load average: 1.32 1.21 1.12 1/298 13612 202115:53:01 IssueSearch is triggered 202215:53:02 is expected to eq Gitlab::SlashCommands::IssueSearch 202315:53:02# [RSpecRunTime] RSpec elapsed time: 19 minutes 9.45 seconds. Current RSS: ~1498M. Threads: 4. load average: 1.32 1.21 1.12 1/298 13643 202515:53:02 IssueMove is triggered 202615:53:03 is expected to eq Gitlab::SlashCommands::IssueMove 202715:53:03# [RSpecRunTime] RSpec elapsed time: 19 minutes 10.78 seconds. Current RSS: ~1498M. Threads: 4. load average: 1.32 1.21 1.12 1/298 13674 202915:53:03 IssueComment is triggered 203015:53:05 is expected to eq Gitlab::SlashCommands::IssueComment 203115:53:05# [RSpecRunTime] RSpec elapsed time: 19 minutes 12.07 seconds. Current RSS: ~1496M. Threads: 4. load average: 1.32 1.21 1.12 1/297 13705 203315:53:05 when incident declare is triggered 203415:53:05 IncidentNew is triggered 203515:53:06 is expected to eq Gitlab::SlashCommands::IncidentManagement::IncidentNew 203615:53:06# [RSpecRunTime] RSpec elapsed time: 19 minutes 13.32 seconds. Current RSS: ~1495M. Threads: 4. load average: 1.30 1.20 1.12 1/297 13736 203815:53:06 when feature flag is disabled 203915:53:06 IncidentNew is triggered 204015:53:07 is expected not to eq Gitlab::SlashCommands::IncidentManagement::IncidentNew 204115:53:07# [RSpecRunTime] RSpec elapsed time: 19 minutes 14.53 seconds. Current RSS: ~1494M. Threads: 4. load average: 1.30 1.20 1.12 1/295 13767 204315:53:07# [RSpecRunTime] Finishing example group spec/lib/gitlab/slash_commands/command_spec.rb. It took 17.82 seconds. Expected to take 22.45 seconds. 204415:53:07# [RSpecRunTime] Starting example group spec/lib/container_registry/path_spec.rb. Expected to take 21.54 seconds. 204515:53:07ContainerRegistry::Path 204715:53:07 splits components by a forward slash 204915:53:07 when repository path is valid 205015:53:07 return all project path like node in reverse order 205115:53:07 when repository path is invalid 205215:53:08 rasises en error 205415:53:08 when path does not have uppercase characters 205515:53:08 return a string with a repository path 205615:53:08 when path has uppercase characters 205715:53:08 return a string with a repository path 205915:53:08 when path has less than two components 206015:53:08 is expected not to be valid 206115:53:08 when path has more than allowed number of components 206215:53:08 is expected not to be valid 206315:53:08 when path has invalid characters 206415:53:08 is expected not to be valid 206515:53:08 when path has two or more components 206615:53:08 is expected to be valid 206715:53:08 when path is related to multi-level image 206815:53:08 is expected to be valid 206915:53:08 when path contains uppercase letters 207015:53:08 is expected to be valid 207115:53:08 when path contains double underscore 207215:53:09 is expected to be valid 207315:53:09 when path contains invalid separator with dot 207415:53:09 is expected not to be valid 207515:53:09 when path contains invalid separator with underscore 207615:53:09 is expected not to be valid 207715:53:09 #has_repository? 207815:53:09 when project exists 207915:53:09 when path already has matching repository 208015:53:10 is expected to have repository 208115:53:10 is expected to have project 208215:53:10# [RSpecRunTime] RSpec elapsed time: 19 minutes 17.61 seconds. Current RSS: ~1529M. Threads: 4. load average: 1.30 1.20 1.12 1/293 13768 208415:53:10 when path does not have matching repository 208515:53:11 is expected not to have repository 208615:53:11 is expected to have project 208715:53:12# [RSpecRunTime] RSpec elapsed time: 19 minutes 18.94 seconds. Current RSS: ~1525M. Threads: 4. load average: 1.43 1.23 1.13 1/293 13769 208915:53:12 when project does not exist 209015:53:12 is expected not to have repository 209115:53:12 is expected not to have project 209215:53:12 #repository_project 209315:53:12 when project for given path exists 209415:53:13 returns a correct project 209515:53:13# [RSpecRunTime] RSpec elapsed time: 19 minutes 20.3 seconds. Current RSS: ~1525M. Threads: 4. load average: 1.43 1.23 1.13 1/293 13770 209715:53:13 when project for given path does not exist 209915:53:13 when initialized with a project 210015:53:14 returns initialized project 210115:53:14 when matching multi-level path 210215:53:14 when using the zero-level path 210315:53:14 supports zero-level path 210415:53:14 when using first-level path 210515:53:15 supports first-level path 210615:53:15 when using second-level path 210715:53:15 supports second-level path 210815:53:15 when using too deep nesting in the path 210915:53:16 does not support three-levels of nesting 211015:53:16 #repository_name 211115:53:16 when project does not exist 211315:53:16 when project exists 211415:53:16 when project path equal repository path 211515:53:17 returns an empty string 211615:53:17 when repository path has one additional level 211715:53:17 returns a correct repository name 211815:53:17 when repository path has two additional levels 211915:53:18 returns a correct repository name 212015:53:18 #project_path 212115:53:18 when project does not exist 212315:53:18 when project with uppercase characters in path exists 212415:53:19 returns downcased project path 212515:53:19# [RSpecRunTime] Finishing example group spec/lib/container_registry/path_spec.rb. It took 11.54 seconds. Expected to take 21.54 seconds. 212615:53:19# [RSpecRunTime] Starting example group spec/services/ci/create_pipeline_service/include_spec.rb. Expected to take 20.74 seconds. 212715:53:19Ci::CreatePipelineService 212915:53:19 with a local file 213015:53:19 behaves like including the file 213115:53:21 includes the job in the file 213215:53:21# [RSpecRunTime] RSpec elapsed time: 19 minutes 28.86 seconds. Current RSS: ~1501M. Threads: 4. load average: 1.36 1.23 1.13 1/298 14143 213415:53:21 with a local file with rules with a project variable 213515:53:21 when the rules matches 213615:53:21 behaves like including the file 213715:53:23 includes the job in the file 213815:53:23# [RSpecRunTime] RSpec elapsed time: 19 minutes 30.7 seconds. Current RSS: ~1492M. Threads: 4. load average: 1.36 1.23 1.13 1/298 14466 214015:53:23 when the rules does not match 214115:53:23 behaves like not including the file 214215:53:25 does not include the job in the file 214315:53:25# [RSpecRunTime] RSpec elapsed time: 19 minutes 32.38 seconds. Current RSS: ~1485M. Threads: 4. load average: 1.36 1.23 1.13 1/298 14781 214515:53:25 with a local file with rules with a predefined pipeline variable 214615:53:25 when the rules matches 214715:53:25 behaves like including the file 214815:53:27 includes the job in the file 214915:53:27# [RSpecRunTime] RSpec elapsed time: 19 minutes 34.19 seconds. Current RSS: ~1480M. Threads: 4. load average: 1.41 1.24 1.13 1/298 15104 215115:53:27 when the rules does not match 215215:53:27 behaves like not including the file 215315:53:28 does not include the job in the file 215415:53:29# [RSpecRunTime] RSpec elapsed time: 19 minutes 35.88 seconds. Current RSS: ~1477M. Threads: 4. load average: 1.41 1.24 1.13 1/298 15419 215615:53:29 with a local file with rules with a run pipeline variable 215715:53:29 when the rules matches 215815:53:29 behaves like including the file 215915:53:30 includes the job in the file 216015:53:30# [RSpecRunTime] RSpec elapsed time: 19 minutes 37.73 seconds. Current RSS: ~1475M. Threads: 4. load average: 1.38 1.24 1.13 1/298 15742 216215:53:30 when the rules does not match 216315:53:30 behaves like not including the file 216415:53:32 does not include the job in the file 216515:53:32# [RSpecRunTime] RSpec elapsed time: 19 minutes 39.48 seconds. Current RSS: ~1478M. Threads: 4. load average: 1.38 1.24 1.13 1/298 16057 216715:53:32 with a local file with rules:exists 216815:53:32 behaves like including the file 216915:53:34 includes the job in the file 217015:53:34# [RSpecRunTime] RSpec elapsed time: 19 minutes 41.39 seconds. Current RSS: ~1477M. Threads: 4. load average: 1.38 1.24 1.13 1/298 16392 217215:53:34 on checking cache 217315:53:36 does not evaluate the same glob more than once 217415:53:36# [RSpecRunTime] RSpec elapsed time: 19 minutes 43.38 seconds. Current RSS: ~1478M. Threads: 4. load average: 1.35 1.23 1.13 1/298 16739 217615:53:36# [RSpecRunTime] Finishing example group spec/services/ci/create_pipeline_service/include_spec.rb. It took 17.31 seconds. Expected to take 20.74 seconds. 217715:53:36# [RSpecRunTime] Starting example group spec/lib/gitlab/contributions_calendar_spec.rb. Expected to take 19.82 seconds. 217815:53:36Gitlab::ContributionsCalendar 217915:53:39 #activity_dates 218015:53:40 returns a hash of date => count 218115:53:41 counts the diff notes on merge request 218215:53:42 counts the discussions on merge requests and issues 218315:53:43 counts merge request events 218415:53:43 when the user has opted-in for private contributions 218515:53:44 shows private and public events to all users 218615:53:44 still counts correct with feature access levels set to private 218715:53:44 does not fail if there are no contributed projects 218815:53:44# [RSpecRunTime] RSpec elapsed time: 19 minutes 51.57 seconds. Current RSS: ~1485M. Threads: 4. load average: 1.32 1.23 1.13 1/299 17213 219015:53:44 when events fall under different dates depending on the system time zone 219115:53:45 renders correct event counts within the UTC timezone 219215:53:45 renders correct event counts within the Sydney timezone 219315:53:45 renders correct event counts within the US Central timezone 219415:53:45# [RSpecRunTime] RSpec elapsed time: 19 minutes 52.85 seconds. Current RSS: ~1495M. Threads: 4. load average: 1.29 1.22 1.13 1/299 17214 219615:53:45 when events fall under different dates depending on the contributor's time zone 219715:53:46 renders correct event counts within the UTC timezone 219815:53:46 renders correct event counts within the Sydney timezone 219915:53:47 renders correct event counts within the US Central timezone 220015:53:47# [RSpecRunTime] RSpec elapsed time: 19 minutes 53.97 seconds. Current RSS: ~1495M. Threads: 4. load average: 1.29 1.22 1.13 1/298 17215 220215:53:47 #events_by_date 220315:53:47 returns all events for a given date 220415:53:48 only shows private events to authorized users 220515:53:49 includes diff notes on merge request 220615:53:50 includes merge request events 220715:53:50 when the user cannot read cross project 220815:53:50 does not return any events 220915:53:50# [RSpecRunTime] RSpec elapsed time: 19 minutes 57.62 seconds. Current RSS: ~1494M. Threads: 4. load average: 1.29 1.22 1.13 1/299 17512 221115:53:50# [RSpecRunTime] Finishing example group spec/lib/gitlab/contributions_calendar_spec.rb. It took 14.24 seconds. Expected to take 19.82 seconds. 221215:53:50# [RSpecRunTime] Starting example group spec/services/snippets/update_statistics_service_spec.rb. Expected to take 19.0 seconds. 221315:53:50Snippets::UpdateStatisticsService 221515:53:50 with PersonalSnippet 221615:53:50 behaves like updates statistics 221715:53:51 returns a successful response 221815:53:52 expires statistics cache 221915:53:53 schedules a namespace storage statistics update 222015:53:53 when snippet statistics does not exist 222115:53:54 creates snippet statistics 222215:53:54# [RSpecRunTime] RSpec elapsed time: 20 minutes 1.48 seconds. Current RSS: ~1536M. Threads: 4. load average: 1.35 1.24 1.13 1/298 17745 222415:53:54 when snippet statistics exists 222515:53:55 updates snippet statistics 222615:53:55 when snippet does not have a repository 222715:53:56 returns an error response 222815:53:56 with ProjectSnippet 222915:53:57 updates projects statistics "snippets_size" 223015:53:57 behaves like updates statistics 223115:53:58 returns a successful response 223215:54:00 expires statistics cache 223315:54:01 schedules a namespace storage statistics update 223415:54:01 when snippet statistics does not exist 223515:54:02 creates snippet statistics 223615:54:02# [RSpecRunTime] RSpec elapsed time: 20 minutes 9.6 seconds. Current RSS: ~1566M. Threads: 4. load average: 1.45 1.26 1.14 1/293 18122 223815:54:02 when snippet statistics exists 223915:54:05 updates snippet statistics 224015:54:05# [RSpecRunTime] RSpec elapsed time: 20 minutes 12.21 seconds. Current RSS: ~1548M. Threads: 4. load average: 1.45 1.26 1.14 1/293 18181 224215:54:05 when snippet does not have a repository 224315:54:06 returns an error response 224415:54:06# [RSpecRunTime] RSpec elapsed time: 20 minutes 13.47 seconds. Current RSS: ~1542M. Threads: 4. load average: 1.41 1.26 1.14 1/293 18210 224615:54:06# [RSpecRunTime] Finishing example group spec/services/snippets/update_statistics_service_spec.rb. It took 15.85 seconds. Expected to take 19.0 seconds. 224715:54:06# [RSpecRunTime] Starting example group spec/services/dependency_proxy/image_ttl_group_policies/update_service_spec.rb. Expected to take 18.35 seconds. 224815:54:06DependencyProxy::ImageTtlGroupPolicies::UpdateService 225015:54:06 with existing dependency proxy image ttl policy 225115:54:06 user_role: :owner, shared_examples_name: "updating the dependency proxy image ttl policy" 225215:54:06 behaves like updating the dependency proxy image ttl policy 225315:54:06 behaves like updating the dependency proxy image ttl policy attributes 225415:54:07 updates the dependency proxy image ttl policy 225515:54:07 behaves like not creating the dependency proxy image ttl policy 225615:54:07 doesn't create the dependency proxy image ttl policy 225715:54:07 behaves like returning a success 225815:54:07 returns a success 225915:54:07 with invalid params 226015:54:08 doesn't update 226115:54:08 behaves like not creating the dependency proxy image ttl policy 226215:54:08 doesn't create the dependency proxy image ttl policy 226315:54:08 behaves like returning an error 226415:54:08 returns an error 226515:54:08 user_role: :maintainer, shared_examples_name: "denying access to dependency proxy image ttl policy" 226615:54:08 behaves like denying access to dependency proxy image ttl policy 226715:54:08 with existing dependency proxy image ttl policy 226815:54:08 behaves like not creating the dependency proxy image ttl policy 226915:54:09 doesn't create the dependency proxy image ttl policy 227015:54:09 behaves like returning an error 227115:54:09 returns an error 227215:54:09 user_role: :developer, shared_examples_name: "denying access to dependency proxy image ttl policy" 227315:54:09 behaves like denying access to dependency proxy image ttl policy 227415:54:09 with existing dependency proxy image ttl policy 227515:54:09 behaves like not creating the dependency proxy image ttl policy 227615:54:09 doesn't create the dependency proxy image ttl policy 227715:54:09 behaves like returning an error 227815:54:10 returns an error 227915:54:10 user_role: :reporter, shared_examples_name: "denying access to dependency proxy image ttl policy" 228015:54:10 behaves like denying access to dependency proxy image ttl policy 228115:54:10 with existing dependency proxy image ttl policy 228215:54:10 behaves like not creating the dependency proxy image ttl policy 228315:54:10 doesn't create the dependency proxy image ttl policy 228415:54:10 behaves like returning an error 228515:54:10 returns an error 228615:54:10 user_role: :guest, shared_examples_name: "denying access to dependency proxy image ttl policy" 228715:54:10 behaves like denying access to dependency proxy image ttl policy 228815:54:10 with existing dependency proxy image ttl policy 228915:54:10 behaves like not creating the dependency proxy image ttl policy 229015:54:11 doesn't create the dependency proxy image ttl policy 229115:54:11 behaves like returning an error 229215:54:11 returns an error 229315:54:11 user_role: :anonymous, shared_examples_name: "denying access to dependency proxy image ttl policy" 229415:54:11 behaves like denying access to dependency proxy image ttl policy 229515:54:11 with existing dependency proxy image ttl policy 229615:54:11 behaves like not creating the dependency proxy image ttl policy 229715:54:11 doesn't create the dependency proxy image ttl policy 229815:54:11 behaves like returning an error 229915:54:11 returns an error 230015:54:11 without existing dependency proxy image ttl policy 230115:54:11 user_role: :owner, shared_examples_name: "creating the dependency proxy image ttl policy" 230215:54:11 behaves like creating the dependency proxy image ttl policy 230315:54:12 creates a new package setting 230415:54:12 saves the settings 230515:54:12 behaves like returning a success 230615:54:12 returns a success 230715:54:12 user_role: :maintainer, shared_examples_name: "denying access to dependency proxy image ttl policy" 230815:54:12 behaves like denying access to dependency proxy image ttl policy 230915:54:12 with existing dependency proxy image ttl policy 231015:54:12 behaves like not creating the dependency proxy image ttl policy 231115:54:13 doesn't create the dependency proxy image ttl policy 231215:54:13 behaves like returning an error 231315:54:13 returns an error 231415:54:13 user_role: :developer, shared_examples_name: "denying access to dependency proxy image ttl policy" 231515:54:13 behaves like denying access to dependency proxy image ttl policy 231615:54:13 with existing dependency proxy image ttl policy 231715:54:13 behaves like not creating the dependency proxy image ttl policy 231815:54:13 doesn't create the dependency proxy image ttl policy 231915:54:13 behaves like returning an error 232015:54:14 returns an error 232115:54:14 user_role: :reporter, shared_examples_name: "denying access to dependency proxy image ttl policy" 232215:54:14 behaves like denying access to dependency proxy image ttl policy 232315:54:14 with existing dependency proxy image ttl policy 232415:54:14 behaves like not creating the dependency proxy image ttl policy 232515:54:14 doesn't create the dependency proxy image ttl policy 232615:54:14 behaves like returning an error 232715:54:14 returns an error 232815:54:14 user_role: :guest, shared_examples_name: "denying access to dependency proxy image ttl policy" 232915:54:14 behaves like denying access to dependency proxy image ttl policy 233015:54:14 with existing dependency proxy image ttl policy 233115:54:14 behaves like not creating the dependency proxy image ttl policy 233215:54:15 doesn't create the dependency proxy image ttl policy 233315:54:15 behaves like returning an error 233415:54:15 returns an error 233515:54:15 user_role: :anonymous, shared_examples_name: "denying access to dependency proxy image ttl policy" 233615:54:15 behaves like denying access to dependency proxy image ttl policy 233715:54:15 with existing dependency proxy image ttl policy 233815:54:15 behaves like not creating the dependency proxy image ttl policy 233915:54:15 doesn't create the dependency proxy image ttl policy 234015:54:15 behaves like returning an error 234115:54:15 returns an error 234215:54:15 when the policy is not found 234315:54:15 behaves like returning an error 234415:54:15 returns an error 234515:54:15# [RSpecRunTime] Finishing example group spec/services/dependency_proxy/image_ttl_group_policies/update_service_spec.rb. It took 9.4 seconds. Expected to take 18.35 seconds. 234615:54:15# [RSpecRunTime] Starting example group spec/tasks/gitlab/ldap_rake_spec.rb. Expected to take 17.8 seconds. 234715:54:15gitlab:ldap:rename_provider rake task 234815:54:16 completes without error 234915:54:19# [RSpecRunTime] Finishing example group spec/tasks/gitlab/ldap_rake_spec.rb. It took 4.0 seconds. Expected to take 17.8 seconds. 235015:54:20# [RSpecRunTime] RSpec elapsed time: 20 minutes 26.94 seconds. Current RSS: ~1531M. Threads: 4. load average: 1.35 1.25 1.14 1/293 18211 235215:54:20# [RSpecRunTime] Starting example group spec/tasks/gitlab/ldap_rake_spec.rb. Expected to take 17.8 seconds. 235315:54:20gitlab:ldap:secret rake tasks 235515:54:20 displays error when file does not exist 235615:54:20 displays error when key does not exist 235715:54:20 displays error when key is changed 235815:54:20 outputs the unencrypted content when present 236115:54:21# password: '123' 236215:54:21# bind_dn: 'gitlab-adm' 236315:54:21 creates encrypted file 236415:54:21 displays error when key does not exist 236515:54:21 displays error when key is changed 236615:54:21 displays error when write directory does not exist 236715:54:21somevalue shows a warning when content is invalid 236815:54:22 displays error when $EDITOR is not set 237015:54:22# password: '123' 237115:54:22# bind_dn: 'gitlab-adm' 237215:54:22 when $EDITOR contains multiple arguments 237315:54:22 when $EDITOR is set to a non-existent binary 237415:54:22# [RSpecRunTime] RSpec elapsed time: 20 minutes 29.54 seconds. Current RSS: ~1544M. Threads: 4. load average: 1.32 1.24 1.14 1/293 18216 237715:54:22 creates encrypted file from stdin 237815:54:22 displays error when key does not exist 237915:54:23 displays error when write directory does not exist 238015:54:23somevalue shows a warning when content is invalid 238115:54:26# [RSpecRunTime] Finishing example group spec/tasks/gitlab/ldap_rake_spec.rb. It took 6.58 seconds. Expected to take 17.8 seconds. 238215:54:26# [RSpecRunTime] RSpec elapsed time: 20 minutes 33.59 seconds. Current RSS: ~1545M. Threads: 4. load average: 1.38 1.26 1.15 1/293 18218 238415:54:26# [RSpecRunTime] Starting example group spec/uploaders/packages/rpm/repository_file_uploader_spec.rb. Expected to take 17.13 seconds. 238515:54:26Packages::Rpm::RepositoryFileUploader 238615:54:27Job arguments to FlushCounterIncrementsWorker must be native JSON types, but :packages_size is a Symbol. 238815:54:27To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 238915:54:27 is expected to includes the Packages::GcsSignedUrlMetadata module 239015:54:27 when object store is remote 239115:54:27 behaves like builds correct paths 239315:54:27 behaves like matches the method pattern 239415:54:27 is expected to match /^\h{2}\/\h{2}\/\h{64}\/projects\/\d+\/rpm\/repository_files\/\d+$/ 239615:54:27 behaves like matches the method pattern 239715:54:27 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 239915:54:27 behaves like matches the method pattern 240015:54:27 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 240115:54:27 #upload_path 240215:54:27 behaves like matches the method pattern 240315:54:27 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 240415:54:27 #relative_path 240515:54:27 is relative (PENDING: Path not set, skipping.) 240615:54:27 .absolute_path 240715:54:27 behaves like matches the method pattern 240815:54:27 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 241015:54:27 behaves like matches the method pattern 241115:54:28 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 241215:54:28 path traversal exploits 241315:54:28 throws an exception 241515:54:28 with object storage enabled 241615:54:28Job arguments to FlushCounterIncrementsWorker must be native JSON types, but :packages_size is a Symbol. 241815:54:28To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 241915:54:28 can store file remotely 242015:54:28 behaves like augmenting GCS signed URL with metadata 242115:54:28 when the fog provider is not Google 242215:54:29Job arguments to FlushCounterIncrementsWorker must be native JSON types, but :packages_size is a Symbol. 242415:54:29To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 242515:54:29 is expected not to include "x-goog-custom-audit-gitlab-" 242615:54:29# [RSpecRunTime] RSpec elapsed time: 20 minutes 36.29 seconds. Current RSS: ~1547M. Threads: 4. load average: 1.38 1.26 1.15 1/293 18219 242815:54:29 when the fog provider is Google 242915:54:29 when on GitLab.com 243015:54:30Job arguments to FlushCounterIncrementsWorker must be native JSON types, but :packages_size is a Symbol. 243215:54:30To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 243315:54:30 is expected to include "x-goog-custom-audit-gitlab-namespace=2042" and "x-goog-custom-audit-gitlab-size-bytes=3202048" 243415:54:31Job arguments to FlushCounterIncrementsWorker must be native JSON types, but :packages_size is a Symbol. 243615:54:31To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 243715:54:31 is expected to include "x-goog-custom-audit-gitlab-project=989" 243815:54:31 when an error occurs 243915:54:31Job arguments to FlushCounterIncrementsWorker must be native JSON types, but :packages_size is a Symbol. 244115:54:31To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 244215:54:31 is expected not to raise Exception 244315:54:32Job arguments to FlushCounterIncrementsWorker must be native JSON types, but :packages_size is a Symbol. 244515:54:32To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 244615:54:32 is expected not to include "x-goog-custom-audit-gitlab-" 244715:54:33Job arguments to FlushCounterIncrementsWorker must be native JSON types, but :packages_size is a Symbol. 244915:54:33To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 245015:54:33 tracks the error 245115:54:33# [RSpecRunTime] RSpec elapsed time: 20 minutes 40.08 seconds. Current RSS: ~1522M. Threads: 4. load average: 1.35 1.25 1.14 1/293 18220 245315:54:33 when not on GitLab.com 245415:54:33Job arguments to FlushCounterIncrementsWorker must be native JSON types, but :packages_size is a Symbol. 245615:54:33To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 245715:54:33 is expected not to include "x-goog-custom-audit-gitlab-" 245815:54:33 behaves like builds correct paths 246015:54:33 behaves like matches the method pattern 246115:54:33 is expected to match /^\h{2}\/\h{2}\/\h{64}\/projects\/\d+\/rpm\/repository_files\/\d+$/ 246315:54:33 behaves like matches the method pattern 246415:54:34 is expected to match /\/packages\/tmp\/cache/ 246615:54:34 behaves like matches the method pattern 246715:54:34 is expected to match /\/packages\/tmp\/work/ 246815:54:34 #upload_path 246915:54:34 behaves like matches the method pattern 247015:54:34 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 247115:54:34 #relative_path 247215:54:34 is relative (PENDING: Path not set, skipping.) 247315:54:34 .absolute_path 247415:54:34 behaves like matches the method pattern 247515:54:34 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 247715:54:34 behaves like matches the method pattern 247815:54:34 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 247915:54:34 path traversal exploits 248015:54:34 throws an exception 248115:54:34# [RSpecRunTime] Finishing example group spec/uploaders/packages/rpm/repository_file_uploader_spec.rb. It took 8.16 seconds. Expected to take 17.13 seconds. 248215:54:34# [RSpecRunTime] Starting example group spec/support_specs/matchers/internal_events_matchers_spec.rb. Expected to take 16.48 seconds. 248315:54:34Internal Events matchers 248415:54:35 when using the 'internal event tracking' shared example 248515:54:35 with identifiers 248615:54:35 behaves like internal event tracking 248715:54:35 logs to Snowplow, Redis, and product analytics tooling 248815:54:35 with additional properties 248915:54:35 behaves like internal event tracking 249015:54:35 logs to Snowplow, Redis, and product analytics tooling 249115:54:35 behaves like internal event tracking 249215:54:35 logs to Snowplow, Redis, and product analytics tooling 249315:54:35 behaves like internal event tracking 249415:54:36 logs to Snowplow, Redis, and product analytics tooling 249515:54:36 when chaining both matchers 249615:54:36 handles triggering events that increment metrics 249715:54:36 handles triggering events that do not increment metrics 249815:54:36 handles multiple triggered events and incremented metrics 249915:54:36 handles chaining multiple triggered events and incremented metrics with different args 250015:54:36 accepts other chained matchers with #and 250115:54:36 :increment_usage_metrics 250215:54:37 handles database-based metrics 250315:54:37 accepts chained metric counts like #change 250415:54:37 handles non-integer values [ALPHA] (not strictly supported) 250515:54:37 behaves like matcher and negated matcher both raise expected error 250615:54:37 is expected to raise ArgumentError with "increment_usage_metrics matcher requires key_paths argument" 250715:54:37# [RSpecRunTime] RSpec elapsed time: 20 minutes 44.8 seconds. Current RSS: ~1561M. Threads: 4. load average: 1.32 1.25 1.14 1/293 18221 250915:54:37 behaves like matcher and negated matcher both raise expected error 251015:54:38 is expected to raise ArgumentError with "Cannot find metric definition for 'redis_hll_counters.bad_metric_name'!" 251115:54:38 behaves like matcher and negated matcher both raise expected error 251215:54:38 is expected to raise ArgumentError with "Cannot find metric definition for 'g_edit_by_sfe' -- did you mean 'redis_hll_counters.ide_edit.g_edit_by_sfe_monthly'?" 251315:54:38 when :increment_usage_metrics should fail 251415:54:38 with a single metric failure 251515:54:38 returns a meaningful failure message for :increment_usage_metrics 251615:54:38 with a multiple metric failures 251715:54:38 returns a meaningful failure message for :increment_usage_metrics 251815:54:38 with a multiple metric failures across chained assertions 251915:54:38 returns a meaningful failure message for :increment_usage_metrics 252015:54:38 when :not_increment_usage_metrics should fail 252115:54:38 with a single metric failure 252215:54:38 returns a meaningful failure message for :increment_usage_metrics 252315:54:38 with a multiple metric failures 252415:54:38 returns a meaningful failure message for :increment_usage_metrics 252515:54:38 with a multiple metric failures across chained assertions 252615:54:38 returns a meaningful failure message for :increment_usage_metrics 252715:54:38 :trigger_internal_events 252815:54:38 raises error if no events are passed to :trigger_internal_events 252915:54:39 does not raises error if no events are passed to :not_trigger_internal_events 253015:54:39 bubbles up failure messages 253115:54:39 handles events that should not be triggered 253215:54:39 ignores extra/irrelevant triggered events 253315:54:39 accepts chained event counts like #receive for multiple different events 253415:54:39 behaves like matcher and negated matcher both raise expected error 253515:54:39 is expected to raise ArgumentError with "Unknown event 'bad_event_name'! trigger_internal_events matcher accepts only existing events" 253615:54:39 with additional properties 253715:54:39 accepts correct additional properties 253815:54:39 with extra attributes 253915:54:39 accepts correct extra attributes 254015:54:39 with wrong label value 254115:54:39 behaves like raises error for unexpected event args 254215:54:39 is expected to raise RSpec::Expectations::ExpectationNotMetError with message matching /received :event with unexpected arguments/ 254315:54:39 with extra attributes expected but not tracked 254415:54:39 behaves like raises error for unexpected event args 254515:54:40 is expected to raise RSpec::Expectations::ExpectationNotMetError with message matching /received :event with unexpected arguments/ 254615:54:40 with extra attributes tracked but not expected 254715:54:40 behaves like raises error for unexpected event args 254815:54:40 is expected to raise RSpec::Expectations::ExpectationNotMetError with message matching /received :event with unexpected arguments/ 254915:54:40# [RSpecRunTime] Finishing example group spec/support_specs/matchers/internal_events_matchers_spec.rb. It took 5.32 seconds. Expected to take 16.48 seconds. 255015:54:40# [RSpecRunTime] Starting example group spec/policies/design_management/design_policy_spec.rb. Expected to take 15.91 seconds. 255115:54:40DesignManagement::DesignPolicy 255215:54:41 when DesignManagement is not enabled 255315:54:41 behaves like design abilities not available 255515:54:41 is expected to be disallowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 255615:54:41# [RSpecRunTime] RSpec elapsed time: 20 minutes 48.75 seconds. Current RSS: ~1579M. Threads: 4. load average: 1.29 1.24 1.14 1/293 18222 255915:54:42 is expected to be disallowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 256015:54:42 for maintainers 256115:54:42 is expected to be disallowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 256215:54:42 for developers 256315:54:42 is expected to be disallowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 256415:54:42 for reporters 256515:54:42 is expected to be disallowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 256715:54:42 is expected to be disallowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 256815:54:42 for anonymous users 256915:54:42 is expected to be disallowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 257015:54:42 when the feature is available 257115:54:42 behaves like design abilities available for members 257315:54:42 is expected to be allowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 257515:54:42 when admin mode enabled 257615:54:43 is expected to be allowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 257715:54:43 when admin mode disabled 257815:54:43 behaves like read-only design abilities 257915:54:43 is expected to be allowed :read_design 258015:54:43 is expected to be disallowed :create_design, :destroy_design, :move_design, and :update_design 258115:54:43 for maintainers 258215:54:43 is expected to be allowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 258315:54:43 for developers 258415:54:43 is expected to be allowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 258515:54:43 for reporters 258615:54:43 is expected to be allowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 258715:54:43 for guests in private projects 258815:54:44 behaves like read-only design abilities 258915:54:44 is expected to be allowed :read_design 259015:54:44 is expected to be disallowed :create_design, :destroy_design, :move_design, and :update_design 259115:54:44 for anonymous users in public projects 259215:54:44 behaves like read-only design abilities 259315:54:44 is expected to be allowed :read_design 259415:54:44 is expected to be disallowed :create_design, :destroy_design, :move_design, and :update_design 259515:54:44 when the issue is confidential 259615:54:44 behaves like design abilities available for members 259815:54:44 is expected to be allowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 260015:54:44 when admin mode enabled 260115:54:45 is expected to be allowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 260215:54:45 when admin mode disabled 260315:54:45 behaves like read-only design abilities 260415:54:45 is expected to be allowed :read_design 260515:54:45 is expected to be disallowed :create_design, :destroy_design, :move_design, and :update_design 260615:54:45 for maintainers 260715:54:45 is expected to be allowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 260815:54:45 for developers 260915:54:45 is expected to be allowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 261015:54:45 for reporters 261115:54:45 is expected to be allowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 261315:54:45 is expected to be disallowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 261415:54:45 for anonymous users 261515:54:46 is expected to be disallowed :read_design, :create_design, :destroy_design, :move_design, and :update_design 261615:54:46 when the project is archived 261715:54:46 behaves like read-only design abilities 261815:54:46 is expected to be allowed :read_design 261915:54:46 is expected to be disallowed :create_design, :destroy_design, :move_design, and :update_design 262015:54:46# [RSpecRunTime] Finishing example group spec/policies/design_management/design_policy_spec.rb. It took 6.55 seconds. Expected to take 15.91 seconds. 262115:54:46# [RSpecRunTime] Starting example group spec/policies/protected_branch_policy_spec.rb. Expected to take 15.37 seconds. 262215:54:46ProtectedBranchPolicy 262315:54:46 as a maintainer 262415:54:46 behaves like allows protected branch crud 262515:54:47 is expected to be allowed :read_protected_branch 262615:54:48 is expected to be allowed :create_protected_branch 262715:54:49 is expected to be allowed :update_protected_branch 262815:54:50 is expected to be allowed :destroy_protected_branch 262915:54:50# [RSpecRunTime] RSpec elapsed time: 20 minutes 57.19 seconds. Current RSS: ~1569M. Threads: 4. load average: 1.35 1.26 1.15 1/293 18223 263115:54:50 as a developer 263215:54:50 behaves like disallows protected branch crud 263315:54:51 is expected not to be allowed :read_protected_branch 263415:54:52 is expected not to be allowed :create_protected_branch 263515:54:53 is expected not to be allowed :update_protected_branch 263615:54:54 is expected not to be allowed :destroy_protected_branch 263715:54:54# [RSpecRunTime] RSpec elapsed time: 21 minutes 0.97 second. Current RSS: ~1518M. Threads: 4. load average: 1.32 1.25 1.15 1/294 18224 264015:54:54 behaves like disallows protected branch crud 264115:54:55 is expected not to be allowed :read_protected_branch 264215:54:56 is expected not to be allowed :create_protected_branch 264315:54:57 is expected not to be allowed :update_protected_branch 264415:54:58 is expected not to be allowed :destroy_protected_branch 264515:54:58# [RSpecRunTime] RSpec elapsed time: 21 minutes 4.94 seconds. Current RSS: ~1458M. Threads: 4. load average: 1.38 1.27 1.15 1/293 18225 264715:54:58# [RSpecRunTime] Finishing example group spec/policies/protected_branch_policy_spec.rb. It took 11.32 seconds. Expected to take 15.37 seconds. 264815:54:58# [RSpecRunTime] Starting example group spec/lib/gitlab/instrumentation/redis_base_spec.rb. Expected to take 14.89 seconds. 264915:54:58Gitlab::Instrumentation::RedisBase 265015:54:58 .storage_key 265115:54:58 returns the class name with underscore 265215:54:58 returns the class name without storage shard details 265415:54:58 returns the non-shard class name with default 265515:54:58 returns the shard name if present 265715:54:58 returns values that are higher than 0 265815:54:58 formats keys for classes with non-default shard_key 265915:54:58 .add_duration 266015:54:58 does not lose precision while adding 266115:54:58 storage key overlapping 266215:54:58 keys do not overlap across storages 266315:54:58 .increment_request_count 266415:54:58 increments by the given amount 266515:54:58 storage key overlapping 266615:54:59 keys do not overlap across storages 266715:54:59 .increment_write_bytes 266815:54:59 storage key overlapping 266915:54:59 keys do not overlap across storages 267015:54:59 .increment_cross_slot_request_count 267115:54:59 storage key overlapping 267215:54:59 keys do not overlap across storages 267315:54:59 increments by the given amount 267415:54:59 .increment_allowed_cross_slot_request_count 267515:54:59 storage key overlapping 267615:54:59 keys do not overlap across storages 267715:54:59 increments by the given amount 267815:54:59 .increment_read_bytes 267915:54:59 storage key overlapping 268015:54:59 keys do not overlap across storages 268115:54:59 .add_call_details 268215:54:59 storage key overlapping 268315:54:59 keys do not overlap across storages 268415:54:59 .redis_cluster_validate! 268515:54:59 Rails environments 268615:54:59 env: "production", allowed: false, should_raise: false 268715:54:59 is expected not to raise Exception 268815:54:59 env: "production", allowed: true, should_raise: false 268915:54:59 is expected not to raise Exception 269015:54:59 env: "staging", allowed: false, should_raise: false 269115:55:00 is expected not to raise Exception 269215:55:00 env: "staging", allowed: true, should_raise: false 269315:55:00 is expected not to raise Exception 269415:55:00 env: "development", allowed: true, should_raise: false 269515:55:00 is expected not to raise Exception 269615:55:00 env: "development", allowed: false, should_raise: true 269715:55:00 is expected to raise Gitlab::Instrumentation::RedisClusterValidator::CrossSlotError 269815:55:00 env: "test", allowed: true, should_raise: false 269915:55:00 is expected not to raise Exception 270015:55:00 env: "test", allowed: false, should_raise: true 270115:55:00 is expected to raise Gitlab::Instrumentation::RedisClusterValidator::CrossSlotError 270215:55:00 .log_exception 270315:55:00 logs exception with storage details 270415:55:00 when sharded instrumentation class 270515:55:00 logs exception with storage details 270615:55:00 .instance_count_connection_exception 270715:55:00 counts connection exception 270815:55:00 when sharded instrumentation class counts an exception 270915:55:00 counts connection exception 271015:55:00 .instance_count_cluster_pipeline_redirection 271115:55:01 tracks the redirection exception 271215:55:01 handles missing indices 271315:55:01# [RSpecRunTime] Finishing example group spec/lib/gitlab/instrumentation/redis_base_spec.rb. It took 3.11 seconds. Expected to take 14.89 seconds. 271415:55:01# [RSpecRunTime] Starting example group spec/graphql/mutations/releases/create_spec.rb. Expected to take 14.42 seconds. 271515:55:01Mutations::Releases::Create 271715:55:02 when the current user has access to create releases 271815:55:03 returns no errors 271915:55:03 creates the release with the correct tag 272015:55:04 creates the release with the correct name 272115:55:04 creates the release with the correct description 272215:55:05 creates the release with the correct released_at 272315:55:05 creates the release with the correct created_at 272415:55:06 creates the release with the correct milestone associations 272615:55:06 creates a single asset link 272715:55:07 creates the link with the correct name 272815:55:07 creates the link with the correct url 272915:55:08 creates the link with the correct link type 273015:55:08 creates the link with the correct direct filepath 273115:55:08# [RSpecRunTime] RSpec elapsed time: 21 minutes 15.51 seconds. Current RSS: ~1569M. Threads: 4. load average: 1.32 1.26 1.15 1/298 18542 273315:55:08 with protected tag 273415:55:08 when user has access to the protected tag 273515:55:09 does not have errors 273615:55:09 when user does not have access to the protected tag 273715:55:09 has an access error 273815:55:09 when the current user doesn't have access to create releases 273915:55:09 raises an error 274015:55:09# [RSpecRunTime] Finishing example group spec/graphql/mutations/releases/create_spec.rb. It took 8.42 seconds. Expected to take 14.42 seconds. 274115:55:09# [RSpecRunTime] Starting example group spec/serializers/ci/dag_job_entity_spec.rb. Expected to take 14.01 seconds. 274215:55:09Ci::DagJobEntity 274415:55:10 contains the name 274515:55:10 behaves like matches schema 274615:55:11 matches schema 274715:55:11# [RSpecRunTime] RSpec elapsed time: 21 minutes 18.05 seconds. Current RSS: ~1571M. Threads: 4. load average: 1.29 1.25 1.15 1/298 18565 274915:55:11 when job is stage scheduled 275015:55:11 contains the name scheduling_type 275115:55:12 does not expose needs 275215:55:12 behaves like matches schema 275315:55:13 matches schema 275415:55:13# [RSpecRunTime] RSpec elapsed time: 21 minutes 20.75 seconds. Current RSS: ~1539M. Threads: 4. load average: 1.29 1.25 1.15 1/298 18566 275615:55:13 when job is dag scheduled 275715:55:14 contains the name scheduling_type 275815:55:14 behaves like matches schema 275915:55:15 matches schema 276015:55:15# [RSpecRunTime] RSpec elapsed time: 21 minutes 22.53 seconds. Current RSS: ~1526M. Threads: 4. load average: 1.29 1.25 1.15 1/298 18567 276215:55:15 when job has needs 276315:55:16 exposes the array of needs 276415:55:16 behaves like matches schema 276515:55:17 matches schema 276615:55:17# [RSpecRunTime] RSpec elapsed time: 21 minutes 24.12 seconds. Current RSS: ~1520M. Threads: 4. load average: 1.27 1.25 1.15 1/298 18568 276815:55:17 when job has empty needs 276915:55:18 exposes an empty array of needs 277015:55:18 behaves like matches schema 277115:55:18 matches schema 277215:55:18# [RSpecRunTime] RSpec elapsed time: 21 minutes 25.83 seconds. Current RSS: ~1509M. Threads: 4. load average: 1.27 1.25 1.15 1/294 18569 277415:55:18# [RSpecRunTime] Finishing example group spec/serializers/ci/dag_job_entity_spec.rb. It took 9.36 seconds. Expected to take 14.01 seconds. 277515:55:18# [RSpecRunTime] Starting example group spec/finders/access_requests_finder_spec.rb. Expected to take 13.53 seconds. 277615:55:18AccessRequestsFinder 277715:55:18 behaves like #execute 277815:55:18 when current user cannot see project access requests 277915:55:18 behaves like a finder returning no results 278015:55:20 raises Gitlab::Access::AccessDeniedError 278115:55:20# [RSpecRunTime] RSpec elapsed time: 21 minutes 27.01 seconds. Current RSS: ~1496M. Threads: 4. load average: 1.27 1.25 1.15 1/293 18570 278315:55:20 behaves like a finder returning no results 278415:55:20 raises Gitlab::Access::AccessDeniedError 278515:55:20 when current user can see access requests 278615:55:20 behaves like a finder returning access requesters 278715:55:22 returns access requesters 278815:55:22# [RSpecRunTime] RSpec elapsed time: 21 minutes 29.63 seconds. Current RSS: ~1464M. Threads: 4. load average: 1.25 1.24 1.15 1/293 18571 279015:55:22 behaves like a finder returning access requesters 279115:55:24 returns access requesters 279215:55:24# [RSpecRunTime] RSpec elapsed time: 21 minutes 31.55 seconds. Current RSS: ~1458M. Threads: 4. load average: 1.25 1.24 1.15 1/293 18572 279415:55:24 behaves like #execute! 279515:55:24 when current user cannot see access requests 279615:55:24 behaves like a finder raising Gitlab::Access::AccessDeniedError 279715:55:25 raises Gitlab::Access::AccessDeniedError 279815:55:25# [RSpecRunTime] RSpec elapsed time: 21 minutes 32.85 seconds. Current RSS: ~1455M. Threads: 4. load average: 1.23 1.24 1.15 1/293 18573 280015:55:25 behaves like a finder raising Gitlab::Access::AccessDeniedError 280115:55:26 raises Gitlab::Access::AccessDeniedError 280215:55:26 when current user can see access requests 280315:55:26 behaves like a finder returning access requesters 280415:55:28 returns access requesters 280515:55:28# [RSpecRunTime] RSpec elapsed time: 21 minutes 35.36 seconds. Current RSS: ~1454M. Threads: 4. load average: 1.23 1.24 1.15 1/293 18574 280715:55:28 behaves like a finder returning access requesters 280815:55:30 returns access requesters 280915:55:30# [RSpecRunTime] RSpec elapsed time: 21 minutes 37.26 seconds. Current RSS: ~1454M. Threads: 4. load average: 1.23 1.24 1.15 1/293 18575 281115:55:30# [RSpecRunTime] Finishing example group spec/finders/access_requests_finder_spec.rb. It took 11.43 seconds. Expected to take 13.53 seconds. 281215:55:30# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/ansi2json/line_spec.rb. Expected to take 13.2 seconds. 281315:55:30Gitlab::Ci::Ansi2json::Line 281515:55:30 appends new data to the current segment 281615:55:30 resets line start flag 281815:55:30 clears at_line_start? 281915:55:30 clears segments 282115:55:30 when style is passed to the initializer 282215:55:30 returns the same style 282315:55:30 when style is not passed to the initializer 282415:55:31 returns the default style 282515:55:31 #update_style 282615:55:31 sets the style 282715:55:31 #add_timestamp 282815:55:31 sets line timestamp 282915:55:31 does not reset line start flag 283015:55:31 #add_section 283115:55:31 appends a new section to the list 283215:55:31 resets line start flag 283315:55:31 #set_section_options 283415:55:31 sets the current section's options 283515:55:31 #set_as_section_header 283615:55:31 change the section_header to true 283715:55:31 #set_as_section_footer 283815:55:31 change the section_footer to true 283915:55:31 #set_section_duration 284015:55:31 duration: nil, result: "00:00" 284115:55:31 is expected to eq "00:00" 284215:55:31 duration: "string", result: "00:00" 284315:55:32 is expected to eq "00:00" 284415:55:32 duration: 0 seconds, result: "00:00" 284515:55:32 is expected to eq "00:00" 284615:55:32 duration: 7 seconds, result: "00:07" 284715:55:32 is expected to eq "00:07" 284815:55:32 duration: 75, result: "01:15" 284915:55:32 is expected to eq "01:15" 285015:55:32 duration: 1 minute and 15 seconds, result: "01:15" 285115:55:32 is expected to eq "01:15" 285215:55:32 duration: 13 hours, 14 minutes, and 15 seconds, result: "13:14:15" 285315:55:32 is expected to eq "13:14:15" 285415:55:32 duration: 1 day, 13 hours, 14 minutes, and 15 seconds, result: "37:14:15" 285515:55:32 is expected to eq "37:14:15" 285615:55:32 duration: 1.7976931348623157e+308, result: "8765:00:00" 285715:55:32 is expected to eq "8765:00:00" 285815:55:32 duration: 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, result: "8765:00:00" 285915:55:32 is expected to eq "8765:00:00" 286015:55:32 #flush_current_segment! 286115:55:32 when current segment is not empty 286215:55:33 adds the segment to the list 286315:55:33 updates the current segment pointer propagating the style 286415:55:33 when current segment is empty 286515:55:33 does not add any segments to the list 286615:55:33 does not change the current segment 286815:55:33 when timestamps are present 286915:55:33 serializes the attributes set with the last timestamp 287015:55:33 when sections are present 287115:55:33 when section header is set 287215:55:33 serializes the attributes set 287315:55:33 when section duration is set 287415:55:33 serializes the attributes set 287515:55:33 when section footer is set 287615:55:33 serializes the attributes set 287715:55:33 when there are no sections 287815:55:33 serializes the attributes set 287915:55:33# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/ansi2json/line_spec.rb. It took 3.54 seconds. Expected to take 13.2 seconds. 288015:55:33# [RSpecRunTime] Starting example group spec/services/ci/create_pipeline_service/cache_spec.rb. Expected to take 12.82 seconds. 288115:55:33Ci::CreatePipelineService 288315:55:33 with cache:key 288415:55:35 uses the provided key 288515:55:35# [RSpecRunTime] RSpec elapsed time: 21 minutes 42.57 seconds. Current RSS: ~1532M. Threads: 4. load average: 1.21 1.23 1.14 1/296 18688 288715:55:35 with cache:key:files 288815:55:35 when file.lock exists 288915:55:37 builds a cache key 289015:55:37# [RSpecRunTime] RSpec elapsed time: 21 minutes 44.38 seconds. Current RSS: ~1524M. Threads: 4. load average: 1.19 1.23 1.14 1/298 18815 289215:55:37 when file.lock does not exist 289315:55:39 uses default cache key 289415:55:39# [RSpecRunTime] RSpec elapsed time: 21 minutes 46.31 seconds. Current RSS: ~1526M. Threads: 4. load average: 1.19 1.23 1.14 1/298 18942 289615:55:39 with cache:key:files and prefix 289715:55:39 when file.lock exists 289815:55:41 builds a cache key 289915:55:41# [RSpecRunTime] RSpec elapsed time: 21 minutes 48.16 seconds. Current RSS: ~1518M. Threads: 4. load average: 1.10 1.21 1.14 1/298 19062 290115:55:41 when file.lock does not exist 290215:55:42 uses default cache key 290315:55:43# [RSpecRunTime] RSpec elapsed time: 21 minutes 49.94 seconds. Current RSS: ~1503M. Threads: 4. load average: 1.10 1.21 1.14 1/298 19182 290515:55:43 with too many files 290615:55:44Job arguments to PipelineNotificationWorker must be native JSON types, but :ref_status is a Symbol. 290815:55:44To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 291015:55:45# [RSpecRunTime] RSpec elapsed time: 21 minutes 51.88 seconds. Current RSS: ~1491M. Threads: 4. load average: 1.10 1.21 1.14 1/298 19301 291215:55:45# [RSpecRunTime] Finishing example group spec/services/ci/create_pipeline_service/cache_spec.rb. It took 11.08 seconds. Expected to take 12.82 seconds. 291315:55:45# [RSpecRunTime] Starting example group spec/services/deployments/update_service_spec.rb. Expected to take 12.46 seconds. 291415:55:45Deployments::UpdateService 291615:55:46 can update the status to running 291715:55:48 can update the status to success 291815:55:49 can update the status to failed 291915:55:51 can update the status to canceled 292015:55:52 does not change the state if the status is invalid 292115:55:55 links merge requests when changing the status to success 292215:55:55# [RSpecRunTime] RSpec elapsed time: 22 minutes 2.11 seconds. Current RSS: ~1497M. Threads: 4. load average: 1.08 1.20 1.14 3/299 19663 292415:55:55# [RSpecRunTime] Finishing example group spec/services/deployments/update_service_spec.rb. It took 10.24 seconds. Expected to take 12.46 seconds. 292515:55:55# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/build/context/build_spec.rb. Expected to take 12.11 seconds. 292615:55:55Gitlab::Ci::Build::Context::Build 292815:55:56 is expected to be an instance of Gitlab::Ci::Variables::Collection 292915:55:56 behaves like variables collection 293015:55:56 returns a collection of variables 293115:55:56 without passed build-specific attributes 293215:55:56 returns a collection of variables 293315:55:56# [RSpecRunTime] RSpec elapsed time: 22 minutes 3.67 seconds. Current RSS: ~1492M. Threads: 4. load average: 1.15 1.22 1.14 1/299 19664 293515:55:56 when the FF ci_variables_optimization_for_yaml_and_node is disabled 293615:55:56 behaves like variables collection 293715:55:57 returns a collection of variables 293815:55:57 without passed build-specific attributes 293915:55:57 returns a collection of variables 294015:55:57 when the pipeline has a trigger request 294115:55:57 includes trigger variables 294215:55:57 when the FF ci_variables_optimization_for_yaml_and_node is disabled 294315:55:57 when the pipeline has a trigger request 294415:55:58 includes trigger variables 294515:55:58 when environment and kubernetes namespace include variables 294615:55:58 returns a collection of variables 294715:55:58 when the FF ci_variables_optimization_for_yaml_and_node is disabled 294815:55:59 returns a collection of variables 294915:55:59# [RSpecRunTime] RSpec elapsed time: 22 minutes 6.5 seconds. Current RSS: ~1508M. Threads: 4. load average: 1.15 1.22 1.14 1/299 19665 295115:55:59 when environment includes nested variables 295215:55:59 expands the nested variable 295315:55:59 when the FF ci_variables_optimization_for_yaml_and_node is disabled 295415:56:00 expands the nested variable 295515:56:00 when kubernetes namespace includes nested variables 295615:56:00 does not expand the nested variable 295715:56:00 when the FF ci_variables_optimization_for_yaml_and_node is disabled 295815:56:01 does not expand the nested variable 295915:56:01# [RSpecRunTime] RSpec elapsed time: 22 minutes 8.61 seconds. Current RSS: ~1511M. Threads: 4. load average: 1.14 1.21 1.14 1/299 19666 296115:56:01 #variables_hash 296215:56:01 is expected to be an instance of ActiveSupport::HashWithIndifferentAccess 296315:56:01 behaves like variables collection 296415:56:02 returns a collection of variables 296515:56:02 without passed build-specific attributes 296615:56:02 returns a collection of variables 296715:56:02# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/build/context/build_spec.rb. It took 7.22 seconds. Expected to take 12.11 seconds. 296815:56:02# [RSpecRunTime] Starting example group spec/policies/award_emoji_policy_spec.rb. Expected to take 11.9 seconds. 296915:56:02AwardEmojiPolicy 297015:56:02 when the awardable is an issue 297215:56:03 is expected to be allowed :read_emoji 297315:56:03# [RSpecRunTime] RSpec elapsed time: 22 minutes 10.65 seconds. Current RSS: ~1516M. Threads: 4. load average: 1.14 1.21 1.14 1/298 19667 297615:56:04 is expected not to be allowed :read_emoji 297715:56:04# [RSpecRunTime] RSpec elapsed time: 22 minutes 11.77 seconds. Current RSS: ~1513M. Threads: 4. load average: 1.14 1.21 1.14 1/297 19668 297915:56:04 when the awardable is a merge request 298115:56:05 is expected to be allowed :read_emoji 298215:56:06# [RSpecRunTime] RSpec elapsed time: 22 minutes 12.91 seconds. Current RSS: ~1512M. Threads: 4. load average: 1.13 1.21 1.14 1/293 19669 298515:56:07 is expected not to be allowed :read_emoji 298615:56:07# [RSpecRunTime] RSpec elapsed time: 22 minutes 14.15 seconds. Current RSS: ~1513M. Threads: 4. load average: 1.13 1.21 1.14 1/293 19670 298815:56:07 when the awardable is a note 299015:56:08 is expected to be allowed :read_emoji 299115:56:08# [RSpecRunTime] RSpec elapsed time: 22 minutes 15.34 seconds. Current RSS: ~1505M. Threads: 4. load average: 1.13 1.21 1.14 1/293 19671 299415:56:09 is expected not to be allowed :read_emoji 299515:56:09# [RSpecRunTime] RSpec elapsed time: 22 minutes 16.58 seconds. Current RSS: ~1499M. Threads: 4. load average: 1.13 1.21 1.14 1/293 19672 299715:56:09 when the awardable is a snippet 299915:56:10 is expected to be allowed :read_emoji 300115:56:11 is expected not to be allowed :read_emoji 300215:56:11# [RSpecRunTime] Finishing example group spec/policies/award_emoji_policy_spec.rb. It took 9.13 seconds. Expected to take 11.9 seconds. 300315:56:11# [RSpecRunTime] Starting example group spec/models/concerns/sanitizable_spec.rb. Expected to take 11.5 seconds. 300515:56:11 does not allow STI 300615:56:11 behaves like a non-sanitizable field 300815:56:11 has no effect 300915:56:11 behaves like a non-sanitizable field 301115:56:11 has no effect 301215:56:11 behaves like a sanitizable field 301415:56:11 when input is nil 301515:56:11 behaves like noop 301615:56:12 has no effect 301715:56:12 when input does not contain any html 301815:56:12 behaves like noop 301915:56:12 has no effect 302015:56:12 when input contains html 302115:56:12 sanitizes the input 302215:56:12 when input includes html entities 302315:56:12 does not escape them 302415:56:12 when input contains pre-escaped html entities 302515:56:12 is not valid 302615:56:12 behaves like noop 302715:56:12 has no effect 302815:56:12 when input contains double-escaped data 302915:56:12 is not valid 303015:56:12 behaves like noop 303115:56:12 has no effect 303215:56:12 when input contains a path traversal attempt 303315:56:12 is not valid 303415:56:12 behaves like noop 303515:56:13 has no effect 303615:56:13 when input contains both path traversal attempt and pre-escaped entities 303715:56:13 is not valid 303815:56:13 behaves like noop 303915:56:13 has no effect 304015:56:13 behaves like a sanitizable field 304215:56:13 when input is nil 304315:56:13 behaves like noop 304415:56:13 has no effect 304515:56:13 when input does not contain any html 304615:56:13 behaves like noop 304715:56:13 has no effect 304815:56:13 when input contains html 304915:56:13 sanitizes the input 305015:56:13 when input includes html entities 305115:56:13 does not escape them 305215:56:13 when input contains pre-escaped html entities 305315:56:13 is not valid 305415:56:13 behaves like noop 305515:56:13 has no effect 305615:56:13 when input contains double-escaped data 305715:56:14 is not valid 305815:56:14 behaves like noop 305915:56:14 has no effect 306015:56:14 when input contains a path traversal attempt 306115:56:14 is not valid 306215:56:14 behaves like noop 306315:56:14 has no effect 306415:56:14 when input contains both path traversal attempt and pre-escaped entities 306515:56:14 is not valid 306615:56:14 behaves like noop 306715:56:14 has no effect 306815:56:14# [RSpecRunTime] Finishing example group spec/models/concerns/sanitizable_spec.rb. It took 3.0 seconds. Expected to take 11.5 seconds. 306915:56:14# [RSpecRunTime] Starting example group spec/finders/packages/packages_finder_spec.rb. Expected to take 11.22 seconds. 307015:56:14Packages::PackagesFinder 307115:56:15Job arguments to FlushCounterIncrementsWorker must be native JSON types, but :packages_size is a Symbol. 307315:56:15To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 307515:56:16 with package_type 307615:56:16 conan packages 307715:56:16 is expected to eq [#<Packages::Conan::Package id: 7, project_id: 1050, created_at: "2024-09-19 15:56:15.618815825 +0000...e_type: "conan", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil>] 307815:56:16# [RSpecRunTime] RSpec elapsed time: 22 minutes 23.44 seconds. Current RSS: ~1547M. Threads: 4. load average: 1.03 1.18 1.13 1/293 19673 308015:56:16 npm packages 308115:56:16 is expected to contain exactly #<Packages::Package id: 8, project_id: 1050, created_at: "2024-09-20 15:56:16.317005618 +0000", updat...kage_type: "npm", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil> and #<Packages::Package id: 9, project_id: 1050, created_at: "2024-09-20 15:56:16.347329256 +0000", updat...kage_type: "npm", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil> 308215:56:16 with order_by 308315:56:16 by default is created_at 308415:56:16 is expected to eq [#<Packages::Package id: 5, project_id: 1050, created_at: "2024-09-18 15:56:15.057921414 +0000", upda...e_type: "conan", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil>] 308515:56:16 order by name 308615:56:16 is expected to eq [#<Packages::Conan::Package id: 7, project_id: 1050, created_at: "2024-09-19 15:56:15.618815825 +0000...e_type: "maven", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil>] 308715:56:16 order by version 308815:56:17 is expected to eq [#<Packages::Conan::Package id: 7, project_id: 1050, created_at: "2024-09-19 15:56:15.618815825 +0000...e_type: "maven", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil>] 308915:56:17 order by type 309015:56:17 is expected to eq [#<Packages::Package id: 5, project_id: 1050, created_at: "2024-09-18 15:56:15.057921414 +0000", upda...e_type: "conan", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil>] 309215:56:17 by default is ascending 309315:56:17 is expected to eq [#<Packages::Package id: 5, project_id: 1050, created_at: "2024-09-18 15:56:15.057921414 +0000", upda...e_type: "conan", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil>] 309415:56:17 can sort descended 309515:56:17 is expected to eq [#<Packages::Conan::Package id: 7, project_id: 1050, created_at: "2024-09-19 15:56:15.618815825 +0000...e_type: "maven", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil>] 309615:56:17 with package_name 309715:56:17 is expected to eq [#<Packages::Package id: 5, project_id: 1050, created_at: "2024-09-18 15:56:15.057921414 +0000", upda...e_type: "maven", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil>] 309815:56:17 with nil params 309915:56:17 is expected to contain exactly #<Packages::Conan::Package id: 7, project_id: 1050, created_at: "2024-09-19 15:56:15.618815825 +0000"...ge_type: "conan", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil> and #<Packages::Package id: 5, project_id: 1050, created_at: "2024-09-18 15:56:15.057921414 +0000", updat...ge_type: "maven", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil> 310015:56:17 with processing packages 310115:56:17 is expected to contain exactly #<Packages::Conan::Package id: 7, project_id: 1050, created_at: "2024-09-19 15:56:15.618815825 +0000"...ge_type: "conan", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil> and #<Packages::Package id: 5, project_id: 1050, created_at: "2024-09-18 15:56:15.057921414 +0000", updat...ge_type: "maven", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil> 310215:56:17 preload_pipelines 310315:56:17 preloads pipelines by default 310415:56:17 set to false 310515:56:18 does not preload pipelines 310615:56:18 behaves like concerning versionless param 310715:56:18 is expected not to include #<Packages::Package id: 12, project_id: 1050, created_at: "2024-09-20 15:56:18.574303871 +0000", upda...ge_type: "maven", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil> 310815:56:18 with valid include_versionless param 310915:56:18 is expected to include #<Packages::Package id: 12, project_id: 1050, created_at: "2024-09-20 15:56:18.574303871 +0000", upda...ge_type: "maven", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil> 311015:56:18 with empty include_versionless param 311115:56:19 is expected not to include #<Packages::Package id: 12, project_id: 1050, created_at: "2024-09-20 15:56:18.574303871 +0000", upda...ge_type: "maven", creator_id: 1121, status: "default", last_downloaded_at: nil, status_message: nil> 311215:56:19 behaves like concerning package statuses 311315:56:19 displayable packages 311415:56:20 is expected not to include #<Packages::Package id: 14, project_id: 1050, created_at: "2024-09-20 15:56:19.402248393 +0000", upda...age_type: "maven", creator_id: 1121, status: "hidden", last_downloaded_at: nil, status_message: nil> 311515:56:20 is expected to include #<Packages::Package id: 16, project_id: 1050, created_at: "2024-09-20 15:56:19.858920540 +0000", upda...kage_type: "maven", creator_id: 1121, status: "error", last_downloaded_at: nil, status_message: nil> 311615:56:20# [RSpecRunTime] RSpec elapsed time: 22 minutes 27.08 seconds. Current RSS: ~1546M. Threads: 4. load average: 1.03 1.18 1.13 1/293 19674 311815:56:20 with status param 311915:56:20 is expected to contain exactly #<Packages::Package id: 14, project_id: 1050, created_at: "2024-09-20 15:56:19.402248393 +0000", upda...age_type: "maven", creator_id: 1121, status: "hidden", last_downloaded_at: nil, status_message: nil> 312015:56:20 with invalid status param 312115:56:20 is expected to raise Packages::FinderHelper::InvalidStatusError 312215:56:20# [RSpecRunTime] Finishing example group spec/finders/packages/packages_finder_spec.rb. It took 5.84 seconds. Expected to take 11.22 seconds. 312315:56:20# [RSpecRunTime] Starting example group spec/lib/gitlab/diff/parser_spec.rb. Expected to take 10.93 seconds. 312415:56:20Gitlab::Diff::Parser 312615:56:20 is expected to eq 30 312915:56:20 is expected to eq "match" 313015:56:20 is expected to eq 6 313115:56:20 is expected to eq 6 313215:56:20 is expected to eq "@@ -6,12 +6,18 @@ module Popen" 313315:56:20 removal line 313415:56:21 is expected to eq "old" 313515:56:21 is expected to eq 14 313615:56:21 is expected to eq 13 313715:56:21 is expected to eq "- options = { chdir: path }" 313815:56:21 addition line 313915:56:21 is expected to eq "new" 314015:56:21 is expected to eq 15 314115:56:21 is expected to eq 18 314215:56:21 is expected to eq "+ options = {" 314315:56:21 unchanged line 314415:56:21 is expected to eq nil 314515:56:21 is expected to eq 24 314615:56:22 is expected to eq 31 314715:56:22 is expected to eq " @cmd_output << stderr.read" 314815:56:22 \ No newline at end of file 314915:56:22 parses nonewline in one file correctly 315015:56:22 parses nonewline in two files correctly 315115:56:22 when lines is empty 315215:56:22 is expected to eq [] 315315:56:22 is expected to eq [] 315415:56:22 when it is a binary notice 315515:56:22 is expected to eq [] 315615:56:22 tolerates special diff markers in a content 315715:56:22 counts lines correctly 315815:56:22# [RSpecRunTime] Finishing example group spec/lib/gitlab/diff/parser_spec.rb. It took 2.4 seconds. Expected to take 10.93 seconds. 315915:56:22# [RSpecRunTime] Starting example group spec/models/ci/project_mirror_spec.rb. Expected to take 10.63 seconds. 316015:56:22Ci::ProjectMirror 316115:56:23 does not allow STI 316215:56:23 associations 316315:56:23 is expected to belong to project required: false 316415:56:24 is expected to belong to namespace_mirror required: false 316515:56:24 is expected to have many builds 316615:56:25 is expected to have many pipelines 316715:56:25 has a bidirectional relationship with namespace mirror 316815:56:26 has a bidirectional relationship with builds 316915:56:26 has a bidirectional relationship with pipelines 317015:56:26# [RSpecRunTime] RSpec elapsed time: 22 minutes 33.75 seconds. Current RSS: ~1545M. Threads: 4. load average: 1.02 1.18 1.13 1/293 19675 317315:56:27 .by_project_id 317415:56:27 returns project mirrors of project 317515:56:27 .by_namespace_id 317615:56:28 returns project mirrors of namespace id 317815:56:28 when project mirror does not exist in the first place 317915:56:28 creates a ci_projects record 318015:56:28 when project mirror does already exist 318115:56:29 updates the related ci_projects record 318215:56:29# [RSpecRunTime] Finishing example group spec/models/ci/project_mirror_spec.rb. It took 6.36 seconds. Expected to take 10.63 seconds. 318315:56:29# [RSpecRunTime] Starting example group spec/serializers/base_discussion_entity_spec.rb. Expected to take 10.37 seconds. 318415:56:29BaseDiscussionEntity 318515:56:31 exposes correct attributes 318615:56:31 when discussion is not expanded 318715:56:32 exposes correct attributes 318815:56:32# [RSpecRunTime] RSpec elapsed time: 22 minutes 39.18 seconds. Current RSS: ~1523M. Threads: 4. load average: 1.02 1.17 1.13 1/299 19854 319015:56:32 when note is on an issue 319115:56:32 does not include resolve_with_issue_path 319215:56:32 when is LegacyDiffDiscussion 319315:56:33 exposes correct attributes 319415:56:33 when diff file is present 319515:56:36 exposes diff file attributes 319615:56:36# [RSpecRunTime] RSpec elapsed time: 22 minutes 43.44 seconds. Current RSS: ~1487M. Threads: 4. load average: 1.18 1.20 1.14 1/299 20074 319815:56:36 when issues are disabled in a project 319915:56:37 does not show a new issues path 320015:56:37# [RSpecRunTime] RSpec elapsed time: 22 minutes 44.55 seconds. Current RSS: ~1486M. Threads: 4. load average: 1.18 1.20 1.14 1/299 20075 320215:56:37# [RSpecRunTime] Finishing example group spec/serializers/base_discussion_entity_spec.rb. It took 8.48 seconds. Expected to take 10.37 seconds. 320315:56:37# [RSpecRunTime] Starting example group spec/services/web_hooks/log_execution_service_spec.rb. Expected to take 10.08 seconds. 320415:56:37WebHooks::LogExecutionService 320615:56:38 logs the data 320715:56:38 updates the last failure 320815:56:38 obtaining an exclusive lease 320915:56:39 updates failure state using a lease that ensures fresh state is written 321015:56:39 when a lease cannot be obtained 321115:56:39 response_category: :ok, executable: true, needs_updating: false 321215:56:39 raises an error if the hook needs to be updated 321315:56:39# [RSpecRunTime] RSpec elapsed time: 22 minutes 46.09 seconds. Current RSS: ~1487M. Threads: 4. load average: 1.18 1.20 1.14 1/298 20076 321515:56:39 response_category: :ok, executable: false, needs_updating: true 321615:56:39 raises an error if the hook needs to be updated 321715:56:39 response_category: :failed, executable: true, needs_updating: true 321815:56:39 raises an error if the hook needs to be updated 321915:56:39 response_category: :failed, executable: false, needs_updating: false 322015:56:39 raises an error if the hook needs to be updated 322115:56:39 response_category: :error, executable: true, needs_updating: true 322215:56:39 raises an error if the hook needs to be updated 322315:56:39 response_category: :error, executable: false, needs_updating: false 322415:56:39 raises an error if the hook needs to be updated 322515:56:39 when response_category is :ok 322615:56:40 does not increment the failure count 322715:56:40 does not change the disabled_until attribute 322815:56:40 when the hook had previously failed 322915:56:40 resets the failure count 323015:56:40 when response_category is :failed 323115:56:40 increments the failure count 323215:56:40 does not change the disabled_until attribute 323315:56:41 does not allow the failure count to overflow 323415:56:41 when response_category is :error 323615:56:41 with url_variables 323715:56:41 logs the data and masks response headers 323815:56:41 with X-Gitlab-Token 323915:56:41 redacts the token 324015:56:41# [RSpecRunTime] Finishing example group spec/services/web_hooks/log_execution_service_spec.rb. It took 4.16 seconds. Expected to take 10.08 seconds. 324115:56:41# [RSpecRunTime] Starting example group spec/services/todos/destroy/project_private_service_spec.rb. Expected to take 9.89 seconds. 324215:56:41Todos::Destroy::ProjectPrivateService 324415:56:41 when a project set to private 324515:56:48 removes issue todos for a user who is not a member 324615:56:48# [RSpecRunTime] RSpec elapsed time: 22 minutes 55.25 seconds. Current RSS: ~1500M. Threads: 4. load average: 1.15 1.20 1.14 1/293 20077 324815:56:48 when project is not private 324915:56:53 does not remove any todos 325015:56:53# [RSpecRunTime] RSpec elapsed time: 23 minutes. Current RSS: ~1458M. Threads: 4. load average: 1.14 1.19 1.14 1/293 20078 325215:56:53# [RSpecRunTime] Finishing example group spec/services/todos/destroy/project_private_service_spec.rb. It took 11.28 seconds. Expected to take 9.89 seconds. 325315:56:53# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/runner_instructions_spec.rb. Expected to take 9.68 seconds. 325415:56:53Gitlab::Ci::RunnerInstructions 325715:56:53 has the required fields 325815:56:53 has a valid script 326015:56:53 has the required fields 326115:56:53 has a valid script 326315:56:53 has the required fields 326415:56:53 has a valid script 326515:56:53 OTHER_ENVIRONMENTS 326715:56:54 has the required fields 326915:56:54 has the required fields 327115:56:54 has the required fields 327215:56:54 #install_script 327315:56:54 invalid params 327415:56:54 current_params: {:os=>nil, :arch=>nil}, expected_error_message: "Missing OS" 327515:56:54 raises argument error 327615:56:54 current_params: {:os=>"linux", :arch=>nil}, expected_error_message: "Missing arch" 327715:56:54 raises argument error 327815:56:54 current_params: {:os=>nil, :arch=>"amd64"}, expected_error_message: "Missing OS" 327915:56:54 raises argument error 328015:56:54 current_params: {:os=>"non_existing_os", :arch=>"amd64"}, expected_error_message: "Invalid OS" 328115:56:54 raises argument error 328215:56:54 current_params: {:os=>"linux", :arch=>"non_existing_arch"}, expected_error_message: "Architecture not found for OS" 328315:56:54 raises argument error 328415:56:54 current_params: {:os=>"windows", :arch=>"non_existing_arch"}, expected_error_message: "Architecture not found for OS" 328515:56:54 raises argument error 328615:56:54 with valid params 328715:56:54 os: "linux", arch: "amd64" 328815:56:55 returns string containing correct params 328915:56:55 os: "linux", arch: "386" 329015:56:55 returns string containing correct params 329115:56:55 os: "linux", arch: "arm" 329215:56:55 returns string containing correct params 329315:56:55 os: "linux", arch: "arm64" 329415:56:55 returns string containing correct params 329515:56:55 os: "windows", arch: "amd64" 329615:56:55 returns string containing correct params 329715:56:55 os: "windows", arch: "386" 329815:56:55 returns string containing correct params 329915:56:55 os: "osx", arch: "amd64" 330015:56:55 returns string containing correct params 330115:56:55 os: "osx", arch: "arm64" 330215:56:55 returns string containing correct params 330315:56:55# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/runner_instructions_spec.rb. It took 2.76 seconds. Expected to take 9.68 seconds. 330415:56:55# [RSpecRunTime] Starting example group spec/lib/grafana/client_spec.rb. Expected to take 9.4 seconds. 330515:56:55Grafana::Client 330615:56:55 #get_dashboard 330715:56:55 behaves like calls grafana api 330815:56:56 calls grafana api 330915:56:56 behaves like no redirects 331015:56:56 does not follow redirects 331115:56:56 behaves like handles exceptions 331215:56:56 HTTParty::Error 331315:56:56 is expected to raise Grafana::Client::Error with "Error when connecting to Grafana" 331415:56:56 Net::OpenTimeout 331515:56:56 is expected to raise Grafana::Client::Error with "Connection to Grafana timed out" 331715:56:56 is expected to raise Grafana::Client::Error with "Received SocketError when trying to connect to Grafana" 331815:56:56 OpenSSL::SSL::SSLError 331915:56:56 is expected to raise Grafana::Client::Error with "Grafana returned invalid SSL data" 332015:56:56 Errno::ECONNREFUSED 332115:56:56 is expected to raise Grafana::Client::Error with "Connection refused" 332215:56:56 StandardError 332315:56:56 is expected to raise Grafana::Client::Error with "Grafana request failed due to StandardError" 332415:56:56 #get_datasource 332515:56:56 behaves like calls grafana api 332615:56:57 calls grafana api 332715:56:57 behaves like no redirects 332815:56:57 does not follow redirects 332915:56:57 behaves like handles exceptions 333015:56:57 HTTParty::Error 333115:56:57 is expected to raise Grafana::Client::Error with "Error when connecting to Grafana" 333215:56:57 Net::OpenTimeout 333315:56:57 is expected to raise Grafana::Client::Error with "Connection to Grafana timed out" 333515:56:57 is expected to raise Grafana::Client::Error with "Received SocketError when trying to connect to Grafana" 333615:56:57 OpenSSL::SSL::SSLError 333715:56:57 is expected to raise Grafana::Client::Error with "Grafana returned invalid SSL data" 333815:56:57 Errno::ECONNREFUSED 333915:56:57 is expected to raise Grafana::Client::Error with "Connection refused" 334015:56:57 StandardError 334115:56:57 is expected to raise Grafana::Client::Error with "Grafana request failed due to StandardError" 334215:56:57 #proxy_datasource 334315:56:57 behaves like calls grafana api 334415:56:57 calls grafana api 334515:56:57 behaves like no redirects 334615:56:57 does not follow redirects 334715:56:57 behaves like handles exceptions 334815:56:57 HTTParty::Error 334915:56:58 is expected to raise Grafana::Client::Error with "Error when connecting to Grafana" 335015:56:58 Net::OpenTimeout 335115:56:58 is expected to raise Grafana::Client::Error with "Connection to Grafana timed out" 335315:56:58 is expected to raise Grafana::Client::Error with "Received SocketError when trying to connect to Grafana" 335415:56:58 OpenSSL::SSL::SSLError 335515:56:58 is expected to raise Grafana::Client::Error with "Grafana returned invalid SSL data" 335615:56:58 Errno::ECONNREFUSED 335715:56:58 is expected to raise Grafana::Client::Error with "Connection refused" 335815:56:58 StandardError 335915:56:58 is expected to raise Grafana::Client::Error with "Grafana request failed due to StandardError" 336015:56:58# [RSpecRunTime] Finishing example group spec/lib/grafana/client_spec.rb. It took 2.68 seconds. Expected to take 9.4 seconds. 336115:56:58# [RSpecRunTime] Starting example group spec/graphql/types/todo_type_spec.rb. Expected to take 9.07 seconds. 336215:56:58Types::TodoType 336315:56:58 is expected to require graphql authorizations :read_todo 336415:56:58 has the correct fields 336515:56:58 project field 336615:56:58 when the project is public 336715:56:59 when the user does not have access 336815:56:59 returns the project 336915:56:59# [RSpecRunTime] RSpec elapsed time: 23 minutes 6.79 seconds. Current RSS: ~1565M. Threads: 4. load average: 1.13 1.19 1.13 1/293 20079 337115:56:59 when the project is not public 337215:57:00 when the user does not have access 337315:57:00 returns null 337415:57:00 when the user does have access 337515:57:01 returns the project 337715:57:01 when the group is public 337815:57:01 when the user does not have access 337915:57:02 returns the group 338015:57:02# [RSpecRunTime] RSpec elapsed time: 23 minutes 9.86 seconds. Current RSS: ~1553M. Threads: 4. load average: 1.12 1.19 1.13 1/293 20080 338215:57:03 when the group is not public 338315:57:03 when the user does not have access 338415:57:04 returns null 338515:57:04# [RSpecRunTime] RSpec elapsed time: 23 minutes 11.39 seconds. Current RSS: ~1541M. Threads: 4. load average: 1.12 1.19 1.13 1/293 20081 338715:57:04 when the user does have access 338815:57:05 returns the group 338915:57:05# [RSpecRunTime] RSpec elapsed time: 23 minutes 12.78 seconds. Current RSS: ~1527M. Threads: 4. load average: 1.11 1.18 1.13 1/293 20082 339115:57:05# [RSpecRunTime] Finishing example group spec/graphql/types/todo_type_spec.rb. It took 7.36 seconds. Expected to take 9.07 seconds. 339215:57:05# [RSpecRunTime] Starting example group spec/graphql/mutations/alert_management/create_alert_issue_spec.rb. Expected to take 8.9 seconds. 339315:57:05Mutations::AlertManagement::CreateAlertIssue 339415:57:06 is expected to require graphql authorizations :update_alert_management_alert 339615:57:06 user has access to project 339715:57:06 when CreateAlertIssueService responds with success 339815:57:07Job arguments to Integrations::GroupMentionWorker must be native JSON types, but :mentionable_type is a Symbol. 340015:57:07To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 340115:57:07 returns the issue with no errors 340215:57:07 behaves like an incident management tracked event 340315:57:07 .track_event 340415:57:08Job arguments to Integrations::GroupMentionWorker must be native JSON types, but :mentionable_type is a Symbol. 340615:57:08To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 340715:57:09 tracks the event using redis 340815:57:09# [RSpecRunTime] RSpec elapsed time: 23 minutes 16.03 seconds. Current RSS: ~1498M. Threads: 4. load average: 1.11 1.18 1.13 1/293 20083 341015:57:09 behaves like an incident management tracked event 341115:57:09 .track_event 341215:57:10Job arguments to Integrations::GroupMentionWorker must be native JSON types, but :mentionable_type is a Symbol. 341415:57:10To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 341515:57:10 tracks the event using redis 341615:57:10# [RSpecRunTime] RSpec elapsed time: 23 minutes 17.16 seconds. Current RSS: ~1502M. Threads: 4. load average: 1.11 1.18 1.13 1/293 20084 341815:57:10 behaves like Snowplow event tracking with RedisHLL context 341915:57:10 behaves like Snowplow event tracking 342015:57:11Job arguments to Integrations::GroupMentionWorker must be native JSON types, but :mentionable_type is a Symbol. 342215:57:11To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 342415:57:11# [RSpecRunTime] RSpec elapsed time: 23 minutes 18.23 seconds. Current RSS: ~1508M. Threads: 4. load average: 1.10 1.18 1.13 1/293 20085 342615:57:11 when CreateAlertIssue responds with an error 342715:57:11 returns errors 342815:57:11 behaves like Snowplow event tracking with RedisHLL context 342915:57:11 behaves like Snowplow event tracking 343115:57:12 when resource is not accessible to the user 343215:57:12 raises an error if the resource is not accessible to the user 343315:57:12# [RSpecRunTime] Finishing example group spec/graphql/mutations/alert_management/create_alert_issue_spec.rb. It took 6.31 seconds. Expected to take 8.9 seconds. 343415:57:12# [RSpecRunTime] Starting example group spec/lib/gitlab/consul/internal_spec.rb. Expected to take 8.63 seconds. 343515:57:12Gitlab::Consul::Internal 343715:57:12 returns correct value 343815:57:12 when consul setting is not present in gitlab.yml 343915:57:12 does not fail 344015:57:12 .discover_service 344115:57:12 behaves like returns nil given blank value of 344315:57:12 is expected to be nil 344515:57:12 is expected to be nil 344615:57:12 behaves like returns nil given blank value of 344815:57:12 is expected to be nil 345015:57:12 is expected to be nil 345115:57:12 one service discovered 345215:57:13 returns the service address and port 345315:57:13 multiple services discovered 345415:57:13 uses the first service 345515:57:13 behaves like handles failure response 345615:57:13 raises Gitlab::Consul::Internal::SocketError when SocketError is rescued 345715:57:13 raises Gitlab::Consul::Internal::SSLError when OpenSSL::SSL::SSLError is rescued 345815:57:13 raises Gitlab::Consul::Internal::ECONNREFUSED when Errno::ECONNREFUSED is rescued 345915:57:13 raises Consul::Internal::UnexpectedResponseError when StandardError is rescued 346015:57:13 raises Consul::Internal::UnexpectedResponseError when request returns 500 346115:57:13 raises Consul::Internal::UnexpectedResponseError when request returns non json data 346215:57:13 .discover_prometheus_server_address 346315:57:14 returns the server address 346415:57:14 behaves like returns nil given blank value of 346615:57:14 is expected to be nil 346815:57:14 is expected to be nil 346915:57:14 behaves like handles failure response 347015:57:14 raises Gitlab::Consul::Internal::SocketError when SocketError is rescued 347115:57:14 raises Gitlab::Consul::Internal::SSLError when OpenSSL::SSL::SSLError is rescued 347215:57:14 raises Gitlab::Consul::Internal::ECONNREFUSED when Errno::ECONNREFUSED is rescued 347315:57:14 raises Consul::Internal::UnexpectedResponseError when StandardError is rescued 347415:57:14 raises Consul::Internal::UnexpectedResponseError when request returns 500 347515:57:14 raises Consul::Internal::UnexpectedResponseError when request returns non json data 347615:57:14# [RSpecRunTime] Finishing example group spec/lib/gitlab/consul/internal_spec.rb. It took 2.6 seconds. Expected to take 8.63 seconds. 347715:57:14# [RSpecRunTime] Starting example group spec/lib/gitlab/profiler_spec.rb. Expected to take 8.49 seconds. 347815:57:14Gitlab::Profiler 348015:57:15 returns a profile result 348115:57:15 uses the custom logger given 348215:57:15 sends a POST request when data is passed 348315:57:15 uses the private_token for auth if given 348415:57:15 uses the user for auth if given 348515:57:15 uses the private_token for auth if both it and user are set 348615:57:15 generates sampling data 348715:57:15 saves sampling data with a randomly-generated filename 348815:57:15 .create_custom_logger 348915:57:15 does nothing when nil is passed 349015:57:15 the new logger 349115:57:16 does not affect the existing logger 349215:57:16 strips out the private token 349315:57:16 tracks model load times by model 349415:57:16 logs the backtrace, ignoring lines as appropriate 349515:57:16 .with_custom_logger 349615:57:16 when the logger is set 349715:57:16 uses the replacement logger for the duration of the block 349815:57:16 returns the result of the block 349915:57:16 when the logger is nil 350015:57:16 returns the result of the block 350115:57:16 does not modify the standard Rails loggers 350315:57:16 when the user is set 350415:57:16 overrides auth in ApplicationController to use the given user 350515:57:16 cleans up ApplicationController afterwards 350615:57:16 when the user is nil 350715:57:17 does not define methods on ApplicationController 350815:57:17 .log_load_times_by_model 350915:57:17 logs the model, query count, and time by slowest first 351015:57:17 does nothing when called with a logger that does not have load times 351115:57:17# [RSpecRunTime] Finishing example group spec/lib/gitlab/profiler_spec.rb. It took 2.38 seconds. Expected to take 8.49 seconds. 351215:57:17# [RSpecRunTime] Starting example group spec/services/groups/nested_create_service_spec.rb. Expected to take 8.27 seconds. 351315:57:17Groups::NestedCreateService 351415:57:17 with subgroups 351615:57:18 returns the group if it already existed 351715:57:19 reuses a parent if it already existed 351815:57:19 creates group and subgroup in the database 351915:57:19 when creating a new subgroup 352015:57:20 calls Groups::CreateService without organization_id 352115:57:20# [RSpecRunTime] RSpec elapsed time: 23 minutes 27.82 seconds. Current RSS: ~1559M. Threads: 4. load average: 1.08 1.17 1.13 1/293 20086 352315:57:20 behaves like with a visibility level 352415:57:21 creates the group with correct visibility level 352515:57:21 adding a visibility level 352615:57:22 overwrites the visibility level 352715:57:22# [RSpecRunTime] RSpec elapsed time: 23 minutes 29.82 seconds. Current RSS: ~1545M. Threads: 4. load average: 1.08 1.17 1.13 1/293 20087 352915:57:22# [RSpecRunTime] Finishing example group spec/services/groups/nested_create_service_spec.rb. It took 5.73 seconds. Expected to take 8.27 seconds. 353015:57:22# [RSpecRunTime] Starting example group spec/finders/sentry_issue_finder_spec.rb. Expected to take 8.11 seconds. 353115:57:22SentryIssueFinder 353315:57:22 when the user is not part of the project 353415:57:24 is expected to be nil 353515:57:24# [RSpecRunTime] RSpec elapsed time: 23 minutes 31.46 seconds. Current RSS: ~1538M. Threads: 4. load average: 1.08 1.17 1.13 1/293 20118 353715:57:24 when the user is a project developer 353815:57:26 is expected to eq #<SentryIssue id: 2, issue_id: 103, sentry_issue_identifier: 10000002> 353915:57:26 when identifier is incorrect 354015:57:27 is expected to be nil 354115:57:27# [RSpecRunTime] RSpec elapsed time: 23 minutes 34.75 seconds. Current RSS: ~1529M. Threads: 4. load average: 1.16 1.19 1.13 1/293 20179 354315:57:27 when accessing another projects identifier 354415:57:30 is expected to be nil 354515:57:30# [RSpecRunTime] RSpec elapsed time: 23 minutes 37.24 seconds. Current RSS: ~1529M. Threads: 4. load average: 1.16 1.19 1.13 1/293 20210 354715:57:30# [RSpecRunTime] Finishing example group spec/finders/sentry_issue_finder_spec.rb. It took 7.41 seconds. Expected to take 8.11 seconds. 354815:57:30# [RSpecRunTime] Starting example group spec/services/work_items/related_work_item_links/destroy_service_spec.rb. Expected to take 7.86 seconds. 354915:57:30WorkItems::RelatedWorkItemLinks::DestroyService 355115:57:32 when user can `admin_work_item_link` for the work item 355215:57:33 removes existing linked items with access 355315:57:34 creates notes for the source and target of each removed link 355415:57:35 returns correct response message 355515:57:35 when all items fail 355615:57:35 returns an error response 355715:57:35# [RSpecRunTime] RSpec elapsed time: 23 minutes 42.53 seconds. Current RSS: ~1513M. Threads: 4. load average: 1.14 1.18 1.13 1/293 20243 355915:57:35 when item_ids is empty 356015:57:35 returns error response 356115:57:35 when user cannot `admin_work_item_link` for the work item 356215:57:36 returns error response 356315:57:36# [RSpecRunTime] Finishing example group spec/services/work_items/related_work_item_links/destroy_service_spec.rb. It took 5.64 seconds. Expected to take 7.86 seconds. 356415:57:36# [RSpecRunTime] Starting example group spec/finders/merge_requests/by_approvals_finder_spec.rb. Expected to take 7.72 seconds. 356515:57:36MergeRequests::ByApprovalsFinder 356615:57:41 filter by no approvals 356715:57:41 returns merge requests without approvals 356815:57:41# [RSpecRunTime] RSpec elapsed time: 23 minutes 48.79 seconds. Current RSS: ~1536M. Threads: 4. load average: 1.12 1.18 1.13 1/299 20773 357015:57:41 filter by any approvals 357115:57:42 returns merge requests approved by at least one user 357215:57:42 filter by specific user approval 357315:57:42 returns merge requests approved by specific user 357415:57:42 filter by multiple user approval 357515:57:42 returns merge requests approved by both users 357615:57:42 limiting max conditional elements 357715:57:42 returns merge requests approved by both users, considering limit of 2 being defined 357815:57:42 with empty params 357915:57:42 returns all merge requests 358015:57:42# [RSpecRunTime] Finishing example group spec/finders/merge_requests/by_approvals_finder_spec.rb. It took 6.63 seconds. Expected to take 7.72 seconds. 358115:57:42# [RSpecRunTime] Starting example group spec/lib/banzai/filter/attributes_filter_spec.rb. Expected to take 7.57 seconds. 358215:57:42Banzai::Filter::AttributesFilter 358315:57:42 attribute syntax 358415:57:42 when attribute syntax is valid 358515:57:42 text: "<img src=\"example.jpg\">{width=100}", result: "<img src=\"example.jpg\" width=\"100\">" 358615:57:42 adds them to the img 358715:57:42 text: "<img src=\"example.jpg\">{ width=100 }", result: "<img src=\"example.jpg\" width=\"100\">" 358815:57:42 adds them to the img 358915:57:42 text: "<img src=\"example.jpg\">{width=\"100\"}", result: "<img src=\"example.jpg\" width=\"100\">" 359015:57:43 adds them to the img 359115:57:43 text: "<img src=\"example.jpg\">{width=100 width=200}", result: "<img src=\"example.jpg\" width=\"200\">" 359215:57:43 adds them to the img 359315:57:43 text: "<img src=\"example.jpg\">{.test_class width=100 style=\"width:400\"}", result: "<img src=\"example.jpg\" width=\"100\">" 359415:57:43 adds them to the img 359515:57:43 text: "<img src=\"example.jpg\" class=\"lazy\" />{width=100}", result: "<img src=\"example.jpg\" class=\"lazy\" width=\"100\">" 359615:57:43 adds them to the img 359715:57:43 when attribute syntax is invalid 359815:57:43 text: "<img src=\"example.jpg\"> {width=100}", result: "<img src=\"example.jpg\"> {width=100}" 359915:57:43 does not recognize as attributes 360015:57:43 text: "<img src=\"example.jpg\">{width=100\nheight=100}", result: "<img src=\"example.jpg\">{width=100\nheight=100}" 360115:57:43 does not recognize as attributes 360215:57:43 text: "{width=100 height=100}\n<img src=\"example.jpg\">", result: "{width=100 height=100}\n<img src=\"example.jpg\">" 360315:57:43 does not recognize as attributes 360415:57:43 text: "<h1>header</h1>{width=100}", result: "<h1>header</h1>{width=100}" 360515:57:43 does not recognize as attributes 360615:57:43 behaves like pipeline timing check 360715:57:43 checks the pipeline timing 360815:57:43 height and width 360915:57:43 when size attributes are valid 361015:57:43 text: "<img src=\"example.jpg\">{width=100 height=200px}", result: "<img src=\"example.jpg\" width=\"100\" height=\"200px\">" 361115:57:44 adds them to the img 361215:57:44 text: "<img src=\"example.jpg\">{width=100}", result: "<img src=\"example.jpg\" width=\"100\">" 361315:57:44 adds them to the img 361415:57:44 text: "<img src=\"example.jpg\">{width=100px}", result: "<img src=\"example.jpg\" width=\"100px\">" 361515:57:44 adds them to the img 361615:57:44 text: "<img src=\"example.jpg\">{height=100%}", result: "<img src=\"example.jpg\" height=\"100%\">" 361715:57:44 adds them to the img 361815:57:44 text: "<img src=\"example.jpg\">{width=\"100%\"}", result: "<img src=\"example.jpg\" width=\"100%\">" 361915:57:44 adds them to the img 362015:57:44 when size attributes are invalid 362115:57:44 text: "<img src=\"example.jpg\">{width=100cs}", result: "<img src=\"example.jpg\">" 362215:57:44 ignores them 362315:57:44 text: "<img src=\"example.jpg\">{width=auto height=200}", result: "<img src=\"example.jpg\" height=\"200\">" 362415:57:44 ignores them 362515:57:44 text: "<img src=\"example.jpg\">{width=10000}", result: "<img src=\"example.jpg\">" 362615:57:44 ignores them 362715:57:44 text: "<img src=\"example.jpg\">{width=-200}", result: "<img src=\"example.jpg\">" 362815:57:44 ignores them 362915:57:44# [RSpecRunTime] Finishing example group spec/lib/banzai/filter/attributes_filter_spec.rb. It took 2.28 seconds. Expected to take 7.57 seconds. 363015:57:44# [RSpecRunTime] Starting example group spec/services/gpg_keys/destroy_service_spec.rb. Expected to take 7.33 seconds. 363115:57:44GpgKeys::DestroyService 363215:57:47 destroys the GPG key 363315:57:51 nullifies the related signatures in batches 363415:57:51# [RSpecRunTime] Finishing example group spec/services/gpg_keys/destroy_service_spec.rb. It took 6.33 seconds. Expected to take 7.33 seconds. 363515:57:51# [RSpecRunTime] RSpec elapsed time: 23 minutes 58.2 seconds. Current RSS: ~1567M. Threads: 4. load average: 1.10 1.17 1.13 1/297 20846 363715:57:51# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/importer/events/changed_label_spec.rb. Expected to take 7.18 seconds. 363815:57:51Gitlab::GithubImport::Importer::Events::ChangedLabel 364015:57:52 when importing event with associated label 364115:57:52 when importing a labeled event 364215:57:52 behaves like new event 364315:57:52 creates a new label event 364415:57:52# [RSpecRunTime] RSpec elapsed time: 23 minutes 59.69 seconds. Current RSS: ~1573M. Threads: 4. load average: 1.10 1.17 1.13 1/292 20877 364615:57:52 when importing an unlabeled event 364715:57:52 behaves like new event 364815:57:53 creates a new label event 364915:57:53 when importing event without associated label 365015:57:53 behaves like new event 365115:57:53 creates a new label event 365215:57:53 with MergeRequest 365315:57:53 when importing event with associated label 365415:57:53 when importing a labeled event 365515:57:53 behaves like new event 365615:57:54 creates a new label event 365715:57:54# [RSpecRunTime] RSpec elapsed time: 24 minutes 1.44 seconds. Current RSS: ~1569M. Threads: 4. load average: 1.10 1.17 1.13 1/299 21027 365915:57:54 when importing an unlabeled event 366015:57:54 behaves like new event 366115:57:55 creates a new label event 366215:57:55 when importing event without associated label 366315:57:55 behaves like new event 366415:57:56 creates a new label event 366515:57:56# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/importer/events/changed_label_spec.rb. It took 5.06 seconds. Expected to take 7.18 seconds. 366615:57:56# [RSpecRunTime] Starting example group spec/models/pages/lookup_path_spec.rb. Expected to take 7.05 seconds. 366715:57:56Pages::LookupPath 366815:57:56 does not allow STI 367015:57:56 delegates to Project#id 367115:57:56 #access_control 367215:57:56 delegates to Project#private_pages? 367415:57:56 when no domain provided 367515:57:56 delegates to Project#pages_https_only? 367615:57:56 when there is domain provided 367715:57:57 takes into account the https setting of the domain 367915:57:57 uses deployment from object storage 368015:57:57 does not recreate source hash 368115:57:57 when deployment is in the local storage 368215:57:57 uses file protocol 368415:57:57 full_path: "mygroup/myproject", trim_prefix: nil, path_prefix: nil, result: "/" 368515:57:57 is expected to eq "/" 368615:57:57 full_path: "mygroup/myproject", trim_prefix: "mygroup", path_prefix: nil, result: "/myproject/" 368715:57:57 is expected to eq "/myproject/" 368815:57:57 full_path: "mygroup/myproject", trim_prefix: nil, path_prefix: "PREFIX", result: "/PREFIX/" 368915:57:57 is expected to eq "/PREFIX/" 369015:57:57 full_path: "mygroup/myproject", trim_prefix: "mygroup", path_prefix: "PREFIX", result: "/myproject/PREFIX/" 369115:57:58 is expected to eq "/myproject/PREFIX/" 369215:57:58 #unique_host 369315:57:58 when unique domain is disabled 369515:57:58 when namespace_in_path is enabled 369715:57:58 when unique domain is enabled 369815:57:58 returns the project unique domain 369915:57:58 #root_directory 370015:57:58 when there is a deployment 370115:57:58 returns the deployment's root_directory 370215:57:58# [RSpecRunTime] Finishing example group spec/models/pages/lookup_path_spec.rb. It took 2.21 seconds. Expected to take 7.05 seconds. 370315:57:58# [RSpecRunTime] Starting example group spec/lib/sidebars/user_profile/menus/starred_projects_menu_spec.rb. Expected to take 6.89 seconds. 370415:57:58Sidebars::UserProfile::Menus::StarredProjectsMenu 370515:57:58 behaves like User profile menu 370615:57:58 does not contain any sub menu 370715:57:58 renders the correct link 370815:57:58 renders the correct title 370915:57:59 renders the correct icon 371015:57:59 renders the correct avatar 371115:57:59 defines correct active route 371215:57:59 renders if user is logged in 371315:57:59 when viewed user is blocked 371415:57:59 when user is not logged in 371515:57:59 is not allowed to view the menu item 371615:57:59 when current user has permission 371715:57:59 is allowed to view the menu item 371815:57:59 when current user does not have permission 371915:57:59 is not allowed to view the menu item 372015:57:59 when viewed user is banned 372115:57:59Job arguments to ElasticAssociationIndexerWorker must be native JSON types, but :issues is a Symbol. 372315:57:59To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 372415:57:59 when user is not logged in 372515:57:59 is not allowed to view the menu item 372615:57:59 when current user has permission 372715:58:00 is allowed to view the menu item 372815:58:00 when current user does not have permission 372915:58:00 is not allowed to view the menu item 373015:58:00# [RSpecRunTime] Finishing example group spec/lib/sidebars/user_profile/menus/starred_projects_menu_spec.rb. It took 1.59 seconds. Expected to take 6.89 seconds. 373115:58:00# [RSpecRunTime] Starting example group spec/helpers/profiles_helper_spec.rb. Expected to take 6.75 seconds. 373215:58:00ProfilesHelper 373315:58:00 #commit_email_select_options 373415:58:00 returns an array with private commit email along with all the verified emails 373515:58:00 #email_provider_label 373615:58:00 returns nil for users without external email 373715:58:00 returns omniauth provider label for users with external attributes 373815:58:01 returns the correct omniauth provider label for users with some external attributes 373915:58:01 returns 'LDAP' for users with external email but no email provider 374015:58:01 #ssh_key_expiration_tooltip 374115:58:01 error: false, expired: false, result: nil 374215:58:01 is expected to eq nil 374315:58:01 error: true, expired: false, result: "Key type is forbidden. Must be DSA, ECDSA, or ED25519" 374415:58:01 is expected to eq "Key type is forbidden. Must be DSA, ECDSA, or ED25519" 374515:58:01 error: true, expired: true, result: "Key type is forbidden. Must be DSA, ECDSA, or ED25519" 374615:58:01 is expected to eq "Key type is forbidden. Must be DSA, ECDSA, or ED25519" 374715:58:01 #ssh_key_expires_field_description 374815:58:01 is expected to eq "Optional but recommended. If set, key becomes invalid on the specified date." 374915:58:01 #middle_dot_divider_classes 375015:58:01 stacking: nil, breakpoint: nil, expected: ["gl-mb-3", "gl-inline-block", "middle-dot-divider"] 375115:58:01 returns CSS classes needed to render the middle dot divider 375215:58:01 stacking: true, breakpoint: nil, expected: ["gl-mb-3", "middle-dot-divider-sm", "gl-block", "sm:gl-inline-block"] 375315:58:02 returns CSS classes needed to render the middle dot divider 375415:58:02 stacking: nil, breakpoint: :sm, expected: ["gl-mb-3", "gl-inline-block", "middle-dot-divider-sm"] 375515:58:02 returns CSS classes needed to render the middle dot divider 375615:58:02 #prevent_delete_account? 375715:58:02 returns false 375815:58:02 #user_profile_data 375915:58:02 returns user profile data 376015:58:02# [RSpecRunTime] Finishing example group spec/helpers/profiles_helper_spec.rb. It took 2.58 seconds. Expected to take 6.75 seconds. 376115:58:02# [RSpecRunTime] Starting example group spec/lib/gitlab/analytics/cycle_analytics/aggregated/base_query_builder_spec.rb. Expected to take 6.64 seconds. 376215:58:02Gitlab::Analytics::CycleAnalytics::Aggregated::BaseQueryBuilder 376315:58:04 scopes the query for the given project 376415:58:04 milestone_title param 376515:58:04 returns stage events associated with the milestone 376615:58:04 returns empty result when unknown milestone is given 376715:58:04# [RSpecRunTime] RSpec elapsed time: 24 minutes 11.64 seconds. Current RSS: ~1567M. Threads: 4. load average: 1.09 1.17 1.13 1/297 21284 376915:58:04 timestamp filtering 377015:58:04 filters by the end event time range 377115:58:04 when in_progress items are requested 377215:58:05 filters by the start event time range 377315:58:05 label_name param 377415:58:05 returns stage events associated with multiple labels 377515:58:05 does not include records with partial label match 377615:58:05 assignee_username param 377715:58:05 returns stage events associated assignee 377815:58:05 author_username param 377915:58:05 returns stage events associated with the given author 378015:58:05 returns empty result when unknown author is given 378115:58:05# [RSpecRunTime] Finishing example group spec/lib/gitlab/analytics/cycle_analytics/aggregated/base_query_builder_spec.rb. It took 2.87 seconds. Expected to take 6.64 seconds. 378215:58:05# [RSpecRunTime] Starting example group spec/finders/boards/visits_finder_spec.rb. Expected to take 6.51 seconds. 378315:58:05Boards::VisitsFinder 378515:58:05 when a project board 378615:58:06 returns nil when there is no user 378715:58:07 queries for most recent visit 378815:58:08 queries for last N visits 378915:58:08# [RSpecRunTime] RSpec elapsed time: 24 minutes 15.14 seconds. Current RSS: ~1558M. Threads: 4. load average: 1.08 1.16 1.13 1/292 21285 379115:58:08 when a group board 379215:58:08 returns nil when there is no user 379315:58:09 queries for most recent visit 379415:58:09 queries for last N visits 379515:58:09# [RSpecRunTime] RSpec elapsed time: 24 minutes 16.45 seconds. Current RSS: ~1560M. Threads: 4. load average: 1.08 1.16 1.13 1/292 21286 379715:58:09# [RSpecRunTime] Finishing example group spec/finders/boards/visits_finder_spec.rb. It took 3.96 seconds. Expected to take 6.51 seconds. 379815:58:09# [RSpecRunTime] Starting example group spec/workers/container_registry/delete_container_repository_worker_spec.rb. Expected to take 6.37 seconds. 379915:58:09ContainerRegistry::DeleteContainerRepositoryWorker 380015:58:10 #remaining_work_count 380115:58:12 is expected to eq 3 380215:58:12# [RSpecRunTime] RSpec elapsed time: 24 minutes 19.4 seconds. Current RSS: ~1523M. Threads: 4. load average: 1.07 1.16 1.13 1/292 21287 380415:58:12 #perform_work 380515:58:12 with no work to do - no container repositories pending deletion 380615:58:12 will not delete any container repository 380715:58:12 with work to do 380815:58:12 picks and destroys the delete scheduled container repository 380915:58:12 with an error during the tags cleanup 381015:58:13 does not delete the container repository 381115:58:13 with an error during the destroy 381215:58:13 does not delete the container repository 381315:58:13 with tags left to destroy 381415:58:13 does not delete the container repository 381515:58:13 with no tags on the container repository 381615:58:13 picks and destroys the delete scheduled container repository 381715:58:13 #max_running_jobs 381815:58:13 is expected to eq 2 381915:58:13# [RSpecRunTime] Finishing example group spec/workers/container_registry/delete_container_repository_worker_spec.rb. It took 4.16 seconds. Expected to take 6.37 seconds. 382015:58:13# [RSpecRunTime] Starting example group spec/graphql/mutations/environments/update_spec.rb. Expected to take 6.26 seconds. 382115:58:13Mutations::Environments::Update 382315:58:14 when service execution succeeded 382415:58:14 returns no errors 382515:58:14 updates the environment 382615:58:14# [RSpecRunTime] RSpec elapsed time: 24 minutes 21.81 seconds. Current RSS: ~1524M. Threads: 4. load average: 1.07 1.16 1.13 1/292 21288 382815:58:14 when service cannot update the attribute 382915:58:15 returns an error 383015:58:15 when setting cluster agent ID to the environment 383115:58:15 sets the cluster agent to the environment 383215:58:15 when unsetting cluster agent ID to the environment 383315:58:15 removes the cluster agent from the environment 383415:58:15 when the cluster agent is not updated 383515:58:15 does not change the environment cluster agent 383615:58:15 when user is reporter who does not have permission to access the environment 383715:58:16 raises an error 383815:58:16# [RSpecRunTime] Finishing example group spec/graphql/mutations/environments/update_spec.rb. It took 2.36 seconds. Expected to take 6.26 seconds. 383915:58:16# [RSpecRunTime] Starting example group spec/workers/merge_requests/handle_assignees_change_worker_spec.rb. Expected to take 6.11 seconds. 384015:58:16MergeRequests::HandleAssigneesChangeWorker 384115:58:18 behaves like an idempotent worker 384215:58:18 is labeled as idempotent 384315:58:19 performs multiple times sequentially without raising an exception 384415:58:19# [RSpecRunTime] RSpec elapsed time: 24 minutes 26.1 seconds. Current RSS: ~1511M. Threads: 4. load average: 1.07 1.16 1.12 1/298 21467 384715:58:19 calls MergeRequests::HandleAssigneesChangeService#execute to handle the changes 384815:58:19 when there are no changes 384915:58:19 still calls MergeRequests::HandleAssigneesChangeService#execute 385015:58:19 when the old assignees cannot be found 385115:58:19 still calls MergeRequests::HandleAssigneesChangeService#execute 385215:58:19 with a non-existing merge request 385315:58:19 does nothing 385415:58:19 with a non-existing user 385515:58:19 does nothing 385615:58:19# [RSpecRunTime] Finishing example group spec/workers/merge_requests/handle_assignees_change_worker_spec.rb. It took 3.69 seconds. Expected to take 6.11 seconds. 385715:58:19# [RSpecRunTime] Starting example group spec/lib/api/entities/release_spec.rb. Expected to take 6.0 seconds. 385815:58:19API::Entities::Release 386015:58:20 when the current user can read code 386115:58:20 exposes the evidence sha and the json path 386215:58:20 when the current user cannot read code 386315:58:20 does not expose any evidence data 386415:58:20 description_html 386515:58:21 is inexistent 386615:58:21 when include_html_description option is true 386715:58:22 renders special references if current user has access 386815:58:23 does not render special references if current user has no access 386915:58:23# [RSpecRunTime] RSpec elapsed time: 24 minutes 30.15 seconds. Current RSS: ~1517M. Threads: 4. load average: 1.06 1.15 1.12 1/297 21468 387215:58:23 includes links 387315:58:23# [RSpecRunTime] Finishing example group spec/lib/api/entities/release_spec.rb. It took 4.07 seconds. Expected to take 6.0 seconds. 387415:58:23# [RSpecRunTime] Starting example group spec/lib/sidebars/groups/menus/group_information_menu_spec.rb. Expected to take 5.9 seconds. 387515:58:23Sidebars::Groups::Menus::GroupInformationMenu 387615:58:24 behaves like not serializable as super_sidebar_menu_args 387915:58:24 when group is a root group 388015:58:24 is expected to eq "Group information" 388115:58:24 when group is a child group 388215:58:24 is expected to eq "Subgroup information" 388315:58:24 #sprite_icon 388415:58:24 when group is a root group 388515:58:24 is expected to eq "group" 388615:58:24 when group is a child group 388715:58:25 is expected to eq "subgroup" 389015:58:25 is expected not to be nil 389115:58:25 behaves like menu access rights 389215:58:25 is expected not to be nil 389315:58:25 when the user does not have access 389415:58:25 is expected to be nil 389615:58:25 behaves like menu access rights 389715:58:25 is expected not to be nil 389815:58:25 when the user does not have access 389915:58:25 is expected to be nil 390115:58:25 behaves like menu access rights 390215:58:25 is expected not to be nil 390315:58:25 when the user does not have access 390415:58:26 is expected to be nil 390515:58:26# [RSpecRunTime] Finishing example group spec/lib/sidebars/groups/menus/group_information_menu_spec.rb. It took 2.22 seconds. Expected to take 5.9 seconds. 390615:58:26# [RSpecRunTime] Starting example group spec/lib/gitlab/endpoint_attributes_spec.rb. Expected to take 5.78 seconds. 390715:58:26Gitlab::EndpointAttributes 390815:58:26 is nil when nothing was defined 390915:58:26 returns the expected category 391015:58:26 falls back to default when urgency was not defined 391115:58:26 returns the expected urgency 391215:58:26 returns feature category for an implied action if not specify actions 391315:58:26 returns expected duration for an implied action if not specify actions 391415:58:26 returns the expected category for categories defined in subclasses 391515:58:26 falls back to superclass's feature category 391615:58:26 returns the expected urgency for categories defined in subclasses 391715:58:27 falls back to superclass's expected duration 391815:58:27 raises an error when defining for the controller and for individual actions 391915:58:27 raises an error when multiple calls define the same action 392015:58:27 raises an error when multiple calls define the same action 392115:58:27 does not raise an error when multiple calls define the same action and configs 392215:58:27 raises an error if the expected duration is not supported 392315:58:27# [RSpecRunTime] Finishing example group spec/lib/gitlab/endpoint_attributes_spec.rb. It took 1.43 seconds. Expected to take 5.78 seconds. 392415:58:27# [RSpecRunTime] RSpec elapsed time: 24 minutes 34.48 seconds. Current RSS: ~1567M. Threads: 4. load average: 1.06 1.15 1.12 1/297 21469 392615:58:27# [RSpecRunTime] Starting example group spec/lib/gitlab/usage_data_queries_spec.rb. Expected to take 5.68 seconds. 392715:58:27Gitlab::UsageDataQueries 392915:58:27 builds the query for given metric 393015:58:27 .with_metadata 393115:58:27 yields passed block 393315:58:27 returns the raw SQL 393415:58:28 does not mix a nil column with keyword arguments 393515:58:28 .distinct_count 393615:58:28 returns the raw SQL 393715:58:28 does not mix a nil column with keyword arguments 393815:58:28 .redis_usage_data 393915:58:28 returns a placeholder string for redis_usage_data with a block 394015:58:28 .alt_usage_data 394115:58:28 returns value when used with value 394215:58:28 returns a placeholder string for alt_usage_data with a block 394415:58:28 returns the raw SQL 394615:58:28 returns the combined raw SQL with an inner query 394815:58:28 returns the histogram sql 394915:58:28 min/max methods 395115:58:28# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage_data_queries_spec.rb. It took 1.37 seconds. Expected to take 5.68 seconds. 395215:58:28# [RSpecRunTime] Starting example group spec/support_specs/matchers/exceed_query_limit_helpers_spec.rb. Expected to take 5.59 seconds. 395315:58:28ExceedQueryLimitHelpers 395415:58:29 can count queries 395515:58:29 can select specific queries 395615:58:29 can filter specific models 395715:58:29 can ignore specific queries 395815:58:29 can perform inclusion and exclusion 395915:58:29 does not contain marginalia annotations 396015:58:29 #diff_query_group_message 396115:58:29 prints a group helpfully 396215:58:29 #diff_query_counts 396315:58:30 merges two query counts, showing only diffs 396415:58:30 can show common queries if so desired 396515:58:30 #count_queries 396615:58:30 handles queries with suffixes over multiple lines 396715:58:30 can aggregate queries 396815:58:30# [RSpecRunTime] Finishing example group spec/support_specs/matchers/exceed_query_limit_helpers_spec.rb. It took 1.47 seconds. Expected to take 5.59 seconds. 396915:58:30# [RSpecRunTime] Starting example group spec/workers/gitlab/bitbucket_import/import_pull_request_notes_worker_spec.rb. Expected to take 5.49 seconds. 397015:58:30Gitlab::BitbucketImport::ImportPullRequestNotesWorker 397115:58:30 behaves like Gitlab::BitbucketImport::ObjectImporter 397215:58:30 .sidekiq_retries_exhausted 397315:58:30 notifies the waiter 397515:58:30 when project does not exist 397615:58:30 behaves like notifies the waiter 397715:58:31 is expected to receive notify("key", anything) 1 time 397815:58:31 when project has import started 397915:58:31 calls the importer 398015:58:31 behaves like notifies the waiter 398115:58:31 is expected to receive notify("key", anything) 1 time 398215:58:31 when the importer raises an ActiveRecord::RecordInvalid error 398315:58:31 tracks the error 398415:58:31 when the importer raises a StandardError 398515:58:31 tracks the error and raises the error 398615:58:31 when project import has been cancelled 398715:58:32 does not call the importer 398815:58:32 behaves like notifies the waiter 398915:58:32 is expected to receive notify("key", anything) 1 time 399015:58:32 #importer_class 399115:58:32 does not raise a NotImplementedError 399215:58:32# [RSpecRunTime] Finishing example group spec/workers/gitlab/bitbucket_import/import_pull_request_notes_worker_spec.rb. It took 2.2 seconds. Expected to take 5.49 seconds. 399315:58:32# [RSpecRunTime] Starting example group spec/lib/banzai/filter/table_of_contents_tag_legacy_filter_spec.rb. Expected to take 5.34 seconds. 399415:58:32Banzai::Filter::TableOfContentsTagLegacyFilter 399515:58:32 structure of a toc 399615:58:32 is contained within a `ul` element 399715:58:32 contains an `li` element for each header 399815:58:32 table of contents nesting 399915:58:32 keeps list levels regarding header levels 400015:58:32 header text contains escaped content 400115:58:33 outputs escaped content 400215:58:33 table of contents 400315:58:33 [[_TOC_]] as tag 400415:58:33 behaves like table of contents tag 400515:58:33 replaces toc tag with ToC result 400615:58:33 handles an empty ToC result 400715:58:33 [[_toc_]] as tag 400815:58:33 behaves like table of contents tag 400915:58:33 replaces toc tag with ToC result 401015:58:33 handles an empty ToC result 401115:58:33 [TOC] as tag 401215:58:33 behaves like table of contents tag 401315:58:33 replaces toc tag with ToC result 401415:58:33 handles an empty ToC result 401515:58:33 [toc] as tag 401615:58:33 behaves like table of contents tag 401715:58:33 replaces toc tag with ToC result 401815:58:33 handles an empty ToC result 401915:58:33# [RSpecRunTime] Finishing example group spec/lib/banzai/filter/table_of_contents_tag_legacy_filter_spec.rb. It took 1.22 seconds. Expected to take 5.34 seconds. 402015:58:33# [RSpecRunTime] Starting example group spec/services/alert_management/metric_images/upload_service_spec.rb. Expected to take 5.22 seconds. 402115:58:33AlertManagement::MetricImages::UploadService 402315:58:34 user does not have permissions 402415:58:34 behaves like no metric saved, an error given 402515:58:34 returns an error and does not upload 402615:58:34 user has permissions 402715:58:34 behaves like uploads the metric 402815:58:34 uploads the metric and returns a success 402915:58:34 no url given 403015:58:34 behaves like uploads the metric 403115:58:35 uploads the metric and returns a success 403215:58:35 record invalid 403315:58:35 behaves like no metric saved, an error given 403415:58:35 returns an error and does not upload 403515:58:35 user is guest 403615:58:35 behaves like no metric saved, an error given 403715:58:35 returns an error and does not upload 403815:58:35# [RSpecRunTime] Finishing example group spec/services/alert_management/metric_images/upload_service_spec.rb. It took 1.69 seconds. Expected to take 5.22 seconds. 403915:58:35# [RSpecRunTime] Starting example group spec/lib/gitlab/metrics/samplers/database_sampler_spec.rb. Expected to take 5.19 seconds. 404015:58:35Gitlab::Metrics::Samplers::DatabaseSampler 404115:58:35 behaves like metrics sampler 404215:58:35 when sampling interval is passed explicitly 404315:58:35 is expected to eq 42 404415:58:35 when sampling interval is passed through the environment 404515:58:35 is expected to eq 42 404615:58:35 when no sampling interval is passed anywhere 404715:58:35 uses the hardcoded default 404915:58:36 calls the sample method on the sampler thread 405015:58:36 with warmup set to true 405115:58:36 calls the sample method first on the caller thread 405215:58:36 #safe_sample 405315:58:36 calls #sample once 405415:58:36 when sampling fails with error 405515:58:36 recovers from errors 405915:58:36 when all base models are connected 406015:58:36 samples connection pool statistics for all primaries 406115:58:36 when replica hosts are configured 406215:58:36 samples connection pool statistics for primaries and replicas 406315:58:36 when a base model is not connected 406415:58:36 records no samples for that primary 406515:58:36 when the base model has replica connections 406615:58:36 still records the replica metrics 406715:58:36# [RSpecRunTime] Finishing example group spec/lib/gitlab/metrics/samplers/database_sampler_spec.rb. It took 1.34 seconds. Expected to take 5.19 seconds. 406815:58:36# [RSpecRunTime] Starting example group spec/graphql/mutations/issues/move_spec.rb. Expected to take 5.04 seconds. 406915:58:36Mutations::Issues::Move 407115:58:37 raises an error if the resource is not accessible to the user 407215:58:37 when user does not have permissions 407315:58:38 returns error message 407415:58:38# [RSpecRunTime] RSpec elapsed time: 24 minutes 45.32 seconds. Current RSS: ~1592M. Threads: 4. load average: 1.05 1.14 1.12 1/293 21471 407615:58:38 when user has sufficient permissions 407715:58:40Job arguments to Integrations::GroupMentionWorker must be native JSON types, but :mentionable_type is a Symbol. 407915:58:40To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 408115:58:40# [RSpecRunTime] RSpec elapsed time: 24 minutes 47.19 seconds. Current RSS: ~1573M. Threads: 4. load average: 1.05 1.14 1.12 1/292 21472 408315:58:40# [RSpecRunTime] Finishing example group spec/graphql/mutations/issues/move_spec.rb. It took 3.43 seconds. Expected to take 5.04 seconds. 408415:58:40# [RSpecRunTime] Starting example group spec/lib/gitlab/slash_commands/presenters/issue_close_spec.rb. Expected to take 5.02 seconds. 408515:58:40Gitlab::SlashCommands::Presenters::IssueClose 408615:58:41 is expected to be a kind of Hash 408715:58:41 shows the issue 408815:58:41 confidential issue 408915:58:42 shows an ephemeral response 409015:58:42# [RSpecRunTime] RSpec elapsed time: 24 minutes 49.68 seconds. Current RSS: ~1546M. Threads: 4. load average: 1.20 1.18 1.13 1/293 21473 409215:58:42# [RSpecRunTime] Finishing example group spec/lib/gitlab/slash_commands/presenters/issue_close_spec.rb. It took 2.49 seconds. Expected to take 5.02 seconds. 409315:58:42# [RSpecRunTime] Starting example group spec/graphql/resolvers/ci/inherited_variables_resolver_spec.rb. Expected to take 4.87 seconds. 409415:58:42Resolvers::Ci::InheritedVariablesResolver 409615:58:43 when project does not have a group 409715:58:43 returns an empty array 409815:58:43# [RSpecRunTime] RSpec elapsed time: 24 minutes 50.84 seconds. Current RSS: ~1535M. Threads: 4. load average: 1.20 1.18 1.13 1/293 21474 410015:58:43 when project belongs to a group 410115:58:44 returns variables from parent group and ancestors 410215:58:44 sorting behaviour 410315:58:44 with sort by default (created_at descending) 410415:58:44 returns variables ordered by created_at in descending order 410515:58:44 with sort by created_at descending 410615:58:44 returns variables ordered by created_at in descending order 410715:58:44 with sort by created_at ascending 410815:58:44 returns variables ordered by created_at in ascending order 410915:58:44 with sort by key descending 411015:58:44 returns variables ordered by key in descending order 411115:58:44 with sort by key ascending 411215:58:44 returns variables ordered by key in ascending order 411315:58:44# [RSpecRunTime] Finishing example group spec/graphql/resolvers/ci/inherited_variables_resolver_spec.rb. It took 1.9 seconds. Expected to take 4.87 seconds. 411415:58:44# [RSpecRunTime] Starting example group spec/rubocop/cop/performance/readlines_each_spec.rb. Expected to take 4.79 seconds. 411515:58:44RuboCop::Cop::Performance::ReadlinesEach 411615:58:44 when just using readlines without each 411715:58:44 does not flag it as an offense 411815:58:44 when reading all lines using IO.readlines.each 411915:58:44 autocorrects `readlines.each` to `each_line` 412015:58:44 behaves like class read 412115:58:44 and it is called as a class method on IO 412215:58:45 flags it as an offense 412315:58:45 when just using readlines without each 412415:58:45 does not flag it as an offense 412515:58:45 behaves like class read 412615:58:45 and it is called as a class method on File 412715:58:45 flags it as an offense 412815:58:45 when just using readlines without each 412915:58:45 does not flag it as an offense 413015:58:45 and it is called as an instance method on a return value 413115:58:45 flags it as an offense 413215:58:45 and it is called as an instance method on an assigned variable 413315:58:45 flags it as an offense 413415:58:45 and it is called as an instance method on a new object 413515:58:45 flags it as an offense 413615:58:45# [RSpecRunTime] Finishing example group spec/rubocop/cop/performance/readlines_each_spec.rb. It took 0.99 second. Expected to take 4.79 seconds. 413715:58:45# [RSpecRunTime] Starting example group spec/workers/ci/pipeline_cleanup_ref_worker_spec.rb. Expected to take 4.79 seconds. 413815:58:45Ci::PipelineCleanupRefWorker 413915:58:46 does remove persistent ref 414015:58:46 when max retry attempts reach 414115:58:47 does not raise error 414215:58:48# [RSpecRunTime] RSpec elapsed time: 24 minutes 54.91 seconds. Current RSS: ~1555M. Threads: 4. load average: 1.51 1.24 1.15 3/293 21475 414415:58:48 when pipeline is still running 414515:58:48 does not remove persistent ref 414615:58:48 when pipeline status changes while being locked 414715:58:49 does not remove persistent ref 414815:58:49# [RSpecRunTime] Finishing example group spec/workers/ci/pipeline_cleanup_ref_worker_spec.rb. It took 3.53 seconds. Expected to take 4.79 seconds. 414915:58:49# [RSpecRunTime] Starting example group spec/graphql/mutations/container_repositories/destroy_spec.rb. Expected to take 4.64 seconds. 415015:58:49Mutations::ContainerRepositories::Destroy 415115:58:49 is expected to require graphql authorizations :destroy_container_image 415315:58:49 with valid id 415415:58:49 user_role: :maintainer, shared_examples_name: "destroying the container repository" 415515:58:49 behaves like destroying the container repository 415615:58:50 marks the repository as delete_scheduled 415715:58:50 user_role: :developer, shared_examples_name: "destroying the container repository" 415815:58:50 behaves like destroying the container repository 415915:58:50 marks the repository as delete_scheduled 416015:58:50 user_role: :reporter, shared_examples_name: "denying access to container respository" 416115:58:50 behaves like denying access to container respository 416215:58:50 raises an error 416315:58:50 user_role: :guest, shared_examples_name: "denying access to container respository" 416415:58:50 behaves like denying access to container respository 416515:58:51 raises an error 416615:58:51 user_role: :anonymous, shared_examples_name: "denying access to container respository" 416715:58:51 behaves like denying access to container respository 416815:58:51 raises an error 416915:58:51# [RSpecRunTime] Finishing example group spec/graphql/mutations/container_repositories/destroy_spec.rb. It took 2.09 seconds. Expected to take 4.64 seconds. 417015:58:51# [RSpecRunTime] Starting example group spec/rubocop/cop/graphql/authorize_types_spec.rb. Expected to take 4.51 seconds. 417115:58:51RuboCop::Cop::Graphql::AuthorizeTypes 417215:58:51 does not add an offense for classes that only have an authorize call 417315:58:51 does not add an offense for InputTypes 417415:58:51 adds add an offense when authorize has no arguments 417515:58:51 adds an offense when there is no authorize call 417615:58:51 does not add an offense for subtypes of BaseUnion 417715:58:51 does not add an offense for subtypes of BaseInputObject 417815:58:51 does not add an offense for classes that have an authorize call 417915:58:52 does not add an offense for base types 418015:58:52 does not add an offense for Enums 418115:58:52 adds add an offense when authorize is empty 418215:58:52# [RSpecRunTime] Finishing example group spec/rubocop/cop/graphql/authorize_types_spec.rb. It took 0.94 second. Expected to take 4.51 seconds. 418315:58:52# [RSpecRunTime] Starting example group spec/lib/banzai/filter/broadcast_message_sanitization_filter_spec.rb. Expected to take 4.48 seconds. 418415:58:52Banzai::Filter::BroadcastMessageSanitizationFilter 418515:58:52 behaves like default allowlist 418615:58:52 sanitizes tags that are not allowed 418715:58:52 sanitizes tag attributes 418815:58:52 allows allowlisted HTML tags from the user 418915:58:52 sanitizes `class` attribute on any element 419015:58:52 sanitizes `id` attribute on any element 419115:58:52 removes `rel` attribute from `a` elements 419215:58:52 custom allowlist 419315:58:52 allows `a` elements 419415:58:52 is expected to eq "<a href=\"/\">Link</a>" 419515:58:52 allows `br` elements 419615:58:53 is expected to eq "Hello<br>World" 419715:58:53 when `a` elements have `style` attribute 419815:58:53 disallows other properties in `style` attribute on `a` elements 419915:58:53 allows specific properties 420015:58:53 is expected to eq "<a href=\"#\" style=\"color: red; border: blue; background: green; padding: 10px; margin: 10px; text-decoration: underline;\">Stylish Link</a>" 420115:58:53 allows `class` on `a` elements 420215:58:53 is expected to eq "<a href=\"#\" class=\"btn\">Button Link</a>" 420315:58:53# [RSpecRunTime] Finishing example group spec/lib/banzai/filter/broadcast_message_sanitization_filter_spec.rb. It took 1.03 seconds. Expected to take 4.48 seconds. 420415:58:53# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/importer/events/merged_spec.rb. Expected to take 4.37 seconds. 420515:58:53Gitlab::GithubImport::Importer::Events::Merged 420615:58:55 creates expected event and state event 420715:58:56 creates a merged by note 420815:58:56 when commit ID is present 420915:58:57 creates expected event and state event 421015:58:57# [RSpecRunTime] RSpec elapsed time: 25 minutes 4.0 seconds. Current RSS: ~1581M. Threads: 4. load average: 1.51 1.25 1.16 1/299 21911 421215:58:57# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/importer/events/merged_spec.rb. It took 3.85 seconds. Expected to take 4.37 seconds. 421315:58:57# [RSpecRunTime] Starting example group spec/serializers/activity_pub/release_entity_spec.rb. Expected to take 4.31 seconds. 421415:58:57ActivityPub::ReleaseEntity 421615:58:57 has tag as id 421715:58:57 is a Create activity 421815:58:57 is addressed to public 421915:58:57 has an author 422015:58:57 embeds the release as an Application actor 422115:58:57 provides release name 422215:58:58 provides release description 422315:58:58 provides an url for web content 422415:58:58 provides project data as context 422515:58:58# [RSpecRunTime] RSpec elapsed time: 25 minutes 5.19 seconds. Current RSS: ~1567M. Threads: 4. load average: 1.51 1.25 1.16 1/299 21912 422715:58:58# [RSpecRunTime] Finishing example group spec/serializers/activity_pub/release_entity_spec.rb. It took 1.19 seconds. Expected to take 4.31 seconds. 422815:58:58# [RSpecRunTime] Starting example group spec/lib/gitlab/sidekiq_sharding/validator_spec.rb. Expected to take 4.24 seconds. 422915:58:58Gitlab::SidekiqSharding::Validator 423115:58:58 scopes validation to within the block 423215:58:58 restores Thread.current validate_sidekiq_shard_awareness value after exiting scope 423315:58:58 #method_missing 423415:58:58 env: "production", expected_error: nil 423515:58:58 is expected not to raise Exception 423615:58:58 env: "test", expected_error: Gitlab::SidekiqSharding::Validator::UnroutedSidekiqApiError 423715:58:58 is expected to raise Gitlab::SidekiqSharding::Validator::UnroutedSidekiqApiError 423815:58:58 env: "development", expected_error: Gitlab::SidekiqSharding::Validator::UnroutedSidekiqApiError 423915:58:58 is expected to raise Gitlab::SidekiqSharding::Validator::UnroutedSidekiqApiError 424015:58:58 .allow_unrouted_sidekiq_calls 424115:58:58 permits unrouted calls 424215:58:58 restores Thread.current allow_unrouted_sidekiq_calls value after exiting scope 424415:58:59 sets Thread.current within via 424515:58:59 restores Thread.current inside_sidekiq_via_scope value after exiting scope 424615:58:59# [RSpecRunTime] Finishing example group spec/lib/gitlab/sidekiq_sharding/validator_spec.rb. It took 0.91 second. Expected to take 4.24 seconds. 424715:58:59# [RSpecRunTime] Starting example group spec/validators/system_hook_url_validator_spec.rb. Expected to take 4.15 seconds. 424815:58:59SystemHookUrlValidator 425015:58:59 with no options 425115:58:59 allows http,https schemes by default 425215:58:59 checks that the url structure is valid 425315:58:59 with schemes 425415:58:59 allows urls with the defined schemes 425515:59:00 add error if the url scheme does not match the selected ones 425715:59:00 blocks urls pointing to localhost 425815:59:00 blocks urls pointing to the local network 425915:59:00 when local requests are allowed 426015:59:00 does not block urls pointing to localhost 426115:59:01 does not block urls pointing to the local network 426215:59:01# [RSpecRunTime] Finishing example group spec/validators/system_hook_url_validator_spec.rb. It took 2.06 seconds. Expected to take 4.15 seconds. 426315:59:01# [RSpecRunTime] Starting example group spec/lib/bulk_imports/users_mapper_spec.rb. Expected to take 4.09 seconds. 426415:59:01BulkImports::UsersMapper 426615:59:01 when value for specified key exists 426715:59:01 returns a map of source & destination user ids from redis 426815:59:01 when value for specified key does not exist 426915:59:01 returns default value 427015:59:01 #map_usernames 427115:59:01 when value for specified key exists 427215:59:01 returns a map of source & destination usernames from redis 427315:59:01 when value for specified key does not exist 427515:59:02 #default_user_id 427615:59:02 returns current user id 427815:59:02 when source user id is present in the map 427915:59:03 returns true 428015:59:03 when source user id is missing in the map 428115:59:03 returns false 428215:59:03 #cache_source_user_id 428315:59:03 caches provided source & destination user ids in redis 428415:59:03 #cache_source_username 428515:59:03 caches provided source & destination usernames in redis 428615:59:03# [RSpecRunTime] Finishing example group spec/lib/bulk_imports/users_mapper_spec.rb. It took 2.4 seconds. Expected to take 4.09 seconds. 428715:59:03# [RSpecRunTime] Starting example group spec/graphql/mutations/branches/create_spec.rb. Expected to take 4.01 seconds. 428815:59:03Mutations::Branches::Create 429015:59:04 raises an error if the resource is not accessible to the user 429115:59:04 when the user can create a branch 429215:59:04 when service successfully creates a new branch 429315:59:05 returns a new branch 429415:59:05# [RSpecRunTime] RSpec elapsed time: 25 minutes 12.04 seconds. Current RSS: ~1608M. Threads: 4. load average: 1.47 1.24 1.15 1/298 21943 429615:59:05 when service fails to create a new branch 429715:59:05 is expected to be nil 429815:59:05 is expected to eq ["Branch already exists"] 429915:59:05# [RSpecRunTime] Finishing example group spec/graphql/mutations/branches/create_spec.rb. It took 2.11 seconds. Expected to take 4.01 seconds. 430015:59:05# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/status/build/action_spec.rb. Expected to take 3.94 seconds. 430115:59:05Gitlab::Ci::Status::Build::Action 430315:59:05 when status has action 430415:59:05 does not append text 430515:59:05 when status does not have action 430615:59:06 appends text about action not allowed 430815:59:06 when build is playable action 430915:59:06 is a correct match 431015:59:06 when build is not playable action 431115:59:07 does not match 431215:59:07 #badge_tooltip 431315:59:08 returns the status 431415:59:08# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/status/build/action_spec.rb. It took 2.54 seconds. Expected to take 3.94 seconds. 431515:59:08# [RSpecRunTime] Starting example group spec/services/projects/repository_languages_service_spec.rb. Expected to take 3.85 seconds. 431615:59:08Projects::RepositoryLanguagesService 431715:59:08 when detected_repository_languages flag is set 431815:59:08 when a project is without detected programming languages 431915:59:09 schedules a worker and returns the empty result 432015:59:09 when a project is with detected programming languages 432115:59:09 does not schedule a worker and returns the detected languages 432215:59:10 sets detected_repository_languages flag 432315:59:10# [RSpecRunTime] RSpec elapsed time: 25 minutes 17.29 seconds. Current RSS: ~1550M. Threads: 4. load average: 1.43 1.24 1.15 1/293 21944 432515:59:10 when detected_repository_languages flag is not set 432615:59:11 returns repository languages 432715:59:11# [RSpecRunTime] Finishing example group spec/services/projects/repository_languages_service_spec.rb. It took 2.71 seconds. Expected to take 3.85 seconds. 432815:59:11# [RSpecRunTime] Starting example group spec/lib/gitlab/database/reindexing/coordinator_spec.rb. Expected to take 3.8 seconds. 432915:59:11Gitlab::Database::Reindexing::Coordinator 433115:59:11 when executed during the weekend 433315:59:11 acquires a lock while reindexing 433415:59:11 does not perform reindexing actions if lease is not granted 433515:59:11 notifications 433615:59:11 sends #notify_start before reindexing 433715:59:11 sends #notify_end after reindexing and updating the action is done 433815:59:11 action tracking 433915:59:12 calls #finish on the action 434015:59:12 upon error, it still calls finish and raises the error 434115:59:12 when executed during the week 434215:59:12 does not start reindexing 434415:59:12 when executed during the weekend 434515:59:12 when exclusive lease is granted 434615:59:12 drops the index with lock retries 434715:59:12 when exclusive lease is not granted 434815:59:12 does not drop the index 434915:59:12 when executed during the week 435015:59:12 does not start reindexing 435115:59:12# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/reindexing/coordinator_spec.rb. It took 1.6 seconds. Expected to take 3.8 seconds. 435215:59:12# [RSpecRunTime] Starting example group spec/services/award_emojis/base_service_spec.rb. Expected to take 3.71 seconds. 435315:59:12AwardEmojis::BaseService 435515:59:13 uses same emoji name if not an alias 435615:59:13 uses emoji original name if its an alias 435715:59:13 .execute_hooks 435815:59:13 with no emoji hooks configured 435915:59:13 does not build hook_data 436015:59:13 with emoji hooks configured 436115:59:14 builds hook_data and calls execute_hooks for project 436215:59:14# [RSpecRunTime] Finishing example group spec/services/award_emojis/base_service_spec.rb. It took 1.44 seconds. Expected to take 3.71 seconds. 436315:59:14# [RSpecRunTime] Starting example group spec/lib/gitlab/instrumentation/redis_spec.rb. Expected to take 3.68 seconds. 436415:59:14Gitlab::Instrumentation::Redis 436515:59:14 behaves like aggregation of redis storage data 436615:59:14 get_request_count sum 436715:59:14 sums data from all Redis storages 436815:59:14 behaves like aggregation of redis storage data 436915:59:14 get_cross_slot_request_count sum 437015:59:14 sums data from all Redis storages 437115:59:14 behaves like aggregation of redis storage data 437215:59:14 get_allowed_cross_slot_request_count sum 437315:59:14 sums data from all Redis storages 437415:59:14 behaves like aggregation of redis storage data 437515:59:14 query_time sum 437615:59:14 sums data from all Redis storages 437715:59:14 behaves like aggregation of redis storage data 437815:59:14 read_bytes sum 437915:59:14 sums data from all Redis storages 438015:59:14 behaves like aggregation of redis storage data 438115:59:14 write_bytes sum 438215:59:14 sums data from all Redis storages 438315:59:14 .detail_store 438415:59:14 returns a flat array of detail stores with the storage name added to each item 438515:59:14# [RSpecRunTime] Finishing example group spec/lib/gitlab/instrumentation/redis_spec.rb. It took 0.75 second. Expected to take 3.68 seconds. 438615:59:14# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/importer/attachments/issues_importer_spec.rb. Expected to take 3.62 seconds. 438715:59:14Gitlab::GithubImport::Importer::Attachments::IssuesImporter 438815:59:15 #sidekiq_worker_class 438915:59:15 is expected to eq Gitlab::GithubImport::Attachments::ImportIssueWorker 439015:59:15 #id_for_already_imported_cache 439115:59:15 is expected to eq 1000000111 439215:59:15 #sequential_import 439315:59:15 selects both issues, and selects only properties it needs 439415:59:15 executes importer only for the issue with an attachment 439515:59:15 when issue has already been processed 439615:59:15 does not select issues that were processed 439715:59:16 does not execute importer for the issue with an attachment 439815:59:16 #object_type 439915:59:16 is expected to eq :issue_attachment 440015:59:16 #collection_method 440115:59:16 is expected to eq :issue_attachments 440215:59:16# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/importer/attachments/issues_importer_spec.rb. It took 1.35 seconds. Expected to take 3.62 seconds. 440315:59:16# [RSpecRunTime] Starting example group spec/rubocop/cop/api/ensure_string_detail_spec.rb. Expected to take 3.51 seconds. 440415:59:16RuboCop::Cop::API::EnsureStringDetail 440515:59:16 when in_api? == true 440615:59:16 when detail field uses a string 440715:59:16 does not add an offense 440815:59:16 when detail field uses interpolation in a string 440915:59:16 does not add an offense 441015:59:16 when detail field uses a multiline string 441115:59:16 does not add an offense 441215:59:16 when detail field uses a constant 441315:59:16 does not add an offense (PENDING: No reason given) 441415:59:16 when detail field uses a HEREDOC string 441515:59:16 does not add an offense 441615:59:16 when detail field uses an array 441715:59:16 adds an offense 441815:59:16 when detail field is outside of desc block 441915:59:16 does not add an offense 442015:59:16 when in_api? == false 442115:59:17 does not add an offense 442215:59:17# [RSpecRunTime] Finishing example group spec/rubocop/cop/api/ensure_string_detail_spec.rb. It took 0.85 second. Expected to take 3.51 seconds. 442315:59:17# [RSpecRunTime] Starting example group spec/lib/gitlab/pagination/keyset/request_context_spec.rb. Expected to take 3.49 seconds. 442415:59:17Gitlab::Pagination::Keyset::RequestContext 442615:59:17 with only order_by given 442715:59:17 extracts order_by/sorting information 442815:59:17 with order_by and sort given 442915:59:17 extracts order_by/sorting information and adds tie breaker 443015:59:17 with no order_by information given 443115:59:17 defaults to tie breaker 443215:59:17 with per_page params given 443315:59:17 extracts per_page information 443415:59:17 #apply_headers 443515:59:17 sets Link header with same host/path as the original request 443615:59:17 sets Link header with a link to the next page 443715:59:17 with descending order 443815:59:17 sets Link header with a link to the next page 443915:59:17# [RSpecRunTime] Finishing example group spec/lib/gitlab/pagination/keyset/request_context_spec.rb. It took 0.61 second. Expected to take 3.49 seconds. 444015:59:17# [RSpecRunTime] Starting example group spec/rubocop/cop/scalability/bulk_perform_with_context_spec.rb. Expected to take 3.37 seconds. 444115:59:17RuboCop::Cop::Scalability::BulkPerformWithContext 444215:59:17 does not add an offence for specs 444315:59:17 does not add an offense for scheduling on the BackgroundMigrationWorker 444415:59:17 does not add an offense for migrations 444515:59:18 adds an offense when calling bulk_perform_in 444615:59:18 does not add an offense for scheduling on the CiDatabaseWorker 444715:59:18 adds an offense when calling bulk_perform_async 444815:59:18# [RSpecRunTime] Finishing example group spec/rubocop/cop/scalability/bulk_perform_with_context_spec.rb. It took 0.54 second. Expected to take 3.37 seconds. 444915:59:18# [RSpecRunTime] Starting example group spec/lib/gitlab/git/raw_diff_change_spec.rb. Expected to take 3.35 seconds. 445015:59:18Gitlab::Git::RawDiffChange 445215:59:18 does not set most of the attrs 445315:59:18 adding a file 445415:59:18 initialize the proper attrs 445515:59:18 renaming a file 445615:59:18 initialize the proper attrs 445715:59:18 modifying a file 445815:59:18 initialize the proper attrs 445915:59:18 deleting a file 446015:59:18 initialize the proper attrs 446115:59:18# [RSpecRunTime] Finishing example group spec/lib/gitlab/git/raw_diff_change_spec.rb. It took 0.43 second. Expected to take 3.35 seconds. 446215:59:18# [RSpecRunTime] Starting example group spec/lib/atlassian/jira_issue_key_extractors/branch_spec.rb. Expected to take 3.25 seconds. 446315:59:18Atlassian::JiraIssueKeyExtractors::Branch 446515:59:19 when branch name does not refer to an issue 446615:59:19 is expected to eq [] 446715:59:19 when branch name refers to an issue 446815:59:19 is expected to eq ["BRANCH-1"] 446915:59:19 when there is a related open merge request, and related closed merge request 447015:59:20 is expected to eq ["BRANCH-1", "OPEN_MR_TITLE-1", "OPEN_MR_DESC-1"] 447215:59:20 delegates to `#issue_keys?` 447315:59:20# [RSpecRunTime] Finishing example group spec/lib/atlassian/jira_issue_key_extractors/branch_spec.rb. It took 1.85 seconds. Expected to take 3.25 seconds. 447415:59:20# [RSpecRunTime] Starting example group spec/lib/sidebars/user_settings/menus/profile_menu_spec.rb. Expected to take 3.23 seconds. 447515:59:20Sidebars::UserSettings::Menus::ProfileMenu 447615:59:20 behaves like User settings menu #render? method 447815:59:20 when user is logged in 448015:59:20 when user is not logged in 448115:59:20 does not render 448215:59:20 behaves like User settings menu 448315:59:20 does not contain any sub menu 448415:59:20 renders the correct link 448515:59:21 renders the correct title 448615:59:21 renders the correct icon 448715:59:21 defines correct active route 448815:59:21# [RSpecRunTime] Finishing example group spec/lib/sidebars/user_settings/menus/profile_menu_spec.rb. It took 0.7 second. Expected to take 3.23 seconds. 448915:59:21# [RSpecRunTime] Starting example group spec/lib/gitlab/utils/gzip_spec.rb. Expected to take 3.1 seconds. 449015:59:21Gitlab::Utils::Gzip 449115:59:21 #gzip_compress 449215:59:21 compresses data passed to it 449315:59:21 returns uncompressed data when encountering Zlib::GzipFile::Error 449415:59:21 #gzip_decompress 449515:59:21 decompresses encoded data 449615:59:21 returns compressed data when encountering Zlib::GzipFile::Error 449715:59:21 returns unmodified data when it is determined to be uncompressed 449815:59:21# [RSpecRunTime] Finishing example group spec/lib/gitlab/utils/gzip_spec.rb. It took 0.48 second. Expected to take 3.1 seconds. 449915:59:21# [RSpecRunTime] Starting example group spec/lib/gitlab/usage/metrics/instrumentations/gitlab_for_jira_app_direct_installations_count_metric_spec.rb. Expected to take 3.1 seconds. 450015:59:21Gitlab::Usage::Metrics::Instrumentations::GitlabForJiraAppDirectInstallationsCountMetric 450115:59:21 behaves like a correct instrumented metric value and query 450215:59:21 behaves like a correct instrumented metric value 450315:59:22 has correct value 450415:59:22 behaves like a correct instrumented metric query 450515:59:22 has correct generate query 450615:59:22# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage/metrics/instrumentations/gitlab_for_jira_app_direct_installations_count_metric_spec.rb. It took 0.7 second. Expected to take 3.1 seconds. 450715:59:22# [RSpecRunTime] Starting example group spec/services/ci/track_failed_build_service_spec.rb. Expected to take 3.0 seconds. 450815:59:22Ci::TrackFailedBuildService 451015:59:22 when a build has failed 451115:59:22Job arguments to FlushCounterIncrementsWorker must be native JSON types, but :build_artifacts_size is a Symbol. 451315:59:22To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 451415:59:22 tracks the build failed event 451515:59:22 when a build has not failed 451615:59:23 does not track the build failed event 451715:59:23# [RSpecRunTime] Finishing example group spec/services/ci/track_failed_build_service_spec.rb. It took 0.77 second. Expected to take 3.0 seconds. 451815:59:23# [RSpecRunTime] Starting example group spec/lib/sidebars/user_settings/menus/password_menu_spec.rb. Expected to take 2.95 seconds. 451915:59:23Sidebars::UserSettings::Menus::PasswordMenu 452015:59:23 behaves like User settings menu 452115:59:23 does not contain any sub menu 452215:59:23 renders the correct link 452315:59:23 renders the correct title 452415:59:23 renders the correct icon 452515:59:23 defines correct active route 452715:59:23 when password authentication is enabled 452915:59:23 when password authentication is disabled 453115:59:23# [RSpecRunTime] Finishing example group spec/lib/sidebars/user_settings/menus/password_menu_spec.rb. It took 0.75 second. Expected to take 2.95 seconds. 453215:59:23# [RSpecRunTime] Starting example group spec/models/ci/pipeline_schedule_variable_spec.rb. Expected to take 2.9 seconds. 453315:59:23Ci::PipelineScheduleVariable 453415:59:24 does not allow STI 453515:59:24 behaves like CI variable 453615:59:24 is expected to includes the Ci::HasVariable module 453715:59:24 strips whitespaces when assigning key 453815:59:24 can convert to runner variable 453915:59:24 variable type 454015:59:24 defines variable types 454115:59:24 defaults variable type to env_var 454215:59:24 supports variable type file 454315:59:24# [RSpecRunTime] Finishing example group spec/models/ci/pipeline_schedule_variable_spec.rb. It took 0.73 second. Expected to take 2.9 seconds. 454415:59:24# [RSpecRunTime] Starting example group spec/views/shared/wikis/_sidebar.html.haml_spec.rb. Expected to take 2.82 seconds. 454515:59:24shared/wikis/_sidebar.html.haml 454615:59:25 The sidebar comes from a custom page 454715:59:25 does not show an alert 454815:59:25 renders the wiki content 454915:59:25 link to edit the sidebar 455015:59:25 when the user has edit permission and there are wiki pages 455115:59:26 renders the link 455215:59:26 when the user does not have edit permission and there are no wiki pages 455315:59:26 does not render the link 455415:59:26# [RSpecRunTime] Finishing example group spec/views/shared/wikis/_sidebar.html.haml_spec.rb. It took 1.57 seconds. Expected to take 2.82 seconds. 455515:59:26# [RSpecRunTime] Starting example group spec/services/packages/generic/find_or_create_package_service_spec.rb. Expected to take 2.76 seconds. 455615:59:26Packages::Generic::FindOrCreatePackageService 455815:59:27 when packages does not exist yet 455915:59:27 creates package 456015:59:27 creates package and package build info when build is provided 456115:59:27# [RSpecRunTime] RSpec elapsed time: 25 minutes 34.22 seconds. Current RSS: ~1586M. Threads: 4. load average: 1.46 1.26 1.16 1/298 22191 456315:59:27 when packages already exists 456415:59:27 when package was created manually 456515:59:27 finds the package and does not create package build info even if build is provided 456615:59:27 when package was created by pipeline 456715:59:27 finds the package and does not change package build info even if build is provided 456815:59:27 when a pending_destruction package exists 456915:59:27 creates a new package 457015:59:27# [RSpecRunTime] Finishing example group spec/services/packages/generic/find_or_create_package_service_spec.rb. It took 1.69 seconds. Expected to take 2.76 seconds. 457115:59:27# [RSpecRunTime] Starting example group spec/support_specs/database/without_check_constraint_spec.rb. Expected to take 2.7 seconds. 457215:59:27Database::WithoutCheckConstraint 457315:59:27 .without_check_constraint 457415:59:27 with invalid table 457515:59:28 raises exception 457615:59:28 with invalid constraint name 457715:59:28 raises exception 457815:59:28 with constraint 457915:59:28 removes inside block 458015:59:28 restores outside block 458115:59:28 when creating an invalid record 458215:59:28 enables invalid record creation inside block 458315:59:28 rolls back changes made within the block 458415:59:28# [RSpecRunTime] Finishing example group spec/support_specs/database/without_check_constraint_spec.rb. It took 0.82 second. Expected to take 2.7 seconds. 458515:59:28# [RSpecRunTime] Starting example group spec/lib/gitlab/middleware/memory_report_spec.rb. Expected to take 2.67 seconds. 458615:59:28Gitlab::Middleware::MemoryReport 458815:59:28 when the Rails environment is not development 458915:59:28 behaves like returns original response 459015:59:28 returns original response 459115:59:28 does not call the MemoryProfiler 459215:59:28 when the Rails environment is development 459315:59:28 when memory report is not requested 459415:59:28 behaves like returns original response 459515:59:29 returns original response 459615:59:29 does not call the MemoryProfiler 459715:59:29 when memory report is requested 459815:59:29 returns a memory report 459915:59:29 when something goes wrong with creating the report 460015:59:29 logs the error 460115:59:29 returns the error 460215:59:29# [RSpecRunTime] Finishing example group spec/lib/gitlab/middleware/memory_report_spec.rb. It took 0.68 second. Expected to take 2.67 seconds. 460315:59:29# [RSpecRunTime] Starting example group spec/lib/gitlab/sidekiq_middleware/concurrency_limit/workers_concurrency_spec.rb. Expected to take 2.58 seconds. 460415:59:29Gitlab::SidekiqMiddleware::ConcurrencyLimit::WorkersConcurrency 460615:59:29 without cache 460715:59:29 with multiple shard instances 460815:59:29 returns count for all instances 461015:59:29 when lease is not held by another process 461115:59:29 returns the current concurrency 461215:59:29 when lease is held by another process 461315:59:29 returns cached workers 461415:59:29 when lease is held by another process but the cache is empty 461515:59:29 returns the current concurrency 461615:59:29 .current_for 461815:59:29 returns cached current_for 461915:59:29# [RSpecRunTime] Finishing example group spec/lib/gitlab/sidekiq_middleware/concurrency_limit/workers_concurrency_spec.rb. It took 0.49 second. Expected to take 2.58 seconds. 462015:59:29# [RSpecRunTime] Starting example group spec/services/ci/create_pipeline_service/custom_yaml_tags_spec.rb. Expected to take 2.58 seconds. 462115:59:29Ci::CreatePipelineService 462215:59:29 !reference tags 462315:59:31 with valid config 462415:59:31 creates a pipeline 462515:59:31# [RSpecRunTime] RSpec elapsed time: 25 minutes 38.61 seconds. Current RSS: ~1599M. Threads: 4. load average: 1.42 1.25 1.16 1/298 22254 462715:59:31 with invalid config 462815:59:32Job arguments to PipelineNotificationWorker must be native JSON types, but :ref_status is a Symbol. 463015:59:32To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 463115:59:32 creates a pipeline without builds 463215:59:32# [RSpecRunTime] Finishing example group spec/services/ci/create_pipeline_service/custom_yaml_tags_spec.rb. It took 2.41 seconds. Expected to take 2.58 seconds. 463315:59:32# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/status/group/common_spec.rb. Expected to take 2.47 seconds. 463415:59:32Gitlab::Ci::Status::Group::Common 463515:59:32 does not have action 463715:59:32 has no details_path 463815:59:32# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/status/group/common_spec.rb. It took 0.31 second. Expected to take 2.47 seconds. 463915:59:32# [RSpecRunTime] Starting example group spec/services/branch_rules/base_service_spec.rb. Expected to take 2.47 seconds. 464015:59:32BranchRules::BaseService 464215:59:33 with skip_authorization: false 464315:59:33 behaves like missing_method_error 464415:59:33 raises a missing method error 464515:59:34# [RSpecRunTime] RSpec elapsed time: 25 minutes 40.92 seconds. Current RSS: ~1600M. Threads: 4. load average: 1.42 1.25 1.16 1/298 22303 464715:59:34 with skip_authorization: true 464815:59:34 when branch_rule is an instance of Projects::BranchRule 464915:59:34 behaves like missing_method_error 465015:59:34 raises a missing method error 465115:59:34 when branch_rule is not an instance of Projects::BranchRule 465215:59:34 returns an unknown branch rule type error 465315:59:34 when branch_rule is nil 465415:59:34 returns an unknown branch rule type error 465515:59:34# [RSpecRunTime] Finishing example group spec/services/branch_rules/base_service_spec.rb. It took 1.74 seconds. Expected to take 2.47 seconds. 465615:59:34# [RSpecRunTime] Starting example group spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb. Expected to take 2.36 seconds. 465715:59:34Gitlab::Database::Migrations::Observers::QueryStatistics 465915:59:34 with pgss available 466015:59:34 resets pg_stat_statements 466115:59:34 without pgss available 466215:59:34 executes nothing 466415:59:34 with pgss available 466515:59:34 fetches data from pg_stat_statements and stores on the observation 466615:59:34 without pgss available 466715:59:34 executes nothing 466815:59:34# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb. It took 0.37 second. Expected to take 2.36 seconds. 466915:59:34# [RSpecRunTime] Starting example group spec/lib/gitlab/database/migrations/swap_columns_default_spec.rb. Expected to take 2.34 seconds. 467015:59:34Gitlab::Database::Migrations::SwapColumnsDefault 467215:59:34 when defaults are static values 467315:59:34main: -- columns(:_test_swap_columns_and_defaults) 467415:59:34main: -> 0.0044s 467515:59:34main: -- columns(:_test_swap_columns_and_defaults) 467615:59:34main: -> 0.0047s 467715:59:34main: -- change_column_default(:_test_swap_columns_and_defaults, :integer_column, "100") 467815:59:34main: -> 0.0090s 467915:59:34main: -- change_column_default(:_test_swap_columns_and_defaults, :bigint_column, "8") 468015:59:34main: -> 0.0072s 468115:59:34 swaps the default correctly 468215:59:34 when default is sequence 468315:59:35main: -- columns(:_test_swap_columns_and_defaults) 468415:59:35main: -> 0.0033s 468515:59:35main: -- columns(:_test_swap_columns_and_defaults) 468615:59:35main: -> 0.0034s 468715:59:35main: -- quote_table_name("_test_swap_columns_and_defaults_seq") 468815:59:35main: -> 0.0002s 468915:59:35main: -- quote_table_name(:_test_swap_columns_and_defaults) 469015:59:35main: -> 0.0001s 469115:59:35main: -- quote_column_name(:bigint_column) 469215:59:35main: -> 0.0001s 469315:59:35main: -- execute("ALTER SEQUENCE \"_test_swap_columns_and_defaults_seq\" OWNED BY \"_test_swap_columns_and_defaults\".\"bigint_column\"") 469415:59:35main: -> 0.0013s 469515:59:35main: -- change_column_default(:_test_swap_columns_and_defaults, :integer_column, "100") 469615:59:35main: -> 0.0049s 469715:59:35main: -- change_column_default(:_test_swap_columns_and_defaults, :bigint_column, #<Proc:0x000079876f9607d8 /builds/gitlab-org/gitlab/lib/gitlab/database/migrations/swap_columns_default.rb:46 (lambda)>) 469815:59:35main: -> 0.0048s 469915:59:35 swaps the default correctly 470015:59:35 when defaults are the same 470115:59:35main: -- columns(:_test_swap_columns_and_defaults) 470215:59:35main: -> 0.0046s 470315:59:35main: -- columns(:_test_swap_columns_and_defaults) 470415:59:35main: -> 0.0044s 470515:59:35 does nothing 470615:59:35# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/migrations/swap_columns_default_spec.rb. It took 0.51 second. Expected to take 2.34 seconds. 470715:59:35# [RSpecRunTime] Starting example group spec/services/ci/abort_pipelines_service_spec.rb. Expected to take 2.27 seconds. 470815:59:35Ci::AbortPipelinesService 471015:59:35 with project pipelines 471115:59:36 fails all running pipelines and related jobs 471215:59:36 avoids N+1 queries 471315:59:36 with live build logs 471415:59:37 makes failed builds with stale trace visible 471515:59:37# [RSpecRunTime] RSpec elapsed time: 25 minutes 43.95 seconds. Current RSS: ~1595M. Threads: 4. load average: 1.39 1.25 1.16 1/298 22304 471715:59:37# [RSpecRunTime] Finishing example group spec/services/ci/abort_pipelines_service_spec.rb. It took 1.85 seconds. Expected to take 2.27 seconds. 471815:59:37# [RSpecRunTime] Starting example group spec/models/user_mentions/snippet_user_mention_spec.rb. Expected to take 2.22 seconds. 471915:59:37SnippetUserMention 472015:59:37 does not allow STI 472115:59:37 associations 472215:59:37 is expected to belong to snippet required: false 472315:59:37 is expected to belong to note required: false 472415:59:37 behaves like has user mentions 472515:59:37 #has_mentions? 472615:59:37 when no mentions 472715:59:37 returns false 472815:59:37 when mentioned_users_ids not null 472915:59:37 returns true 473015:59:37 when mentioned projects 473115:59:37 returns true 473215:59:37 when mentioned groups 473315:59:37 returns true 473415:59:37# [RSpecRunTime] Finishing example group spec/models/user_mentions/snippet_user_mention_spec.rb. It took 0.74 second. Expected to take 2.22 seconds. 473515:59:37# [RSpecRunTime] Starting example group spec/lib/gitlab/dependency_linker/podfile_linker_spec.rb. Expected to take 2.18 seconds. 473615:59:37Gitlab::DependencyLinker::PodfileLinker 473815:59:37 supports Podfile 473915:59:38 does not support other files 474115:59:38 links sources 474215:59:38 links packages 474315:59:38 links external packages 474415:59:38 links Git repos 474515:59:38# [RSpecRunTime] Finishing example group spec/lib/gitlab/dependency_linker/podfile_linker_spec.rb. It took 0.6 second. Expected to take 2.18 seconds. 474615:59:38# [RSpecRunTime] Starting example group spec/helpers/environment_helper_spec.rb. Expected to take 2.11 seconds. 474715:59:38EnvironmentHelper 474815:59:38 #environments_detail_data_json 474915:59:39 returns the correct data 475015:59:39# [RSpecRunTime] RSpec elapsed time: 25 minutes 46.41 seconds. Current RSS: ~1586M. Threads: 4. load average: 1.39 1.25 1.16 1/298 22335 475215:59:39# [RSpecRunTime] Finishing example group spec/helpers/environment_helper_spec.rb. It took 1.11 seconds. Expected to take 2.11 seconds. 475315:59:39# [RSpecRunTime] Starting example group spec/graphql/types/container_repository_tag_type_spec.rb. Expected to take 2.1 seconds. 475415:59:39Types::ContainerRepositoryTagType 475515:59:39 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 475615:59:39 is expected to expose permissions using Types::PermissionTypes::ContainerRepositoryTag 475715:59:39 is expected to require graphql authorizations :read_container_image 475815:59:39 is expected to eq "ContainerRepositoryTag" 475915:59:40 is expected to eq "A tag from a container repository" 476015:59:40# [RSpecRunTime] Finishing example group spec/graphql/types/container_repository_tag_type_spec.rb. It took 0.5 second. Expected to take 2.1 seconds. 476115:59:40# [RSpecRunTime] Starting example group spec/services/cloud_seed/google_cloud/get_cloudsql_instances_service_spec.rb. Expected to take 2.05 seconds. 476215:59:40CloudSeed::GoogleCloud::GetCloudsqlInstancesService 476315:59:40 when project has no registered cloud sql instances 476415:59:40 result is empty 476515:59:40 when project has registered cloud sql instance 476615:59:41 result is grouped by environment 476715:59:41# [RSpecRunTime] Finishing example group spec/services/cloud_seed/google_cloud/get_cloudsql_instances_service_spec.rb. It took 1.39 seconds. Expected to take 2.05 seconds. 476815:59:41# [RSpecRunTime] Starting example group spec/workers/ci/stuck_builds/drop_canceling_worker_spec.rb. Expected to take 1.99 seconds. 476915:59:41Ci::StuckBuilds::DropCancelingWorker 477115:59:41 executes an instance of Ci::StuckBuilds::DropCancelingService 477215:59:41 behaves like an idempotent worker 477315:59:41 is labeled as idempotent 477415:59:41 performs multiple times sequentially without raising an exception 477515:59:41# [RSpecRunTime] Finishing example group spec/workers/ci/stuck_builds/drop_canceling_worker_spec.rb. It took 0.32 second. Expected to take 1.99 seconds. 477615:59:41# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/reports/security/locations/sast_spec.rb. Expected to take 1.96 seconds. 477715:59:41Gitlab::Ci::Reports::Security::Locations::Sast 477815:59:41 behaves like vulnerability location 478015:59:41 when all params are given 478115:59:41 initializes an instance 478215:59:41 param: :file_path 478315:59:41 when param file_path is missing 478415:59:41 raises an error 478515:59:41 param: :start_line 478615:59:41 when param start_line is missing 478715:59:42 raises an error 478815:59:42 #fingerprint 478915:59:42 generates expected fingerprint 479015:59:42 #fingerprint_path 479115:59:42 generates expected fingerprint 479315:59:42 returns true when fingerprints are equal 479415:59:42 returns false when fingerprints are different 479515:59:42# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/reports/security/locations/sast_spec.rb. It took 0.68 second. Expected to take 1.96 seconds. 479615:59:42# [RSpecRunTime] Starting example group spec/lib/api/validations/validators/absence_spec.rb. Expected to take 1.91 seconds. 479715:59:42API::Validations::Validators::Absence 479915:59:42 does not raise a validation error 480015:59:42 invalid parameters 480115:59:42 raises a validation error 480215:59:42# [RSpecRunTime] Finishing example group spec/lib/api/validations/validators/absence_spec.rb. It took 0.2 second. Expected to take 1.91 seconds. 480315:59:42# [RSpecRunTime] Starting example group spec/lib/system_check/incoming_email/imap_authentication_check_spec.rb. Expected to take 1.87 seconds. 480415:59:42SystemCheck::IncomingEmail::ImapAuthenticationCheck 480515:59:42 #load_config 480615:59:42 returns no mailbox configurations with mailroom default configuration 480715:59:42 is expected to be nil 480815:59:42 returns an array of mailbox configurations with mailroom configured 480915:59:42 is expected to eq [{:host=>"gitlab.example.com", :port=>143}] 481015:59:42# [RSpecRunTime] Finishing example group spec/lib/system_check/incoming_email/imap_authentication_check_spec.rb. It took 0.26 second. Expected to take 1.87 seconds. 481115:59:42# [RSpecRunTime] Starting example group spec/lib/gitlab/event_store/subscription_spec.rb. Expected to take 1.81 seconds. 481215:59:42Gitlab::EventStore::Subscription 481315:59:42 #consume_events 481415:59:42 with invalid events 481515:59:42 when event is invalid 481615:59:42 raises InvalidEvent error 481715:59:42 when one of the events is a different event 481815:59:43 raises InvalidEvent error 481915:59:43 when grouped events size is more than batch scheduling size 482015:59:43 dispatches the events to the worker with batch parameters 482115:59:43 with delayed dispatching of event 482215:59:43 dispatches the events to the worker with batch parameters and delay 482315:59:43 when subscription has grouped dispatching of events 482415:59:43 dispatches the events to the worker in group 482515:59:43 when subscription has delayed dispatching of event 482615:59:43 dispatches the events to the worker after some time 482715:59:43# [RSpecRunTime] Finishing example group spec/lib/gitlab/event_store/subscription_spec.rb. It took 0.6 second. Expected to take 1.81 seconds. 482815:59:43# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/templates/Terraform/base_gitlab_ci_yaml_spec.rb. Expected to take 1.77 seconds. 482915:59:43Terraform/Base.gitlab-ci.yml 483015:59:43 the created pipeline 483115:59:45 creates deprecation warning job 483215:59:45# [RSpecRunTime] RSpec elapsed time: 25 minutes 52.07 seconds. Current RSS: ~1594M. Threads: 4. load average: 1.35 1.24 1.16 3/296 22436 483415:59:45# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/templates/Terraform/base_gitlab_ci_yaml_spec.rb. It took 1.73 seconds. Expected to take 1.77 seconds. 483515:59:45# [RSpecRunTime] Starting example group spec/validators/js_regex_validator_spec.rb. Expected to take 1.71 seconds. 483615:59:45JsRegexValidator 483715:59:45 #validates_each 483815:59:45 user_default_internal_regex: nil, result: [] 483915:59:45 generates correct errors 484015:59:45 user_default_internal_regex: "", result: [] 484115:59:45 generates correct errors 484215:59:45 user_default_internal_regex: "(?#comment)", result: ["Regex Pattern (?#comment) can not be expressed in Javascript"] 484315:59:45 generates correct errors 484415:59:45 user_default_internal_regex: "(?(a)b|c)", result: ["invalid conditional pattern: /(?(a)b|c)/i"] 484515:59:45 generates correct errors 484615:59:45# [RSpecRunTime] Finishing example group spec/validators/js_regex_validator_spec.rb. It took 0.45 second. Expected to take 1.71 seconds. 484715:59:45# [RSpecRunTime] Starting example group spec/serializers/remote_mirror_entity_spec.rb. Expected to take 1.67 seconds. 484815:59:45RemoteMirrorEntity 484915:59:45 exposes remote-mirror-specific elements 485015:59:45 does not expose password information 485115:59:45# [RSpecRunTime] Finishing example group spec/serializers/remote_mirror_entity_spec.rb. It took 0.27 second. Expected to take 1.67 seconds. 485215:59:45# [RSpecRunTime] Starting example group spec/lib/serializers/unsafe_json_spec.rb. Expected to take 1.61 seconds. 485315:59:45Serializers::UnsafeJson 485515:59:46 calls object#to_json with unsafe: true and returns the result 485715:59:46 calls JSON.load and returns the result 485815:59:46# [RSpecRunTime] Finishing example group spec/lib/serializers/unsafe_json_spec.rb. It took 0.2 second. Expected to take 1.61 seconds. 485915:59:46# [RSpecRunTime] Starting example group spec/lib/gitlab/chat/responder/base_spec.rb. Expected to take 1.59 seconds. 486015:59:46Gitlab::Chat::Responder::Base 486215:59:46 returns the pipeline 486415:59:46 returns the project 486615:59:46 raises NotImplementedError 486815:59:46 raises NotImplementedError 486915:59:46 #send_response 487015:59:46 raises NotImplementedError 487115:59:46 #scheduled_output 487215:59:46 raises NotImplementedError 487315:59:46# [RSpecRunTime] Finishing example group spec/lib/gitlab/chat/responder/base_spec.rb. It took 0.57 second. Expected to take 1.59 seconds. 487415:59:46# [RSpecRunTime] Starting example group spec/graphql/types/container_repository_details_type_spec.rb. Expected to take 1.5 seconds. 487515:59:46Types::ContainerRepositoryDetailsType 487615:59:46 is expected to require graphql authorizations :read_container_image 487715:59:46 is expected to eq "Details of a container repository" 487815:59:46 is expected to eq "ContainerRepositoryDetails" 487915:59:47 is expected to have graphql fields :id, :name, :path, :location, :created_at, :updated_at, :expiration_policy_started_at, :status, :tags_count, :expiration_policy_cleanup_status, :tags, :size, :manifest, :project, :migration_state, :last_cleanup_deleted_tags_count, :user_permissions, :last_published_at, and :protection_rule_exists 488115:59:47 returns tags connection type 488215:59:47# [RSpecRunTime] Finishing example group spec/graphql/types/container_repository_details_type_spec.rb. It took 0.48 second. Expected to take 1.5 seconds. 488315:59:47# [RSpecRunTime] Starting example group spec/lib/gitlab/import_export/recursive_merge_folders_spec.rb. Expected to take 1.49 seconds. 488415:59:47Gitlab::ImportExport::RecursiveMergeFolders 488615:59:47 merges folder and ignores symlinks and files that share hard links 488715:59:47 raises an error for invalid source path 488815:59:47 raises an error for source path outside temp dir 488915:59:47 raises an error for invalid target path 489015:59:47# [RSpecRunTime] Finishing example group spec/lib/gitlab/import_export/recursive_merge_folders_spec.rb. It took 0.49 second. Expected to take 1.49 seconds. 489115:59:47# [RSpecRunTime] Starting example group spec/workers/clusters/cleanup/service_account_worker_spec.rb. Expected to take 1.39 seconds. 489215:59:47Clusters::Cleanup::ServiceAccountWorker 489415:59:47 when cluster.cleanup_status is cleanup_removing_service_account 489515:59:47 calls Clusters::Cleanup::ServiceAccountService 489615:59:47 when cluster.cleanup_status is not cleanup_removing_service_account 489715:59:48 does not call Clusters::Cleanup::ServiceAccountService 489815:59:48# [RSpecRunTime] Finishing example group spec/workers/clusters/cleanup/service_account_worker_spec.rb. It took 0.94 second. Expected to take 1.39 seconds. 489915:59:48# [RSpecRunTime] Starting example group spec/lib/gitlab/pagination/keyset/cursor_based_request_context_spec.rb. Expected to take 1.39 seconds. 490015:59:48Gitlab::Pagination::Keyset::CursorBasedRequestContext 490215:59:48 is expected to eq 2 490415:59:48 is expected to eq "eyJuYW1lIjoiR2l0TGFiIEluc3RhbmNlIiwiaWQiOiI1MiIsIl9rZCI6Im4ifQ==" 490615:59:48 is expected to eq {:name=>:asc} 490715:59:48 #apply_headers 490815:59:49 sets Link header with same host/path as the original request 490915:59:49 sets Link header with a cursor to the next page 491015:59:49# [RSpecRunTime] Finishing example group spec/lib/gitlab/pagination/keyset/cursor_based_request_context_spec.rb. It took 0.48 second. Expected to take 1.39 seconds. 491115:59:49# [RSpecRunTime] Starting example group spec/finders/groups/environment_scopes_finder_spec.rb. Expected to take 1.32 seconds. 491215:59:49Groups::EnvironmentScopesFinder 491415:59:49 with default no arguments 491515:59:49 is expected to contain exactly "environment1", "environment2", and "environment3" 491715:59:49 is expected to contain exactly "environment1" 491815:59:49 with specific name 491915:59:49 is expected to contain exactly "environment3" 492015:59:49# [RSpecRunTime] Finishing example group spec/finders/groups/environment_scopes_finder_spec.rb. It took 0.76 second. Expected to take 1.32 seconds. 492115:59:49# [RSpecRunTime] Starting example group spec/models/ml/candidate_metric_spec.rb. Expected to take 1.26 seconds. 492215:59:49Ml::CandidateMetric 492315:59:49 does not allow STI 492415:59:49 associations 492515:59:50 is expected to belong to candidate required: false 492615:59:50 scope :latest 492715:59:50 fetches only the last metric for the name 492815:59:50# [RSpecRunTime] Finishing example group spec/models/ml/candidate_metric_spec.rb. It took 0.8 second. Expected to take 1.26 seconds. 492915:59:50# [RSpecRunTime] Starting example group spec/models/ml/candidate_metadata_spec.rb. Expected to take 1.2 seconds. 493015:59:50Ml::CandidateMetadata 493115:59:50 does not allow STI 493215:59:50 uniqueness of name 493315:59:51 is unique within candidate 493415:59:51 associations 493515:59:51 is expected to belong to candidate required: false 493615:59:51# [RSpecRunTime] Finishing example group spec/models/ml/candidate_metadata_spec.rb. It took 0.75 second. Expected to take 1.2 seconds. 493715:59:51# [RSpecRunTime] Starting example group spec/lib/gitlab/database/migrations/observers/total_database_size_change_spec.rb. Expected to take 1.18 seconds. 493815:59:51Gitlab::Database::Migrations::Observers::TotalDatabaseSizeChange 493915:59:51 records the size change 494015:59:51 out of order calls 494115:59:51 does not record anything if before size is unknown 494215:59:51 does not record anything if after size is unknown 494315:59:51# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/migrations/observers/total_database_size_change_spec.rb. It took 0.29 second. Expected to take 1.18 seconds. 494415:59:51# [RSpecRunTime] Starting example group spec/lib/gitlab/external_authorization/config_spec.rb. Expected to take 1.15 seconds. 494515:59:51Gitlab::ExternalAuthorization::Config 494615:59:51 allows deploy tokens and keys when external authorization is disabled 494715:59:51 when external authorization is enabled 494815:59:51 disable deploy tokens and keys 494915:59:52 enable deploy tokens and keys when it is explicitly enabled and service url is blank 495015:59:52# [RSpecRunTime] Finishing example group spec/lib/gitlab/external_authorization/config_spec.rb. It took 0.33 second. Expected to take 1.15 seconds. 495115:59:52# [RSpecRunTime] Starting example group spec/workers/update_external_pull_requests_worker_spec.rb. Expected to take 1.04 seconds. 495215:59:52UpdateExternalPullRequestsWorker 495415:59:52 when ref is a branch 495515:59:52 runs CreatePipelineService for each pull request matching the source branch and repository 495615:59:52 when ref is not a branch 495715:59:52 does nothing 495815:59:52# [RSpecRunTime] Finishing example group spec/workers/update_external_pull_requests_worker_spec.rb. It took 0.69 second. Expected to take 1.04 seconds. 495915:59:52# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/stage_spec.rb. Expected to take 1.03 seconds. 496015:59:52Gitlab::Ci::Config::Entry::Stage 496215:59:52 when stage config value is correct 496415:59:52 returns a stage key 496715:59:52 when value has a wrong type 496815:59:52 reports errors about wrong type 497015:59:53 returns default stage 497115:59:53# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/stage_spec.rb. It took 0.37 second. Expected to take 1.03 seconds. 497215:59:53# [RSpecRunTime] Starting example group spec/presenters/vs_code/settings/vs_code_manifest_presenter_spec.rb. Expected to take 0.95 second. 497315:59:53VsCode::Settings::VsCodeManifestPresenter 497515:59:53 when there are not persisted settings 497615:59:53 includes default machine uuid 497715:59:53 when there are persisted settings 497815:59:53 includes the persisted setting uuid 498015:59:53 returns default session 498115:59:53# [RSpecRunTime] Finishing example group spec/presenters/vs_code/settings/vs_code_manifest_presenter_spec.rb. It took 0.32 second. Expected to take 0.95 second. 498215:59:53# [RSpecRunTime] Starting example group spec/helpers/registrations_helper_spec.rb. Expected to take 0.95 second. 498315:59:53RegistrationsHelper 498415:59:53 #signup_username_data_attributes 498515:59:53 has expected attributes 498615:59:53 #register_omniauth_params 498715:59:53 adds intent to register 498815:59:53# [RSpecRunTime] Finishing example group spec/helpers/registrations_helper_spec.rb. It took 0.2 second. Expected to take 0.95 second. 498915:59:53# [RSpecRunTime] Starting example group spec/models/packages/package_file_build_info_spec.rb. Expected to take 0.85 second. 499015:59:53Packages::PackageFileBuildInfo 499115:59:53 does not allow STI 499215:59:53 relationships 499315:59:53 is expected to belong to package_file required: false 499415:59:53 is expected to belong to pipeline required: false 499515:59:53# [RSpecRunTime] Finishing example group spec/models/packages/package_file_build_info_spec.rb. It took 0.34 second. Expected to take 0.85 second. 499615:59:53# [RSpecRunTime] Starting example group spec/models/concerns/database_reflection_spec.rb. Expected to take 0.83 second. 499715:59:53DatabaseReflection 499815:59:54 does not allow STI 500015:59:54 returns a Reflection instance 500115:59:54 memoizes the result 500215:59:54# [RSpecRunTime] Finishing example group spec/models/concerns/database_reflection_spec.rb. It took 0.36 second. Expected to take 0.83 second. 500315:59:54# [RSpecRunTime] Starting example group spec/lib/gitlab/usage/metrics/instrumentations/database_mode_spec.rb. Expected to take 0.81 second. 500415:59:54Gitlab::Usage::Metrics::Instrumentations::DatabaseMode 500515:59:54 behaves like a correct instrumented metric value 500615:59:54 has correct value 500715:59:54# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage/metrics/instrumentations/database_mode_spec.rb. It took 0.11 second. Expected to take 0.81 second. 500815:59:54# [RSpecRunTime] Starting example group spec/lib/gitlab/faraday/error_callback_spec.rb. Expected to take 0.75 second. 500915:59:54Gitlab::Faraday::ErrorCallback 501115:59:54 with no errors 501215:59:54 is expected to eq "success" 501415:59:54 with no callback 501515:59:54 uses the default callback 501615:59:54 with a custom callback 501715:59:54 uses the custom callback 501815:59:54# [RSpecRunTime] Finishing example group spec/lib/gitlab/faraday/error_callback_spec.rb. It took 0.28 second. Expected to take 0.75 second. 501915:59:54# [RSpecRunTime] Starting example group spec/rubocop/cop/gitlab/json_spec.rb. Expected to take 0.73 second. 502015:59:54RuboCop::Cop::Gitlab::Json 502115:59:54 when ::JSON is called 502215:59:54 registers an offense and autocorrects 502315:59:54 when ActiveSupport::JSON is called 502415:59:54 registers an offense and autocorrects 502515:59:54 when ::JSON is called in EE 502615:59:55 registers an offense and autocorrects 502715:59:55# [RSpecRunTime] Finishing example group spec/rubocop/cop/gitlab/json_spec.rb. It took 0.31 second. Expected to take 0.73 second. 502815:59:55# [RSpecRunTime] Starting example group spec/lib/gitlab/usage/metrics/instrumentations/instance_feature_flags_metric_spec.rb. Expected to take 0.66 second. 502915:59:55Gitlab::Usage::Metrics::Instrumentations::InstanceFeatureFlagsMetric 503015:59:55 with feature flags 503115:59:55 with feature flags 503215:59:55 has correct value 503315:59:55# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage/metrics/instrumentations/instance_feature_flags_metric_spec.rb. It took 0.49 second. Expected to take 0.66 second. 503415:59:55# [RSpecRunTime] Starting example group spec/lib/gitlab/email/hook/additional_headers_interceptor_spec.rb. Expected to take 0.64 second. 503515:59:55Gitlab::Email::Hook::AdditionalHeadersInterceptor 503615:59:55 adds Auto-Submitted header 503715:59:55 when the same mail object is sent twice 503815:59:55 does not add the Auto-Submitted header twice 503915:59:55# [RSpecRunTime] Finishing example group spec/lib/gitlab/email/hook/additional_headers_interceptor_spec.rb. It took 0.25 second. Expected to take 0.64 second. 504015:59:55# [RSpecRunTime] Starting example group spec/helpers/admin/deploy_key_helper_spec.rb. Expected to take 0.59 second. 504115:59:55Admin::DeployKeyHelper 504215:59:55 #admin_deploy_keys_data 504315:59:55 returns correct hash 504415:59:55# [RSpecRunTime] Finishing example group spec/helpers/admin/deploy_key_helper_spec.rb. It took 0.12 second. Expected to take 0.59 second. 504515:59:55# [RSpecRunTime] Starting example group spec/validators/iso8601_date_validator_spec.rb. Expected to take 0.57 second. 504615:59:55Iso8601DateValidator 504715:59:55 passes a valid date 504815:59:56 errors on an invalid date 504915:59:56# [RSpecRunTime] Finishing example group spec/validators/iso8601_date_validator_spec.rb. It took 0.22 second. Expected to take 0.57 second. 505015:59:56# [RSpecRunTime] Starting example group spec/graphql/types/projects/fork_details_type_spec.rb. Expected to take 0.56 second. 505115:59:56Types::Projects::ForkDetailsType 505215:59:56 is expected to eq "ForkDetails" 505315:59:56 has specific fields 505415:59:56# [RSpecRunTime] Finishing example group spec/graphql/types/projects/fork_details_type_spec.rb. It took 0.19 second. Expected to take 0.56 second. 505515:59:56# [RSpecRunTime] Starting example group spec/models/synthetic_note_spec.rb. Expected to take 0.52 second. 505615:59:56SyntheticNote 505715:59:56 does not allow STI 505815:59:56 #to_ability_name 505915:59:56 is expected to eq "note" 506015:59:56# [RSpecRunTime] Finishing example group spec/models/synthetic_note_spec.rb. It took 0.18 second. Expected to take 0.52 second. 506115:59:56# [RSpecRunTime] Starting example group spec/lib/api/entities/ci/job_request/service_spec.rb. Expected to take 0.51 second. 506215:59:56API::Entities::Ci::JobRequest::Service 506315:59:56 exposes attributes 506415:59:56 when the ports param is nil 506515:59:56 does not return the ports 506615:59:56# [RSpecRunTime] Finishing example group spec/lib/api/entities/ci/job_request/service_spec.rb. It took 0.18 second. Expected to take 0.51 second. 506715:59:56# [RSpecRunTime] Starting example group spec/graphql/types/member_access_level_enum_spec.rb. Expected to take 0.48 second. 506815:59:56Types::MemberAccessLevelEnum 506915:59:56 exposes all the existing access levels 507015:59:56 is expected to eq "MemberAccessLevel" 507115:59:56# [RSpecRunTime] Finishing example group spec/graphql/types/member_access_level_enum_spec.rb. It took 0.23 second. Expected to take 0.48 second. 507215:59:56# [RSpecRunTime] Starting example group spec/graphql/types/ci/variable_interface_spec.rb. Expected to take 0.41 second. 507315:59:56Types::Ci::VariableInterface 507415:59:56 is expected to have graphql fields :id, :key, :raw, :value, and :variable_type 507515:59:56# [RSpecRunTime] Finishing example group spec/graphql/types/ci/variable_interface_spec.rb. It took 0.11 second. Expected to take 0.41 second. 507615:59:56# [RSpecRunTime] Starting example group spec/lib/gitlab/memory/watchdog/handlers/puma_handler_spec.rb. Expected to take 0.33 second. 507715:59:56Gitlab::Memory::Watchdog::Handlers::PumaHandler 507915:59:57 invokes orderly termination via Puma API 508015:59:57# [RSpecRunTime] Finishing example group spec/lib/gitlab/memory/watchdog/handlers/puma_handler_spec.rb. It took 0.11 second. Expected to take 0.33 second. 508115:59:57# [RSpecRunTime] Starting example group spec/helpers/subscribable_banner_helper_spec.rb. Expected to take 0.3 second. 508215:59:57SubscribableBannerHelper 508315:59:57 #display_subscription_banner! 508415:59:57 is over-written in EE 508515:59:57# [RSpecRunTime] Finishing example group spec/helpers/subscribable_banner_helper_spec.rb. It took 0.11 second. Expected to take 0.3 second. 508615:59:57# [RSpecRunTime] Starting example group spec/graphql/types/mutation_type_spec.rb. Expected to take 0.28 second. 508715:59:57Types::MutationType 508815:59:57 is expected to have the MergeRequestSetDraft 508915:59:57# [RSpecRunTime] Finishing example group spec/graphql/types/mutation_type_spec.rb. It took 0.11 second. Expected to take 0.28 second. 509015:59:57# [RSpecRunTime] Starting example group spec/lib/gitlab/error_tracking/log_formatter_spec.rb. Expected to take 0.27 second. 509115:59:57Gitlab::ErrorTracking::LogFormatter 509215:59:57 appends error-related log fields and filters sensitive Sidekiq arguments 509315:59:57# [RSpecRunTime] Finishing example group spec/lib/gitlab/error_tracking/log_formatter_spec.rb. It took 0.1 second. Expected to take 0.27 second. 509415:59:57# [RSpecRunTime] Starting example group spec/graphql/types/packages/maven/metadatum_type_spec.rb. Expected to take 0.25 second. 509515:59:57Types::Packages::Maven::MetadatumType 509615:59:57 includes maven metadatum fields 509715:59:57# [RSpecRunTime] Finishing example group spec/graphql/types/packages/maven/metadatum_type_spec.rb. It took 0.1 second. Expected to take 0.25 second. 509815:59:57# [RSpecRunTime] Starting example group spec/graphql/types/packages/pypi/metadatum_type_spec.rb. Expected to take 0.25 second. 509915:59:57Types::Packages::Pypi::MetadatumType 510015:59:57 includes pypi metadatum fields 510115:59:57# [RSpecRunTime] Finishing example group spec/graphql/types/packages/pypi/metadatum_type_spec.rb. It took 0.1 second. Expected to take 0.25 second. 510215:59:57# [RSpecRunTime] Starting example group spec/dot_gitlab_ci/ci_configuration_validation/merge_request_pipeline_spec.rb. Missing expected duration from Knapsack report for spec/dot_gitlab_ci/ci_configuration_validation/merge_request_pipeline_spec.rb. 510315:59:57CI configuration validation - branch pipelines 510415:59:58Syncing files to gitlab-org/gitlab master branch 510515:59:59 when MR is created from "release-tools/update-gitaly" source branch 510615:59:59 behaves like merge request pipeline 510715:59:59 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:413 did not execute the example) 510815:59:59# [RSpecRunTime] RSpec elapsed time: 26 minutes 6.22 seconds. Current RSS: ~1594M. Threads: 4. load average: 1.35 1.25 1.16 1/294 22669 511015:59:59 when unlabeled MR is changing GITALY_SERVER_VERSION 511115:59:59 behaves like merge request pipeline 511215:59:59 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:413 did not execute the example) 511315:59:59 behaves like merge train pipeline 511415:59:59 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:413 did not execute the example) 511515:59:59 with fork project MRs 511616:00:00 when MR is created from a fork project master branch 511716:00:00 when running MR pipeline in the context of the fork project 511816:00:00 behaves like merge request pipeline 511916:00:00 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:413 did not execute the example) 512016:00:00# [RSpecRunTime] RSpec elapsed time: 26 minutes 7.37 seconds. Current RSS: ~1595M. Threads: 4. load average: 1.35 1.25 1.16 1/294 22704 512216:00:00 when running MR pipeline in the context of canonical project 512316:00:00 behaves like merge request pipeline 512416:00:00 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:413 did not execute the example) 512516:00:00 behaves like merge train pipeline 512616:00:00 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:413 did not execute the example) 512716:00:00 when MR is created from a fork project feature branch 512816:00:00 when running MR pipeline in the context of the fork project 512916:00:00 behaves like merge request pipeline 513016:00:00 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:413 did not execute the example) 513116:00:00 when running MR pipeline in the context of canonical project 513216:00:00 behaves like merge request pipeline 513316:00:00 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:413 did not execute the example) 513416:00:00 behaves like merge train pipeline 513516:00:00 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:413 did not execute the example) 513616:00:00 when MR targeting a stable branch is changing app/models/user.rb 513716:00:00 behaves like merge request pipeline 513816:00:00 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:413 did not execute the example) 513916:00:00 behaves like merge train pipeline 514016:00:00 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:413 did not execute the example) 514116:00:00# [RSpecRunTime] Finishing example group spec/dot_gitlab_ci/ci_configuration_validation/merge_request_pipeline_spec.rb. It took 2.92 seconds. Missing expected duration from Knapsack report for spec/dot_gitlab_ci/ci_configuration_validation/merge_request_pipeline_spec.rb. 514216:00:24auto_explain log contains 1959 entries for main, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-unit-pg14-3-44.332.main.ndjson.gz 514316:00:24took 23.484811446 514416:00:47auto_explain log contains 1960 entries for ci, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-unit-pg14-3-44.332.ci.ndjson.gz 514516:00:47took 22.82917378 514616:00:47[TEST PROF INFO] EventProf results for sql.active_record 514716:00:47Total time: 05:35.477 of 25:59.777 (21.51%) 514816:00:47Total events: 215881 514916:00:47Top 5 slowest suites (by time): 515016:00:47Project (./spec/models/project_spec.rb:5) – 02:51.739 (107615 / 1616) of 12:21.917 (23.15%) 515116:00:47Admin::ProjectsFinder (./spec/finders/admin/projects_finder_spec.rb:5) – 00:12.726 (8281 / 16) of 00:40.012 (31.81%) 515216:00:47Gitlab::Impor...:MembersMapper (./spec/lib/gitlab/import_export/members_mapper_spec.rb:5) – 00:10.141 (6800 / 38) of 00:32.328 (31.37%) 515316:00:47GroupMemberPolicy (./spec/policies/group_member_policy_spec.rb:5) – 00:08.956 (5113 / 27) of 00:29.097 (30.78%) 515416:00:47Labels::AvailableLabelsService (./spec/services/labels/available_labels_service_spec.rb:4) – 00:08.860 (5479 / 13) of 00:27.575 (32.13%) 515516:00:47Knapsack report was generated. Preview: 515716:00:47 "spec/models/project_spec.rb": 741.9167476990006, 515816:00:47 "spec/scripts/internal_events/cli_spec.rb": 53.98002435800299, 515916:00:47 "spec/services/projects/update_repository_storage_service_spec.rb": 45.51592741400236, 516016:00:47 "spec/finders/admin/projects_finder_spec.rb": 40.01241896099964, 516116:00:47 "spec/lib/gitlab/import_export/members_mapper_spec.rb": 32.32817014600005, 516216:00:47 "spec/models/resource_state_event_spec.rb": 27.71444744299879, 516316:00:47 "spec/services/ci/create_commit_status_service_spec.rb": 28.739890523000213, 516416:00:47 "spec/policies/group_member_policy_spec.rb": 29.09741793899957, 516516:00:47 "spec/rubocop/cop/gitlab/rails/safe_format_spec.rb": 7.949276635998103, 516616:00:47 "spec/serializers/issue_entity_spec.rb": 28.170344403002673, 516716:00:47 "spec/models/concerns/resolvable_discussion_spec.rb": 14.328916043999925, 516816:00:47 "spec/services/labels/available_labels_service_spec.rb": 27.575330972998927, 516916:00:47 "spec/services/clusters/update_service_spec.rb": 23.654248713002744, 517016:00:47 "spec/services/ci/update_build_queue_service_spec.rb": 15.781654984999477, 517116:00:47 "spec/lib/atlassian/jira_connect/serializers/deployment_entity_spec.rb": 12.375373078000848, 517216:00:47 "spec/lib/gitlab/slash_commands/command_spec.rb": 17.823337275000085, 517316:00:47 "spec/lib/container_registry/path_spec.rb": 11.539117996999266, 517416:00:47 "spec/services/ci/create_pipeline_service/include_spec.rb": 17.311951727999258, 517516:00:47 "spec/lib/gitlab/contributions_calendar_spec.rb": 14.239829210000607, 517616:00:47 "spec/services/snippets/update_statistics_service_spec.rb": 15.848385050001525, 517716:00:47 "spec/services/dependency_proxy/image_ttl_group_policies/update_service_spec.rb": 9.396623683001962, 517816:00:47 "spec/tasks/gitlab/ldap_rake_spec.rb": 10.580485641996347, 517916:00:47 "spec/uploaders/packages/rpm/repository_file_uploader_spec.rb": 8.16028618999917, 518016:00:47 "spec/support_specs/matchers/internal_events_matchers_spec.rb": 5.3200215230026515, 518116:00:47 "spec/policies/design_management/design_policy_spec.rb": 6.552225770003133, 518216:00:47 "spec/policies/protected_branch_policy_spec.rb": 11.318660861001263, 518316:00:47 "spec/lib/gitlab/instrumentation/redis_base_spec.rb": 3.1122585459997936, 518416:00:47 "spec/graphql/mutations/releases/create_spec.rb": 8.419203401001141, 518516:00:47 "spec/serializers/ci/dag_job_entity_spec.rb": 9.362451635999605, 518616:00:47 "spec/finders/access_requests_finder_spec.rb": 11.432074254000327, 518716:00:47 "spec/lib/gitlab/ci/ansi2json/line_spec.rb": 3.536829156000749, 518816:00:47 "spec/services/ci/create_pipeline_service/cache_spec.rb": 11.078931869000371, 518916:00:47 "spec/services/deployments/update_service_spec.rb": 10.24248388200067, 519016:00:47 "spec/lib/gitlab/ci/build/context/build_spec.rb": 7.218992643000092, 519116:00:47 "spec/policies/award_emoji_policy_spec.rb": 9.12999438100087, 519216:00:47 "spec/models/concerns/sanitizable_spec.rb": 3.0040874529986468, 519316:00:47 "spec/finders/packages/packages_finder_spec.rb": 5.838923594001244, 519416:00:47 "spec/lib/gitlab/diff/parser_spec.rb": 2.3995408640003006, 519516:00:47 "spec/models/ci/project_mirror_spec.rb": 6.362564087001374, 519616:00:47 "spec/serializers/base_discussion_entity_spec.rb": 8.481522115998814, 519716:00:47 "spec/services/web_hooks/log_execution_service_spec.rb": 4.154517114002374, 519816:00:47 "spec/services/todos/destroy/project_private_service_spec.rb": 11.283228653999686, 519916:00:47 "spec/lib/gitlab/ci/runner_instructions_spec.rb": 2.759472399997321, 520016:00:47 "spec/lib/grafana/client_spec.rb": 2.6797779859989532, 520116:00:47 "spec/graphql/types/todo_type_spec.rb": 7.3579051030028495, 520216:00:47 "spec/graphql/mutations/alert_management/create_alert_issue_spec.rb": 6.313905325998348, 520316:00:47 "spec/lib/gitlab/consul/internal_spec.rb": 2.601872461000312, 520416:00:47 "spec/lib/gitlab/profiler_spec.rb": 2.378837466996629, 520516:00:47 "spec/services/groups/nested_create_service_spec.rb": 5.730407125000056, 520616:00:47 "spec/finders/sentry_issue_finder_spec.rb": 7.408861001000332, 520716:00:47 "spec/services/work_items/related_work_item_links/destroy_service_spec.rb": 5.639045081999939, 520816:00:47 "spec/finders/merge_requests/by_approvals_finder_spec.rb": 6.629909994000627, 520916:00:47 "spec/lib/banzai/filter/attributes_filter_spec.rb": 2.277193362999242, 521016:00:47 "spec/services/gpg_keys/destroy_service_spec.rb": 6.325931415998639, 521116:00:47 "spec/lib/gitlab/github_import/importer/events/changed_label_spec.rb": 5.061671831001149, 521216:00:47 "spec/models/pages/lookup_path_spec.rb": 2.206429948000732, 521316:00:47 "spec/lib/sidebars/user_profile/menus/starred_projects_menu_spec.rb": 1.5865923109995492, 521416:00:47 "spec/helpers/profiles_helper_spec.rb": 2.574969682998926, 521516:00:47 "spec/lib/gitlab/analytics/cycle_analytics/aggregated/base_query_builder_spec.rb": 2.866113312997186, 521616:00:47 "spec/finders/boards/visits_finder_spec.rb": 3.9633448669992504, 521716:00:47 "spec/workers/container_registry/delete_container_repository_worker_spec.rb": 4.161663654002041, 521816:00:47 "spec/graphql/mutations/environments/update_spec.rb": 2.363121656999283, 521916:00:47 "spec/workers/merge_requests/handle_assignees_change_worker_spec.rb": 3.6874854969973967, 522016:00:47 "spec/lib/api/entities/release_spec.rb": 4.06702419100111, 522116:00:47 "spec/lib/sidebars/groups/menus/group_information_menu_spec.rb": 2.216776656998263, 522216:00:47 "spec/lib/gitlab/endpoint_attributes_spec.rb": 1.4343620619983994, 522316:00:47 "spec/lib/gitlab/usage_data_queries_spec.rb": 1.369030786001531, 522416:00:47 "spec/support_specs/matchers/exceed_query_limit_helpers_spec.rb": 1.4659447589983756, 522516:00:47 "spec/workers/gitlab/bitbucket_import/import_pull_request_notes_worker_spec.rb": 2.200248527999065, 522616:00:47 "spec/lib/banzai/filter/table_of_contents_tag_legacy_filter_spec.rb": 1.2151322770005208, 522716:00:47 "spec/services/alert_management/metric_images/upload_service_spec.rb": 1.6931062330004352, 522816:00:47 "spec/lib/gitlab/metrics/samplers/database_sampler_spec.rb": 1.342965407999145, 522916:00:47 "spec/graphql/mutations/issues/move_spec.rb": 3.432206863999454, 523016:00:47 "spec/lib/gitlab/slash_commands/presenters/issue_close_spec.rb": 2.4857861989985395, 523116:00:47 "spec/graphql/resolvers/ci/inherited_variables_resolver_spec.rb": 1.9041342290001921, 523216:00:47 "spec/rubocop/cop/performance/readlines_each_spec.rb": 0.9870061820001865, 523316:00:47 "spec/workers/ci/pipeline_cleanup_ref_worker_spec.rb": 3.532737049001298, 523416:00:47 "spec/graphql/mutations/container_repositories/destroy_spec.rb": 2.085427156998776, 523516:00:47 "spec/rubocop/cop/graphql/authorize_types_spec.rb": 0.935865865998494, 523616:00:47 "spec/lib/banzai/filter/broadcast_message_sanitization_filter_spec.rb": 1.030397079000977, 523716:00:47 "spec/lib/gitlab/github_import/importer/events/merged_spec.rb": 3.846901595003146, 523816:00:47 "spec/serializers/activity_pub/release_entity_spec.rb": 1.1852536679980403, 523916:00:47 "spec/lib/gitlab/sidekiq_sharding/validator_spec.rb": 0.9056838979995518, 524016:00:47 "spec/validators/system_hook_url_validator_spec.rb": 2.0564833390017156, 524116:00:47 "spec/lib/bulk_imports/users_mapper_spec.rb": 2.401211203999992, 524216:00:47 "spec/graphql/mutations/branches/create_spec.rb": 2.1111935850021837, 524316:00:47 "spec/lib/gitlab/ci/status/build/action_spec.rb": 2.544183835001604, 524416:00:47 "spec/services/projects/repository_languages_service_spec.rb": 2.7139515029994072, 524516:00:47 "spec/lib/gitlab/database/reindexing/coordinator_spec.rb": 1.599339560001681, 524616:00:47 "spec/services/award_emojis/base_service_spec.rb": 1.4436141810001573, 524716:00:47 "spec/lib/gitlab/instrumentation/redis_spec.rb": 0.75158208799985, 524816:00:47 "spec/lib/gitlab/github_import/importer/attachments/issues_importer_spec.rb": 1.3512178269993456, 524916:00:47 "spec/rubocop/cop/api/ensure_string_detail_spec.rb": 0.8520439419989998, 525016:00:47 "spec/lib/gitlab/pagination/keyset/request_context_spec.rb": 0.6143202380008006, 525116:00:47 "spec/rubocop/cop/scalability/bulk_perform_with_context_spec.rb": 0.5424702319978678, 525216:00:47 "spec/lib/gitlab/git/raw_diff_change_spec.rb": 0.42496019099780824, 525316:00:47 "spec/lib/atlassian/jira_issue_key_extractors/branch_spec.rb": 1.844796002998919, 525416:00:47 "spec/lib/sidebars/user_settings/menus/profile_menu_spec.rb": 0.6962230319986702, 525516:00:47 "spec/lib/gitlab/utils/gzip_spec.rb": 0.48265983699820936, 525616:00:47 "spec/lib/gitlab/usage/metrics/instrumentations/gitlab_for_jira_app_direct_installations_count_metric_spec.rb": 0.6990082820011594, 525716:00:47 "spec/services/ci/track_failed_build_service_spec.rb": 0.7690889179975784, 525816:00:47 "spec/lib/sidebars/user_settings/menus/password_menu_spec.rb": 0.754223647996696, 525916:00:47 "spec/models/ci/pipeline_schedule_variable_spec.rb": 0.7311311399971601, 526016:00:47 "spec/views/shared/wikis/_sidebar.html.haml_spec.rb": 1.5717379609995987, 526116:00:47 "spec/services/packages/generic/find_or_create_package_service_spec.rb": 1.6904425630018522, 526216:00:47 "spec/support_specs/database/without_check_constraint_spec.rb": 0.8237250240017602, 526316:00:47 "spec/lib/gitlab/middleware/memory_report_spec.rb": 0.6789946329990926, 526416:00:47 "spec/lib/gitlab/sidekiq_middleware/concurrency_limit/workers_concurrency_spec.rb": 0.4901759160020447, 526516:00:47 "spec/services/ci/create_pipeline_service/custom_yaml_tags_spec.rb": 2.412263943999278, 526616:00:47 "spec/lib/gitlab/ci/status/group/common_spec.rb": 0.3129019279986096, 526716:00:47 "spec/services/branch_rules/base_service_spec.rb": 1.7346520009996311, 526816:00:47 "spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb": 0.37213939399953233, 526916:00:47 "spec/lib/gitlab/database/migrations/swap_columns_default_spec.rb": 0.5074574159989425, 527016:00:47 "spec/services/ci/abort_pipelines_service_spec.rb": 1.8477593230018101, 527116:00:47 "spec/models/user_mentions/snippet_user_mention_spec.rb": 0.7426177179986553, 527216:00:47 "spec/lib/gitlab/dependency_linker/podfile_linker_spec.rb": 0.5999623689967848, 527316:00:47 "spec/helpers/environment_helper_spec.rb": 1.111813034000079, 527416:00:47 "spec/graphql/types/container_repository_tag_type_spec.rb": 0.4957281459974183, 527516:00:47 "spec/services/cloud_seed/google_cloud/get_cloudsql_instances_service_spec.rb": 1.3867956740032241, 527616:00:47 "spec/workers/ci/stuck_builds/drop_canceling_worker_spec.rb": 0.31529097800012096, 527716:00:47 "spec/lib/gitlab/ci/reports/security/locations/sast_spec.rb": 0.6819957829975465, 527816:00:47 "spec/lib/api/validations/validators/absence_spec.rb": 0.19930995699905907, 527916:00:47 "spec/lib/system_check/incoming_email/imap_authentication_check_spec.rb": 0.2637010819998977, 528016:00:47 "spec/lib/gitlab/event_store/subscription_spec.rb": 0.595613408000645, 528116:00:47 "spec/lib/gitlab/ci/templates/Terraform/base_gitlab_ci_yaml_spec.rb": 1.7255852019989106, 528216:00:47 "spec/validators/js_regex_validator_spec.rb": 0.45058057899950654, 528316:00:47 "spec/serializers/remote_mirror_entity_spec.rb": 0.2709288309997646, 528416:00:47 "spec/lib/serializers/unsafe_json_spec.rb": 0.20385100599742145, 528516:00:47 "spec/lib/gitlab/chat/responder/base_spec.rb": 0.5699789209975279, 528616:00:47 "spec/graphql/types/container_repository_details_type_spec.rb": 0.47555083699990064, 528716:00:47 "spec/lib/gitlab/import_export/recursive_merge_folders_spec.rb": 0.491640266001923, 528816:00:47 "spec/workers/clusters/cleanup/service_account_worker_spec.rb": 0.9443593649994, 528916:00:47 "spec/lib/gitlab/pagination/keyset/cursor_based_request_context_spec.rb": 0.4748251779965358, 529016:00:47 "spec/finders/groups/environment_scopes_finder_spec.rb": 0.7588069780031219, 529116:00:47 "spec/models/ml/candidate_metric_spec.rb": 0.8028329349981504, 529216:00:47 "spec/models/ml/candidate_metadata_spec.rb": 0.7506867490010336, 529316:00:47 "spec/lib/gitlab/database/migrations/observers/total_database_size_change_spec.rb": 0.29116749000240816, 529416:00:47 "spec/lib/gitlab/external_authorization/config_spec.rb": 0.3325474069970369, 529516:00:47 "spec/workers/update_external_pull_requests_worker_spec.rb": 0.6885812020009325, 529616:00:47 "spec/lib/gitlab/ci/config/entry/stage_spec.rb": 0.3664933549989655, 529716:00:47 "spec/presenters/vs_code/settings/vs_code_manifest_presenter_spec.rb": 0.31558680899979663, 529816:00:47 "spec/helpers/registrations_helper_spec.rb": 0.20262724599888315, 529916:00:47 "spec/models/packages/package_file_build_info_spec.rb": 0.3356277759994555, 530016:00:47 "spec/models/concerns/database_reflection_spec.rb": 0.35913576600069064, 530116:00:47 "spec/lib/gitlab/usage/metrics/instrumentations/database_mode_spec.rb": 0.1138953620029497, 530216:00:47 "spec/lib/gitlab/faraday/error_callback_spec.rb": 0.2805886099995405, 530316:00:47 "spec/rubocop/cop/gitlab/json_spec.rb": 0.30493539899907773, 530416:00:47 "spec/lib/gitlab/usage/metrics/instrumentations/instance_feature_flags_metric_spec.rb": 0.4849970270006452, 530516:00:47 "spec/lib/gitlab/email/hook/additional_headers_interceptor_spec.rb": 0.2510151530004805, 530616:00:47 "spec/helpers/admin/deploy_key_helper_spec.rb": 0.11835552100092173, 530716:00:47 "spec/validators/iso8601_date_validator_spec.rb": 0.21504501500021433, 530816:00:47 "spec/graphql/types/projects/fork_details_type_spec.rb": 0.18726337699990836, 530916:00:47 "spec/models/synthetic_note_spec.rb": 0.17847293700106093, 531016:00:47 "spec/lib/api/entities/ci/job_request/service_spec.rb": 0.17677487800028757, 531116:00:47 "spec/graphql/types/member_access_level_enum_spec.rb": 0.2272423649992561, 531216:00:47 "spec/graphql/types/ci/variable_interface_spec.rb": 0.11073730200223508, 531316:00:47 "spec/lib/gitlab/memory/watchdog/handlers/puma_handler_spec.rb": 0.10551038300036453, 531416:00:47 "spec/helpers/subscribable_banner_helper_spec.rb": 0.11083419300121022, 531516:00:47 "spec/graphql/types/mutation_type_spec.rb": 0.10656197199932649, 531616:00:47 "spec/lib/gitlab/error_tracking/log_formatter_spec.rb": 0.10290938199977973, 531716:00:47 "spec/graphql/types/packages/maven/metadatum_type_spec.rb": 0.1030994329994428, 531816:00:47 "spec/graphql/types/packages/pypi/metadatum_type_spec.rb": 0.1031077829975402 532016:00:47Knapsack global time execution for tests: 25m 56s 532116:00:47Pending: (Failures listed here are expected and do not affect your suite's status) 532216:00:47 1) Packages::Rpm::RepositoryFileUploader when object store is remote behaves like builds correct paths #cache_dir behaves like matches the method pattern 532316:00:47 # No pattern provided, skipping. 532416:00:47 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 532516:00:47 2) Packages::Rpm::RepositoryFileUploader when object store is remote behaves like builds correct paths #work_dir behaves like matches the method pattern 532616:00:47 # No pattern provided, skipping. 532716:00:47 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 532816:00:47 3) Packages::Rpm::RepositoryFileUploader when object store is remote behaves like builds correct paths #upload_path behaves like matches the method pattern 532916:00:47 # No pattern provided, skipping. 533016:00:47 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 533116:00:47 4) Packages::Rpm::RepositoryFileUploader when object store is remote behaves like builds correct paths #relative_path is relative 533216:00:47 # Path not set, skipping. 533316:00:47 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:40 533416:00:47 5) Packages::Rpm::RepositoryFileUploader when object store is remote behaves like builds correct paths .absolute_path behaves like matches the method pattern 533516:00:47 # No pattern provided, skipping. 533616:00:47 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 533716:00:47 6) Packages::Rpm::RepositoryFileUploader when object store is remote behaves like builds correct paths .base_dir behaves like matches the method pattern 533816:00:47 # No pattern provided, skipping. 533916:00:47 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 534016:00:47 7) Packages::Rpm::RepositoryFileUploader behaves like builds correct paths #upload_path behaves like matches the method pattern 534116:00:47 # No pattern provided, skipping. 534216:00:47 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 534316:00:47 8) Packages::Rpm::RepositoryFileUploader behaves like builds correct paths #relative_path is relative 534416:00:47 # Path not set, skipping. 534516:00:47 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:40 534616:00:47 9) Packages::Rpm::RepositoryFileUploader behaves like builds correct paths .absolute_path behaves like matches the method pattern 534716:00:47 # No pattern provided, skipping. 534816:00:47 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 534916:00:47 10) Packages::Rpm::RepositoryFileUploader behaves like builds correct paths .base_dir behaves like matches the method pattern 535016:00:47 # No pattern provided, skipping. 535116:00:47 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 535216:00:47 11) RuboCop::Cop::API::EnsureStringDetail when in_api? == true when detail field uses a constant does not add an offense 535316:00:47 # No reason given 535416:00:47 Failure/Error: 535516:00:47 expect_no_offenses(<<~CODE) 535616:00:47 class SomeAPI 535716:00:47 resource :projects do 535816:00:47 DESCRIPTION = 'A string' 536016:00:47 desc 'Some API thing related to a project' do 536116:00:47 detail DESCRIPTION 536516:00:47 expected: "class SomeAPI\n resource :projects do\n DESCRIPTION = 'A string'\n\n desc 'Some API thing related to a project' do\n detail DESCRIPTION\n end\n end\nend\n" 536616:00:47 got: "class SomeAPI\n resource :projects do\n DESCRIPTION = 'A string'\n\n desc 'Some API thing rel... ^^^^^^^^^^^^^^^^^^ Only String objects are permitted in API detail field.\n end\n end\nend\n" 536716:00:47 (compared using ==) 536916:00:47 @@ -4,6 +4,7 @@ 537116:00:47 desc 'Some API thing related to a project' do 537216:00:47 detail DESCRIPTION 537316:00:47 + ^^^^^^^^^^^^^^^^^^ Only String objects are permitted in API detail field. 537716:00:47 # ./spec/rubocop/cop/api/ensure_string_detail_spec.rb:61:in `block (4 levels) in <top (required)>' 537816:00:47 # ./spec/spec_helper.rb:472:in `block (3 levels) in <top (required)>' 537916:00:47 # ./lib/gitlab/sidekiq_sharding/validator.rb:42:in `enabled' 538016:00:47 # ./spec/spec_helper.rb:471:in `block (2 levels) in <top (required)>' 538116:00:47 # ./spec/spec_helper.rb:466:in `block (3 levels) in <top (required)>' 538216:00:47 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware' 538316:00:47 # ./spec/spec_helper.rb:457:in `block (2 levels) in <top (required)>' 538416:00:47 # ./spec/spec_helper.rb:453:in `block (3 levels) in <top (required)>' 538516:00:47 # ./lib/gitlab/application_context.rb:92:in `with_raw_context' 538616:00:47 # ./spec/spec_helper.rb:453:in `block (2 levels) in <top (required)>' 538716:00:47 # ./spec/spec_helper.rb:269:in `block (2 levels) in <top (required)>' 538816:00:47 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>' 538916:00:47 # ./spec/support/fast_quarantine.rb:22:in `block (2 levels) in <top (required)>' 539016:00:47 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>' 539116:00:47 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented' 539216:00:47 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>' 539316:00:47 12) CI configuration validation - branch pipelines when MR is created from "release-tools/update-gitaly" source branch behaves like merge request pipeline succeeds with expected job 539416:00:47 # around hook at ./spec/spec_helper.rb:413 did not execute the example 539516:00:47 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 539616:00:47 13) CI configuration validation - branch pipelines when unlabeled MR is changing GITALY_SERVER_VERSION behaves like merge request pipeline succeeds with expected job 539716:00:47 # around hook at ./spec/spec_helper.rb:413 did not execute the example 539816:00:47 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 539916:00:47 14) CI configuration validation - branch pipelines when unlabeled MR is changing GITALY_SERVER_VERSION behaves like merge train pipeline succeeds with expected job 540016:00:47 # around hook at ./spec/spec_helper.rb:413 did not execute the example 540116:00:47 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:123 540216:00:47 15) CI configuration validation - branch pipelines with fork project MRs when MR is created from a fork project master branch when running MR pipeline in the context of the fork project behaves like merge request pipeline succeeds with expected job 540316:00:47 # around hook at ./spec/spec_helper.rb:413 did not execute the example 540416:00:47 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 540516:00:47 16) CI configuration validation - branch pipelines with fork project MRs when MR is created from a fork project master branch when running MR pipeline in the context of canonical project behaves like merge request pipeline succeeds with expected job 540616:00:47 # around hook at ./spec/spec_helper.rb:413 did not execute the example 540716:00:47 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 540816:00:47 17) CI configuration validation - branch pipelines with fork project MRs when MR is created from a fork project master branch behaves like merge train pipeline succeeds with expected job 540916:00:47 # around hook at ./spec/spec_helper.rb:413 did not execute the example 541016:00:47 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:123 541116:00:47 18) CI configuration validation - branch pipelines with fork project MRs when MR is created from a fork project feature branch when running MR pipeline in the context of the fork project behaves like merge request pipeline succeeds with expected job 541216:00:47 # around hook at ./spec/spec_helper.rb:413 did not execute the example 541316:00:47 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 541416:00:47 19) CI configuration validation - branch pipelines with fork project MRs when MR is created from a fork project feature branch when running MR pipeline in the context of canonical project behaves like merge request pipeline succeeds with expected job 541516:00:47 # around hook at ./spec/spec_helper.rb:413 did not execute the example 541616:00:47 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 541716:00:47 20) CI configuration validation - branch pipelines with fork project MRs when MR is created from a fork project feature branch behaves like merge train pipeline succeeds with expected job 541816:00:47 # around hook at ./spec/spec_helper.rb:413 did not execute the example 541916:00:47 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:123 542016:00:47 21) CI configuration validation - branch pipelines when MR targeting a stable branch is changing app/models/user.rb behaves like merge request pipeline succeeds with expected job 542116:00:47 # around hook at ./spec/spec_helper.rb:413 did not execute the example 542216:00:47 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 542316:00:47 22) CI configuration validation - branch pipelines when MR targeting a stable branch is changing app/models/user.rb behaves like merge train pipeline succeeds with expected job 542416:00:47 # around hook at ./spec/spec_helper.rb:413 did not execute the example 542516:00:47 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:123 542616:00:47Finished in 26 minutes 54 seconds (files took 1 minute 3.77 seconds to load) 542716:00:473290 examples, 0 failures, 22 pending 542816:00:47Randomized with seed 2493 542916:01:01RSpec exited with 0. 543016:01:01No examples to retry, congrats! 543216:01:03Running after script... 543316:01:03$ source scripts/utils.sh 543416:01:03$ log_disk_usage after_script 543516:01:03[log_disk_usage after_script] start 543716:01:03Filesystem Size Used Avail Use% Mounted on 543816:01:03overlay 95G 29G 66G 31% / 543916:01:03tmpfs 64M 0 64M 0% /dev 544016:01:03shm 64M 0 64M 0% /dev/shm 544116:01:03/dev/sda1 95G 29G 66G 31% /cache 544216:01:03tmpfs 3.9G 0 3.9G 0% /sys/devices/virtual/dmi/id 544416:01:037.4M ./workhorse 544616:01:031.2M ./.gitlab 544816:01:034.0K ./builds 544916:01:0316M ./coverage 545116:01:038.0K ./.vscode 545216:01:03516K ./storybook 545616:01:042.9M ./.rubocop_todo 545716:01:09827M ./vendor 545816:01:09620M ./public 546016:01:10480K ./danger 546216:01:108.0K ./.bundle 546316:01:10548K ./tooling 546516:01:131.3M ./knapsack 546616:01:13296K ./patches 546716:01:134.3M ./changelogs 546816:01:1320K ./haml_lint 546916:01:1328K ./metrics_server 547116:01:13468K ./shared 547216:01:1344K ./generator_templates 547316:01:131.2M ./scripts 547616:01:1520K ./file_hooks 547716:01:1532K ./crystalball 547816:01:1516K ./sidekiq_cluster 548016:01:151.2M ./fixtures 548116:01:15944K ./rubocop 548416:01:15668K ./auto_explain 548516:01:1512K ./.github 548616:01:15125M ./locale 548716:01:151.9M ./glfm_specification 549016:01:1816K ./.lefthook 549216:01:18[log_disk_usage after_script] end 549316:01:18$ bundle exec gem list gitlab_quality-test_tooling 549416:01:21gitlab_quality-test_tooling (1.38.1) 549516:01:21$ section_start "failed-test-issues" "Report test failures" # collapsed multi-line command 549816:01:21$ section_start "flaky-test-issues" "Report test flakiness" # collapsed multi-line command 550116:01:21$ section_start "slow-test-issues" "Report test slowness" # collapsed multi-line command 550416:01:21$ section_start "slow-test-merge-request-report-note" "Report test slowness in MR note" # collapsed multi-line command 550816:01:23$ section_start "knapsack-report-issues" "Report test files close to timing out" # collapsed multi-line command 551216:01:30$ tooling/bin/push_job_metrics || true 551316:01:31[job-metrics] Pushing job metrics file for the CI/CD job. 551416:01:31[job-metrics] Pushed 4 CI job metric entries to InfluxDB. 551616:01:32Not uploading cache ruby-gems-debian-bookworm-ruby-3.2.5-gemfile-Gemfile-19 due to policy 551816:01:33Uploading artifacts... 551916:01:33auto_explain/: found 3 matching artifact files and directories 552016:01:33coverage/: found 5 matching artifact files and directories 552116:01:33crystalball/: found 2 matching artifact files and directories 552216:01:33WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 552316:01:33knapsack/: found 4 matching artifact files and directories 552416:01:33rspec/: found 16 matching artifact files and directories 552516:01:33WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 552616:01:33log/*.log: found 17 matching artifact files and directories 552816:01:34WARNING: Retrying... context=artifacts-uploader error=request redirected 552916:01:37Uploading artifacts as "archive" to coordinator... 201 Created id=7879698310 responseStatus=201 Created token=glcbt-66 553016:01:37Uploading artifacts... 553116:01:37rspec/rspec-*.xml: found 1 matching artifact files and directories 553316:01:37WARNING: Retrying... context=artifacts-uploader error=request redirected 553416:01:40Uploading artifacts as "junit" to coordinator... 201 Created id=7879698310 responseStatus=201 Created token=glcbt-66 553616:01:51Job succeeded