322:26:51 when prepared_at is nil 522:26:51 when prepared_at is not nil 822:26:52 calls NewMergeRequestWorker 922:26:52 #check_for_spam? 1022:26:52 is expected to eq true 1122:26:52 when project is private 1222:26:53 is expected to eq false 1322:26:53 when no spammable attribute has changed 1422:26:53 is expected to eq false 1522:26:53 #supports_lock_on_merge? 1622:26:53 when MR is open 1722:26:53 is expected to eq false 1822:26:53 when MR is merged 1922:26:53 is expected to eq true 2022:26:53 when feature flag is disabled 2122:26:53 is expected to eq false 2222:26:53 #missing_required_squash? 2322:26:53 squash: false, project_requires_squash: true, expected: true 2422:26:53 is expected to eq true 2522:26:53 squash: false, project_requires_squash: false, expected: false 2622:26:53 is expected to eq false 2722:26:53 squash: true, project_requires_squash: true, expected: false 2822:26:53 is expected to eq false 2922:26:53 squash: true, project_requires_squash: false, expected: false 3022:26:53 is expected to eq false 3122:26:53 #current_patch_id_sha 3222:26:53 is expected to eq "ghi789" 3322:26:53 #all_mergeability_checks_results 3422:26:53 executes MergeRequests::Mergeability::RunChecksService with all mergeability checks 3522:26:53 #mergeability_checks_pass? 3622:26:53 executes MergeRequests::Mergeability::RunChecksService with all mergeability checks and returns a boolean 3722:26:53 #only_allow_merge_if_pipeline_succeeds? 3822:26:53 when associated project only_allow_merge_if_pipeline_succeeds? returns true 3922:26:53 is expected to eq true 4022:26:53 when associated project only_allow_merge_if_pipeline_succeeds? returns false 4122:26:53 is expected to eq false 4222:26:53 #only_allow_merge_if_all_discussions_are_resolved? 4322:26:53 when associated project only_allow_merge_if_all_discussions_are_resolved? returns true 4422:26:53 is expected to eq true 4522:26:53 when associated project only_allow_merge_if_all_discussions_are_resolved? returns false 4622:26:53 is expected to eq false 4722:26:53 #allow_merge_without_pipeline? 4822:26:53 when associated project allow_merge_without_pipeline? returns true 4922:26:53 is expected to eq true 5022:26:53 when associated project allow_merge_without_pipeline? returns false 5122:26:53 is expected to eq false 5222:26:53 #temporarily_unapproved? 5322:26:53 is expected to eq false 5422:26:53 #has_jira_issue_keys? 5522:26:53 when project has jira integration 5622:26:53 when the merge request title has a key 5822:26:53 when the merge request title has a key 6022:26:53 when the merge request does not have a key 6222:26:53 when project does not have jira integration 6422:26:53 #allows_multiple_assignees? 6522:26:53 is expected to eq false 6622:26:53 #allows_multiple_reviewers? 6722:26:53 is expected to eq false 6822:26:53 #previous_diff 6922:26:53 when there is are no merge_request_diffs 7022:26:53 is expected to be nil 7122:26:53 when there is one merge request_diff 7222:26:54 is expected to be nil 7322:26:54 when there are multiple merge_request_diffs 7422:26:54 is expected to eq #<MergeRequestDiff id: 557, state: "empty", merge_request_id: 509, created_at: "2024-11-13 22:26:54.6...ernally: nil, files_count: 0, sorted: false, diff_type: "regular", patch_id_sha: nil, project_id: 1> 7522:26:54 #batch_update_reviewer_state 7622:26:55 updates all reviewers 7722:26:55 #diff_head_pipeline_considered_in_progress? 7822:26:55 when there is no pipeline 7922:26:55 is expected to be falsy 8022:26:55 when there is a pipeline 8122:26:55 pipeline_status: "success", pipelines_must_succeed: false, expected: false 8222:26:55 is expected to equal false 8322:26:55 pipeline_status: "failed", pipelines_must_succeed: false, expected: false 8422:26:55 is expected to equal false 8522:26:55 pipeline_status: "canceled", pipelines_must_succeed: false, expected: false 8622:26:55 is expected to equal false 8722:26:55 pipeline_status: "skipped", pipelines_must_succeed: false, expected: false 8822:26:56 is expected to equal false 8922:26:56 pipeline_status: "created", pipelines_must_succeed: false, expected: true 9022:26:56 is expected to equal true 9122:26:56 pipeline_status: "pending", pipelines_must_succeed: false, expected: true 9222:26:56 is expected to equal true 9322:26:56 pipeline_status: "running", pipelines_must_succeed: false, expected: true 9422:26:56 is expected to equal true 9522:26:56 pipeline_status: "scheduled", pipelines_must_succeed: false, expected: false 9622:26:56 is expected to equal false 9722:26:56 pipeline_status: "manual", pipelines_must_succeed: false, expected: false 9822:26:56 is expected to equal false 9922:26:56 pipeline_status: "created", pipelines_must_succeed: true, expected: true 10022:26:56 is expected to equal true 10122:26:56 pipeline_status: "pending", pipelines_must_succeed: true, expected: true 10222:26:56 is expected to equal true 10322:26:56 pipeline_status: "running", pipelines_must_succeed: true, expected: true 10422:26:56 is expected to equal true 10522:26:56 pipeline_status: "scheduled", pipelines_must_succeed: true, expected: true 10622:26:56 is expected to equal true 10722:26:56 pipeline_status: "manual", pipelines_must_succeed: true, expected: true 10822:26:56 is expected to equal true 10922:26:56 #diffs_for_streaming 11022:26:56 returns diffs from base diff 11122:26:56 when HEAD diff is diffable 11222:26:56 returns diffs from HEAD diff 11322:26:56 when block is given 11422:26:56 calls diffs_by_changed_paths with given offset 11522:26:56 when offset_index is given 11622:26:56 calls diffs_by_changed_paths with given offset 11722:26:56 #merge_exclusive_lease 11822:26:56 returns a Gitlab::ExclusiveLease instance 11922:26:56 #source_and_target_branches_exist? 12022:26:56 when both source_branch_sha and target_branch_sha are present 12222:26:56 when source_branch_sha is nil 12322:26:56 returns false 12422:26:56 when target_branch_sha is nil 12522:26:56 returns false 12722:26:56 when Gitlab::Git::Compare#diffs returns `true` as `any?` 12922:26:56 when Gitlab::Git::Compare#diffs returns `false` as `any?` 13022:26:57 returns false 13122:26:57 #add_to_locked_set 13222:26:57 calls Gitlab::MergeRequests::LockedSet.add 13322:26:57 when unstick_locked_merge_requests_redis is disabled 13422:26:58 does not call Gitlab::MergeRequests::LockedSet.add 13522:26:58# [RSpecRunTime] RSpec elapsed time: 9 minutes 44.55 seconds. Current RSS: ~1074M. Threads: 4. load average: 1.49 1.36 1.47 1/296 21238 13722:26:58 #remove_from_locked_set 13822:26:59 calls Gitlab::MergeRequests::LockedSet.remove 13922:26:59 when unstick_locked_merge_requests_redis is disabled 14022:26:59 does not call Gitlab::MergeRequests::LockedSet.remove 14122:26:59# [RSpecRunTime] RSpec elapsed time: 9 minutes 45.89 seconds. Current RSS: ~1072M. Threads: 4. load average: 1.49 1.36 1.47 1/296 21304 14322:26:59 #first_diffs_slice 14422:27:01 returns limited diffs 14522:27:01# [RSpecRunTime] RSpec elapsed time: 9 minutes 47.33 seconds. Current RSS: ~1083M. Threads: 4. load average: 1.61 1.39 1.47 1/296 21363 14722:27:01# [RSpecRunTime] Finishing example group spec/models/merge_request_spec.rb. It took 9 minutes 39.21 seconds. Expected to take 11 minutes 39.08 seconds. 14822:27:01# [RSpecRunTime] Starting example group spec/services/boards/issues/move_service_spec.rb. Expected to take 1 minute 24.23 seconds. 14922:27:01Boards::Issues::MoveService 15122:27:01 when parent is a project 15222:27:01 behaves like issues move service 15322:27:01 when moving an issue between lists 15422:27:02 delegates the label changes to Issues::UpdateService 15522:27:04 removes the label from the list it came from and adds the label of the list it goes to 15622:27:04 behaves like updating timestamps 15722:27:05 updates updated_at 15822:27:05# [RSpecRunTime] RSpec elapsed time: 9 minutes 51.7 seconds. Current RSS: ~1088M. Threads: 4. load average: 1.61 1.39 1.47 1/295 21364 16022:27:05 when moving to closed 16122:27:06 delegates the close proceedings to Issues::CloseService 16222:27:08 removes all list-labels from boards and close the issue 16322:27:08 behaves like updating timestamps 16422:27:10 updates updated_at 16522:27:10# [RSpecRunTime] RSpec elapsed time: 9 minutes 56.27 seconds. Current RSS: ~1086M. Threads: 4. load average: 1.56 1.38 1.47 1/292 21365 16722:27:10 when moving to backlog 16822:27:11 keeps labels and milestone 16922:27:11 behaves like updating timestamps 17022:27:13 updates updated_at 17122:27:13# [RSpecRunTime] RSpec elapsed time: 9 minutes 59.4 seconds. Current RSS: ~1089M. Threads: 4. load average: 1.52 1.37 1.47 1/290 21366 17322:27:13 when moving from closed 17422:27:14 delegates the re-open proceedings to Issues::ReopenService 17522:27:16 adds the label of the list it goes to and reopen the issue 17622:27:16 behaves like updating timestamps 17722:27:17 updates updated_at 17822:27:17# [RSpecRunTime] RSpec elapsed time: 10 minutes 3.95 seconds. Current RSS: ~1091M. Threads: 4. load average: 1.47 1.37 1.47 1/290 21367 18022:27:17 when moving to same list 18222:27:20 keeps issues labels 18322:27:21 keeps issues assignees 18522:27:25 does not update updated_at 18622:27:25 when moving to a specific list position 18722:27:27 moves issue to the top of the list 18822:27:29 moves issue to a position in the middle of the list 18922:27:31 moves issue to the bottom of the list 19022:27:31 when given position is greater than number of issues in the list 19122:27:33 moves the issue to the bottom of the list 19222:27:33# [RSpecRunTime] RSpec elapsed time: 10 minutes 19.75 seconds. Current RSS: ~1093M. Threads: 4. load average: 1.37 1.35 1.46 1/290 21368 19422:27:33 when parent is a group 19522:27:33 behaves like issues move service 19622:27:33 when moving an issue between lists 19722:27:34 delegates the label changes to Issues::UpdateService 19822:27:36 removes the label from the list it came from and adds the label of the list it goes to 19922:27:36 behaves like updating timestamps 20022:27:37 updates updated_at 20122:27:37# [RSpecRunTime] RSpec elapsed time: 10 minutes 24.03 seconds. Current RSS: ~1097M. Threads: 4. load average: 1.34 1.34 1.45 1/290 21369 20322:27:37 when moving to closed 20422:27:39 delegates the close proceedings to Issues::CloseService 20522:27:41 removes all list-labels from boards and close the issue 20622:27:41 behaves like updating timestamps 20722:27:42 updates updated_at 20822:27:42# [RSpecRunTime] RSpec elapsed time: 10 minutes 28.93 seconds. Current RSS: ~1098M. Threads: 4. load average: 1.31 1.33 1.45 1/290 21370 21022:27:42 when moving to backlog 21122:27:44 keeps labels and milestone 21222:27:44 behaves like updating timestamps 21322:27:45 updates updated_at 21422:27:45# [RSpecRunTime] RSpec elapsed time: 10 minutes 32.01 seconds. Current RSS: ~1100M. Threads: 4. load average: 1.29 1.33 1.45 1/290 21371 21622:27:45 when moving from closed 21722:27:47 delegates the re-open proceedings to Issues::ReopenService 21822:27:48 adds the label of the list it goes to and reopen the issue 21922:27:48 behaves like updating timestamps 22022:27:50 updates updated_at 22122:27:50# [RSpecRunTime] RSpec elapsed time: 10 minutes 36.57 seconds. Current RSS: ~1101M. Threads: 4. load average: 1.29 1.33 1.45 1/290 21372 22322:27:50 when moving to same list 22522:27:53 keeps issues labels 22622:27:54 keeps issues assignees 22822:27:58 does not update updated_at 22922:27:58 when moving to a specific list position 23022:28:00 moves issue to the top of the list 23122:28:02 moves issue to a position in the middle of the list 23222:28:04 moves issue to the bottom of the list 23322:28:04 when given position is greater than number of issues in the list 23422:28:06 moves the issue to the bottom of the list 23522:28:06# [RSpecRunTime] RSpec elapsed time: 10 minutes 52.68 seconds. Current RSS: ~1096M. Threads: 4. load average: 1.15 1.29 1.43 1/292 21373 23722:28:06 #execute_multiple 23822:28:07 returns the expected result if list of issues is empty 23922:28:07 moving multiple issues 24022:28:08 moves multiple issues from one list to another 24122:28:08# [RSpecRunTime] RSpec elapsed time: 10 minutes 54.67 seconds. Current RSS: ~1089M. Threads: 4. load average: 1.15 1.29 1.43 1/291 21374 24322:28:08 moving a single issue 24422:28:09 moves one issue 24522:28:09 moving issues visually after an existing issue 24622:28:10 moves one issue 24722:28:10# [RSpecRunTime] RSpec elapsed time: 10 minutes 56.68 seconds. Current RSS: ~1093M. Threads: 4. load average: 1.15 1.29 1.43 1/291 21375 24922:28:10 moving issues visually before an existing issue 25022:28:11 moves one issue 25122:28:11# [RSpecRunTime] RSpec elapsed time: 10 minutes 58.09 seconds. Current RSS: ~1094M. Threads: 4. load average: 1.14 1.29 1.43 1/291 21376 25322:28:11# [RSpecRunTime] Finishing example group spec/services/boards/issues/move_service_spec.rb. It took 1 minute 10.73 seconds. Expected to take 1 minute 24.23 seconds. 25422:28:11# [RSpecRunTime] Starting example group spec/lib/gitlab/conflict/file_spec.rb. Expected to take 1 minute 5.02 seconds. 25522:28:11Gitlab::Conflict::File 25722:28:13 is expected to delegate #type to the #raw object 25822:28:14 is expected to delegate #content to the #raw object 25922:28:16 is expected to delegate #path to the #raw object 26022:28:17 is expected to delegate #ancestor_path to the #raw object 26122:28:19 is expected to delegate #their_path to the #raw object 26222:28:20 is expected to delegate #our_path to the #raw object 26322:28:22 is expected to delegate #our_mode to the #raw object 26422:28:23 is expected to delegate #our_blob to the #raw object 26522:28:25 is expected to delegate #repository to the #raw object 26622:28:25# [RSpecRunTime] RSpec elapsed time: 11 minutes 11.62 seconds. Current RSS: ~1144M. Threads: 4. load average: 1.11 1.28 1.43 1/297 21942 26822:28:25 #resolve_lines 26922:28:26 raises ResolutionError when passed a hash without resolutions for all sections 27022:28:26 when resolving everything to the same side 27122:28:28 has the correct number of lines 27222:28:30 has content matching the chosen lines 27322:28:30# [RSpecRunTime] RSpec elapsed time: 11 minutes 16.33 seconds. Current RSS: ~1144M. Threads: 4. load average: 1.10 1.27 1.42 1/297 22131 27522:28:30 with mixed resolutions 27622:28:31 has the correct number of lines 27722:28:33 returns a file containing only the chosen parts of the resolved sections 27822:28:33# [RSpecRunTime] RSpec elapsed time: 11 minutes 19.55 seconds. Current RSS: ~1141M. Threads: 4. load average: 1.10 1.27 1.42 1/297 22257 28022:28:33 #highlight_lines! 28122:28:34 is called implicitly when rich_text is accessed on a line 28222:28:36 sets the rich_text of the lines matching the text content 28322:28:38 highlights the lines correctly 28422:28:38# [RSpecRunTime] RSpec elapsed time: 11 minutes 24.33 seconds. Current RSS: ~1139M. Threads: 4. load average: 1.09 1.26 1.42 1/297 22449 28622:28:38 #diff_lines_for_serializer 28722:28:39 assigns conflict types to the diff lines 28822:28:41 swaps the new and old positions around 28922:28:42 does not add a match line to the end of the section 29022:28:42 when there are unchanged trailing lines 29122:28:44 assign conflict types and adds match line to the end of the section 29222:28:44# [RSpecRunTime] RSpec elapsed time: 11 minutes 30.62 seconds. Current RSS: ~1141M. Threads: 4. load average: 1.24 1.29 1.43 1/297 22705 29522:28:46 only inserts match lines when there is a gap between sections 29622:28:47 sets conflict to false for sections with only unchanged lines 29722:28:49 only includes a maximum of CONTEXT_LINES (plus an optional match line) in context sections 29822:28:50 sets conflict to true for sections with only changed lines 29922:28:52 adds unique IDs to conflict sections, and not to other sections 30022:28:52 with an example file 30122:28:53 sets the correct match line headers 30222:28:55 does not add match lines where they are not needed 30322:28:56 creates context sections of the correct length 30422:28:56# [RSpecRunTime] RSpec elapsed time: 11 minutes 43.03 seconds. Current RSS: ~1139M. Threads: 4. load average: 1.18 1.28 1.42 1/297 23190 30722:28:58 includes the blob path for the file 30822:28:59 includes the blob icon for the file 30922:28:59 with the full_content option passed 31022:29:01 includes the full content of the conflict 31122:29:01# [RSpecRunTime] RSpec elapsed time: 11 minutes 47.77 seconds. Current RSS: ~1141M. Threads: 4. load average: 1.17 1.27 1.42 1/297 23380 31322:29:01 #conflict_type 31422:29:01 ancestor_path: "/ancestor/path", their_path: "/their/path", our_path: "/our/path", renamed_file?: false, result: :both_modified 31522:29:03 is expected to eq :both_modified 31622:29:03# [RSpecRunTime] RSpec elapsed time: 11 minutes 49.39 seconds. Current RSS: ~1139M. Threads: 4. load average: 1.17 1.27 1.42 3/298 23438 31822:29:03 ancestor_path: "/ancestor/path", their_path: "", our_path: "/our/path", renamed_file?: false, result: :modified_source_removed_target 31922:29:04 is expected to eq :modified_source_removed_target 32022:29:04# [RSpecRunTime] RSpec elapsed time: 11 minutes 51.0 seconds. Current RSS: ~1138M. Threads: 4. load average: 1.17 1.27 1.42 1/297 23498 32222:29:04 ancestor_path: "/ancestor/path", their_path: "/their/path", our_path: "", renamed_file?: false, result: :modified_target_removed_source 32322:29:06 is expected to eq :modified_target_removed_source 32422:29:06# [RSpecRunTime] RSpec elapsed time: 11 minutes 52.62 seconds. Current RSS: ~1140M. Threads: 4. load average: 1.23 1.28 1.42 1/297 23555 32622:29:06 ancestor_path: "", their_path: "/their/path", our_path: "/our/path", renamed_file?: false, result: :both_added 32722:29:07 is expected to eq :both_added 32822:29:08# [RSpecRunTime] RSpec elapsed time: 11 minutes 54.21 seconds. Current RSS: ~1138M. Threads: 4. load average: 1.23 1.28 1.42 1/297 23612 33022:29:08 ancestor_path: "", their_path: "", our_path: "/our/path", renamed_file?: false, result: :removed_target_renamed_source 33122:29:09 is expected to eq :removed_target_renamed_source 33222:29:09# [RSpecRunTime] RSpec elapsed time: 11 minutes 55.76 seconds. Current RSS: ~1137M. Threads: 4. load average: 1.23 1.28 1.42 1/297 23671 33422:29:09 ancestor_path: "", their_path: "", our_path: "/our/path", renamed_file?: true, result: :renamed_same_file 33522:29:11 is expected to eq :renamed_same_file 33622:29:11# [RSpecRunTime] RSpec elapsed time: 11 minutes 57.33 seconds. Current RSS: ~1139M. Threads: 4. load average: 1.22 1.28 1.42 1/297 23728 33822:29:11 ancestor_path: "", their_path: "/their/path", our_path: "", renamed_file?: false, result: :removed_source_renamed_target 33922:29:12 is expected to eq :removed_source_renamed_target 34022:29:12# [RSpecRunTime] RSpec elapsed time: 11 minutes 58.96 seconds. Current RSS: ~1138M. Threads: 4. load average: 1.22 1.28 1.42 1/297 23785 34222:29:12# [RSpecRunTime] Finishing example group spec/lib/gitlab/conflict/file_spec.rb. It took 1 minute 0.86 second. Expected to take 1 minute 5.02 seconds. 34322:29:12# [RSpecRunTime] Starting example group spec/serializers/ci/job_entity_spec.rb. Expected to take 51.5 seconds. 34522:29:14 contains started 34622:29:16 contains complete to indicate if a pipeline is completed 34722:29:17 contains paths to job page action 34822:29:18 does not contain sensitive information 34922:29:19 contains whether it is playable 35022:29:20 contains timestamps 35122:29:21 contains details 35222:29:23 contains queued_at 35322:29:24 contains queued_duration 35422:29:24 when job is retryable 35522:29:25 contains cancel path 35622:29:25# [RSpecRunTime] RSpec elapsed time: 12 minutes 11.58 seconds. Current RSS: ~1144M. Threads: 4. load average: 1.18 1.27 1.42 1/291 23786 35822:29:25 when job is cancelable 35922:29:26 contains cancel path 36022:29:26# [RSpecRunTime] RSpec elapsed time: 12 minutes 12.84 seconds. Current RSS: ~1143M. Threads: 4. load average: 1.17 1.26 1.41 3/291 23787 36222:29:26 when job is a regular job 36322:29:27 does not contain path to play action 36422:29:29 is not a playable build 36522:29:29# [RSpecRunTime] RSpec elapsed time: 12 minutes 15.27 seconds. Current RSS: ~1142M. Threads: 4. load average: 1.17 1.26 1.41 1/291 23788 36722:29:29 when job is a manual action 36822:29:29 when user is allowed to trigger action 36922:29:30 contains path to play action 37022:29:32 is a playable action 37122:29:32# [RSpecRunTime] RSpec elapsed time: 12 minutes 18.35 seconds. Current RSS: ~1143M. Threads: 4. load average: 1.15 1.26 1.41 1/291 23789 37322:29:32 when user is not allowed to trigger action 37422:29:33 does not contain path to play action 37522:29:34 is not a playable action 37622:29:34# [RSpecRunTime] RSpec elapsed time: 12 minutes 21.17 seconds. Current RSS: ~1147M. Threads: 4. load average: 1.15 1.26 1.41 1/291 23790 37822:29:34 when job is scheduled 37922:29:36 contains path to unschedule action 38022:29:37 contains scheduled_at 38122:29:37# [RSpecRunTime] RSpec elapsed time: 12 minutes 23.69 seconds. Current RSS: ~1149M. Threads: 4. load average: 1.14 1.26 1.41 1/291 23791 38322:29:37 when job is running 38422:29:38 contains started_at 38522:29:38 when job is generic commit status 38622:29:39 contains paths to target action 38722:29:40 does not contain paths to other action paths 38822:29:42 contains timestamps 38922:29:43 contains details 39022:29:43# [RSpecRunTime] RSpec elapsed time: 12 minutes 29.47 seconds. Current RSS: ~1160M. Threads: 4. load average: 1.13 1.25 1.41 1/291 23792 39222:29:43 when job failed 39322:29:44 contains details 39422:29:45 states that it failed 39522:29:46 indicates the failure reason on tooltip 39622:29:47 includes a callout message with a verbose output 39722:29:49 states that it is not recoverable 39822:29:49# [RSpecRunTime] RSpec elapsed time: 12 minutes 35.28 seconds. Current RSS: ~1152M. Threads: 4. load average: 1.12 1.25 1.40 1/291 23793 40022:29:49 when job is allowed to fail 40122:29:50 contains details 40222:29:51 states that it failed 40322:29:52 indicates the failure reason on tooltip 40422:29:53 includes a callout message with a verbose output 40522:29:54 states that it is not recoverable 40622:29:54# [RSpecRunTime] RSpec elapsed time: 12 minutes 41.08 seconds. Current RSS: ~1154M. Threads: 4. load average: 1.11 1.24 1.40 1/291 23794 40822:29:54 when the job failed with a script failure 40922:29:56 does not include callout message or recoverable keys 41022:29:56# [RSpecRunTime] RSpec elapsed time: 12 minutes 42.39 seconds. Current RSS: ~1154M. Threads: 4. load average: 1.10 1.24 1.40 2/292 23795 41222:29:56 when job failed and is recoverable 41322:29:57 states it is recoverable 41422:29:57# [RSpecRunTime] RSpec elapsed time: 12 minutes 43.56 seconds. Current RSS: ~1151M. Threads: 4. load average: 1.10 1.24 1.40 1/292 23796 41622:29:57 when job passed 41722:29:58 does not include callout message or recoverable keys 41822:29:58# [RSpecRunTime] RSpec elapsed time: 12 minutes 44.79 seconds. Current RSS: ~1151M. Threads: 4. load average: 1.10 1.24 1.40 1/292 23797 42022:29:58 when job is a bridge 42122:29:59 does not include build path 42222:30:00 does not include cancel path 42322:30:00# [RSpecRunTime] RSpec elapsed time: 12 minutes 47.03 seconds. Current RSS: ~1144M. Threads: 4. load average: 1.17 1.25 1.40 2/292 23798 42522:30:00# [RSpecRunTime] Finishing example group spec/serializers/ci/job_entity_spec.rb. It took 48.08 seconds. Expected to take 51.5 seconds. 42622:30:00# [RSpecRunTime] Starting example group spec/services/packages/npm/generate_metadata_service_spec.rb. Expected to take 46.18 seconds. 42722:30:00Packages::Npm::GenerateMetadataService 42822:30:01 when passing only_dist_tags: true 42922:30:01 returns only dist tags 43122:30:01 has_dependencies: true, has_metadatum: true 43222:30:03 is expected to be a kind of Hash 43322:30:03 is expected to match schema "public_api/v4/packages/npm_package_version" 43422:30:03 is expected to match schema "public_api/v4/packages/npm_package_version" 43522:30:03 is expected to be blank 43622:30:16 avoids N+1 database queries 43722:30:16 for dependencies 43822:30:16 is expected to be any 43922:30:16 is expected to equal nil 44022:30:16 is expected to be any 44122:30:17 is expected to equal nil 44222:30:17 is expected to be any 44322:30:17 is expected to equal nil 44422:30:17 is expected to be any 44522:30:17 is expected to equal nil 44622:30:17 when generate dependencies 44722:30:17 loads grouped dependency links 44822:30:17# [RSpecRunTime] RSpec elapsed time: 13 minutes 3.78 seconds. Current RSS: ~1143M. Threads: 4. load average: 1.13 1.24 1.39 1/292 23799 45022:30:17 for metadatum 45122:30:17 is expected not to equal nil 45222:30:17 is expected to equal nil 45322:30:17 is expected not to equal nil 45422:30:18 is expected to equal nil 45522:30:18 is expected not to equal nil 45622:30:18 is expected to equal nil 45722:30:18 is expected not to equal nil 45822:30:18 is expected to equal nil 45922:30:18 is expected not to equal nil 46022:30:18 is expected to equal nil 46122:30:18 is expected not to equal nil 46222:30:18 is expected to equal nil 46322:30:19 is expected not to equal nil 46422:30:19 is expected to equal nil 46522:30:19# [RSpecRunTime] RSpec elapsed time: 13 minutes 5.37 seconds. Current RSS: ~1142M. Threads: 4. load average: 1.13 1.24 1.39 1/293 23800 46722:30:19 has_dependencies: false, has_metadatum: true 46822:30:19 is expected to be a kind of Hash 46922:30:19 is expected to match schema "public_api/v4/packages/npm_package_version" 47022:30:19 is expected to match schema "public_api/v4/packages/npm_package_version" 47122:30:19 is expected to be blank 47222:30:19 avoids N+1 database queries 47322:30:19 for dependencies 47422:30:19 is expected to equal nil 47522:30:20 is expected to equal nil 47622:30:20 is expected to equal nil 47722:30:20 is expected to equal nil 47822:30:20 is expected to equal nil 47922:30:20 is expected to equal nil 48022:30:20 is expected to equal nil 48122:30:20 is expected to equal nil 48222:30:20 when generate dependencies 48322:30:20 loads grouped dependency links 48422:30:20# [RSpecRunTime] RSpec elapsed time: 13 minutes 6.91 seconds. Current RSS: ~1141M. Threads: 4. load average: 1.12 1.23 1.39 1/293 23801 48622:30:20 for metadatum 48722:30:20 is expected not to equal nil 48822:30:20 is expected to equal nil 48922:30:20 is expected not to equal nil 49022:30:21 is expected to equal nil 49122:30:21 is expected not to equal nil 49222:30:21 is expected to equal nil 49322:30:21 is expected not to equal nil 49422:30:21 is expected to equal nil 49522:30:21 is expected not to equal nil 49622:30:21 is expected to equal nil 49722:30:21 is expected not to equal nil 49822:30:21 is expected to equal nil 49922:30:21 is expected not to equal nil 50022:30:21 is expected to equal nil 50122:30:21# [RSpecRunTime] RSpec elapsed time: 13 minutes 8.14 seconds. Current RSS: ~1140M. Threads: 4. load average: 1.12 1.23 1.39 1/293 23802 50322:30:21 has_dependencies: true, has_metadatum: false 50422:30:24 is expected to be a kind of Hash 50522:30:24 is expected to match schema "public_api/v4/packages/npm_package_version" 50622:30:25 is expected to match schema "public_api/v4/packages/npm_package_version" 50722:30:25 is expected to be blank 50822:30:37 avoids N+1 database queries 50922:30:37 for dependencies 51022:30:37 is expected to be any 51122:30:37 is expected to equal nil 51222:30:37 is expected to be any 51322:30:38 is expected to equal nil 51422:30:38 is expected to be any 51522:30:38 is expected to equal nil 51622:30:38 is expected to be any 51722:30:38 is expected to equal nil 51822:30:38 when generate dependencies 51922:30:38 loads grouped dependency links 52022:30:38# [RSpecRunTime] RSpec elapsed time: 13 minutes 24.83 seconds. Current RSS: ~1139M. Threads: 4. load average: 1.09 1.22 1.38 1/293 23803 52222:30:38 for metadatum 52322:30:38 is expected to equal nil 52422:30:38 is expected to equal nil 52522:30:39 is expected to equal nil 52622:30:39 is expected to equal nil 52722:30:39 is expected to equal nil 52822:30:39 is expected to equal nil 52922:30:39 is expected to equal nil 53022:30:39 is expected to equal nil 53122:30:39 is expected to equal nil 53222:30:39 is expected to equal nil 53322:30:39 is expected to equal nil 53422:30:40 is expected to equal nil 53522:30:40 is expected to equal nil 53622:30:40 is expected to equal nil 53722:30:40# [RSpecRunTime] RSpec elapsed time: 13 minutes 26.46 seconds. Current RSS: ~1132M. Threads: 4. load average: 1.09 1.22 1.38 1/293 23804 53922:30:40 has_dependencies: false, has_metadatum: false 54022:30:40 is expected to be a kind of Hash 54122:30:40 is expected to match schema "public_api/v4/packages/npm_package_version" 54222:30:40 is expected to match schema "public_api/v4/packages/npm_package_version" 54322:30:40 is expected to be blank 54422:30:40 avoids N+1 database queries 54522:30:40 for dependencies 54622:30:41 is expected to equal nil 54722:30:41 is expected to equal nil 54822:30:41 is expected to equal nil 54922:30:41 is expected to equal nil 55022:30:41 is expected to equal nil 55122:30:41 is expected to equal nil 55222:30:41 is expected to equal nil 55322:30:41 is expected to equal nil 55422:30:41 when generate dependencies 55522:30:41 loads grouped dependency links 55622:30:41# [RSpecRunTime] RSpec elapsed time: 13 minutes 27.97 seconds. Current RSS: ~1131M. Threads: 4. load average: 1.09 1.22 1.38 1/293 23805 55822:30:41 for metadatum 55922:30:41 is expected to equal nil 56022:30:41 is expected to equal nil 56122:30:42 is expected to equal nil 56222:30:42 is expected to equal nil 56322:30:42 is expected to equal nil 56422:30:42 is expected to equal nil 56522:30:42 is expected to equal nil 56622:30:42 is expected to equal nil 56722:30:42 is expected to equal nil 56822:30:42 is expected to equal nil 56922:30:42 is expected to equal nil 57022:30:42 is expected to equal nil 57122:30:42 is expected to equal nil 57222:30:42 is expected to equal nil 57322:30:43# [RSpecRunTime] RSpec elapsed time: 13 minutes 29.18 seconds. Current RSS: ~1132M. Threads: 4. load average: 1.09 1.22 1.38 1/293 23806 57522:30:43 with package files pending destruction 57622:30:43 does not return them 57822:30:43 for packages without tags 57922:30:43 is expected to be a kind of Hash 58022:30:43 is expected to eq "2.0.11" 58122:30:43 avoids N+1 database queries 58222:30:43 for packages with tags 58322:30:43 is expected to be a kind of Hash 58422:30:43 is expected to eq "2.0.4" 58522:30:43 is expected to eq "2.0.4" 58622:30:43 is expected to eq "2.0.6" 58722:30:44 is expected to eq "2.0.11" 58822:30:44 is expected to eq "2.0.11" 58922:30:44 avoids N+1 database queries 59022:30:44 with duplicate tags 59122:30:44 when in different projects 59222:30:44 returns the tag of the latest package's version 59322:30:44# [RSpecRunTime] RSpec elapsed time: 13 minutes 31.04 seconds. Current RSS: ~1129M. Threads: 4. load average: 1.09 1.22 1.38 1/293 23807 59522:30:44 when in the same project 59622:30:45 returns the most recent tagged package's version 59722:30:45 when fetching all package tags 59822:30:45 returns all tags 59922:30:45# [RSpecRunTime] Finishing example group spec/services/packages/npm/generate_metadata_service_spec.rb. It took 44.27 seconds. Expected to take 46.18 seconds. 60022:30:45# [RSpecRunTime] Starting example group spec/lib/gitlab/database/batch_average_counter_spec.rb. Expected to take 39.44 seconds. 60122:30:45Gitlab::Database::BatchAverageCounter 60322:30:49 returns correct average of weights 60422:30:53 does no raise an exception if transaction is not open 60522:30:53 when transaction is open 60622:30:57 raises an error 60722:30:57# [RSpecRunTime] RSpec elapsed time: 13 minutes 44.08 seconds. Current RSS: ~1138M. Threads: 4. load average: 0.99 1.19 1.37 1/294 23808 60922:30:57 when batch size is small 61022:31:02 returns correct average of weights 61122:31:02# [RSpecRunTime] RSpec elapsed time: 13 minutes 48.46 seconds. Current RSS: ~1137M. Threads: 4. load average: 0.99 1.19 1.37 1/295 23809 61322:31:02 when column passed is an Arel attribute 61422:31:06 returns correct average of weights 61522:31:06# [RSpecRunTime] RSpec elapsed time: 13 minutes 52.82 seconds. Current RSS: ~1138M. Threads: 4. load average: 0.99 1.18 1.36 1/295 23810 61722:31:06 when column has total count of zero 61822:31:10 returns the fallback value 61922:31:10# [RSpecRunTime] RSpec elapsed time: 13 minutes 57.12 seconds. Current RSS: ~1137M. Threads: 4. load average: 0.99 1.18 1.36 1/294 23811 62122:31:10 when one batch has nil weights (no average) 62222:31:15 calculates average of weights with no errors 62322:31:15# [RSpecRunTime] RSpec elapsed time: 14 minutes 1.56 seconds. Current RSS: ~1139M. Threads: 4. load average: 0.99 1.18 1.36 1/294 23812 62522:31:15 when batch fetch query is cancelled 62622:31:15 when all retries fail 62722:31:19 logs failing query 62822:31:19# [RSpecRunTime] RSpec elapsed time: 14 minutes 6.12 seconds. Current RSS: ~1137M. Threads: 4. load average: 0.99 1.18 1.36 1/294 23813 63022:31:19# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/batch_average_counter_spec.rb. It took 34.82 seconds. Expected to take 39.44 seconds. 63122:31:19# [RSpecRunTime] Starting example group spec/models/design_management/design_spec.rb. Expected to take 35.19 seconds. 63222:31:19DesignManagement::Design 63322:31:21 does not allow STI 63422:31:21 behaves like AtomicInternalId 63522:31:21 .has_internal_id 63622:31:21 Module inclusion 63722:31:21 is expected to includes the AtomicInternalId module 63822:31:21# [RSpecRunTime] RSpec elapsed time: 14 minutes 7.82 seconds. Current RSS: ~1136M. Threads: 4. load average: 0.99 1.17 1.36 1/294 23830 64122:31:21 when presence validation is required 64222:31:21 when creating an object 64322:31:21 raises an error if the internal id is blank 64422:31:21 when updating an object 64522:31:21 raises an error if the internal id is blank 64622:31:21 when presence validation is not required 64722:31:21 when creating an object 64822:31:21 does not raise an error if the internal id is blank (PENDING: No reason given) 64922:31:21 when updating an object 65022:31:21 does not raise an error if the internal id is blank (PENDING: No reason given) 65122:31:21 Creating an instance 65222:31:21 saves a new instance properly 65322:31:21 internal id generation 65422:31:22 calls InternalId.generate_next and sets internal id attribute 65522:31:22 does not overwrite an existing internal id 65622:31:22 when the instance has an internal ID set 65722:31:22 calls InternalId.update_last_value and sets the `last_value` to that of the instance 65822:31:22 unsetting the instance internal id on rollback 65922:31:22 when the internal id has been changed 66022:31:22 when the internal id is automatically set 66122:31:22 clears it on the instance 66222:31:22 when the internal id is manually set 66322:31:22 does not clear it on the instance 66422:31:22 when the internal id has not been changed 66522:31:22 preserves the value on the instance 66622:31:22 supply of internal ids 66722:31:22 provides a persistent supply of IID values, sensitive to the current state 66822:31:22 #reset_scope_internal_id_attribute 66922:31:22 rewinds the allocated IID 67022:31:22 allocates the same IID 67122:31:22 behaves like a class that supports relative positioning 67222:31:23 #scoped_items 67322:31:24 includes all items with the same scope 67422:31:24# [RSpecRunTime] RSpec elapsed time: 14 minutes 10.27 seconds. Current RSS: ~1133M. Threads: 4. load average: 0.99 1.17 1.36 2/294 23831 67622:31:24 #relative_siblings 67722:31:25 includes all items with the same scope, except self 67822:31:25# [RSpecRunTime] RSpec elapsed time: 14 minutes 11.29 seconds. Current RSS: ~1134M. Threads: 4. load average: 0.99 1.17 1.36 2/294 23832 68022:31:25 .move_nulls_to_end 68122:31:25 moves items with null relative_position to the end 68222:31:25 preserves relative position 68322:31:25 moves the item near the start position when there are no existing positions 68422:31:25 does not perform any moves if all items have their relative_position set 68522:31:25 manages to move nulls to the end even if there is a sequence at the end 68622:31:26 manages to move nulls to the end even if there is not enough space 68722:31:27 manages to move nulls to the end, stacking if we cannot create enough space 68822:31:27 manages to move nulls found in the relative scope 68922:31:29 can move many nulls 69022:31:29 does not have an N+1 issue 69122:31:29# [RSpecRunTime] RSpec elapsed time: 14 minutes 15.98 seconds. Current RSS: ~1129M. Threads: 4. load average: 0.99 1.17 1.36 1/294 23833 69322:31:29 .move_nulls_to_start 69422:31:29 moves items with null relative_position to the start 69522:31:30 moves the item near the start position when there are no existing positions 69622:31:30 preserves relative position 69722:31:30 does not perform any moves if all items have their relative_position set 69822:31:30 manages to move nulls to the start even if there is not enough space 69922:31:32 manages to move nulls to the end, stacking if we cannot create enough space 70022:31:32# [RSpecRunTime] RSpec elapsed time: 14 minutes 18.27 seconds. Current RSS: ~1124M. Threads: 4. load average: 0.99 1.17 1.35 1/294 23834 70322:31:32 moves item before 70422:31:32 can move the item before an item at the start 70522:31:32 can move the item before an item at MIN_POSITION 70622:31:32 can move the item before an item bunched up at MIN_POSITION 70722:31:32 when there is no space 70822:31:32 moves items correctly 70922:31:32 leap-frogging to the left 71022:31:33 can leap-frog STEPS times before needing to rebalance 71122:31:33 there is no space to the left after moving STEPS times 71222:31:34 rebalances to the right 71322:31:34# [RSpecRunTime] RSpec elapsed time: 14 minutes 20.48 seconds. Current RSS: ~1121M. Threads: 4. load average: 0.99 1.17 1.35 1/294 23835 71622:31:34 moves item after 71722:31:34 can move the item after an item bunched up at MAX_POSITION 71822:31:34 when there is no space 71922:31:34 can move the item after an item at MAX_POSITION 72022:31:34 moves items correctly 72122:31:34 leap-frogging 72222:31:35 rebalances after STEPS jumps 72322:31:35 #move_to_start 72422:31:35 places items at most IDEAL_DISTANCE from the start when the range is open 72522:31:36 moves item to the end 72622:31:36 positions the item at MIN_POSITION when there is only one space left 72722:31:36 rebalances when there is already an item at the MIN_POSITION 72822:31:36 deals with a run of elements at the start 73022:31:36 places items at most IDEAL_DISTANCE from the start when the range is open 73122:31:36 moves item to the end 73222:31:37 positions the item at MAX_POSITION when there is only one space left 73322:31:37 rebalances when there is already an item at the MAX_POSITION 73422:31:37 deals with a run of elements at the end 73522:31:37 #move_between 73622:31:37 positions item between two other 73722:31:37 positions item between on top 73822:31:37 positions item between to end 73922:31:38 positions items even when after and before positions are the same 74022:31:38 positions item in the middle of other two if distance is big enough 74122:31:38 positions item closer to the middle if we are at the very top 74222:31:38 positions item closer to the middle if we are at the very bottom 74322:31:38 positions item in the middle of other two 74422:31:38 positions item right if we pass non-sequential parameters 74522:31:39 avoids N+1 queries when rebalancing other items 74622:31:39 the two items are next to each other 74722:31:39 behaves like moves item between 74822:31:39 moves the middle item to between left and right 74922:31:39# [RSpecRunTime] RSpec elapsed time: 14 minutes 25.68 seconds. Current RSS: ~1120M. Threads: 4. load average: 0.99 1.16 1.35 1/294 23836 75122:31:39 there is no space 75222:31:39 behaves like moves item between 75322:31:39 moves the middle item to between left and right 75422:31:39 there is a bunch of items 75522:31:40 handles bunches correctly 75622:31:40 behaves like moves item between 75722:31:40 moves the middle item to between left and right 75922:31:40 is expected to belong to project required: false 76022:31:40 is expected to belong to issue required: false 76122:31:40 is expected to have many actions 76222:31:40 is expected to have many versions 76322:31:40 is expected to have many authors 76422:31:40 is expected to have many notes dependent => delete_all 76522:31:40 is expected to have many user_mentions 76722:31:41 returns unique version authors 76922:31:41 is expected to be valid 77022:31:41 is expected to validate that :project cannot be empty/falsy 77122:31:41 is expected to validate that :issue cannot be empty/falsy 77222:31:41 is expected to validate that :filename cannot be empty/falsy 77322:31:41 is expected to validate that the length of :filename is at most 255 77422:31:41 is expected to validate that the length of :description is at most 1000000 77522:31:41 is expected to validate that :filename is case-sensitively unique within the scope of :issue_id 77622:31:41 validates that the extension is an image 77722:31:41 validating files with .svg extension 77822:31:41 allows .svg files when feature flag is enabled 77922:31:41 does not allow .svg files when feature flag is disabled 78122:31:41 .visible_at_version 78222:31:41 at oldest version 78322:31:41 finds the first design only 78522:31:41 finds the first and second designs 78622:31:41 at latest version 78722:31:41 finds designs 78822:31:41 when the argument is nil 78922:31:41 finds all undeleted designs 79022:31:41 one of the designs was deleted before the given version 79122:31:41 is not returned 79222:31:41 a re-created history 79322:31:41 is returned, though other deleted events are not 79422:31:41 dead or alive 79522:31:42 can establish the history at any point 79722:31:42 sorts by relative position and ID in ascending order 79822:31:42 .in_creation_order 79922:31:42 sorts by ID in ascending order 80022:31:42 .with_filename 80122:31:42 returns correct design when passed a single filename 80222:31:42 returns correct designs when passed an Array of filenames 80422:31:42 returns correct designs when passed a single issue 80522:31:42 returns correct designs when passed an Array of issues 80722:31:42 returns just the undeleted designs 80822:31:42 .build_full_path 80922:31:42 builds the full path for a design 81122:31:43 tells us when a design is visible 81222:31:43 #to_ability_name 81322:31:43 is expected to eq "design" 81522:31:43 the design is new 81622:31:43 is expected to have attributes {:status => :new} 81722:31:43 the design is current 81822:31:43 is expected to have attributes {:status => :current} 81922:31:43 the design has been deleted 82022:31:43 is expected to have attributes {:status => :deleted} 82222:31:43 the design is new 82422:31:43 the design is current 82622:31:43 the design has been deleted 82822:31:43 the design has been deleted, but was then re-created 83022:31:43 #participants 83122:31:44 is expected to be empty 83222:31:44 when participants can read the project 83322:31:45 is expected to contain exactly #<User id:395 @user198>, #<User id:396 @user199>, and #<User id:397 @user200> 83422:31:45# [RSpecRunTime] RSpec elapsed time: 14 minutes 31.41 seconds. Current RSS: ~1124M. Threads: 4. load average: 1.00 1.16 1.35 1/296 23863 83722:31:45 is false when there are versions 83822:31:45 is true when there are no versions 83922:31:45 is false for deleted designs 84022:31:45 does not cause extra queries when actions are loaded 84122:31:45 implicitly caches values 84222:31:45 queries again when the clear_version_cache trigger has been called 84322:31:45 causes a single query when there versions are not loaded 84522:31:45 builds the full path for a design 84722:31:45 has no diff ref if new 84822:31:45 there are several versions 84922:31:47 builds diff refs based on the first commit and it's for the design 85022:31:47# [RSpecRunTime] RSpec elapsed time: 14 minutes 33.37 seconds. Current RSS: ~1128M. Threads: 4. load average: 1.00 1.16 1.35 1/299 23956 85222:31:47 there is just one version 85322:31:48 builds diff refs based on the empty tree if there was only one version 85422:31:48# [RSpecRunTime] RSpec elapsed time: 14 minutes 34.49 seconds. Current RSS: ~1130M. Threads: 4. load average: 1.00 1.16 1.35 1/299 23991 85722:31:48 is a design repository 85822:31:48 #user_notes_count 85922:31:49 returns a count of user-generated notes 86022:31:49 #after_note_changed 86122:31:49 calls #delete_cache on DesignUserNotesCountService for non-system notes 86222:31:49 .for_reference 86322:31:50 avoids extra queries when calling to_reference 86422:31:50# [RSpecRunTime] RSpec elapsed time: 14 minutes 36.49 seconds. Current RSS: ~1132M. Threads: 4. load average: 1.00 1.16 1.35 1/299 24051 86622:31:50 #to_reference 86722:31:50 when nil argument 86822:31:50 uses the simple format 86922:31:50 when full is true 87022:31:50 returns complete path to the issue 87122:31:50 when full is false 87222:31:50 returns complete path to the issue 87322:31:50 when same project argument 87422:31:50 returns bare reference 87522:31:50 reference_pattern 87722:31:50 link_reference_pattern 87922:31:50 does not match the designs tab 88022:31:50 intentionally ignores filenames with any special character 88222:31:50 matches the URL 88322:31:50 the file is all upper case 88422:31:51 extracts the encoded filename 88622:31:51 matches the URL 88722:31:51 the file is all upper case 88822:31:51 extracts the encoded filename 89022:31:51 matches the URL 89122:31:51 the file is all upper case 89222:31:51 extracts the encoded filename 89422:31:51 matches the URL 89522:31:51 the file is all upper case 89622:31:51 extracts the encoded filename 89822:31:51 matches the URL 89922:31:51 the file is all upper case 90022:31:51 extracts the encoded filename 90222:31:51 matches the URL 90322:31:51 the file is all upper case 90422:31:51 extracts the encoded filename 90622:31:51 matches the URL 90722:31:51 the file is all upper case 90822:31:51 extracts the encoded filename 91022:31:51 matches the URL 91122:31:51 the file is all upper case 91222:31:51 extracts the encoded filename 91422:31:51 matches the URL 91522:31:51 the file is all upper case 91622:31:51 extracts the encoded filename 91822:31:51 matches the URL 91922:31:51 the file is all upper case 92022:31:51 extracts the encoded filename 92222:31:51 matches the URL 92322:31:51 the file is all upper case 92422:31:51 extracts the encoded filename 92622:31:51 matches the URL 92722:31:51 the file is all upper case 92822:31:51 extracts the encoded filename 93022:31:52 matches the URL 93122:31:52 the file is all upper case 93222:31:52 extracts the encoded filename 93422:31:52 matches the URL 93522:31:52 the file is all upper case 93622:31:52 extracts the encoded filename 93822:31:52 matches the URL 93922:31:52 the file is all upper case 94022:31:52 extracts the encoded filename 94222:31:52 matches the URL 94322:31:52 the file is all upper case 94422:31:52 extracts the encoded filename 94622:31:52 matches the URL 94722:31:52 the file is all upper case 94822:31:52 extracts the encoded filename 95022:31:52 matches the URL 95122:31:52 the file is all upper case 95222:31:52 extracts the encoded filename 95322:31:52 .by_issue_id_and_filename 95422:31:53 behaves like a where_composite scope 95522:31:53 we pass an empty array 95622:31:53 returns a null relation 95722:31:53# [RSpecRunTime] RSpec elapsed time: 14 minutes 39.97 seconds. Current RSS: ~1129M. Threads: 4. load average: 1.00 1.16 1.35 1/299 24052 96022:31:53 returns a null relation 96122:31:53 we pass a singleton composite id 96222:31:53 finds the first result 96322:31:53 we pass group of ids 96422:31:53 finds all the results 96722:31:54# [RSpecRunTime] Finishing example group spec/models/design_management/design_spec.rb. It took 34.05 seconds. Expected to take 35.19 seconds. 96822:31:54# [RSpecRunTime] Starting example group spec/uploaders/external_diff_uploader_spec.rb. Expected to take 32.06 seconds. 96922:31:54ExternalDiffUploader 97022:31:54 behaves like builds correct paths 97222:31:54 behaves like matches the method pattern 97322:31:55 is expected to match /merge_request_diffs\/mr-\d+/ 97422:31:55# [RSpecRunTime] RSpec elapsed time: 14 minutes 41.92 seconds. Current RSS: ~1140M. Threads: 4. load average: 1.00 1.15 1.34 1/300 24111 97722:31:55 behaves like matches the method pattern 97822:31:57 is expected to match /\/external-diffs\/tmp\/cache/ 97922:31:57# [RSpecRunTime] RSpec elapsed time: 14 minutes 43.68 seconds. Current RSS: ~1152M. Threads: 4. load average: 1.00 1.15 1.34 1/299 24169 98222:31:57 behaves like matches the method pattern 98322:31:59 is expected to match /\/external-diffs\/tmp\/work/ 98422:31:59# [RSpecRunTime] RSpec elapsed time: 14 minutes 45.42 seconds. Current RSS: ~1164M. Threads: 4. load average: 1.00 1.15 1.34 1/299 24227 98722:31:59 behaves like matches the method pattern 98822:32:00 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 98922:32:00# [RSpecRunTime] RSpec elapsed time: 14 minutes 47.17 seconds. Current RSS: ~1168M. Threads: 4. load average: 1.00 1.15 1.34 1/299 24285 99122:32:00 #relative_path 99222:32:02 is relative (PENDING: Path not set, skipping.) 99322:32:02# [RSpecRunTime] RSpec elapsed time: 14 minutes 48.98 seconds. Current RSS: ~1171M. Threads: 4. load average: 1.00 1.15 1.34 2/299 24342 99522:32:02 .absolute_path 99622:32:02 behaves like matches the method pattern 99722:32:04 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 99822:32:04# [RSpecRunTime] RSpec elapsed time: 14 minutes 50.65 seconds. Current RSS: ~1171M. Threads: 4. load average: 1.00 1.15 1.34 1/299 24399 100122:32:04 behaves like matches the method pattern 100222:32:06 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 100322:32:06# [RSpecRunTime] RSpec elapsed time: 14 minutes 52.42 seconds. Current RSS: ~1174M. Threads: 4. load average: 1.00 1.15 1.34 1/299 24457 100522:32:06 path traversal exploits 100622:32:07 throws an exception 100722:32:08# [RSpecRunTime] RSpec elapsed time: 14 minutes 54.22 seconds. Current RSS: ~1173M. Threads: 4. load average: 1.00 1.15 1.34 1/299 24515 100922:32:08 object store is REMOTE 101022:32:08 behaves like builds correct paths 101222:32:08 behaves like matches the method pattern 101322:32:09 is expected to match /merge_request_diffs\/mr-\d+/ 101422:32:09# [RSpecRunTime] RSpec elapsed time: 14 minutes 56.06 seconds. Current RSS: ~1173M. Threads: 4. load average: 1.00 1.15 1.34 1/299 24572 101722:32:09 behaves like matches the method pattern 101822:32:11 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 101922:32:11# [RSpecRunTime] RSpec elapsed time: 14 minutes 57.83 seconds. Current RSS: ~1171M. Threads: 4. load average: 1.00 1.14 1.34 1/299 24629 102222:32:11 behaves like matches the method pattern 102322:32:13 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 102422:32:13# [RSpecRunTime] RSpec elapsed time: 14 minutes 59.52 seconds. Current RSS: ~1171M. Threads: 4. load average: 1.00 1.14 1.34 1/299 24688 102622:32:13 #upload_path 102722:32:13 behaves like matches the method pattern 102822:32:15 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 102922:32:15# [RSpecRunTime] RSpec elapsed time: 15 minutes 1.27 seconds. Current RSS: ~1169M. Threads: 4. load average: 1.00 1.14 1.34 1/299 24745 103122:32:15 #relative_path 103222:32:16 is relative (PENDING: Path not set, skipping.) 103322:32:16# [RSpecRunTime] RSpec elapsed time: 15 minutes 3.05 seconds. Current RSS: ~1169M. Threads: 4. load average: 1.00 1.14 1.34 1/299 24804 103522:32:16 .absolute_path 103622:32:16 behaves like matches the method pattern 103722:32:18 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 103822:32:18# [RSpecRunTime] RSpec elapsed time: 15 minutes 4.82 seconds. Current RSS: ~1171M. Threads: 4. load average: 1.00 1.14 1.34 1/299 24862 104122:32:18 behaves like matches the method pattern 104222:32:20 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.) 104322:32:20# [RSpecRunTime] RSpec elapsed time: 15 minutes 6.6 seconds. Current RSS: ~1171M. Threads: 4. load average: 1.00 1.14 1.34 1/299 24920 104522:32:20 path traversal exploits 104622:32:22 throws an exception 104722:32:22# [RSpecRunTime] RSpec elapsed time: 15 minutes 8.33 seconds. Current RSS: ~1170M. Threads: 4. load average: 1.00 1.14 1.33 1/299 24977 105022:32:22 with object storage enabled 105122:32:23 can store file remotely 105222:32:23# [RSpecRunTime] RSpec elapsed time: 15 minutes 10.14 seconds. Current RSS: ~1168M. Threads: 4. load average: 1.00 1.14 1.33 1/299 25035 105422:32:23# [RSpecRunTime] Finishing example group spec/uploaders/external_diff_uploader_spec.rb. It took 29.97 seconds. Expected to take 32.06 seconds. 105522:32:23# [RSpecRunTime] Starting example group spec/services/packages/nuget/update_package_from_metadata_service_spec.rb. Expected to take 29.15 seconds. 105622:32:23Packages::Nuget::UpdatePackageFromMetadataService 105822:32:23 with no existing package 105922:32:24 updates package and package file and creates metadatum 106022:32:24 behaves like taking the lease 106122:32:25 takes the lease 106222:32:25# [RSpecRunTime] RSpec elapsed time: 15 minutes 11.93 seconds. Current RSS: ~1165M. Threads: 4. load average: 1.00 1.14 1.33 1/299 25036 106422:32:25 behaves like not updating the package if the lease is taken 106522:32:25 without obtaining the exclusive lease 106622:32:26 does not update the package 106722:32:26 with existing package 106822:32:27 link existing package and updates package file 106922:32:27 behaves like taking the lease 107022:32:28 takes the lease 107122:32:28# [RSpecRunTime] RSpec elapsed time: 15 minutes 14.51 seconds. Current RSS: ~1158M. Threads: 4. load average: 1.00 1.14 1.33 1/298 25037 107322:32:28 behaves like not updating the package if the lease is taken 107422:32:28 without obtaining the exclusive lease 107522:32:29 does not update the package 107622:32:29 marked as pending_destruction 107722:32:30 reuses the processing package 107822:32:30 with a nuspec file with metadata 107922:32:31 creates tags 108022:32:32 creates nuget metadatum 108122:32:32 with existing package and tags 108222:32:33 creates tags and deletes those not in metadata 108322:32:33# [RSpecRunTime] RSpec elapsed time: 15 minutes 19.54 seconds. Current RSS: ~1177M. Threads: 4. load average: 1.00 1.13 1.33 1/295 25038 108522:32:33 with too long url 108622:32:33 behaves like raising an 108722:32:34 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 108822:32:34# [RSpecRunTime] RSpec elapsed time: 15 minutes 20.63 seconds. Current RSS: ~1178M. Threads: 4. load average: 1.00 1.13 1.33 1/293 25039 109022:32:34 without authors or description 109222:32:34 behaves like raising an 109322:32:35 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 109422:32:35 for description 109522:32:35 behaves like raising an 109622:32:35 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 109722:32:35 with nuspec file with dependencies 109822:32:36 updates package and package file 109922:32:36 with package file not containing a nuspec file 110022:32:36 behaves like raising an 110122:32:37 raises an Packages::Nuget::ExtractMetadataFileService::ExtractionError 110222:32:37 with a symbol package 110322:32:37 with no existing package 110422:32:37 behaves like raising an 110522:32:38 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 110622:32:38 with existing package 110722:32:39 link existing package and updates package file 110822:32:39 behaves like taking the lease 110922:32:40 takes the lease 111022:32:40# [RSpecRunTime] RSpec elapsed time: 15 minutes 26.25 seconds. Current RSS: ~1166M. Threads: 4. load average: 1.00 1.13 1.33 1/293 25040 111222:32:40 behaves like not updating the package if the lease is taken 111322:32:40 without obtaining the exclusive lease 111422:32:40 does not update the package 111522:32:40 with an invalid package name 111622:32:40 invalid_name: "", error_message: "package name, version, authors and/or description not found in metadata" 111722:32:40 behaves like raising an 111822:32:41 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 111922:32:41 invalid_name: "My/package", error_message: "Validation failed: Name is invalid" 112022:32:41 behaves like raising an 112122:32:42 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 112222:32:42 invalid_name: "../../../my_package", error_message: "Validation failed: Name is invalid" 112322:32:42 behaves like raising an 112422:32:43 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 112522:32:43 invalid_name: "%2e%2e%2fmy_package", error_message: "Validation failed: Name is invalid" 112622:32:43 behaves like raising an 112722:32:43 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 112822:32:43 with an invalid package version 112922:32:43 invalid_version: "", error_message: "package name, version, authors and/or description not found in metadata" 113022:32:43 behaves like raising an 113122:32:44 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 113222:32:44 invalid_version: "555", error_message: "Validation failed: Version is invalid" 113322:32:44 behaves like raising an 113422:32:45 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 113522:32:45 invalid_version: "1./2.3", error_message: "Validation failed: Version is invalid" 113622:32:45 behaves like raising an 113722:32:45 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 113822:32:45 invalid_version: "../../../../../1.2.3", error_message: "Validation failed: Version is invalid" 113922:32:45 behaves like raising an 114022:32:46 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 114122:32:46 invalid_version: "%2e%2e%2f1.2.3", error_message: "Validation failed: Version is invalid" 114222:32:46 behaves like raising an 114322:32:47 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 114422:32:47 with an invalid zip file 114522:32:47 behaves like raising an 114622:32:48 raises an Packages::Nuget::UpdatePackageFromMetadataService::ZipError 114722:32:48# [RSpecRunTime] Finishing example group spec/services/packages/nuget/update_package_from_metadata_service_spec.rb. It took 24.15 seconds. Expected to take 29.15 seconds. 114822:32:48# [RSpecRunTime] Starting example group spec/policies/namespace/root_storage_statistics_policy_spec.rb. Expected to take 27.26 seconds. 114922:32:48Namespace::RootStorageStatisticsPolicy 115122:32:48 when the namespace is a personal namespace 115222:32:48 when the users is anonymous 115322:32:48 is expected to be falsey 115422:32:48 when the user is not the owner 115522:32:48 is expected to be falsey 115622:32:48 when the user is the owner 115722:32:48 is expected to be truthy 115822:32:48 when the namespace is a group 115922:32:48 when the users is anonymous 116022:32:49 is expected to be falsey 116122:32:49 user_type: :non_member, outcome: false 116222:32:49 is expected to eq false 116322:32:49 when the user is external 116422:32:49 is expected to eq false 116522:32:49 user_type: :guest, outcome: false 116622:32:50 is expected to eq false 116722:32:50 when the user is external 116822:32:51 is expected to eq false 116922:32:51# [RSpecRunTime] RSpec elapsed time: 15 minutes 37.39 seconds. Current RSS: ~1150M. Threads: 4. load average: 1.16 1.16 1.33 1/293 25041 117122:32:51 user_type: :reporter, outcome: false 117222:32:51 is expected to eq false 117322:32:51 when the user is external 117422:32:52 is expected to eq false 117522:32:52# [RSpecRunTime] RSpec elapsed time: 15 minutes 38.53 seconds. Current RSS: ~1149M. Threads: 4. load average: 1.16 1.16 1.33 1/293 25042 117722:32:52 user_type: :developer, outcome: false 117822:32:52 is expected to eq false 117922:32:52 when the user is external 118022:32:53 is expected to eq false 118122:32:53# [RSpecRunTime] RSpec elapsed time: 15 minutes 39.73 seconds. Current RSS: ~1148M. Threads: 4. load average: 1.16 1.16 1.33 1/293 25043 118322:32:53 user_type: :maintainer, outcome: false 118422:32:54 is expected to eq false 118522:32:54 when the user is external 118622:32:54 is expected to eq false 118722:32:54# [RSpecRunTime] RSpec elapsed time: 15 minutes 41.02 seconds. Current RSS: ~1146M. Threads: 4. load average: 1.16 1.16 1.33 1/293 25044 118922:32:54 user_type: :owner, outcome: true 119022:32:55 is expected to eq true 119122:32:55 when the user is external 119222:32:56 is expected to eq true 119322:32:56# [RSpecRunTime] RSpec elapsed time: 15 minutes 42.27 seconds. Current RSS: ~1146M. Threads: 4. load average: 1.15 1.16 1.33 1/293 25045 119522:32:56 when the users is anonymous 119622:32:56 is expected to be falsey 119722:32:56 user_type: :non_member, outcome: false 119822:32:56 is expected to eq false 119922:32:56 when the user is external 120022:32:57 is expected to eq false 120122:32:57 user_type: :guest, outcome: false 120222:32:57 is expected to eq false 120322:32:57 when the user is external 120422:32:58 is expected to eq false 120522:32:58# [RSpecRunTime] RSpec elapsed time: 15 minutes 44.42 seconds. Current RSS: ~1145M. Threads: 4. load average: 1.15 1.16 1.33 1/294 25046 120722:32:58 user_type: :reporter, outcome: false 120822:32:58 is expected to eq false 120922:32:58 when the user is external 121022:32:59 is expected to eq false 121122:32:59# [RSpecRunTime] RSpec elapsed time: 15 minutes 45.69 seconds. Current RSS: ~1146M. Threads: 4. load average: 1.15 1.16 1.33 1/294 25047 121322:32:59 user_type: :developer, outcome: false 121422:33:00 is expected to eq false 121522:33:00 when the user is external 121622:33:00 is expected to eq false 121722:33:00# [RSpecRunTime] RSpec elapsed time: 15 minutes 46.98 seconds. Current RSS: ~1145M. Threads: 4. load average: 1.13 1.15 1.33 1/294 25048 121922:33:00 user_type: :maintainer, outcome: false 122022:33:01 is expected to eq false 122122:33:01 when the user is external 122222:33:01 is expected to eq false 122322:33:02# [RSpecRunTime] RSpec elapsed time: 15 minutes 48.19 seconds. Current RSS: ~1145M. Threads: 4. load average: 1.13 1.15 1.33 1/294 25049 122522:33:02 user_type: :owner, outcome: true 122622:33:02 is expected to eq true 122722:33:02 when the user is external 122822:33:03 is expected to eq true 122922:33:03# [RSpecRunTime] RSpec elapsed time: 15 minutes 49.51 seconds. Current RSS: ~1146M. Threads: 4. load average: 1.13 1.15 1.33 2/295 25050 123122:33:03 when the users is anonymous 123222:33:03 is expected to be falsey 123322:33:03 user_type: :non_member, outcome: false 123422:33:03 is expected to eq false 123522:33:03 when the user is external 123622:33:04 is expected to eq false 123722:33:04 user_type: :guest, outcome: false 123822:33:05 is expected to eq false 123922:33:05 when the user is external 124022:33:05 is expected to eq false 124122:33:05# [RSpecRunTime] RSpec elapsed time: 15 minutes 51.84 seconds. Current RSS: ~1145M. Threads: 4. load average: 1.13 1.15 1.33 1/294 25051 124322:33:05 user_type: :reporter, outcome: false 124422:33:06 is expected to eq false 124522:33:06 when the user is external 124622:33:06 is expected to eq false 124722:33:06# [RSpecRunTime] RSpec elapsed time: 15 minutes 53.04 seconds. Current RSS: ~1145M. Threads: 4. load average: 1.12 1.15 1.33 1/294 25052 124922:33:06 user_type: :developer, outcome: false 125022:33:07 is expected to eq false 125122:33:07 when the user is external 125222:33:07 is expected to eq false 125322:33:08# [RSpecRunTime] RSpec elapsed time: 15 minutes 54.19 seconds. Current RSS: ~1145M. Threads: 4. load average: 1.12 1.15 1.33 1/294 25053 125522:33:08 user_type: :maintainer, outcome: false 125622:33:08 is expected to eq false 125722:33:08 when the user is external 125822:33:09 is expected to eq false 125922:33:09# [RSpecRunTime] RSpec elapsed time: 15 minutes 55.46 seconds. Current RSS: ~1145M. Threads: 4. load average: 1.12 1.15 1.33 1/294 25054 126122:33:09 user_type: :owner, outcome: true 126222:33:09 is expected to eq true 126322:33:09 when the user is external 126422:33:10 is expected to eq true 126522:33:10# [RSpecRunTime] RSpec elapsed time: 15 minutes 56.69 seconds. Current RSS: ~1146M. Threads: 4. load average: 1.12 1.15 1.33 1/294 25055 126722:33:10# [RSpecRunTime] Finishing example group spec/policies/namespace/root_storage_statistics_policy_spec.rb. It took 22.4 seconds. Expected to take 27.26 seconds. 126822:33:10# [RSpecRunTime] Starting example group spec/models/ci/pipeline_schedule_spec.rb. Expected to take 25.29 seconds. 126922:33:10Ci::PipelineSchedule 127022:33:11 does not allow STI 127122:33:11 is expected to belong to project required: false 127222:33:11 is expected to belong to owner required: false 127322:33:11 is expected to have many pipelines dependent => nullify 127422:33:11 is expected to have many variables 127522:33:11 is expected to respond to #ref 127622:33:11 is expected to respond to #cron 127722:33:11 is expected to respond to #cron_timezone 127822:33:11 is expected to respond to #description 127922:33:11 is expected to respond to #next_run_at 128022:33:11 behaves like includes Limitable concern 128122:33:11 #exceeds_limits? 128222:33:11 without plan limits configured 128322:33:12 is expected to eq false 128422:33:12# [RSpecRunTime] RSpec elapsed time: 15 minutes 58.23 seconds. Current RSS: ~1154M. Threads: 4. load average: 1.11 1.15 1.33 1/294 25074 128622:33:12 without plan limits configured 128722:33:12 is expected to eq false 128822:33:12 with an existing model 128922:33:12 is expected to eq true 129122:33:12 is expected to be a kind of Limitable 129222:33:12 without plan limits configured 129322:33:12 can create new models 129422:33:12 with plan limits configured 129522:33:12 can create new models 129622:33:12 with an existing model 129722:33:12 cannot create new models exceeding the plan limits 129822:33:12 behaves like cleanup by a loose foreign key 129922:33:16 cleans up (delete or nullify) the model 130022:33:16# [RSpecRunTime] RSpec elapsed time: 16 minutes 2.79 seconds. Current RSS: ~1154M. Threads: 4. load average: 1.10 1.14 1.32 1/294 25075 130322:33:16 does not allow invalid cron patterns 130422:33:16 does not allow invalid cron patterns 130522:33:16 does not allow empty variable key 130622:33:16 when an short ref record is being updated 130722:33:17 does not update the ref 130822:33:17 when active is false 130922:33:17 does not allow nullified ref 131022:33:17 when cron contains trailing whitespaces 131122:33:17 strips the attribute 131222:33:17 .runnable_schedules 131322:33:17 returns the runnable schedule 131422:33:17 when there are no runnable schedules 131522:33:17 returns an empty array 131722:33:17 preloads the associations 131922:33:17 returns owned pipeline schedules 132022:33:17 .for_project 132122:33:18 returns pipeline schedule only for project 132222:33:18 #set_next_run_at 132322:33:18 calls fallback method next_run_at if there is no plan limit 132422:33:18 when there are two different pipeline schedules in different time zones 132522:33:19 sets different next_run_at 132622:33:19 #schedule_next_run! 132722:33:20 updates next_run_at 132822:33:20 when record is invalid 132922:33:20 nullifies the next run at 133022:33:20# [RSpecRunTime] RSpec elapsed time: 16 minutes 6.52 seconds. Current RSS: ~1162M. Threads: 4. load average: 1.10 1.14 1.32 1/295 25083 133222:33:20 #job_variables 133322:33:20 is expected to contain exactly {:file=>false, :key=>"VARIABLE_1", :public=>false, :raw=>false, :value=>"VARIABLE_VALUE"} and {:file=>false, :key=>"VARIABLE_2", :public=>false, :raw=>false, :value=>"VARIABLE_VALUE"} 133422:33:20 #daily_limit 133522:33:20 when there is no limit 133622:33:20 is expected to be nil 133722:33:20 when there is a limit 133822:33:20 is expected to eq 144 134022:33:20 when the target is a tag 134122:33:20 is expected to eq true 134222:33:20 when the target is a branch 134322:33:20 is expected to eq false 134422:33:20 when there is no ref 134522:33:20 is expected to eq false 134622:33:20 #ref_for_display 134722:33:20 when the target is a tag 134822:33:20 is expected to eq "v1.0" 134922:33:20 when the target is a branch 135022:33:20 is expected to eq "main" 135122:33:20 when the ref is ambiguous 135222:33:20 is expected to eq "release-2.8" 135322:33:20 when there is no ref 135422:33:21 is expected to eq nil 135522:33:21 #worker_cron 135622:33:21 returns cron expression set in Settings 135722:33:21 loose foreign key on ci_pipeline_schedules.project_id 135822:33:21 behaves like cleanup by a loose foreign key 135922:33:29 cleans up (delete or nullify) the model 136022:33:29# [RSpecRunTime] RSpec elapsed time: 16 minutes 15.39 seconds. Current RSS: ~1165M. Threads: 4. load average: 1.09 1.14 1.32 1/294 25102 136222:33:29 before_destroy 136322:33:29 nullifys associated pipelines 136822:33:30 by description 137422:33:31 by next_run_at 137722:33:31 by created_at 138022:33:32 by updated_at 138322:33:32# [RSpecRunTime] Finishing example group spec/models/ci/pipeline_schedule_spec.rb. It took 22.34 seconds. Expected to take 25.29 seconds. 138422:33:32# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/external/processor_spec.rb. Expected to take 23.49 seconds. 138522:33:32Gitlab::Ci::Config::External::Processor 138722:33:34 when no external files defined 138822:33:34 returns the same values 138922:33:34# [RSpecRunTime] RSpec elapsed time: 16 minutes 21.1 seconds. Current RSS: ~1201M. Threads: 4. load average: 1.08 1.14 1.32 1/295 25140 139122:33:34 when an invalid local file is defined 139222:33:35 raises an error 139322:33:35 when an invalid remote file is defined 139422:33:35 raises an error 139522:33:35 with a valid remote external file is defined 139622:33:35 appends the file to the values 139722:33:36 removes the 'include' keyword 139822:33:36 when the remote file has `include` with rules:exists 139922:33:36 evaluates the rule as false 140022:33:36 removes the 'include' keyword 140122:33:36 with a valid local external file is defined 140222:33:37 appends the file to the values 140322:33:37 removes the 'include' keyword 140422:33:37# [RSpecRunTime] RSpec elapsed time: 16 minutes 23.98 seconds. Current RSS: ~1195M. Threads: 5. load average: 1.07 1.13 1.32 1/300 25261 140622:33:37 with multiple external files are defined 140722:33:38 appends the files to the values 140822:33:39 removes the 'include' keyword 140922:33:39# [RSpecRunTime] RSpec elapsed time: 16 minutes 25.26 seconds. Current RSS: ~1194M. Threads: 5. load average: 1.07 1.13 1.32 1/300 25380 141122:33:39 when external files are defined but not valid 141222:33:39 raises an error 141322:33:39 when both external files and values defined the same key 141422:33:39 takes precedence 141522:33:39 when a nested includes are defined 141622:33:39 when project is public 141722:33:41 properly expands all includes 141822:33:42 propagates the pipeline logger 141922:33:43 stores includes 142022:33:43# [RSpecRunTime] RSpec elapsed time: 16 minutes 30.12 seconds. Current RSS: ~1179M. Threads: 5. load average: 1.07 1.13 1.31 1/300 25908 142222:33:43 when user is reporter of another project 142322:33:45 properly expands all includes 142422:33:45# [RSpecRunTime] RSpec elapsed time: 16 minutes 31.63 seconds. Current RSS: ~1171M. Threads: 5. load average: 1.07 1.13 1.31 1/300 26064 142622:33:45 when user is not allowed 142722:33:46 raises an error 142822:33:46# [RSpecRunTime] RSpec elapsed time: 16 minutes 32.98 seconds. Current RSS: ~1167M. Threads: 5. load average: 1.06 1.13 1.31 1/300 26218 143022:33:46 when too many includes is included 143122:33:48 raises an error 143222:33:48# [RSpecRunTime] RSpec elapsed time: 16 minutes 34.24 seconds. Current RSS: ~1165M. Threads: 5. load average: 1.06 1.13 1.31 1/300 26372 143422:33:48 when config includes an external configuration file via SSL web request 143522:33:48 with an acceptable certificate 143622:33:48 is expected to include {:image => "image:1.0"} 143722:33:48 with a self-signed certificate 143822:33:48 returns a reportable configuration error 143922:33:48 include:component 144022:33:49 appends the file to the values 144122:33:49 when a valid project file is defined 144222:33:50 appends the file to the values 144322:33:50 when valid project files are defined in a single include 144422:33:51 appends the file to the values 144522:33:52 stores includes 144622:33:52# [RSpecRunTime] RSpec elapsed time: 16 minutes 38.93 seconds. Current RSS: ~1168M. Threads: 5. load average: 1.06 1.13 1.31 1/301 26687 144822:33:52 when local file path has wildcard 144922:33:53 fetches the matched files 145022:33:54 stores includes 145122:33:54# [RSpecRunTime] RSpec elapsed time: 16 minutes 40.88 seconds. Current RSS: ~1168M. Threads: 5. load average: 1.06 1.13 1.31 1/301 26897 145322:33:54 when rules defined 145422:33:54 when a rule is invalid 145522:33:55 raises IncludeError 145622:33:55# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/external/processor_spec.rb. It took 22.18 seconds. Expected to take 23.49 seconds. 145722:33:55# [RSpecRunTime] Starting example group spec/lib/gitlab/relative_positioning/item_context_spec.rb. Expected to take 20.55 seconds. 145822:33:55Gitlab::RelativePositioning::ItemContext 145922:33:55 there are gaps at the start and end 146022:33:56 is always possible to find a gap 146222:33:56 is possible to shift_right, which will consume the gap at the end 146322:33:56 is possible to create_space_right, which will move the gap to immediately after 146422:33:56 is possible to shift_left, which will consume the gap at the start 146522:33:56 is possible to create_space_left, which will move the gap to immediately before 146622:33:56# [RSpecRunTime] RSpec elapsed time: 16 minutes 42.85 seconds. Current RSS: ~1167M. Threads: 5. load average: 1.05 1.12 1.31 1/301 26899 146922:33:56 is possible to shift_right, which will consume the gap at the end 147022:33:56 is possible to create_space_right, which will move the gap to immediately after 147122:33:57 is possible to shift_left, which will consume the gap at the start 147222:33:57 is possible to create_space_left, which will move the gap to immediately before 147422:33:57 is possible to shift_right, which will consume the gap at the end 147522:33:57 is possible to create_space_right, which will move the gap to immediately after 147622:33:57 is possible to shift_left, which will consume the gap at the start 147722:33:57 is possible to create_space_left, which will move the gap to immediately before 147922:33:57 is possible to shift_right, which will consume the gap at the end 148022:33:57 is possible to create_space_right, which will move the gap to immediately after 148122:33:57 is possible to shift_left, which will consume the gap at the start 148222:33:58 is possible to create_space_left, which will move the gap to immediately before 148422:33:58 is possible to shift_right, which will consume the gap at the end 148522:33:58 is possible to create_space_right, which will move the gap to immediately after 148622:33:58 is possible to shift_left, which will consume the gap at the start 148722:33:58 is possible to create_space_left, which will move the gap to immediately before 148822:33:58 there is a gap of multiple spaces 148922:33:58 is impossible to move the last element to the right 149022:33:58 is impossible to move the first element to the left 149122:33:58 is possible to move the last element to the left 149222:33:58 is possible to move the first element to the right 149322:33:59 is possible to find the gap from the right 149422:33:59 is possible to find the gap from the left 149522:33:59 there are several free spaces 149622:33:59 current_pos: 102 149722:33:59 finds the closest gap 149822:33:59 finds the neighbours 149922:33:59 finds the next relative_positions 150022:33:59 finds the min/max positions 150122:33:59 finds the min/max siblings 150222:33:59 current_pos: 104 150322:33:59 finds the closest gap 150422:34:00 finds the neighbours 150522:34:00 finds the next relative_positions 150622:34:00 finds the min/max positions 150722:34:00 finds the min/max siblings 150822:34:00 current_pos: 106 150922:34:00 finds the closest gap 151022:34:00 finds the neighbours 151122:34:00 finds the next relative_positions 151222:34:00 finds the min/max positions 151322:34:00 finds the min/max siblings 151422:34:00 there is at least one free space 151522:34:00 free_space: 101 151622:34:01 can always find a gap before if there is space to the left 151722:34:02 can always find a gap after if there is space to the right 151822:34:02# [RSpecRunTime] RSpec elapsed time: 16 minutes 48.56 seconds. Current RSS: ~1176M. Threads: 5. load average: 1.13 1.14 1.31 1/301 26900 152022:34:02 free_space: 102 152122:34:03 can always find a gap before if there is space to the left 152222:34:04 can always find a gap after if there is space to the right 152322:34:04# [RSpecRunTime] RSpec elapsed time: 16 minutes 50.4 seconds. Current RSS: ~1174M. Threads: 5. load average: 1.13 1.14 1.31 1/301 26901 152522:34:04 free_space: 103 152622:34:05 can always find a gap before if there is space to the left 152722:34:05 can always find a gap after if there is space to the right 152822:34:06# [RSpecRunTime] RSpec elapsed time: 16 minutes 52.18 seconds. Current RSS: ~1175M. Threads: 5. load average: 1.12 1.14 1.31 1/296 26902 153022:34:06 free_space: 104 153122:34:06 can always find a gap before if there is space to the left 153222:34:07 can always find a gap after if there is space to the right 153322:34:07# [RSpecRunTime] RSpec elapsed time: 16 minutes 54.05 seconds. Current RSS: ~1174M. Threads: 5. load average: 1.12 1.14 1.31 1/296 26903 153522:34:07 free_space: 105 153622:34:08 can always find a gap before if there is space to the left 153722:34:09 can always find a gap after if there is space to the right 153822:34:09# [RSpecRunTime] RSpec elapsed time: 16 minutes 55.91 seconds. Current RSS: ~1174M. Threads: 5. load average: 1.12 1.14 1.31 1/296 26904 154022:34:09 free_space: 106 154122:34:10 can always find a gap before if there is space to the left 154222:34:11 can always find a gap after if there is space to the right 154322:34:11# [RSpecRunTime] RSpec elapsed time: 16 minutes 57.69 seconds. Current RSS: ~1172M. Threads: 5. load average: 1.11 1.13 1.31 1/296 26905 154522:34:11 free_space: 107 154622:34:12 can always find a gap before if there is space to the left 154722:34:13 can always find a gap after if there is space to the right 154822:34:13# [RSpecRunTime] RSpec elapsed time: 16 minutes 59.5 seconds. Current RSS: ~1172M. Threads: 5. load average: 1.11 1.13 1.31 1/296 26906 155022:34:13 #at_position 155122:34:13 finds the item at the specified position 155222:34:13 raises InvalidPosition when the item cannot be found 155322:34:13# [RSpecRunTime] Finishing example group spec/lib/gitlab/relative_positioning/item_context_spec.rb. It took 18.55 seconds. Expected to take 20.55 seconds. 155422:34:13# [RSpecRunTime] Starting example group spec/graphql/mutations/design_management/upload_spec.rb. Expected to take 19.6 seconds. 155522:34:13Mutations::DesignManagement::Upload 155722:34:13 when the feature is not available 155822:34:13 behaves like resource not available 155922:34:14 raises an error 156022:34:14 when the feature is available 156122:34:14 contention in the design repo 156222:34:14 running requests in parallel 156322:34:15Job arguments to ProjectCacheWorker must be native JSON types, but :lfs_objects_size is a Symbol. 156522:34:15To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 156622:34:18 does not cause errors 156722:34:18# [RSpecRunTime] RSpec elapsed time: 17 minutes 4.95 seconds. Current RSS: ~1178M. Threads: 5. load average: 1.10 1.13 1.31 1/304 27046 156922:34:18 running requests in parallel on different issues 157022:34:23Job arguments to ProjectCacheWorker must be native JSON types, but :lfs_objects_size is a Symbol. 157222:34:23To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 157322:34:23Job arguments to ProjectCacheWorker must be native JSON types, but :lfs_objects_size is a Symbol. 157522:34:23To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 157622:34:24Job arguments to ProjectCacheWorker must be native JSON types, but :lfs_objects_size is a Symbol. 157822:34:24To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 157922:34:24Job arguments to ProjectCacheWorker must be native JSON types, but :lfs_objects_size is a Symbol. 158122:34:24To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 158222:34:24 does not cause errors 158322:34:24# [RSpecRunTime] RSpec elapsed time: 17 minutes 11.15 seconds. Current RSS: ~1163M. Threads: 5. load average: 1.09 1.13 1.31 1/303 27221 158522:34:24 running requests in serial 158622:34:26Job arguments to ProjectCacheWorker must be native JSON types, but :lfs_objects_size is a Symbol. 158822:34:26To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 158922:34:27 does not cause errors 159022:34:27# [RSpecRunTime] RSpec elapsed time: 17 minutes 13.85 seconds. Current RSS: ~1159M. Threads: 5. load average: 1.08 1.13 1.30 1/303 27358 159222:34:27 when the user is not allowed to upload designs 159322:34:27 behaves like resource not available 159422:34:28 raises an error 159522:34:28 with a valid design 159622:34:29Job arguments to ProjectCacheWorker must be native JSON types, but :lfs_objects_size is a Symbol. 159822:34:29To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 159922:34:29 returns the updated designs 160022:34:29# [RSpecRunTime] RSpec elapsed time: 17 minutes 16.16 seconds. Current RSS: ~1160M. Threads: 5. load average: 1.08 1.13 1.30 1/301 27400 160222:34:29 when passing an invalid project 160322:34:29 behaves like resource not available 160422:34:30 raises an error 160522:34:30 when passing an invalid issue 160622:34:30 behaves like resource not available 160722:34:30 raises an error 160822:34:30 when creating designs causes errors 160922:34:31 wraps the errors 161022:34:31# [RSpecRunTime] Finishing example group spec/graphql/mutations/design_management/upload_spec.rb. It took 18.16 seconds. Expected to take 19.6 seconds. 161122:34:31# [RSpecRunTime] Starting example group spec/lib/gitlab/blob_helper_spec.rb. Expected to take 17.22 seconds. 161222:34:31Gitlab::BlobHelper 161422:34:32 returns the extension 161522:34:32 #known_extension? 161622:34:33 returns true 161822:34:33 returns true 161922:34:34 returns false 162022:34:34# [RSpecRunTime] RSpec elapsed time: 17 minutes 20.38 seconds. Current RSS: ~1160M. Threads: 5. load average: 1.08 1.12 1.30 1/301 27401 162322:34:34 returns false 162422:34:35 returns true 162522:34:35# [RSpecRunTime] RSpec elapsed time: 17 minutes 21.66 seconds. Current RSS: ~1159M. Threads: 5. load average: 1.08 1.12 1.30 1/301 27402 162822:34:36 returns true 162922:34:36 returns false 163022:34:36# [RSpecRunTime] RSpec elapsed time: 17 minutes 23.04 seconds. Current RSS: ~1160M. Threads: 5. load average: 1.07 1.12 1.30 1/301 27403 163322:34:37 returns true 163422:34:38 returns false 163522:34:38# [RSpecRunTime] RSpec elapsed time: 17 minutes 24.37 seconds. Current RSS: ~1161M. Threads: 5. load average: 1.07 1.12 1.30 1/297 27404 163822:34:38 with a .txt file 163922:34:38 returns false 164022:34:38 with a .bmp file 164122:34:39 returns true 164222:34:39 with a .webp file 164322:34:39 returns true 164522:34:40 returns text/plain 164622:34:41 returns application/pdf 164722:34:41# [RSpecRunTime] RSpec elapsed time: 17 minutes 27.47 seconds. Current RSS: ~1159M. Threads: 5. load average: 1.06 1.12 1.30 1/296 27405 164922:34:41 #binary_mime_type? 165022:34:41 returns false 165222:34:42 returns the payload in an Array 165322:34:42 #content_type 165422:34:43 returns text/plain 165522:34:43 returns text/plain 165622:34:43# [RSpecRunTime] RSpec elapsed time: 17 minutes 30.03 seconds. Current RSS: ~1157M. Threads: 5. load average: 1.06 1.12 1.30 1/296 27406 165822:34:43 #encoded_newlines_re 165922:34:44 returns a regular expression 166022:34:44 #ruby_encoding 166122:34:45 returns UTF-8 166322:34:45 returns UTF-8 166522:34:46 returns false 166622:34:46# [RSpecRunTime] Finishing example group spec/lib/gitlab/blob_helper_spec.rb. It took 14.69 seconds. Expected to take 17.22 seconds. 166722:34:46# [RSpecRunTime] Starting example group spec/models/plan_limits_spec.rb. Expected to take 16.49 seconds. 166922:34:47 does not allow STI 167122:34:47 is expected to validate that :notification_limit looks like an integer greater than or equal to 0 167222:34:47 is expected to validate that :enforcement_limit looks like an integer greater than or equal to 0 167322:34:47 limits_history 167422:34:47 when does not match the JSON schema 167522:34:48 does not allow invalid json 167622:34:48# [RSpecRunTime] RSpec elapsed time: 17 minutes 34.36 seconds. Current RSS: ~1180M. Threads: 5. load average: 1.06 1.12 1.30 1/296 27407 167822:34:48 when matches the JSON schema 167922:34:48 allows valid json 168122:34:48 when given limit subject is an integer 168222:34:48 behaves like comparing limits 168322:34:48 when limit for given name results to a disabled value 168422:34:48 is expected to eq false 168522:34:48 when limit for given name results to a non-disabled value 168622:34:48 and given count is smaller than limit 168722:34:49 is expected to eq false 168822:34:49 and given count is equal to the limit 168922:34:49 is expected to eq true 169022:34:49 and given count is greater than the limit 169122:34:49 is expected to eq true 169222:34:49 when given limit subject is an ActiveRecord::Relation 169322:34:49 behaves like comparing limits 169422:34:49 when limit for given name results to a disabled value 169522:34:50 is expected to eq false 169622:34:50 when limit for given name results to a non-disabled value 169722:34:50 and given count is smaller than limit 169822:34:50 is expected to eq false 169922:34:50 and given count is equal to the limit 170022:34:50 is expected to eq true 170122:34:50 and given count is greater than the limit 170222:34:51 is expected to eq true 170322:34:51 when given limit subject is something else 170422:34:51 raises an error 170622:34:51 when given limit name does not exist 170722:34:51 raises an error 170822:34:51 when given limit name is disabled 170922:34:51 is expected to eq nil 171022:34:51 and alternate_limit is a non-zero integer 171122:34:52 is expected to eq 1 171222:34:52 and alternate_limit is zero 171322:34:52 is expected to eq nil 171422:34:52 and alternate_limit is a proc that returns non-zero integer 171522:34:52 is expected to eq 1 171622:34:52 and alternate_limit is a proc that returns zero 171722:34:53 is expected to eq nil 171822:34:53 and alternate_limit is a proc that returns nil 171922:34:53 is expected to eq nil 172022:34:53 when given limit name is enabled 172122:34:53 and alternate_limit is a non-zero integer that is bigger than the plan limit 172222:34:53 is expected to eq 2 172322:34:53 and alternate_limit is a non-zero integer that is smaller than the plan limit 172422:34:53 is expected to eq 1 172522:34:53 and alternate_limit is zero 172622:34:54 is expected to eq 2 172722:34:54 and alternate_limit is a proc that returns non-zero integer that is bigger than the plan limit 172822:34:54 is expected to eq 2 172922:34:54 and alternate_limit is a proc that returns non-zero integer that is smaller than the plan limit 173022:34:54 is expected to eq 1 173122:34:54 and alternate_limit is a proc that returns zero 173222:34:55 is expected to eq 2 173322:34:55 and alternate_limit is a proc that returns nil 173422:34:55 is expected to eq 2 173522:34:55 validates default values 173622:34:55 has positive values for enabled limits 173722:34:56 has zero values for disabled limits 173822:34:56 has nil values for disabled limits 173922:34:56 #dashboard_storage_limit_enabled? 174022:34:56 returns false 174122:34:56 #format_limits_history 174222:34:57 formats a single attribute change 174322:34:58 does not format limits_history for non-allowed attributes 174422:34:58 does not format attributes for values that do not change 174522:34:59 formats multiple attribute changes 174622:34:59 with previous history available 174722:34:59 appends to it 174822:34:59# [RSpecRunTime] RSpec elapsed time: 17 minutes 45.99 seconds. Current RSS: ~1299M. Threads: 5. load average: 1.13 1.13 1.30 1/296 27408 175022:34:59# [RSpecRunTime] Finishing example group spec/models/plan_limits_spec.rb. It took 13.39 seconds. Expected to take 16.49 seconds. 175122:34:59# [RSpecRunTime] Starting example group spec/services/milestones/promote_service_spec.rb. Expected to take 15.65 seconds. 175222:34:59Milestones::PromoteService 175522:35:00 raises error if milestone does not belong to a project 175622:35:02 raises error if project does not belong to a group 175722:35:04 does not promote milestone and update issuables if promoted milestone is not valid 175822:35:04# [RSpecRunTime] RSpec elapsed time: 17 minutes 50.28 seconds. Current RSS: ~1257M. Threads: 5. load average: 1.12 1.13 1.30 1/296 27409 176022:35:04 without duplicated milestone titles across projects 176122:35:05 promotes project milestone to group milestone 176222:35:06 does not update issuables without milestone with the new promoted milestone 176322:35:08 sets issuables with new promoted milestone 176422:35:08# [RSpecRunTime] RSpec elapsed time: 17 minutes 54.7 seconds. Current RSS: ~1241M. Threads: 5. load average: 1.11 1.13 1.29 1/296 27410 176622:35:08 with duplicated milestone titles across projects 176722:35:10 deletes project milestones with the same title 176822:35:12 does not update issuables without milestone with the new promoted milestone 176922:35:15 sets all issuables with new promoted milestone 177022:35:15# [RSpecRunTime] RSpec elapsed time: 18 minutes 1.28 seconds. Current RSS: ~1243M. Threads: 5. load average: 1.10 1.12 1.29 1/296 27411 177222:35:15# [RSpecRunTime] Finishing example group spec/services/milestones/promote_service_spec.rb. It took 15.28 seconds. Expected to take 15.65 seconds. 177322:35:15# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/variables/builder/pipeline_spec.rb. Expected to take 14.6 seconds. 177422:35:15Gitlab::Ci::Variables::Builder::Pipeline 177522:35:16 #predefined_variables 177622:35:16 includes all predefined variables in a valid order 177722:35:16 when the pipeline is running for a tag 177822:35:16 includes all predefined variables in a valid order 177922:35:16# [RSpecRunTime] RSpec elapsed time: 18 minutes 2.7 seconds. Current RSS: ~1251M. Threads: 5. load average: 1.09 1.12 1.29 1/299 27452 178122:35:16 when merge request is present 178222:35:17 when pipeline for merge request is created 178322:35:18WARNING: ignoring the provided expectation message argument({"CI_MERGE_REQUEST_SQUASH_ON_MERGE"=>"false"}) since it is not a string or a proc. Called from /builds/gitlab-org/gitlab-foss/spec/lib/gitlab/ci/variables/builder/pipeline_spec.rb:94:in `block (5 levels) in <top (required)>'. 178422:35:18 exposes merge request pipeline variables 178522:35:19 exposes diff variables 178622:35:19 when merge request description hits the limit 178722:35:20 truncates the exposed description 178822:35:20# [RSpecRunTime] RSpec elapsed time: 18 minutes 6.57 seconds. Current RSS: ~1253M. Threads: 5. load average: 1.09 1.12 1.29 1/302 27550 179022:35:20 when merge request description fits the length limit 179122:35:21 does not truncate the exposed description 179222:35:21 without assignee 179322:35:22 does not expose assignee variable 179422:35:22 without milestone 179522:35:22 does not expose milestone variable 179622:35:22 without labels 179722:35:23 does not expose labels variable 179822:35:23 when pipeline on branch is created 179922:35:23 when a merge request is created 180022:35:23 when user has access to project 180122:35:24 merge request references are returned matching the pipeline 180222:35:24 when user does not have access to project 180322:35:25 CI_OPEN_MERGE_REQUESTS is not returned 180422:35:25 when no a merge request is created 180522:35:25 CI_OPEN_MERGE_REQUESTS is not returned 180622:35:25 with merged results 180722:35:26 exposes merge request pipeline variables 180822:35:27 exposes diff variables 180922:35:27# [RSpecRunTime] RSpec elapsed time: 18 minutes 13.24 seconds. Current RSS: ~1250M. Threads: 5. load average: 1.23 1.15 1.30 1/302 27812 181122:35:27 when source is external pull request 181222:35:27 exposes external pull request pipeline variables 181322:35:27 variable CI_KUBERNETES_ACTIVE 181422:35:27 when pipeline.has_kubernetes_active? is true 181522:35:27 is included with value 'true' 181622:35:27 when pipeline.has_kubernetes_active? is false 181722:35:27 is not included 181822:35:27 variable CI_GITLAB_FIPS_MODE 181922:35:27 when FIPS flag is enabled 182022:35:28 is included with value 'true' 182122:35:28 when FIPS flag is disabled 182222:35:28 is not included 182322:35:28 when tag is not found 182422:35:28 does not expose tag variables 182522:35:28 without a commit 182622:35:28 does not expose commit variables 182722:35:28# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/variables/builder/pipeline_spec.rb. It took 13.71 seconds. Expected to take 14.6 seconds. 182822:35:28# [RSpecRunTime] Starting example group spec/services/projects/forks/sync_service_spec.rb. Expected to take 14.23 seconds. 182922:35:28Projects::Forks::SyncService 183122:35:30 when fork is up-to-date with the upstream 183222:35:30 does not perform merge 183322:35:30# [RSpecRunTime] RSpec elapsed time: 18 minutes 17.01 seconds. Current RSS: ~1274M. Threads: 5. load average: 1.21 1.15 1.30 1/300 27860 183522:35:30 when fork is behind the upstream 183622:35:31 when fork is not ahead of the upstream 183722:35:33 updates the fork using ff merge 183822:35:33# [RSpecRunTime] RSpec elapsed time: 18 minutes 20.06 seconds. Current RSS: ~1272M. Threads: 5. load average: 1.21 1.15 1.30 1/301 28029 184022:35:33 when fork is ahead of the upstream 184122:35:33 and has conflicts with the upstream 184222:35:34 returns an error 184322:35:34 and does not have conflicts with the upstream 184422:35:34 updates the fork using merge 184522:35:34 when a merge cannot happen due to another ongoing merge 184622:35:35 does not merge 184722:35:35 when upstream branch contains lfs reference 184822:35:37Job arguments to ProjectCacheWorker must be native JSON types, but :commit_count is a Symbol. 185022:35:37To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 185122:35:37Job arguments to ProjectCacheWorker must be native JSON types, but :lfs_objects_size is a Symbol. 185322:35:37To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 185422:35:39 links fetched lfs objects to the fork project 185522:35:39 and there are too many of them for a single sync 185622:35:41Job arguments to ProjectCacheWorker must be native JSON types, but :commit_count is a Symbol. 185822:35:41To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 185922:35:41Job arguments to ProjectCacheWorker must be native JSON types, but :lfs_objects_size is a Symbol. 186122:35:41To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 186222:35:42 updates the fork successfully 186322:35:42# [RSpecRunTime] RSpec elapsed time: 18 minutes 29.09 seconds. Current RSS: ~1343M. Threads: 5. load average: 1.18 1.14 1.29 1/303 28643 186522:35:42# [RSpecRunTime] Finishing example group spec/services/projects/forks/sync_service_spec.rb. It took 14.16 seconds. Expected to take 14.23 seconds. 186622:35:42# [RSpecRunTime] Starting example group spec/tasks/gitlab/artifacts/update_missing_expiration_rake_spec.rb. Expected to take 13.16 seconds. 186722:35:42gitlab:artifacts rake tasks 186822:35:42 update_missing_expiration 186922:35:44Dry run, no changes will be made. 187022:35:44To expire artifacts run using DRY_RUN=false. 187122:35:44Error: GROUP_PATH or PROJECT_PATH required 187222:35:45 raises an error when arguments are not provided 187322:35:45 when PROJECT_PATH is provided 187422:35:45Dry run, no changes will be made. 187522:35:45To expire artifacts run using DRY_RUN=false. 187622:35:45Working on project: Project-639 Name 187722:35:45Processing project Project-639 Name, build 106, artifact 40 187822:35:45 does not raise an error 187922:35:45Dry run, no changes will be made. 188022:35:45To expire artifacts run using DRY_RUN=false. 188122:35:45Error: Invalid path 188222:35:45 raises an error when invalid project path 188322:35:45 when DRY_RUN is true 188422:35:46Dry run, no changes will be made. 188522:35:46To expire artifacts run using DRY_RUN=false. 188622:35:46Working on project: Project-639 Name 188722:35:46Processing project Project-639 Name, build 110, artifact 44 188822:35:46 does not update artifacts 188922:35:46# [RSpecRunTime] RSpec elapsed time: 18 minutes 32.29 seconds. Current RSS: ~1339M. Threads: 5. load average: 1.16 1.14 1.29 1/302 28692 189122:35:46 when DRY_RUN is false 189222:35:46Expiring artifacts 189322:35:46Working on project: Project-639 Name 189422:35:46Processing project Project-639 Name, build 112, artifact 46 189522:35:46Artifact 46 expired 2024-11-13 22:35:46 UTC 189622:35:46Build 112 expired 2024-11-13 22:35:46 UTC 189722:35:46 updates artifacts 189822:35:46 when GROUP_PATH is provided 189922:35:46Dry run, no changes will be made. 190022:35:46To expire artifacts run using DRY_RUN=false. 190122:35:46Error: Invalid path 190222:35:46 raises an error when invalid group path 190322:35:47Dry run, no changes will be made. 190422:35:47To expire artifacts run using DRY_RUN=false. 190522:35:47Working on project: Project-639 Name 190622:35:47Processing project Project-639 Name, build 116, artifact 50 190722:35:47Working on project: Project-640 Name 190822:35:47Processing project Project-640 Name, build 117, artifact 51 190922:35:47 does not raise an error 191022:35:47 when DRY_RUN is true 191122:35:48Dry run, no changes will be made. 191222:35:48To expire artifacts run using DRY_RUN=false. 191322:35:48Working on project: Project-639 Name 191422:35:48Processing project Project-639 Name, build 118, artifact 52 191522:35:48Working on project: Project-640 Name 191622:35:48Processing project Project-640 Name, build 119, artifact 53 191722:35:48 does not update artifacts 191822:35:48# [RSpecRunTime] RSpec elapsed time: 18 minutes 34.84 seconds. Current RSS: ~1320M. Threads: 5. load average: 1.16 1.14 1.29 1/302 28693 192022:35:48 when DRY_RUN is false 192122:35:49Expiring artifacts 192222:35:49Working on project: Project-639 Name 192322:35:49Processing project Project-639 Name, build 120, artifact 54 192422:35:49Artifact 54 expired 2024-11-13 22:35:49 UTC 192522:35:49Build 120 expired 2024-11-13 22:35:49 UTC 192622:35:49Working on project: Project-640 Name 192722:35:49Processing project Project-640 Name, build 121, artifact 55 192822:35:49Artifact 55 expired 2024-11-13 22:35:49 UTC 192922:35:49Build 121 expired 2024-11-13 22:35:49 UTC 193022:35:49 updates artifacts 193122:35:52# [RSpecRunTime] Finishing example group spec/tasks/gitlab/artifacts/update_missing_expiration_rake_spec.rb. It took 9.94 seconds. Expected to take 13.16 seconds. 193222:35:52# [RSpecRunTime] RSpec elapsed time: 18 minutes 39.15 seconds. Current RSS: ~1268M. Threads: 5. load average: 1.15 1.14 1.29 1/299 28694 193422:35:52# [RSpecRunTime] Starting example group spec/finders/concerns/finder_with_cross_project_access_spec.rb. Expected to take 12.75 seconds. 193522:35:52FinderWithCrossProjectAccess 193622:35:52 when the user cannot read cross project 193822:35:54 returns a issue if the check is disabled 193922:35:55 returns an empty relation when the check is enabled 194022:35:56 only queries once when check is enabled 194122:35:57 only queries once when check is disabled 194222:35:57# [RSpecRunTime] RSpec elapsed time: 18 minutes 43.41 seconds. Current RSS: ~1174M. Threads: 5. load average: 1.14 1.13 1.29 1/299 28695 194522:35:58 checks the accessibility of the subject directly 194622:35:59 returns the issue 194722:35:59# [RSpecRunTime] RSpec elapsed time: 18 minutes 45.67 seconds. Current RSS: ~1180M. Threads: 5. load average: 1.14 1.13 1.29 1/297 28696 195022:36:00 checks the accessibility of the subject directly 195122:36:00# [RSpecRunTime] RSpec elapsed time: 18 minutes 46.84 seconds. Current RSS: ~1151M. Threads: 5. load average: 1.14 1.13 1.29 1/297 28697 195422:36:01 checks the accessibility of the subject directly 195522:36:02 re-enables the check after the find failed 195622:36:02# [RSpecRunTime] RSpec elapsed time: 18 minutes 49.02 seconds. Current RSS: ~1156M. Threads: 5. load average: 1.13 1.13 1.28 1/297 28698 195822:36:02 when the user can read cross project 195922:36:03 returns the result 196022:36:04# [RSpecRunTime] RSpec elapsed time: 18 minutes 50.2 seconds. Current RSS: ~1155M. Threads: 5. load average: 1.13 1.13 1.28 1/297 28699 196222:36:04 when specifying a model 196322:36:04 .finder_model 196422:36:05 is set correctly 196522:36:05# [RSpecRunTime] RSpec elapsed time: 18 minutes 51.32 seconds. Current RSS: ~1155M. Threads: 5. load average: 1.13 1.13 1.28 1/297 28700 196722:36:05# [RSpecRunTime] Finishing example group spec/finders/concerns/finder_with_cross_project_access_spec.rb. It took 12.17 seconds. Expected to take 12.75 seconds. 196822:36:05# [RSpecRunTime] Starting example group spec/services/merge_requests/update_merge_schedule_service_spec.rb. Expected to take 11.86 seconds. 196922:36:05MergeRequests::UpdateMergeScheduleService 197122:36:05 when passing a merge_after date 197222:36:07 is expected to change `merge_request.reload.merge_schedule&.merge_after` to 2024-11-07 17:17:00.000000000 +0000 197322:36:08 is expected to change `MergeRequests::MergeSchedule.count` by 1 197422:36:08# [RSpecRunTime] RSpec elapsed time: 18 minutes 55.04 seconds. Current RSS: ~1175M. Threads: 5. load average: 1.12 1.13 1.28 1/302 28815 197622:36:08 when passing nil for merge_after 197722:36:08 when merge_schedule exists 197822:36:10 is expected to change `merge_request.reload.merge_schedule&.merge_after` to nil 197922:36:12 is expected to change `MergeRequests::MergeSchedule.count` by -1 198022:36:12# [RSpecRunTime] RSpec elapsed time: 18 minutes 58.53 seconds. Current RSS: ~1187M. Threads: 5. load average: 1.11 1.13 1.28 1/303 28929 198222:36:12 when merge_schedule does not exist 198322:36:13 is expected not to change `merge_request.reload.merge_schedule` 198422:36:15 is expected not to change `MergeRequests::MergeSchedule.count` 198522:36:15# [RSpecRunTime] RSpec elapsed time: 19 minutes 1.97 seconds. Current RSS: ~1184M. Threads: 5. load average: 1.10 1.12 1.28 1/303 29042 198722:36:15# [RSpecRunTime] Finishing example group spec/services/merge_requests/update_merge_schedule_service_spec.rb. It took 10.65 seconds. Expected to take 11.86 seconds. 198822:36:15# [RSpecRunTime] Starting example group spec/policies/achievements/user_achievement_policy_spec.rb. Expected to take 11.08 seconds. 198922:36:15Achievements::UserAchievementPolicy 199022:36:16 is readable to everyone when user has public profile 199122:36:16 when the achievements feature flag is disabled 199222:36:17 is expected to be disallowed :read_user_achievement 199322:36:17 is expected to be disallowed :update_user_achievement 199422:36:17# [RSpecRunTime] RSpec elapsed time: 19 minutes 4.08 seconds. Current RSS: ~1181M. Threads: 5. load average: 1.10 1.12 1.28 1/303 29043 199622:36:17 when group is private 199722:36:17 for achievement owner 199922:36:18 for group maintainer 200222:36:20 is not visible 200322:36:20 when user has private profile 200422:36:20 for achievement owner 200622:36:20 for group maintainer 201022:36:22 when current_user and achievement owner are different 201122:36:23 is expected to be disallowed :update_owned_user_achievement 201222:36:23 is expected to be disallowed :update_user_achievement 201322:36:23# [RSpecRunTime] RSpec elapsed time: 19 minutes 9.92 seconds. Current RSS: ~1154M. Threads: 5. load average: 1.09 1.12 1.28 1/301 29044 201522:36:23 when current_user and achievement owner are the same 201622:36:24 is expected to be allowed :update_owned_user_achievement 201722:36:25 is expected to be allowed :update_user_achievement 201822:36:25# [RSpecRunTime] RSpec elapsed time: 19 minutes 11.31 seconds. Current RSS: ~1151M. Threads: 5. load average: 1.09 1.12 1.28 1/299 29045 202022:36:25# [RSpecRunTime] Finishing example group spec/policies/achievements/user_achievement_policy_spec.rb. It took 9.33 seconds. Expected to take 11.08 seconds. 202122:36:25# [RSpecRunTime] Starting example group spec/models/ci/freeze_period_spec.rb. Expected to take 10.22 seconds. 202222:36:25Ci::FreezePeriod 202322:36:25 does not allow STI 202422:36:25 is expected to belong to project required: false 202522:36:25 is expected to respond to #freeze_start 202622:36:25 is expected to respond to #freeze_end 202722:36:25 is expected to respond to #cron_timezone 202822:36:25 behaves like cleanup by a loose foreign key 202922:36:33 cleans up (delete or nullify) the model 203022:36:33# [RSpecRunTime] RSpec elapsed time: 19 minutes 19.71 seconds. Current RSS: ~1155M. Threads: 5. load average: 1.16 1.13 1.28 1/297 29046 203222:36:33 cron validations 203322:36:33 allows valid cron patterns 203422:36:33 does not allow invalid cron patterns on freeze_start 203522:36:33 does not allow invalid cron patterns on freeze_end 203622:36:33 does not allow an invalid timezone 203722:36:33 when cron contains trailing whitespaces 203822:36:33 strips the attribute 204022:36:33 single freeze period 204122:36:33 behaves like outside freeze period 204222:36:33 is not frozen 204322:36:33 behaves like within freeze period 204522:36:33 behaves like within freeze period 204722:36:33 behaves like outside freeze period 204822:36:33 is not frozen 204922:36:33 when period overlaps with itself 205022:36:33 behaves like within freeze period 205222:36:34 behaves like outside freeze period 205322:36:34 is not frozen 205522:36:34 when freeze period status is active 205622:36:34 behaves like a freeze period method 205722:36:34 returns the correct value 205822:36:34 when freeze period status is inactive 205922:36:34 behaves like a freeze period method 206022:36:34 returns the correct value 206222:36:34 behaves like a freeze period method 206322:36:34 returns the correct value 206422:36:34 #next_time_start 206522:36:34 behaves like a freeze period method 206622:36:34 returns the correct value 206722:36:34 #time_end_from_now 206822:36:34 behaves like a freeze period method 206922:36:34 returns the correct value 207022:36:34 #time_end_from_start 207122:36:34 behaves like a freeze period method 207222:36:34 returns the correct value 207322:36:34# [RSpecRunTime] Finishing example group spec/models/ci/freeze_period_spec.rb. It took 9.16 seconds. Expected to take 10.22 seconds. 207422:36:34# [RSpecRunTime] Starting example group spec/services/users/refresh_authorized_projects_service_spec.rb. Expected to take 10.07 seconds. 207522:36:34Users::RefreshAuthorizedProjectsService 207722:36:34 refreshes the authorizations using a lease 207822:36:35 logs the duration statistics 208022:36:35 incorrect_auth_found_callback callback 208222:36:36# [RSpecRunTime] RSpec elapsed time: 19 minutes 22.65 seconds. Current RSS: ~1163M. Threads: 5. load average: 1.14 1.13 1.28 1/297 29047 208422:36:36 missing_auth_found_callback callback 208622:36:37 #execute_without_lease 208722:36:38 updates the authorized projects of the user 208822:36:39 sets the access level of a project to the highest available level 208922:36:40 updates project_authorizations_recalculated_at 209022:36:40 returns a User 209122:36:40# [RSpecRunTime] RSpec elapsed time: 19 minutes 26.91 seconds. Current RSS: ~1169M. Threads: 5. load average: 1.14 1.13 1.28 1/297 29048 209322:36:40 #update_authorizations 209422:36:41 removes authorizations that should be removed 209522:36:42 inserts authorizations that should be added 209622:36:42 logs the details of the refresh 209722:36:42 when there are no rows to add and remove 209822:36:43 does not change authorizations 209922:36:43# [RSpecRunTime] RSpec elapsed time: 19 minutes 29.65 seconds. Current RSS: ~1168M. Threads: 5. load average: 1.13 1.13 1.27 1/297 29049 210122:36:43# [RSpecRunTime] Finishing example group spec/services/users/refresh_authorized_projects_service_spec.rb. It took 9.19 seconds. Expected to take 10.07 seconds. 210222:36:43# [RSpecRunTime] Starting example group spec/lib/gitlab/diff/file_collection/commit_spec.rb. Expected to take 9.23 seconds. 210322:36:43Gitlab::Diff::FileCollection::Commit 210422:36:43 behaves like diff statistics 210522:36:43 when include_stats is true 210622:36:44 Repository#diff_stats is called 210722:36:45 Gitlab::Diff::File is initialized with diff stats 210822:36:45# [RSpecRunTime] RSpec elapsed time: 19 minutes 31.93 seconds. Current RSS: ~1183M. Threads: 5. load average: 1.13 1.13 1.27 1/299 29092 211022:36:45 when should not request diff stats 211122:36:46 Repository#diff_stats is not called 211222:36:46# [RSpecRunTime] RSpec elapsed time: 19 minutes 33.06 seconds. Current RSS: ~1192M. Threads: 5. load average: 1.12 1.13 1.27 1/300 29113 211422:36:46 behaves like unfoldable diff 211522:36:47 calls Gitlab::Diff::File#unfold_diff_lines with correct position 211622:36:48# [RSpecRunTime] RSpec elapsed time: 19 minutes 34.2 seconds. Current RSS: ~1198M. Threads: 5. load average: 1.12 1.13 1.27 1/301 29133 211822:36:48 behaves like sortable diff files 211922:36:48 #raw_diff_files 212022:36:48 when sorted is false (default) 212122:36:49 returns unsorted diff files 212222:36:49# [RSpecRunTime] RSpec elapsed time: 19 minutes 35.46 seconds. Current RSS: ~1209M. Threads: 5. load average: 1.12 1.13 1.27 1/302 29155 212422:36:49 when sorted is true 212522:36:50 returns sorted diff files 212622:36:50# [RSpecRunTime] RSpec elapsed time: 19 minutes 36.7 seconds. Current RSS: ~1211M. Threads: 5. load average: 1.12 1.13 1.27 1/302 29177 212922:36:51 returns with the commit id 213022:36:51# [RSpecRunTime] RSpec elapsed time: 19 minutes 37.88 seconds. Current RSS: ~1211M. Threads: 5. load average: 1.11 1.12 1.27 1/302 29197 213222:36:51# [RSpecRunTime] Finishing example group spec/lib/gitlab/diff/file_collection/commit_spec.rb. It took 8.23 seconds. Expected to take 9.23 seconds. 213322:36:51# [RSpecRunTime] Starting example group spec/serializers/ci/trigger_entity_spec.rb. Expected to take 9.08 seconds. 213422:36:51Ci::TriggerEntity 213622:36:52 contains required fields 213722:36:53 contains user fields 213822:36:53 when current user can manage triggers 213922:36:54 returns short_token as token 214022:36:55 contains project_trigger_path 214122:36:56 returns has_token_exposed 214222:36:56# [RSpecRunTime] RSpec elapsed time: 19 minutes 42.83 seconds. Current RSS: ~1188M. Threads: 5. load average: 1.10 1.12 1.27 1/302 29198 214422:36:56 when current user is the owner of the trigger 214522:36:57 returns token as token 214622:36:58 contains project_trigger_path 214722:36:59 returns has_token_exposed 214822:37:00# [RSpecRunTime] RSpec elapsed time: 19 minutes 46.22 seconds. Current RSS: ~1163M. Threads: 5. load average: 1.10 1.12 1.27 1/299 29199 215022:37:00# [RSpecRunTime] Finishing example group spec/serializers/ci/trigger_entity_spec.rb. It took 8.34 seconds. Expected to take 9.08 seconds. 215122:37:00# [RSpecRunTime] Starting example group spec/services/packages/maven/metadata/sync_service_spec.rb. Expected to take 8.4 seconds. 215222:37:00Packages::Maven::Metadata::SyncService 215522:37:01 role: :anonymous, expected_result: :rejected 215622:37:01 behaves like returning an error service response 215722:37:01 returns an error service response 215822:37:01# [RSpecRunTime] RSpec elapsed time: 19 minutes 47.32 seconds. Current RSS: ~1159M. Threads: 5. load average: 1.09 1.12 1.27 1/298 29200 216022:37:01 role: :developer, expected_result: :rejected 216122:37:01 behaves like returning an error service response 216222:37:01 returns an error service response 216322:37:01 role: :maintainer, expected_result: :accepted 216422:37:01 behaves like returning a success service response 216522:37:01 returns a success service response 216622:37:01 with a maintainer 216722:37:01 with a jar package 216822:37:01 with no changes 216922:37:01 behaves like returning a success service response 217022:37:01 returns a success service response 217122:37:01 with changes 217222:37:01 behaves like returning a success service response 217322:37:02 returns a success service response 217422:37:02 with empty versions 217522:37:02 behaves like returning a success service response 217622:37:02 returns a success service response 217722:37:02 with a too big maven metadata file for versions 217822:37:02 behaves like returning an error service response 217922:37:02 returns an error service response 218022:37:02 an error from the create versions xml service 218122:37:02 behaves like returning an error service response 218222:37:03 returns an error service response 218322:37:03 an error from the append package file service 218422:37:03 behaves like returning an error service response 218522:37:03 returns an error service response 218622:37:03 without a package name 218722:37:03 behaves like returning an error service response 218822:37:03 returns an error service response 218922:37:03 without a versionless package for version 219022:37:03 behaves like returning a success service response 219122:37:03 returns a success service response 219222:37:03 without a metadata package file for versions 219322:37:03 behaves like returning a success service response 219422:37:03 returns a success service response 219522:37:03 without a project 219622:37:03 behaves like returning an error service response 219722:37:04 returns an error service response 219822:37:04 with a maven plugin package 219922:37:04 with no changes 220022:37:04 behaves like returning a success service response 220122:37:04 returns a success service response 220222:37:04 with changes in the versions xml 220322:37:04 behaves like returning a success service response 220422:37:05 returns a success service response 220522:37:05 with changes in the plugin xml 220622:37:05 behaves like returning a success service response 220722:37:05 returns a success service response 220822:37:05 with empty versions 220922:37:05 behaves like returning a success service response 221022:37:05 returns a success service response 221122:37:05 with a too big maven metadata file for plugins 221222:37:05 behaves like returning an error service response 221322:37:06 returns an error service response 221422:37:06 an error from the create versions xml service 221522:37:06 behaves like returning an error service response 221622:37:06 returns an error service response 221722:37:06 an error from the append package file service 221822:37:06 behaves like returning an error service response 221922:37:06 returns an error service response 222022:37:06 without a versionless package for plugins 222122:37:06 behaves like returning a success service response 222222:37:06 returns a success service response 222322:37:06 without a versionless package for versions 222422:37:06 behaves like returning a success service response 222522:37:06 returns a success service response 222622:37:06 without a metadata package file for plugins 222722:37:06 behaves like returning a success service response 222822:37:07 returns a success service response 222922:37:07# [RSpecRunTime] Finishing example group spec/services/packages/maven/metadata/sync_service_spec.rb. It took 7.1 seconds. Expected to take 8.4 seconds. 223022:37:07# [RSpecRunTime] Starting example group spec/finders/branches_finder_spec.rb. Expected to take 8.08 seconds. 223122:37:07BranchesFinder 223622:37:08# [RSpecRunTime] RSpec elapsed time: 19 minutes 54.42 seconds. Current RSS: ~1191M. Threads: 5. load average: 1.09 1.12 1.27 1/298 29223 223822:37:08 by recently_updated 224022:37:08 by last_updated 224422:37:08 filters branches 224522:37:08 by name ignoring letter case 224622:37:09 filters branches 224822:37:09 returns all branches contain name 224922:37:09 by provided names 225022:37:09 filters branches 225122:37:09 by name that begins with 225222:37:09 filters branches 225322:37:09 by name that ends with 225422:37:09 filters branches 225522:37:09 by name with wildcard 225622:37:09 filters branches 225722:37:09 by mixed regex operators 225822:37:10 filters branches 225922:37:10 by invalid regex 226022:37:10 is expected to raise RegexpError 226122:37:10 by `|` regex 226222:37:10 filters branches 226322:37:10 by exclude name 226422:37:10 filters branches 226522:37:10 by name with multiple wildcards 226622:37:10 filters branches 226722:37:10 with an unknown name 226822:37:10 does not find any branch 226922:37:10 by nonexistent name that begins with 227022:37:10 filters branches 227122:37:10 by nonexistent name that ends with 227222:37:11 filters branches 227322:37:11 by nonexistent name with wildcard 227422:37:11 filters branches 227522:37:11 filter and sort 227622:37:11 by name and sorts by recently_updated 227722:37:11 filters branches 227822:37:11 by name and sorts by recently_updated, with exact matches first 227922:37:11 filters branches 228022:37:11 by name and sorts by last_updated 228122:37:11 filters branches 228222:37:11 with gitaly pagination 228322:37:11 by page_token and per_page 228422:37:11 filters branches 228522:37:11 by next page_token and per_page 228622:37:11 filters branches 228722:37:11 by per_page only 228822:37:11 filters branches 228922:37:11 when per_page is over the limit 229022:37:12 limits the maximum number of elements 229122:37:12 by page_token only 229222:37:12 raises an error 229322:37:12 pagination and sort 229522:37:12 filters branches 229622:37:12 by page_token and per_page 229722:37:12 filters branches 229822:37:12 pagination and names 229922:37:12 falls back to default execute and ignore paginations 230022:37:12 pagination and search 230122:37:12 falls back to default execute and ignore paginations 230222:37:12 #next_cursor 230322:37:12 always nil before #execute call 230422:37:12 after #execute 230522:37:12 with gitaly pagination 230622:37:12 without pagination params 230722:37:12 is expected to be nil 230822:37:12 with pagination params 230922:37:12 is expected to be present 231022:37:12 when all objects can be returned on the same page 231122:37:13 is expected to be present 231222:37:13 without gitaly pagination 231322:37:13 without pagination params 231422:37:13 is expected to be nil 231522:37:13 with pagination params 231622:37:13 is expected to be nil 231722:37:13 when all objects can be returned on the same page 231822:37:13 is expected to be nil 232022:37:13 is expected to be a kind of Integer 232122:37:13 is expected to eq 89 232222:37:13# [RSpecRunTime] Finishing example group spec/finders/branches_finder_spec.rb. It took 6.82 seconds. Expected to take 8.08 seconds. 232322:37:13# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/trace/chunked_io_spec.rb. Expected to take 7.88 seconds. 232422:37:13Gitlab::Ci::Trace::ChunkedIO 232622:37:14 when a chunk exists 232722:37:14 is expected to eq 3 232822:37:14 when two chunks exist 232922:37:14 is expected to eq 6 233022:37:14 when no chunks exists 233122:37:14 is expected to eq 0 233322:37:14 when moves pos to end of the file 233422:37:14 is expected to eq 192441 233522:37:14 when moves pos to middle of the file 233622:37:14 is expected to eq 96220 233722:37:14 when moves pos around 233822:37:14 matches the result 234022:37:14 when current pos is at end of the file 234122:37:15 is expected to be truthy 234222:37:15 when current pos is not at end of the file 234322:37:15 is expected to be falsey 234522:37:15 when buffer size is smaller than file size 234622:37:15 yields lines 234722:37:15 when buffer size is larger than file size 234822:37:15 calls get_chunk only once 234922:37:15 when buffer consist of many empty lines 235022:37:15 yields lines 235222:37:15 when read the whole size 235322:37:15 when buffer size is smaller than file size 235422:37:15 is expected to eq "\e[0KRunning with gitlab-runner 10.6.0 (a3543a27)\n\e[0;m\e[0K on docker-auto-scale-com 30d62d59\n\...token\e[0;m=rusBKvxM\nsection_end:1522927520:upload_artifacts\n\e[0K\e[32;1mJob succeeded\n\e[0;m\n" 235522:37:15 when buffer size is larger than file size 235622:37:15 is expected to eq "\e[0KRunning with gitlab-runner 10.6.0 (a3543a27)\n\e[0;m\e[0K on docker-auto-scale-com 30d62d59\n\...token\e[0;m=rusBKvxM\nsection_end:1522927520:upload_artifacts\n\e[0K\e[32;1mJob succeeded\n\e[0;m\n" 235722:37:15 when chunk is missing data 235822:37:19 raises an error 235922:37:19# [RSpecRunTime] RSpec elapsed time: 20 minutes 5.68 seconds. Current RSS: ~1213M. Threads: 5. load average: 1.07 1.11 1.26 1/298 29323 236122:37:19 when read only first 100 bytes 236222:37:19 when buffer size is smaller than file size 236322:37:19 reads a trace 236422:37:19 when buffer size is larger than file size 236522:37:19 reads a trace 236622:37:19 when tries to read oversize 236722:37:19 when buffer size is smaller than file size 236822:37:19 reads a trace 236922:37:19 when buffer size is larger than file size 237022:37:19 reads a trace 237122:37:19 when tries to read 0 bytes 237222:37:19 when buffer size is smaller than file size 237322:37:19 reads a trace 237422:37:19 when buffer size is larger than file size 237522:37:20 reads a trace 237722:37:20 when buffer size is smaller than file size 237822:37:20 behaves like all line matching 237922:37:20 is expected to eq "\e[0;m\n" 238022:37:20 when buffer size is larger than file size 238122:37:20 behaves like all line matching 238222:37:20 is expected to eq "\e[0;m\n" 238322:37:20 when pos is at middle of the file 238422:37:20 reads from pos 238522:37:20 when chunk is missing data 238622:37:20 raises an error 238722:37:20 when utf-8 is being used 238822:37:20 has known length 238922:37:20 behaves like all line matching 239022:37:20 is expected to eq "\xF0\x9F\x98\xBA" 239222:37:20 when data does not exist 239322:37:20 when buffer size is smaller than file size 239422:37:20 behaves like writes a trace 239522:37:20 is expected to eq "\e[0KRunning with gitlab-runner 10.6.0 (a3543a27)\n\e[0;m\e[0K on docker-auto-scale-com 30d62d59\n\...token\e[0;m=rusBKvxM\nsection_end:1522927520:upload_artifacts\n\e[0K\e[32;1mJob succeeded\n\e[0;m\n" 239622:37:20 when buffer size is larger than file size 239722:37:20 behaves like writes a trace 239822:37:21 is expected to eq "\e[0KRunning with gitlab-runner 10.6.0 (a3543a27)\n\e[0;m\e[0K on docker-auto-scale-com 30d62d59\n\...token\e[0;m=rusBKvxM\nsection_end:1522927520:upload_artifacts\n\e[0K\e[32;1mJob succeeded\n\e[0;m\n" 239922:37:21 when data already exists 240022:37:21 when buffer size is smaller than file size 240122:37:21 behaves like appends a trace 240222:37:21 is expected to eq "exist data\e[0KRunning with gitlab-runner 10.6.0 (a3543a27)\n\e[0;m\e[0K on docker-auto-scale-com 3...token\e[0;m=rusBKvxM\nsection_end:1522927520:upload_artifacts\n\e[0K\e[32;1mJob succeeded\n\e[0;m\n" 240322:37:21 when buffer size is larger than file size 240422:37:21 behaves like appends a trace 240522:37:21 is expected to eq "exist data\e[0KRunning with gitlab-runner 10.6.0 (a3543a27)\n\e[0;m\e[0K on docker-auto-scale-com 3...token\e[0;m=rusBKvxM\nsection_end:1522927520:upload_artifacts\n\e[0K\e[32;1mJob succeeded\n\e[0;m\n" 240722:37:21 when data does not exist 240822:37:21 when buffer size is smaller than file size 240922:37:21 behaves like truncates a trace 241022:37:21 is expected to eq "\e[0KRunnin" 241122:37:21 when buffer size is larger than file size 241222:37:21 behaves like truncates a trace 241322:37:21 is expected to eq "\e[0KRunnin" 241622:37:21# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/trace/chunked_io_spec.rb. It took 7.57 seconds. Expected to take 7.88 seconds. 241722:37:21# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/pipeline/chain/command_spec.rb. Expected to take 7.32 seconds. 241822:37:21Gitlab::Ci::Pipeline::Chain::Command 242022:37:22 properly initialises object from hash 242222:37:22 is expected to eq false 242322:37:22 when dry_run is true 242422:37:22 is expected to eq true 242522:37:22 when execution_policy_dry_run is true 242622:37:22 is expected to eq true 242722:37:22 handling of origin_ref 242822:37:22 #branch_exists? 242922:37:22 for existing branch 243022:37:22 is expected to eq true 243122:37:22 for fully described tag ref 243222:37:22 is expected to eq false 243322:37:22 for fully described branch ref 243422:37:22 is expected to eq true 243522:37:22 for invalid branch 243622:37:22 is expected to eq false 243722:37:22 #tag_exists? 243822:37:22 for existing ref 243922:37:22 is expected to eq true 244022:37:22 for fully described tag ref 244122:37:22 is expected to eq true 244222:37:22 for fully described branch ref 244322:37:22 is expected to eq false 244422:37:22 for invalid ref 244522:37:22 is expected to eq false 244622:37:22 #merge_request_ref_exists? 244722:37:22 for existing merge request ref 244822:37:23 is expected to eq true 244922:37:23 for branch ref 245022:37:23 is expected to eq false 245222:37:23 for regular ref 245322:37:23 is expected to eq "master" 245422:37:23 for branch ref 245522:37:23 is expected to eq "master" 245722:37:23 is expected to eq "1.0.0" 245822:37:23 for other refs 245922:37:23 is expected to eq "refs/merge-requests/11/head" 246122:37:23 when invalid checkout_sha is specified 246222:37:23 returns empty value 246322:37:23 when a valid checkout_sha is specified 246422:37:23 returns checkout_sha 246522:37:23 when a valid after_sha is specified 246622:37:24 returns after_sha 246722:37:24 when a valid origin_ref is specified 246822:37:24 returns SHA for given ref 247022:37:24 when using checkout_sha and after_sha 247122:37:24 uses checkout_sha 247222:37:24 when using after_sha only 247322:37:24 uses after_sha 247522:37:24 when using checkout_sha and before_sha 247622:37:24 uses before_sha 247722:37:24 when using checkout_sha only 247822:37:24 uses checkout_sha 247922:37:24 when checkout_sha and before_sha are empty 248022:37:24 uses BLANK_SHA 248222:37:24 when source_sha is specified 248322:37:24 returns the specified value 248522:37:24 when target_sha is specified 248622:37:25 returns the specified value 248722:37:25 #protected_ref? 248822:37:25 when a ref is protected 248922:37:25 is expected to eq true 249022:37:25 when a ref is unprotected 249122:37:25 is expected to eq false 249222:37:25 #ambiguous_ref 249322:37:25 when ref is not ambiguous 249422:37:26 is expected to eq false 249522:37:26 when ref is ambiguous 249622:37:27 is expected to eq true 249722:37:27# [RSpecRunTime] RSpec elapsed time: 20 minutes 13.69 seconds. Current RSS: ~1179M. Threads: 5. load average: 1.06 1.11 1.26 1/303 29542 249922:37:27 #creates_child_pipeline? 250022:37:27 when bridge is present 250122:37:27 when bridge triggers a child pipeline 250222:37:27 is expected to be truthy 250322:37:27 when bridge triggers a multi-project pipeline 250422:37:27 is expected to be falsey 250522:37:27 when bridge is not present 250622:37:27 is expected to be falsey 250722:37:27 #parent_pipeline_partition_id 250822:37:27 when bridge is present 250922:37:27 when bridge triggers a child pipeline 251022:37:27 is expected to eq 123 251122:37:27 when bridge triggers a multi-project pipeline 251222:37:27 is expected to be nil 251322:37:27 when bridge is not present 251422:37:27 is expected to be nil 251522:37:27 #increment_pipeline_failure_reason_counter 251622:37:27 increments the error metric 251722:37:27 when the reason is nil 251822:37:27 increments the error metric with unknown_failure 251922:37:27 #observe_creation_duration 252022:37:27 records the duration as histogram 252122:37:27 when project is gitlab-org/gitlab 252222:37:27 tracks the duration with the expected label 252322:37:27 #observe_step_duration 252422:37:27 when ci_pipeline_creation_step_duration_tracking is enabled 252522:37:27 adds the duration to the step duration histogram 252622:37:27 when ci_pipeline_creation_step_duration_tracking is disabled 252722:37:27 does nothing 252822:37:27 #observe_pipeline_size 252922:37:27 logs the pipeline total size to histogram 253022:37:27# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/pipeline/chain/command_spec.rb. It took 6.33 seconds. Expected to take 7.32 seconds. 253122:37:27# [RSpecRunTime] Starting example group spec/lib/gitlab/import_export/repo_restorer_spec.rb. Expected to take 7.1 seconds. 253222:37:27Gitlab::ImportExport::RepoRestorer 253322:37:29 bundle a project Git repo 253422:37:30 restores the repo successfully 253522:37:30 when the repository already exists 253622:37:31 deletes the existing repository before importing 253722:37:31# [RSpecRunTime] RSpec elapsed time: 20 minutes 17.65 seconds. Current RSS: ~1228M. Threads: 5. load average: 1.06 1.11 1.26 1/302 29656 253922:37:31 restore a wiki Git repo 254022:37:32 restores the wiki repo successfully 254122:37:32 no wiki in the bundle 254222:37:33 does not creates an empty wiki 254322:37:33# [RSpecRunTime] RSpec elapsed time: 20 minutes 19.81 seconds. Current RSS: ~1233M. Threads: 5. load average: 1.06 1.11 1.26 1/302 29678 254522:37:33 when wiki already exists 254622:37:34 does not cause an error when restoring 254722:37:34# [RSpecRunTime] Finishing example group spec/lib/gitlab/import_export/repo_restorer_spec.rb. It took 6.61 seconds. Expected to take 7.1 seconds. 254822:37:34# [RSpecRunTime] Starting example group spec/services/ci/create_pipeline_service/evaluate_runner_tags_spec.rb. Expected to take 6.4 seconds. 254922:37:34Ci::CreatePipelineService 255022:37:35 when the variable is set 255122:37:36 uses the evaluated variable 255222:37:36# [RSpecRunTime] RSpec elapsed time: 20 minutes 22.56 seconds. Current RSS: ~1230M. Threads: 5. load average: 1.05 1.11 1.26 1/302 29731 255422:37:36 when the tag is composed by two variables 255522:37:37 uses the evaluated variables 255622:37:37 when the variable is not set 255722:37:37 uses the variable as a regular string 255822:37:37 when the tag uses group variables 255922:37:38 uses the evaluated variables 256022:37:38 when the tag has the same variable name defined for both group and project 256122:37:38 uses the project variable instead of group due to variable precedence 256222:37:38 with parallel:matrix config 256322:37:39 uses the evaluated variables 256422:37:39# [RSpecRunTime] Finishing example group spec/services/ci/create_pipeline_service/evaluate_runner_tags_spec.rb. It took 5.04 seconds. Expected to take 6.4 seconds. 256522:37:39# [RSpecRunTime] Starting example group spec/lib/event_filter_spec.rb. Expected to take 6.16 seconds. 256822:37:44 returns "all" if given filter is nil 256922:37:44 returns "all" if given filter is "" 257022:37:44 returns "all" if given filter is "foo" 257122:37:44# [RSpecRunTime] RSpec elapsed time: 20 minutes 30.41 seconds. Current RSS: ~1162M. Threads: 5. load average: 1.05 1.10 1.26 1/302 29840 257322:37:44 #apply_filter 257422:37:44 with the "push" filter 257522:37:44 filters push events only 257622:37:44 with the "merged" filter 257722:37:44 filters merged events only 257822:37:44 with the "issue" filter 257922:37:44 filters issue and work item events only 258022:37:44 with the "comments" filter 258122:37:44 filters comment events only 258222:37:44 with the "team" filter 258322:37:44 filters team events only 258422:37:44 with the "all" filter 258522:37:44 returns all events 258622:37:44 with the "design" filter 258722:37:44 returns only design events 258822:37:44 with the "wiki" filter 258922:37:44 returns only wiki page events 259022:37:44 with an unknown filter 259122:37:44 returns all events 259222:37:44 with a nil filter 259322:37:44 returns all events 259422:37:44 #in_operator_query_builder_params 259522:37:44 with the "issue" filter 259622:37:44 also includes work item events 259822:37:44 returns false if filter does not include the given key 259922:37:44 returns false if the given key is nil 260022:37:44 returns true if filter does not include the given key 260122:37:44# [RSpecRunTime] Finishing example group spec/lib/event_filter_spec.rb. It took 5.12 seconds. Expected to take 6.16 seconds. 260222:37:44# [RSpecRunTime] Starting example group spec/views/notify/change_in_merge_request_draft_status_email.text.erb_spec.rb. Expected to take 5.93 seconds. 260322:37:44notify/change_in_merge_request_draft_status_email.text.erb 260422:37:46 shows user removed draft status on email 260522:37:48 shows user added draft status on email 260622:37:48 behaves like renders plain text email correctly 260722:37:50 renders the email without HTML links 260822:37:50# [RSpecRunTime] RSpec elapsed time: 20 minutes 36.22 seconds. Current RSS: ~1186M. Threads: 5. load average: 1.20 1.14 1.27 1/303 30013 261022:37:50# [RSpecRunTime] Finishing example group spec/views/notify/change_in_merge_request_draft_status_email.text.erb_spec.rb. It took 5.41 seconds. Expected to take 5.93 seconds. 261122:37:50# [RSpecRunTime] Starting example group spec/initializers/active_record_locking_spec.rb. Expected to take 5.76 seconds. 261222:37:50ActiveRecord locking 261322:37:50 when lock_version is NULL 261422:37:50 behaves like locked model 261522:37:50 can be updated 261622:37:51 can be deleted 261722:37:51# [RSpecRunTime] RSpec elapsed time: 20 minutes 37.9 seconds. Current RSS: ~1188M. Threads: 5. load average: 1.19 1.13 1.26 1/303 30014 261922:37:51 when lock_version is 1 262022:37:51 behaves like locked model 262122:37:52 can be updated 262222:37:53 can be deleted 262322:37:53# [RSpecRunTime] RSpec elapsed time: 20 minutes 39.71 seconds. Current RSS: ~1184M. Threads: 5. load average: 1.19 1.13 1.26 1/302 30015 262522:37:53 when lock_version is 0 262622:37:53 behaves like locked model 262722:37:54 can be updated 262822:37:55 can be deleted 262922:37:55# [RSpecRunTime] RSpec elapsed time: 20 minutes 41.33 seconds. Current RSS: ~1179M. Threads: 5. load average: 1.19 1.13 1.26 1/302 30016 263122:37:55# [RSpecRunTime] Finishing example group spec/initializers/active_record_locking_spec.rb. It took 5.11 seconds. Expected to take 5.76 seconds. 263222:37:55# [RSpecRunTime] Starting example group spec/services/ci/create_pipeline_service/workflow_auto_cancel_spec.rb. Expected to take 5.51 seconds. 263322:37:55Ci::CreatePipelineService 263422:37:56 on_job_failure 263522:37:56 when is set to none 263622:37:56 creates a pipeline with on_job_failure 263722:37:56# [RSpecRunTime] RSpec elapsed time: 20 minutes 42.71 seconds. Current RSS: ~1181M. Threads: 5. load average: 1.17 1.13 1.26 1/302 30045 263922:37:56 when is set to all 264022:37:56 creates a pipeline with on_job_failure 264122:37:56 when on_job_failure is set to invalid 264222:37:57 creates a pipeline with errors 264322:37:57 when using with workflow:rules 264422:37:57 when the rule matches 264522:37:57 creates a pipeline with on_job_failure 264622:37:57 when the rule does not match 264722:37:57 creates a pipeline with on_job_failure 264822:37:57 on_new_commit 264922:37:57 when is set to interruptible 265022:37:58 creates a pipeline with on_new_commit 265122:37:58 when is set to invalid 265222:37:58 creates a pipeline with errors 265322:37:58 when using with workflow:rules 265422:37:58 when the rule matches 265522:37:59 creates a pipeline with on_new_commit 265622:37:59 when the rule does not match 265722:37:59 creates a pipeline with on_new_commit 265822:37:59# [RSpecRunTime] Finishing example group spec/services/ci/create_pipeline_service/workflow_auto_cancel_spec.rb. It took 4.24 seconds. Expected to take 5.51 seconds. 265922:37:59# [RSpecRunTime] Starting example group spec/serializers/discussion_entity_spec.rb. Expected to take 5.3 seconds. 266022:37:59DiscussionEntity 266122:38:00 exposes correct attributes 266222:38:00 does not include base discussion in the notes 266322:38:01 resolved_by matches note_user_entity schema 266422:38:01 when is LegacyDiffDiscussion 266522:38:01 exposes correct attributes 266622:38:01# [RSpecRunTime] RSpec elapsed time: 20 minutes 48.03 seconds. Current RSS: ~1173M. Threads: 5. load average: 1.16 1.13 1.26 1/298 30046 266822:38:01 when diff file is present 266922:38:03 exposes diff file attributes 267022:38:03# [RSpecRunTime] RSpec elapsed time: 20 minutes 50.14 seconds. Current RSS: ~1176M. Threads: 5. load average: 1.16 1.13 1.26 1/302 30110 267222:38:03# [RSpecRunTime] Finishing example group spec/serializers/discussion_entity_spec.rb. It took 4.57 seconds. Expected to take 5.3 seconds. 267322:38:03# [RSpecRunTime] Starting example group spec/lib/gitlab/database/partitioning/partition_manager_spec.rb. Expected to take 5.08 seconds. 267422:38:03Gitlab::Database::Partitioning::PartitionManager 267522:38:03 creating partitions (mocked) 267622:38:03 when the given table is partitioned 267722:38:04 creates the partition 267822:38:04 with explicitly provided connection 267922:38:04 uses the explicitly provided connection when any 268022:38:04 when an ArgumentError occurs during partition management 268122:38:04 raises error 268222:38:04 when an error occurs during partition management 268322:38:04 does not raise an error 268422:38:04 when the table is not partitioned 268522:38:04 does not try creating the partitions 268622:38:04 creating partitions 268722:38:04 when single database is configured 268822:38:04 creates partitions (PENDING: Skipping because database ci exists) 268922:38:04 when multiple databases are configured 269022:38:04 gitlab_schema: :gitlab_main, database: :main, expectation: false 269122:38:04 when feature flag is enabled 269222:38:04 matches expectation 269322:38:04 when feature flag is disabled 269422:38:04 will not lock created partition 269522:38:04 gitlab_schema: :gitlab_main, database: :ci, expectation: true 269622:38:04 when feature flag is enabled 269722:38:04 matches expectation 269822:38:04 when feature flag is disabled 269922:38:05 will not lock created partition 270022:38:05 gitlab_schema: :gitlab_ci, database: :main, expectation: true 270122:38:05 when feature flag is enabled 270222:38:05 matches expectation 270322:38:05 when feature flag is disabled 270422:38:05 will not lock created partition 270522:38:05 gitlab_schema: :gitlab_ci, database: :ci, expectation: false 270622:38:05 when feature flag is enabled 270722:38:05 matches expectation 270822:38:05 when feature flag is disabled 270922:38:05 will not lock created partition 271022:38:05 detaching partitions (mocked) 271122:38:05 detaches each extra partition 271222:38:05 logs an error if the partitions are not detachable 271322:38:05 #detach_partitions 271422:38:06 detaches exactly one partition 271522:38:06 detaches the old partition 271622:38:06 deletes zero tables 271722:38:06 creates the appropriate PendingPartitionDrop entry 271822:38:06 when the model is the target of a foreign key 271922:38:06 does not detach partitions with a referenced foreign key 272022:38:06 analyze partitioned table 272122:38:06 behaves like run only once analyze within interval 272222:38:06 is expected to include /ANALYZE \(SKIP_LOCKED\) "_test_gitlab_main_my_model_example_table"/ 272322:38:06 when analyze is false 272422:38:06 behaves like not to run the analyze at all 272522:38:07 is expected not to include /ANALYZE \(SKIP_LOCKED\) "_test_gitlab_main_my_model_example_table"/ 272622:38:07 when model does not set analyze_interval 272722:38:07 behaves like not to run the analyze at all 272822:38:07 is expected not to include /ANALYZE \(SKIP_LOCKED\) "_test_gitlab_main_my_model_example_table"/ 272922:38:07 when no partition is created 273022:38:07 behaves like run only once analyze within interval 273122:38:07 is expected to include /ANALYZE \(SKIP_LOCKED\) "_test_gitlab_main_my_model_example_table"/ 273222:38:07 strategies that support analyze_interval 273322:38:07 Gitlab::Database::Partitioning::MonthlyStrategy supports analyze_interval 273422:38:07 Gitlab::Database::Partitioning::SlidingListStrategy supports analyze_interval 273522:38:07 Gitlab::Database::Partitioning::CiSlidingListStrategy supports analyze_interval 273622:38:07 creating and then detaching partitions for a table 273722:38:07 creates partitions for the future then drops the oldest one after a month 273822:38:07# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/partitioning/partition_manager_spec.rb. It took 3.75 seconds. Expected to take 5.08 seconds. 273922:38:07# [RSpecRunTime] Starting example group spec/lib/gitlab/allowable_spec.rb. Expected to take 4.93 seconds. 274022:38:07Gitlab::Allowable 274222:38:07 when user is allowed to do something 274322:38:08 reports correct ability to perform action 274422:38:08 when user is not allowed to do something 274522:38:09 reports correct ability to perform action 274722:38:09 when the user is allowed one of the abilities 274822:38:09 is expected to equal true 274922:38:09 when the user is allowed none of the abilities 275022:38:10 is expected to equal false 275222:38:10 when the user is allowed all of the abilities 275322:38:10 is expected to equal true 275422:38:10 when the user is allowed one of the abilities 275522:38:11 is expected to equal false 275622:38:11 when the user is allowed none of the abilities 275722:38:11 is expected to equal false 275822:38:11# [RSpecRunTime] Finishing example group spec/lib/gitlab/allowable_spec.rb. It took 4.03 seconds. Expected to take 4.93 seconds. 275922:38:11# [RSpecRunTime] Starting example group spec/db/production/settings_spec.rb. Expected to take 4.82 seconds. 276022:38:11seed production settings 276122:38:11 GITLAB_SHARED_RUNNERS_REGISTRATION_TOKEN is set in the environment 276222:38:12Saved Runner Registration Token 276322:38:13Saved CI JWT signing key 276422:38:13 writes the token to the database 276522:38:13# [RSpecRunTime] RSpec elapsed time: 20 minutes 59.52 seconds. Current RSS: ~1175M. Threads: 5. load average: 1.13 1.12 1.26 1/298 30111 276722:38:13 GITLAB_PROMETHEUS_METRICS_ENABLED is set in the environment 276822:38:13 GITLAB_PROMETHEUS_METRICS_ENABLED is true 276922:38:13Saved Prometheus metrics enabled flag 277022:38:14Saved CI JWT signing key 277122:38:14 prometheus_metrics_enabled is set to true 277222:38:14# [RSpecRunTime] RSpec elapsed time: 21 minutes 0.53 second. Current RSS: ~1202M. Threads: 5. load average: 1.13 1.12 1.26 1/297 30112 277422:38:14 GITLAB_PROMETHEUS_METRICS_ENABLED is false 277522:38:14Saved Prometheus metrics enabled flag 277622:38:15Saved CI JWT signing key 277722:38:15 prometheus_metrics_enabled is set to false 277822:38:15 GITLAB_PROMETHEUS_METRICS_ENABLED is default 277922:38:15Saved CI JWT signing key 278022:38:15 prometheus_metrics_enabled is set to true 278122:38:15 CI JWT signing key 278222:38:16Saved CI JWT signing key 278322:38:16 writes valid RSA key to the database 278422:38:16# [RSpecRunTime] RSpec elapsed time: 21 minutes 3.01 seconds. Current RSS: ~1266M. Threads: 5. load average: 1.12 1.12 1.26 1/297 30113 278622:38:16# [RSpecRunTime] Finishing example group spec/db/production/settings_spec.rb. It took 5.08 seconds. Expected to take 4.82 seconds. 278722:38:16# [RSpecRunTime] Starting example group spec/lib/sidebars/projects/menus/settings_menu_spec.rb. Expected to take 4.47 seconds. 278822:38:16Sidebars::Projects::Menus::SettingsMenu 279022:38:16 returns false when menu does not have any menu items 279222:38:17 returns true 279522:38:17 behaves like access rights checks 279622:38:17 is expected not to be nil 279722:38:17 when the user does not have access 279822:38:17 is expected to be nil 279922:38:17 Integrations 280022:38:17 behaves like access rights checks 280122:38:17 is expected not to be nil 280222:38:17 when the user does not have access 280322:38:17 is expected to be nil 280522:38:17 behaves like access rights checks 280622:38:17 is expected not to be nil 280722:38:17 when the user does not have access 280822:38:17 is expected to be nil 280922:38:17 Access tokens 281022:38:17 behaves like access rights checks 281122:38:17 is expected not to be nil 281222:38:17 when the user does not have access 281322:38:17 is expected to be nil 281522:38:17 behaves like access rights checks 281622:38:17 is expected not to be nil 281722:38:17 when the user does not have access 281822:38:18 is expected to be nil 282022:38:18 when project is archived 282122:38:18 is expected to be nil 282222:38:18 when project is not archived 282322:38:18 is expected not to be nil 282422:38:18 when the user does not have access 282522:38:18 is expected to be nil 282722:38:18 when project is archived 282822:38:18 is expected to be nil 282922:38:18 when project is not archived 283022:38:18 is expected not to be nil 283122:38:18 is expected to eq "Monitor" 283222:38:18 when the user does not have access 283322:38:18 is expected to be nil 283422:38:18 Merge requests 283522:38:18 behaves like access rights checks 283622:38:18 is expected not to be nil 283722:38:18 when the user does not have access 283822:38:19 is expected to be nil 283922:38:19 Packages and registries 284022:38:19 when container registry setting is disabled 284122:38:19 is expected to be nil 284222:38:19 when container registry setting is enabled 284322:38:19 is expected not to be nil 284422:38:19 when the user does not have access 284522:38:19 is expected to be nil 284622:38:19 when package registry setting is enabled 284722:38:19 is expected not to be nil 284822:38:19 when the user does not have access 284922:38:19 is expected to be nil 285022:38:19 Usage Quotas 285122:38:19 is expected not to be nil 285222:38:19 when the user does not have access 285322:38:19 is expected to be nil 285422:38:19# [RSpecRunTime] Finishing example group spec/lib/sidebars/projects/menus/settings_menu_spec.rb. It took 2.89 seconds. Expected to take 4.47 seconds. 285522:38:19# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/push_placeholder_references_spec.rb. Expected to take 4.38 seconds. 285622:38:19Gitlab::GithubImport::PushPlaceholderReferences 285722:38:20 #push_with_record 285822:38:21 pushes the reference using .from_record 285922:38:21# [RSpecRunTime] RSpec elapsed time: 21 minutes 7.52 seconds. Current RSS: ~1244M. Threads: 5. load average: 1.11 1.12 1.26 1/297 30114 286122:38:21 #push_refs_with_ids 286222:38:22 pushes the reference using .new 286322:38:22 #push_with_composite_key 286422:38:22 pushes the reference with composite key 286522:38:22# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/push_placeholder_references_spec.rb. It took 3.26 seconds. Expected to take 4.38 seconds. 286622:38:22# [RSpecRunTime] Starting example group spec/lib/gitlab/pagination/keyset/paginator_spec.rb. Expected to take 4.29 seconds. 286722:38:22Gitlab::Pagination::Keyset::Paginator 286922:38:25 when per_page is greater than the record count 287022:38:25 is expected to eq [#<Project id:685 namespace438/project-767>>, #<Project id:688 namespace441/project-770>>, #<Project ...ect-769>>, #<Project id:686 namespace439/project-768>>, #<Project id:689 namespace442/project-771>>] 287122:38:25 is expected not to have next page 287222:38:25 is expected not to have previous page 287322:38:25 has no next and previous cursor values 287422:38:25# [RSpecRunTime] RSpec elapsed time: 21 minutes 11.44 seconds. Current RSS: ~1201M. Threads: 5. load average: 1.11 1.12 1.26 1/297 30115 287622:38:25 when 0 records are returned 287722:38:25 is expected to be empty 287822:38:25 is expected not to have next page 287922:38:25 is expected not to have previous page 288022:38:25 when page size is smaller than the record count 288122:38:25 is expected to eq [#<Project id:685 namespace438/project-767>>, #<Project id:688 namespace441/project-770>>] 288222:38:25 is expected to have next page 288322:38:25 is expected not to have previous page 288422:38:25 has next page cursor 288522:38:25 does not have previous page cursor 288622:38:25 when on the second page 288722:38:25 is expected to eq [#<Project id:687 namespace440/project-769>>, #<Project id:686 namespace439/project-768>>] 288822:38:25 is expected to have next page 288922:38:25 is expected to have previous page 289022:38:25 and then going back to the first page 289122:38:25 is expected to eq [#<Project id:685 namespace438/project-767>>, #<Project id:688 namespace441/project-770>>] 289222:38:25 is expected to have next page 289322:38:26 is expected not to have previous page 289422:38:26 when jumping to the last page 289522:38:26 is expected to eq [#<Project id:686 namespace439/project-768>>, #<Project id:689 namespace442/project-771>>] 289622:38:26 is expected not to have next page 289722:38:26 is expected to have previous page 289822:38:26 when paginating backwards 289922:38:26 is expected to eq [#<Project id:688 namespace441/project-770>>, #<Project id:687 namespace440/project-769>>] 290022:38:26 is expected to have next page 290122:38:26 is expected to have previous page 290222:38:26 when jumping to the first page 290322:38:26 is expected to eq [#<Project id:685 namespace438/project-767>>, #<Project id:688 namespace441/project-770>>] 290422:38:26 is expected to have next page 290522:38:26 is expected not to have previous page 290622:38:26 when the relation is ordered by more than 2 columns 290722:38:26 is expected to eq [#<Project id:688 namespace441/project-770>>, #<Project id:689 namespace442/project-771>>, #<Project ...ect-769>>, #<Project id:685 namespace438/project-767>>, #<Project id:686 namespace439/project-768>>] 290822:38:26 default keyset direction parameter 290922:38:26 exposes the direction parameter in the cursor 291022:38:26 when use_union_optimization option is true and ordering by two columns 291122:38:26 uses UNION queries 291222:38:26# [RSpecRunTime] Finishing example group spec/lib/gitlab/pagination/keyset/paginator_spec.rb. It took 3.65 seconds. Expected to take 4.29 seconds. 291322:38:26# [RSpecRunTime] Starting example group spec/lib/gitlab/issuable/clone/copy_resource_events_service_spec.rb. Expected to take 4.01 seconds. 291422:38:26Gitlab::Issuable::Clone::CopyResourceEventsService 291522:38:28 copies the resource label events 291622:38:28 with existing milestone events 291722:38:29 copies existing resource milestone events 291822:38:29# [RSpecRunTime] RSpec elapsed time: 21 minutes 15.61 seconds. Current RSS: ~1181M. Threads: 5. load average: 1.10 1.12 1.25 1/297 30116 292022:38:29 with existing state events 292122:38:29 copies existing state events as expected 292222:38:29# [RSpecRunTime] Finishing example group spec/lib/gitlab/issuable/clone/copy_resource_events_service_spec.rb. It took 2.99 seconds. Expected to take 4.01 seconds. 292322:38:29# [RSpecRunTime] Starting example group spec/services/customer_relations/group_migration_service_spec.rb. Expected to take 3.92 seconds. 292422:38:29CustomerRelations::GroupMigrationService 292622:38:30 copies unique organizations and contacts to the new group 292722:38:31 updates the issues with the contact_ids from the new group 292822:38:31 when was_crm_source flag is true 292922:38:32 deletes the organizations and contacts from the old group 293022:38:32# [RSpecRunTime] RSpec elapsed time: 21 minutes 18.23 seconds. Current RSS: ~1175M. Threads: 5. load average: 1.09 1.11 1.25 1/297 30117 293222:38:32 when was_crm_source flag is false 293322:38:32 leaves the organizations and contacts in the old group 293422:38:32# [RSpecRunTime] Finishing example group spec/services/customer_relations/group_migration_service_spec.rb. It took 2.86 seconds. Expected to take 3.92 seconds. 293522:38:32# [RSpecRunTime] Starting example group spec/lib/gitlab/suggestions/file_suggestion_spec.rb. Expected to take 3.74 seconds. 293622:38:32Gitlab::Suggestions::FileSuggestion 293722:38:34 #line_conflict 293822:38:34 when line ranges do not overlap 293922:38:34 return false 294022:38:34# [RSpecRunTime] RSpec elapsed time: 21 minutes 20.52 seconds. Current RSS: ~1180M. Threads: 5. load average: 1.09 1.11 1.25 1/300 30189 294222:38:34 when line ranges are identical 294322:38:34 returns true 294422:38:34 when one range starts, and the other ends, on the same line 294522:38:34 returns true 294622:38:34 when one line range contains the other 294722:38:34 returns true 294822:38:34 when line ranges overlap 294922:38:34 returns true 295022:38:34 when no suggestions have been added 295122:38:34 returns false 295222:38:34 #new_content 295322:38:34 with two suggestions 295422:38:34 returns a blob with the suggestions applied to it 295522:38:34 when no suggestions have been added 295622:38:34 returns an empty string 295722:38:34 with multiline suggestions 295822:38:34 when the previous suggestion increases the line count 295922:38:35 returns a blob with the suggestions applied to it 296022:38:35 when the previous suggestion decreases and increases the line count 296122:38:35 returns a blob with the suggestions applied to it 296222:38:35 when the previous suggestion replaces with the same number of lines 296322:38:35 returns a blob with the suggestions applied to it 296422:38:35 when the previous suggestion replaces multiple lines and the suggestions were applied out of order 296522:38:36 returns a blob with the suggestions applied to it 296622:38:36# [RSpecRunTime] Finishing example group spec/lib/gitlab/suggestions/file_suggestion_spec.rb. It took 3.76 seconds. Expected to take 3.74 seconds. 296722:38:36# [RSpecRunTime] Starting example group spec/services/ci/create_pipeline_service/creation_errors_and_warnings_spec.rb. Expected to take 3.64 seconds. 296822:38:36Ci::CreatePipelineService 296922:38:36 creation errors and warnings 297022:38:37 when created successfully 297122:38:37 when warnings are raised 297222:38:37 contains only warnings 297322:38:37# [RSpecRunTime] RSpec elapsed time: 21 minutes 23.98 seconds. Current RSS: ~1197M. Threads: 5. load average: 1.09 1.11 1.25 1/300 30294 297522:38:37 when no warnings are raised 297622:38:38 contains no warnings 297722:38:38 when failed to create the pipeline 297822:38:38 when errors are raised and masked variables are involved 297922:38:38 contains errors and masks variables 298022:38:38 when warnings are raised 298122:38:38 contains both errors and warnings 298222:38:38 when no warnings are raised 298322:38:39 contains only errors 298422:38:39# [RSpecRunTime] Finishing example group spec/services/ci/create_pipeline_service/creation_errors_and_warnings_spec.rb. It took 2.92 seconds. Expected to take 3.64 seconds. 298522:38:39# [RSpecRunTime] Starting example group spec/models/label_priority_spec.rb. Expected to take 3.45 seconds. 298622:38:39LabelPriority 298722:38:39 does not allow STI 298822:38:39 relationships 298922:38:39 is expected to belong to project required: false 299022:38:39 is expected to belong to label required: false 299222:38:39 is expected to validate that :project cannot be empty/falsy 299322:38:39 is expected to validate that :label cannot be empty/falsy 299422:38:39 is expected to validate that :priority looks like an integer greater than or equal to 0 299522:38:40 validates uniqueness of label_id scoped to project_id 299622:38:40 when importing 299722:38:42 is expected not to validate that :label cannot be empty/falsy 299822:38:42# [RSpecRunTime] RSpec elapsed time: 21 minutes 28.31 seconds. Current RSS: ~1190M. Threads: 5. load average: 1.08 1.11 1.25 1/300 30295 300022:38:42# [RSpecRunTime] Finishing example group spec/models/label_priority_spec.rb. It took 2.95 seconds. Expected to take 3.45 seconds. 300122:38:42# [RSpecRunTime] Starting example group spec/services/issue_email_participants/create_service_spec.rb. Expected to take 3.38 seconds. 300222:38:42IssueEmailParticipants::CreateService 300422:38:42 when the user is not a project member 300522:38:42 behaves like a failed service execution 300622:38:42 returns error ServiceResponse with message 300722:38:42 when user has reporter role in project 300822:38:43 when no emails are provided 300922:38:43 behaves like a failed service execution 301022:38:43 returns error ServiceResponse with message 301122:38:43 when one email is provided 301222:38:43 behaves like a successful service execution 301322:38:43 creates new participants 301422:38:43 when email is already a participant of the issue 301522:38:43 behaves like a failed service execution 301622:38:43 returns error ServiceResponse with message 301722:38:43 when email is formatted in a different case 301822:38:43 behaves like a failed service execution 301922:38:43 returns error ServiceResponse with message 302022:38:43 when participants limit on issue is reached 302122:38:43 logs count of emails above limit 302222:38:43 behaves like a failed service execution 302322:38:43 returns error ServiceResponse with message 302422:38:43 when multiple emails are provided 302522:38:43 behaves like a successful service execution 302622:38:43 creates new participants 302722:38:43 when duplicate email provided 302822:38:43 behaves like a successful service execution 302922:38:44 creates new participants 303022:38:44 when an email is already a participant of the issue 303122:38:44 behaves like a successful service execution 303222:38:44 creates new participants 303322:38:44 when only some emails can be added because of participants limit 303422:38:44 logs count of emails above limit 303522:38:44 behaves like a successful service execution 303622:38:44 creates new participants 303722:38:44 when more than the allowed number of emails are provided 303822:38:44 behaves like a successful service execution 303922:38:44 creates new participants 304022:38:44 when feature flag issue_email_participants is disabled 304122:38:44 behaves like a failed service execution 304222:38:44 returns error ServiceResponse with message 304322:38:44# [RSpecRunTime] Finishing example group spec/services/issue_email_participants/create_service_spec.rb. It took 2.82 seconds. Expected to take 3.38 seconds. 304422:38:44# [RSpecRunTime] Starting example group spec/services/packages/composer/composer_json_service_spec.rb. Expected to take 3.24 seconds. 304522:38:44Packages::Composer::ComposerJsonService 304722:38:44 with an existing file 304822:38:44 with a valid file 304922:38:45 returns the parsed json 305022:38:45 with an invalid file 305122:38:46 raises an error 305222:38:46 without the composer.json file 305322:38:47 raises an error 305422:38:47# [RSpecRunTime] RSpec elapsed time: 21 minutes 34.01 seconds. Current RSS: ~1182M. Threads: 5. load average: 1.31 1.16 1.26 2/302 30384 305622:38:47# [RSpecRunTime] Finishing example group spec/services/packages/composer/composer_json_service_spec.rb. It took 2.87 seconds. Expected to take 3.24 seconds. 305722:38:47# [RSpecRunTime] Starting example group spec/helpers/clusters_helper_spec.rb. Expected to take 3.18 seconds. 305822:38:47ClustersHelper 305922:38:47 #has_rbac_enabled? 306022:38:47 when kubernetes platform has been created 306122:38:47 returns kubernetes platform value 306222:38:47 when kubernetes platform has not been created yet 306322:38:47 delegates to cluster provider 306422:38:47 when ABAC cluster is created 306522:38:48 delegates to cluster provider 306622:38:48 #js_clusters_list_data 306722:38:48 displays endpoint path 306822:38:48 generates svg image data 306922:38:48 displays and ancestor_help_path 307022:38:48 displays empty image path 307122:38:48 displays add cluster using certificate path 307222:38:48 displays create cluster path 307322:38:48 displays project default branch 307422:38:48 displays project path 307522:38:48 displays kas address 307622:38:48 displays KAS versions 307722:38:48 user has no permissions to create a cluster 307822:38:48 displays that user can't add cluster 307922:38:48 user is a maintainer 308022:38:49 displays that the user can add cluster 308122:38:49 project cluster 308222:38:49 doesn't display empty state help text 308322:38:49 displays display_cluster_agents as true 308422:38:49 group cluster 308522:38:49 displays empty state help text 308622:38:49 displays display_cluster_agents as false 308722:38:49 does not include a default branch 308822:38:49 does not include a project path 308922:38:49 certificate based clusters enabled 309022:38:49 feature flag is enabled 309122:38:49 is expected to eq "true" 309222:38:49 feature flag is disabled 309322:38:50 is expected to eq "false" 309422:38:50 #render_cluster_info_tab_content 309522:38:50 environments 309622:38:50 renders environemtns tab 309822:38:50 renders details tab 310022:38:50 renders apps tab 310122:38:50 integrations 310222:38:50 renders details tab 310422:38:50 renders settings tab 310622:38:50 renders details tab 310722:38:50 #cluster_type_label 310822:38:50 project cluster 310922:38:50 is expected to eq "Project cluster" 311022:38:50 group cluster 311122:38:50 is expected to eq "Group cluster" 311222:38:50 instance cluster 311322:38:50 is expected to eq "Instance cluster" 311422:38:50 other values 311522:38:50 diplays generic cluster and reports error 311622:38:50 #display_cluster_agents? 311722:38:50 when clusterable is a project 311822:38:50 allows agents to display 311922:38:50 when clusterable is a group 312022:38:50 does not allow agents to display 312122:38:50 #default_branch_name 312222:38:50 when clusterable is a project without a repository 312322:38:50 allows default branch name to display default name from settings 312422:38:50 when clusterable is a project with a repository 312522:38:50 allows default branch name to display repository root branch 312622:38:50 when clusterable is a group 312722:38:50 does not allow default branch name to display 312822:38:50# [RSpecRunTime] Finishing example group spec/helpers/clusters_helper_spec.rb. It took 2.87 seconds. Expected to take 3.18 seconds. 312922:38:50# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/status/build/manual_spec.rb. Expected to take 3.01 seconds. 313022:38:50Gitlab::Ci::Status::Build::Manual 313122:38:51 #illustration 313222:38:51 is expected to include :image, :size, :title, and :content 313322:38:51 when the user can trigger the job 313422:38:51 when the job has not been played 313522:38:51 instructs the user about possible actions 313622:38:51 when the job is retryable 313722:38:51 instructs the user about possible actions 313822:38:51 when the user can not trigger the job because of outdated deployment 313922:38:51 is expected to match /This deployment job does not run automatically and must be started manually, but it's older than the latest deployment, and therefore can't run/ 314022:38:51 when the user can not trigger the job due to another reason 314122:38:51 informs the user 314322:38:51 when build is manual 314422:38:52 is a correct match 314522:38:52 when build is not manual 314622:38:54 does not match 314722:38:54# [RSpecRunTime] RSpec elapsed time: 21 minutes 40.61 seconds. Current RSS: ~1181M. Threads: 5. load average: 1.29 1.16 1.26 1/301 30385 314922:38:54# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/status/build/manual_spec.rb. It took 3.74 seconds. Expected to take 3.01 seconds. 315022:38:54# [RSpecRunTime] Starting example group spec/lib/gitlab/bitbucket_server_import/importers/pull_request_notes/inline_spec.rb. Expected to take 2.97 seconds. 315122:38:54Gitlab::BitbucketServerImport::Importers::PullRequestNotes::Inline 315322:38:56 imports the threaded discussion 315422:38:56 logs its progress 315522:38:56 when note is invalid 315622:38:56 fallback to basic note 315722:38:56 logs its fallback 315822:38:57# [RSpecRunTime] RSpec elapsed time: 21 minutes 43.17 seconds. Current RSS: ~1181M. Threads: 5. load average: 1.26 1.15 1.26 1/302 30466 316022:38:57 when converting mention is failed 316122:38:57 logs its exception 316222:38:57# [RSpecRunTime] Finishing example group spec/lib/gitlab/bitbucket_server_import/importers/pull_request_notes/inline_spec.rb. It took 2.6 seconds. Expected to take 2.97 seconds. 316322:38:57# [RSpecRunTime] Starting example group spec/workers/ci/pipeline_artifacts/create_quality_report_worker_spec.rb. Expected to take 2.81 seconds. 316422:38:57Ci::PipelineArtifacts::CreateQualityReportWorker 316622:38:57 when pipeline exists 316722:38:57 calls pipeline codequality report service 316822:38:57 behaves like an idempotent worker 316922:38:57 is labeled as idempotent 317022:38:58 performs multiple times sequentially without raising an exception 317122:38:59 does not create another pipeline artifact if already has one 317222:38:59# [RSpecRunTime] RSpec elapsed time: 21 minutes 45.87 seconds. Current RSS: ~1174M. Threads: 5. load average: 1.26 1.15 1.26 1/298 30467 317422:38:59 when pipeline does not exist 317522:38:59 does not call pipeline codequality report service 317622:38:59# [RSpecRunTime] Finishing example group spec/workers/ci/pipeline_artifacts/create_quality_report_worker_spec.rb. It took 2.7 seconds. Expected to take 2.81 seconds. 317722:38:59# [RSpecRunTime] Starting example group spec/lib/bulk_imports/common/transformers/member_attributes_transformer_spec.rb. Expected to take 2.77 seconds. 317822:38:59BulkImports::Common::Transformers::MemberAttributesTransformer 317922:38:59 with a group 318022:39:00 returns nil when receives no data 318122:39:00 returns nil when no user is found 318222:39:00 when the user is not confirmed 318322:39:00 returns nil even when the primary email match 318422:39:00 returns nil even when a secondary email match 318522:39:00 when the user is confirmed 318622:39:00 finds the user by the primary email 318722:39:00 finds the user by the secondary email 318822:39:00 format access level 318922:39:00 ignores record if no access level is given 319022:39:00 ignores record if is not a valid access level 319122:39:00 source user id and username caching 319222:39:00 when user gid is present 319322:39:00 caches source user id and username 319422:39:00 when user gid is missing 319522:39:00 does not use caching 319622:39:00 when username is nil 319722:39:00 caches source user id only 319822:39:00 when source username matches destination username 319922:39:01 caches source user id only 320022:39:01 when importer_user_mapping is enabled 320122:39:01 does not transform the data 320222:39:01 with a project 320322:39:01 returns nil when receives no data 320422:39:01 returns nil when no user is found 320522:39:01 when the user is not confirmed 320622:39:01 returns nil even when the primary email match 320722:39:01 returns nil even when a secondary email match 320822:39:01 when the user is confirmed 320922:39:01 finds the user by the primary email 321022:39:01 finds the user by the secondary email 321122:39:01 format access level 321222:39:02 ignores record if no access level is given 321322:39:02 ignores record if is not a valid access level 321422:39:02 source user id and username caching 321522:39:02 when user gid is present 321622:39:02 caches source user id and username 321722:39:02 when user gid is missing 321822:39:02 does not use caching 321922:39:02 when username is nil 322022:39:02 caches source user id only 322122:39:02 when source username matches destination username 322222:39:02 caches source user id only 322322:39:02 when importer_user_mapping is enabled 322422:39:02 does not transform the data 322522:39:02# [RSpecRunTime] Finishing example group spec/lib/bulk_imports/common/transformers/member_attributes_transformer_spec.rb. It took 2.71 seconds. Expected to take 2.77 seconds. 322622:39:02# [RSpecRunTime] Starting example group spec/services/packages/debian/update_distribution_service_spec.rb. Expected to take 2.63 seconds. 322722:39:02Packages::Debian::UpdateDistributionService 322822:39:02 behaves like Debian Update Distribution Service 322922:39:02 with a Debian project distribution 323022:39:03 with valid simple params 323122:39:03 behaves like Update Debian Distribution 323222:39:03Job arguments to Packages::Debian::GenerateDistributionWorker must be native JSON types, but :project is a Symbol. 323422:39:03To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 323522:39:03 returns ServiceResponse 323622:39:03 with invalid simple params 323722:39:03 behaves like Update Debian Distribution 323822:39:03 returns ServiceResponse 323922:39:03 with valid components and architectures 324022:39:03 behaves like Update Debian Distribution 324122:39:03 returns ServiceResponse 324222:39:03 with invalid components 324322:39:03 behaves like Update Debian Distribution 324422:39:03 returns ServiceResponse 324522:39:03 with invalid architectures 324622:39:03 behaves like Update Debian Distribution 324722:39:03 returns ServiceResponse 324822:39:03 behaves like Debian Update Distribution Service 324922:39:03 with a Debian group distribution 325022:39:04 with valid simple params 325122:39:04 behaves like Update Debian Distribution 325222:39:04Job arguments to Packages::Debian::GenerateDistributionWorker must be native JSON types, but :group is a Symbol. 325422:39:04To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 325522:39:04 returns ServiceResponse 325622:39:04 with invalid simple params 325722:39:04 behaves like Update Debian Distribution 325822:39:04 returns ServiceResponse 325922:39:04 with valid components and architectures 326022:39:04 behaves like Update Debian Distribution 326122:39:04 returns ServiceResponse 326222:39:04 with invalid components 326322:39:04 behaves like Update Debian Distribution 326422:39:04 returns ServiceResponse 326522:39:04 with invalid architectures 326622:39:04 behaves like Update Debian Distribution 326722:39:05 returns ServiceResponse 326822:39:05# [RSpecRunTime] Finishing example group spec/services/packages/debian/update_distribution_service_spec.rb. It took 2.58 seconds. Expected to take 2.63 seconds. 326922:39:05# [RSpecRunTime] Starting example group spec/finders/concerns/finder_methods_spec.rb. Expected to take 2.6 seconds. 327022:39:05FinderMethods 327222:39:06 returns the project if the user has access 327322:39:06 raises not found when the project is not found by id 327422:39:06 raises not found when the project is not found by filter 327522:39:06 raises not found the user does not have access 327622:39:06 ignores ordering 327722:39:06# [RSpecRunTime] RSpec elapsed time: 21 minutes 53.13 seconds. Current RSS: ~1157M. Threads: 5. load average: 1.22 1.15 1.26 1/297 30468 328022:39:07 returns the project if the user has access 328122:39:07 raises not found when the project is not found by id 328222:39:07 raises not found when the project is not found by filter 328322:39:07 raises not found the user does not have access 328422:39:07 ignores ordering 328622:39:07 returns the project if the user has access 328722:39:07 returns nil when the project is not found by id 328822:39:07 returns nil when the project is not found by filter 328922:39:07 returns nil when the user does not have access 329022:39:07 ignores ordering 329122:39:07# [RSpecRunTime] Finishing example group spec/finders/concerns/finder_methods_spec.rb. It took 2.56 seconds. Expected to take 2.6 seconds. 329222:39:07# [RSpecRunTime] Starting example group spec/db/development/create_base_work_item_types_spec.rb. Expected to take 2.47 seconds. 329322:39:07Create base work item types in development 329422:39:07 behaves like work item base types importer 329622:39:07 creates all base work item types if they don't exist 329822:39:08 creates all default widget definitions 330022:39:08 upserts base work item types if they already exist 330222:39:09 upserts default widget definitions if they already exist and type changes 330422:39:09 does not change default widget definitions if they already exist with changed disabled status 330622:39:09 executes single INSERT query per types and widget definitions 330722:39:09 when some base types exist 330922:39:09 inserts all types and does nothing if some already existed 331022:39:09# [RSpecRunTime] RSpec elapsed time: 21 minutes 55.99 seconds. Current RSS: ~1155M. Threads: 5. load average: 1.22 1.15 1.26 1/296 30469 331222:39:09 when some widget definitions exist 331422:39:10 inserts all widget definitions and does nothing if some already existed 331522:39:10# [RSpecRunTime] Finishing example group spec/db/development/create_base_work_item_types_spec.rb. It took 2.45 seconds. Expected to take 2.47 seconds. 331622:39:10# [RSpecRunTime] Starting example group spec/lib/sidebars/projects/menus/hidden_menu_spec.rb. Expected to take 2.46 seconds. 331722:39:10Sidebars::Projects::Menus::HiddenMenu 331922:39:10 when menu does not have any menu items 332022:39:10 returns false 332122:39:10 when menu has menu items 332222:39:11 returns true 332522:39:11 when user has access to the project 332622:39:11 is expected not to be nil 332722:39:11 when the user is not present 332822:39:11 is expected not to be nil 333022:39:11 when project repository is empty 333122:39:11 is expected to be nil 333222:39:11 behaves like access rights checks 333322:39:11 is expected not to be nil 333422:39:11 when the user does not have access 333522:39:11 is expected to be nil 333722:39:11 behaves like access rights checks 333822:39:11 is expected not to be nil 333922:39:11 when the user does not have access 334022:39:11 is expected to be nil 334222:39:11 behaves like access rights checks 334322:39:11 is expected not to be nil 334422:39:11 when the user does not have access 334522:39:11 is expected to be nil 334722:39:11 when project repository is empty 334822:39:11 is expected to be nil 334922:39:11 behaves like access rights checks 335022:39:11 is expected not to be nil 335122:39:11 when the user does not have access 335222:39:11 is expected to be nil 335322:39:11 Issue Boards 335422:39:11 behaves like access rights checks 335522:39:11 is expected not to be nil 335622:39:11 when the user does not have access 335722:39:11 is expected to be nil 335822:39:11# [RSpecRunTime] Finishing example group spec/lib/sidebars/projects/menus/hidden_menu_spec.rb. It took 1.87 seconds. Expected to take 2.46 seconds. 335922:39:11# [RSpecRunTime] Starting example group spec/services/branches/diverging_commit_counts_service_spec.rb. Expected to take 2.34 seconds. 336022:39:11Branches::DivergingCommitCountsService 336222:39:12 returns the commit counts behind and ahead of default branch 336322:39:14 calls diverging_commit_count without max count 336422:39:14# [RSpecRunTime] RSpec elapsed time: 22 minutes 0.23 second. Current RSS: ~1191M. Threads: 5. load average: 1.29 1.16 1.26 1/298 30543 336622:39:14# [RSpecRunTime] Finishing example group spec/services/branches/diverging_commit_counts_service_spec.rb. It took 2.14 seconds. Expected to take 2.34 seconds. 336722:39:14# [RSpecRunTime] Starting example group spec/graphql/mutations/environments/update_spec.rb. Expected to take 2.31 seconds. 336822:39:14Mutations::Environments::Update 337022:39:14 when service execution succeeded 337122:39:14 returns no errors 337222:39:14 updates the environment 337322:39:14 when service cannot update the attribute 337422:39:15 returns an error 337522:39:15 when setting cluster agent ID to the environment 337622:39:15 sets the cluster agent to the environment 337722:39:15 when unsetting cluster agent ID to the environment 337822:39:15 removes the cluster agent from the environment 337922:39:15 when the cluster agent is not updated 338022:39:15 does not change the environment cluster agent 338122:39:15 when user is reporter who does not have permission to access the environment 338222:39:15 raises an error 338322:39:15# [RSpecRunTime] Finishing example group spec/graphql/mutations/environments/update_spec.rb. It took 1.79 seconds. Expected to take 2.31 seconds. 338422:39:15# [RSpecRunTime] Starting example group spec/models/batched_git_ref_updates/deletion_spec.rb. Expected to take 2.23 seconds. 338522:39:15BatchedGitRefUpdates::Deletion 338622:39:15 does not allow STI 338722:39:15 .mark_records_processed 338822:39:15 updates all records 338922:39:15 sliding_list partitioning 339022:39:15 next_partition_if callback 339122:39:15 when the partition is empty 339222:39:16 is expected to eq false 339322:39:16 when the partition has records 339422:39:16 is expected to eq false 339522:39:16 when the first record of the partition is older than PARTITION_DURATION 339622:39:16 is expected to eq true 339722:39:16 detach_partition_if callback 339822:39:16 when the partition contains unprocessed records 339922:39:16 is expected to eq false 340022:39:16 when the partition contains only processed records 340122:39:16 is expected to eq true 340222:39:16 the behavior of the strategy 340322:39:16 moves records to new partitions as time passes 340422:39:16# [RSpecRunTime] Finishing example group spec/models/batched_git_ref_updates/deletion_spec.rb. It took 0.78 second. Expected to take 2.23 seconds. 340522:39:16# [RSpecRunTime] Starting example group spec/services/terraform/remote_state_handler_spec.rb. Expected to take 2.18 seconds. 340622:39:16Terraform::RemoteStateHandler 340722:39:17 #find_with_lock 340822:39:17 without a state name 340922:39:17 raises an exception 341022:39:17 with a state name 341122:39:17 with no matching state 341222:39:17 raises an exception 341322:39:17 with a matching state 341422:39:17 returns the state 341522:39:17 with a state scheduled for deletion 341622:39:17 raises an exception 341722:39:17 when state locking is not being used 341822:39:17 #handle_with_lock 341922:39:17 allows to modify a state using database locking 342222:39:17 raises an error 342322:39:17 when using locking 342422:39:17 #handle_with_lock 342522:39:17 handles a locked state using exclusive read lock 342622:39:17 raises exception if lock has not been acquired before 342722:39:17 raises an exception if the state is scheduled for deletion 342822:39:17 user does not have permission to modify state 342922:39:18 raises an exception 343122:39:18 allows to lock state if it does not exist yet 343222:39:18 allows to lock state if it exists and is not locked 343322:39:18 raises an exception when trying to unlocked state locked by someone else 343422:39:18 raises an exception when the state exists and is scheduled for deletion 343622:39:18 unlocks the state 343722:39:18 with no lock ID (force-unlock) 343822:39:18 unlocks the state 343922:39:18 with different lock ID 344022:39:18 raises an exception 344122:39:18 with a state scheduled for deletion 344222:39:18 raises an exception 344322:39:18# [RSpecRunTime] Finishing example group spec/services/terraform/remote_state_handler_spec.rb. It took 2.01 seconds. Expected to take 2.18 seconds. 344422:39:18# [RSpecRunTime] Starting example group spec/lib/gitlab/sidekiq_middleware/skip_jobs_spec.rb. Expected to take 2.09 seconds. 344522:39:18Gitlab::SidekiqMiddleware::SkipJobs 344722:39:18 with worker not opted for database health check 344822:39:18 with all combinations of drop and defer FFs 344922:39:18 drop_ff: false, run_ff: true, resulting_behavior: "runs the job normally" 345022:39:18 behaves like runs the job normally 345122:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 345222:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 345322:39:18DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 345422:39:18 yields control 345522:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 345622:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 345722:39:18DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 345822:39:18 does not increment any metric counter 345922:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 346022:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 346122:39:18DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 346222:39:18 does not increment deferred_count 346322:39:18 when deferred jobs are re-enabled 346422:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 346522:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 346622:39:18DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 346722:39:18 does not have the deferred key in job hash 346822:39:18 drop_ff: true, run_ff: true, resulting_behavior: "drops the job" 346922:39:18 behaves like drops the job 347022:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 347122:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 347222:39:18DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 347322:39:18 does not yield control 347422:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 347522:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 347622:39:18DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 347722:39:18 increments counter 347822:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 347922:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 348022:39:18DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 348122:39:18 does not increment deferred_count 348222:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 348322:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 348422:39:18DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 348522:39:18 has dropped field in job equal to true 348622:39:18 drop_ff: false, run_ff: false, resulting_behavior: "defers the job" 348722:39:18 behaves like defers the job 348822:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 348922:39:18DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 349022:39:18DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 349122:39:18 does not yield control 349222:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 349322:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 349422:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 349522:39:19 delays the job 349622:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 349722:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 349822:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 349922:39:19 increments counter 350022:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 350122:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 350222:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 350322:39:19 has deferred related fields in job payload 350422:39:19 drop_ff: true, run_ff: false, resulting_behavior: "drops the job" 350522:39:19 behaves like drops the job 350622:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 350722:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 350822:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 350922:39:19 does not yield control 351022:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 351122:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 351222:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 351322:39:19 increments counter 351422:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 351522:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 351622:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 351722:39:19 does not increment deferred_count 351822:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 351922:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 352022:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 352122:39:19 has dropped field in job equal to true 352222:39:19 using current_request actor 352322:39:19 with drop_sidekiq_jobs FF 352422:39:19 behaves like drops the job 352522:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 352622:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 352722:39:19 does not yield control 352822:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 352922:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 353022:39:19 increments counter 353122:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 353222:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 353322:39:19 does not increment deferred_count 353422:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 353522:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 353622:39:19 has dropped field in job equal to true 353722:39:19 for different request 353822:39:19 behaves like runs the job normally 353922:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 354022:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 354122:39:19 yields control 354222:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 354322:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 354422:39:19 does not increment any metric counter 354522:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 354622:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 354722:39:19 does not increment deferred_count 354822:39:19 when deferred jobs are re-enabled 354922:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 355022:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 355122:39:19 does not have the deferred key in job hash 355222:39:19 with run_sidekiq_jobs FF 355322:39:19 behaves like runs the job normally 355422:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 355522:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 355622:39:19 yields control 355722:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 355822:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 355922:39:19 does not increment any metric counter 356022:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 356122:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 356222:39:19 does not increment deferred_count 356322:39:19 when deferred jobs are re-enabled 356422:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 356522:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 356622:39:19 does not have the deferred key in job hash 356722:39:19 for different request 356822:39:19 behaves like defers the job 356922:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 357022:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 357122:39:19 does not yield control 357222:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 357322:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 357422:39:19 delays the job 357522:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 357622:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 357722:39:19 increments counter 357822:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 357922:39:19DEPRECATION WARNING: Invalid Feature Flag run_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 358022:39:19 has deferred related fields in job payload 358122:39:19 with worker opted for database health check 358222:39:19 without any stop signal from database health check 358322:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 358422:39:19 runs the job normally 358522:39:19 with stop signal from database health check 358622:39:19DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 358722:39:19 defers the job by set time 358822:39:19 when a block is provided 358922:39:20DEPRECATION WARNING: Invalid Feature Flag drop_sidekiq_jobs_TestWorker stubbed (called from each at /builds/gitlab-org/gitlab-foss/spec/support/helpers/stub_feature_flags.rb:49) 359022:39:20 uses the lazy evaluated schema and tables returned by the block 359122:39:20# [RSpecRunTime] Finishing example group spec/lib/gitlab/sidekiq_middleware/skip_jobs_spec.rb. It took 1.42 seconds. Expected to take 2.09 seconds. 359222:39:20# [RSpecRunTime] Starting example group spec/graphql/resolvers/ci/runner_job_count_resolver_spec.rb. Expected to take 2.05 seconds. 359322:39:20Resolvers::Ci::RunnerJobCountResolver 359522:39:21 with authorized user 359622:39:21 with statuses argument filtering on successful builds 359722:39:21 is expected to eq 2 359822:39:21# [RSpecRunTime] RSpec elapsed time: 22 minutes 7.61 seconds. Current RSS: ~1179M. Threads: 5. load average: 1.32 1.17 1.27 1/298 30562 360022:39:21 with statuses argument filtering on failed builds 360122:39:21 is expected to eq 1 360222:39:21 without statuses argument 360322:39:21 is expected to eq 3 360422:39:21 with unauthorized user 360522:39:21 is expected to be nil 360622:39:21# [RSpecRunTime] Finishing example group spec/graphql/resolvers/ci/runner_job_count_resolver_spec.rb. It took 1.68 seconds. Expected to take 2.05 seconds. 360722:39:21# [RSpecRunTime] Starting example group spec/services/ci/update_pending_build_service_spec.rb. Expected to take 1.96 seconds. 360822:39:21Ci::UpdatePendingBuildService 361122:39:23 when model is invalid 361222:39:23 raises an error 361322:39:23# [RSpecRunTime] RSpec elapsed time: 22 minutes 9.4 seconds. Current RSS: ~1169M. Threads: 5. load average: 1.32 1.17 1.27 1/297 30563 361522:39:23 when params is invalid 361622:39:23 raises an error 361722:39:23 when model is a group with pending builds 361822:39:23 updates all pending builds 361922:39:23 when model is a project with pending builds 362022:39:23 updates all pending builds 362122:39:23# [RSpecRunTime] Finishing example group spec/services/ci/update_pending_build_service_spec.rb. It took 1.64 seconds. Expected to take 1.96 seconds. 362222:39:23# [RSpecRunTime] Starting example group spec/lib/banzai/pipeline/plain_markdown_pipeline_spec.rb. Expected to take 1.93 seconds. 362322:39:23Banzai::Pipeline::PlainMarkdownPipeline 362422:39:23 legacy backslash handling 362522:39:23 converts all escapable punctuation to literals 362622:39:24 ensure we handle all the GitLab reference characters 362722:39:24 does not convert non-reference/latex punctuation to spans 362822:39:24 does not convert other characters to literals 362922:39:24 does not have a polynomial regex 363022:39:24 backslash escapes are untouched in code blocks, code spans, autolinks, or raw HTML 363122:39:24 markdown: "`` \\@\\! ``", expected: "<code>\\@\\!</code>" 363222:39:24 is expected to include "<code>\\@\\!</code>" 363322:39:24# [RSpecRunTime] RSpec elapsed time: 22 minutes 10.91 seconds. Current RSS: ~1256M. Threads: 5. load average: 1.32 1.17 1.27 1/296 30564 363522:39:24 markdown: " \\@\\!", expected: "<code>\\@\\!\n</code>" 363622:39:24 is expected to include "<code>\\@\\!\n</code>" 363722:39:24 markdown: "~~~\n\\@\\!\n~~~", expected: "<code>\\@\\!\n</code>" 363822:39:24 is expected to include "<code>\\@\\!\n</code>" 363922:39:24 markdown: "$1+\\$2$", expected: "<code data-math-style=\"inline\">1+\\$2</code>" 364022:39:24 is expected to include "<code data-math-style=\"inline\">1+\\$2</code>" 364322:39:24 markdown: "<a href=\"/bar\\@)\">", expected: "<a href=\"/bar\\@)\">" 364422:39:24 is expected to include "<a href=\"/bar\\@)\">" 364522:39:24 work in all other contexts, including URLs and link titles, link references, and info strings in fenced code blocks 364622:39:24 renders correct html 364722:39:24 markdown: "[foo](/bar\\@ \"\\@title\")", expected: "<a href=\"/bar@\" title=\"@title\">foo</a>" 364822:39:25 is expected to include "<a href=\"/bar@\" title=\"@title\">foo</a>" 364922:39:25 markdown: "[foo]\n\n[foo]: /bar\\@ \"\\@title\"", expected: "<a href=\"/bar@\" title=\"@title\">foo</a>" 365022:39:25 is expected to include "<a href=\"/bar@\" title=\"@title\">foo</a>" 365122:39:25# [RSpecRunTime] Finishing example group spec/lib/banzai/pipeline/plain_markdown_pipeline_spec.rb. It took 1.68 seconds. Expected to take 1.93 seconds. 365222:39:25# [RSpecRunTime] Starting example group spec/rubocop/cop/rspec/factory_bot/strategy_in_callback_spec.rb. Expected to take 1.83 seconds. 365322:39:25RuboCop::Cop::RSpec::FactoryBot::StrategyInCallback 365422:39:25 behaves like an offensive factory call 365522:39:25 registers an offence for multiple FactoryBot.build(:ci_job_artifact, :archive) calls 365622:39:25 registers an offense for FactoryBot.build(:ci_job_artifact, :archive) when is a send node 365722:39:25 registers an offense for FactoryBot.build(:ci_job_artifact, :archive) when is assigned 365822:39:25 registers an offence for multiple FactoryBot.build_list(:ci_job_artifact, :archive) calls 365922:39:25 registers an offense for FactoryBot.build_list(:ci_job_artifact, :archive) when is a send node 366022:39:25 registers an offense for FactoryBot.build_list(:ci_job_artifact, :archive) when is assigned 366122:39:25 registers an offence for multiple FactoryBot.build_stubbed(:ci_job_artifact, :archive) calls 366222:39:25 registers an offense for FactoryBot.build_stubbed(:ci_job_artifact, :archive) when is a send node 366322:39:25 registers an offense for FactoryBot.build_stubbed(:ci_job_artifact, :archive) when is assigned 366422:39:25 registers an offence for multiple FactoryBot.build_stubbed_list(:ci_job_artifact, :archive) calls 366522:39:25 registers an offense for FactoryBot.build_stubbed_list(:ci_job_artifact, :archive) when is a send node 366622:39:25 registers an offense for FactoryBot.build_stubbed_list(:ci_job_artifact, :archive) when is assigned 366722:39:25 registers an offence for multiple FactoryBot.create(:ci_job_artifact, :archive) calls 366822:39:25 registers an offense for FactoryBot.create(:ci_job_artifact, :archive) when is a send node 366922:39:25 registers an offense for FactoryBot.create(:ci_job_artifact, :archive) when is assigned 367022:39:25 registers an offence for multiple FactoryBot.create_list(:ci_job_artifact, :archive) calls 367122:39:25 registers an offense for FactoryBot.create_list(:ci_job_artifact, :archive) when is a send node 367222:39:25 registers an offense for FactoryBot.create_list(:ci_job_artifact, :archive) when is assigned 367322:39:25 behaves like an offensive factory call 367422:39:25 registers an offence for multiple build(:ci_job_artifact, :archive) calls 367522:39:25 registers an offense for build(:ci_job_artifact, :archive) when is a send node 367622:39:25 registers an offense for build(:ci_job_artifact, :archive) when is assigned 367722:39:25 registers an offence for multiple build_list(:ci_job_artifact, :archive) calls 367822:39:25 registers an offense for build_list(:ci_job_artifact, :archive) when is a send node 367922:39:26 registers an offense for build_list(:ci_job_artifact, :archive) when is assigned 368022:39:26 registers an offence for multiple build_stubbed(:ci_job_artifact, :archive) calls 368122:39:26 registers an offense for build_stubbed(:ci_job_artifact, :archive) when is a send node 368222:39:26 registers an offense for build_stubbed(:ci_job_artifact, :archive) when is assigned 368322:39:26 registers an offence for multiple build_stubbed_list(:ci_job_artifact, :archive) calls 368422:39:26 registers an offense for build_stubbed_list(:ci_job_artifact, :archive) when is a send node 368522:39:26 registers an offense for build_stubbed_list(:ci_job_artifact, :archive) when is assigned 368622:39:26 registers an offence for multiple create(:ci_job_artifact, :archive) calls 368722:39:26 registers an offense for create(:ci_job_artifact, :archive) when is a send node 368822:39:26 registers an offense for create(:ci_job_artifact, :archive) when is assigned 368922:39:26 registers an offence for multiple create_list(:ci_job_artifact, :archive) calls 369022:39:26 registers an offense for create_list(:ci_job_artifact, :archive) when is a send node 369122:39:26 registers an offense for create_list(:ci_job_artifact, :archive) when is assigned 369222:39:26 behaves like an offensive factory call 369322:39:26 registers an offence for multiple ::FactoryBot.build(:ci_job_artifact, :archive) calls 369422:39:26 registers an offense for ::FactoryBot.build(:ci_job_artifact, :archive) when is a send node 369522:39:26 registers an offense for ::FactoryBot.build(:ci_job_artifact, :archive) when is assigned 369622:39:26 registers an offence for multiple ::FactoryBot.build_list(:ci_job_artifact, :archive) calls 369722:39:26 registers an offense for ::FactoryBot.build_list(:ci_job_artifact, :archive) when is a send node 369822:39:26 registers an offense for ::FactoryBot.build_list(:ci_job_artifact, :archive) when is assigned 369922:39:26 registers an offence for multiple ::FactoryBot.build_stubbed(:ci_job_artifact, :archive) calls 370022:39:26 registers an offense for ::FactoryBot.build_stubbed(:ci_job_artifact, :archive) when is a send node 370122:39:26 registers an offense for ::FactoryBot.build_stubbed(:ci_job_artifact, :archive) when is assigned 370222:39:26 registers an offence for multiple ::FactoryBot.build_stubbed_list(:ci_job_artifact, :archive) calls 370322:39:26 registers an offense for ::FactoryBot.build_stubbed_list(:ci_job_artifact, :archive) when is a send node 370422:39:26 registers an offense for ::FactoryBot.build_stubbed_list(:ci_job_artifact, :archive) when is assigned 370522:39:26 registers an offence for multiple ::FactoryBot.create(:ci_job_artifact, :archive) calls 370622:39:27 registers an offense for ::FactoryBot.create(:ci_job_artifact, :archive) when is a send node 370722:39:27 registers an offense for ::FactoryBot.create(:ci_job_artifact, :archive) when is assigned 370822:39:27 registers an offence for multiple ::FactoryBot.create_list(:ci_job_artifact, :archive) calls 370922:39:27 registers an offense for ::FactoryBot.create_list(:ci_job_artifact, :archive) when is a send node 371022:39:27 registers an offense for ::FactoryBot.create_list(:ci_job_artifact, :archive) when is assigned 371122:39:27# [RSpecRunTime] Finishing example group spec/rubocop/cop/rspec/factory_bot/strategy_in_callback_spec.rb. It took 2.15 seconds. Expected to take 1.83 seconds. 371222:39:27# [RSpecRunTime] Starting example group spec/workers/gitlab/bitbucket_import/import_pull_request_notes_worker_spec.rb. Expected to take 1.78 seconds. 371322:39:27Gitlab::BitbucketImport::ImportPullRequestNotesWorker 371422:39:27 behaves like Gitlab::BitbucketImport::ObjectImporter 371522:39:27 .sidekiq_retries_exhausted 371622:39:27 notifies the waiter 371822:39:27 when project does not exist 371922:39:27 behaves like notifies the waiter 372022:39:27 is expected to receive notify("key", anything) 1 time 372122:39:27 when project has import started 372222:39:28 calls the importer 372322:39:28 behaves like notifies the waiter 372422:39:28 is expected to receive notify("key", anything) 1 time 372522:39:28 when the importer raises an ActiveRecord::RecordInvalid error 372622:39:28 tracks the error 372722:39:28 when the importer raises a StandardError 372822:39:28 tracks the error and raises the error 372922:39:28 when project import has been cancelled 373022:39:28 does not call the importer 373122:39:28 behaves like notifies the waiter 373222:39:29 is expected to receive notify("key", anything) 1 time 373322:39:29 #importer_class 373422:39:29 does not raise a NotImplementedError 373522:39:29# [RSpecRunTime] Finishing example group spec/workers/gitlab/bitbucket_import/import_pull_request_notes_worker_spec.rb. It took 1.86 seconds. Expected to take 1.78 seconds. 373622:39:29# [RSpecRunTime] Starting example group spec/lib/gitlab/usage/metrics/instrumentations/count_ci_internal_pipelines_metric_spec.rb. Expected to take 1.77 seconds. 373722:39:29Gitlab::Usage::Metrics::Instrumentations::CountCiInternalPipelinesMetric 373822:39:30 behaves like a correct instrumented metric value 373922:39:30 has correct value 374022:39:30# [RSpecRunTime] RSpec elapsed time: 22 minutes 16.65 seconds. Current RSS: ~1207M. Threads: 5. load average: 1.30 1.17 1.26 1/296 30565 374222:39:30 for monthly counts 374322:39:30 behaves like a correct instrumented metric value 374422:39:30 has correct value 374622:39:30 behaves like a correct instrumented metric value 374722:39:30 has correct value 374822:39:30 behaves like a correct instrumented metric value 374922:39:30 has correct value 375022:39:30# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage/metrics/instrumentations/count_ci_internal_pipelines_metric_spec.rb. It took 1.56 seconds. Expected to take 1.77 seconds. 375122:39:30# [RSpecRunTime] Starting example group spec/models/ci/catalog/resources/components/last_usage_spec.rb. Expected to take 1.69 seconds. 375222:39:30Ci::Catalog::Resources::Components::LastUsage 375322:39:31 is expected to belong to component class_name => Ci::Catalog::Resources::Component required: false 375422:39:31 is expected to belong to component_project class_name => Project required: false 375522:39:31 does not allow STI 375622:39:31 is expected to belong to catalog_resource class_name => Ci::Catalog::Resource required: false 375822:39:31 is expected to validate that :component cannot be empty/falsy 375922:39:31 is expected to validate that :last_used_date cannot be empty/falsy 376022:39:31 is expected to validate that :catalog_resource cannot be empty/falsy 376122:39:31 is expected to validate that :component_project cannot be empty/falsy 376222:39:31 is expected to validate that :used_by_project_id cannot be empty/falsy 376322:39:31 validates uniqueness of last_used_date 376422:39:31 validates uniqueness of the index 376522:39:31 .get_usage_for 376622:39:32 when no record exists 376722:39:32 initializes a new record 376822:39:32# [RSpecRunTime] RSpec elapsed time: 22 minutes 18.63 seconds. Current RSS: ~1170M. Threads: 5. load average: 1.27 1.17 1.26 1/296 30566 377022:39:32 when a record exists 377122:39:32 returns the existing record 377222:39:32# [RSpecRunTime] Finishing example group spec/models/ci/catalog/resources/components/last_usage_spec.rb. It took 1.9 seconds. Expected to take 1.69 seconds. 377322:39:32# [RSpecRunTime] Starting example group spec/models/list_user_preference_spec.rb. Expected to take 1.66 seconds. 377422:39:32ListUserPreference 377522:39:33 does not allow STI 377622:39:33 relationships 377722:39:33 is expected to belong to list required: false 377822:39:33 is expected to belong to user required: false 377922:39:33 is expected to validate that :user_id is case-sensitively unique within the scope of :list_id, producing a custom validation error on failure 378022:39:33# [RSpecRunTime] RSpec elapsed time: 22 minutes 20.09 seconds. Current RSS: ~1168M. Threads: 5. load average: 1.27 1.17 1.26 1/296 30575 378222:39:33# [RSpecRunTime] Finishing example group spec/models/list_user_preference_spec.rb. It took 1.41 seconds. Expected to take 1.66 seconds. 378322:39:33# [RSpecRunTime] Starting example group spec/helpers/icons_helper_spec.rb. Expected to take 1.61 seconds. 378522:39:33 sprite_icon_path 378622:39:33 returns relative path 378722:39:33 only calls image_path once when called multiple times 378822:39:33 when an asset_host is set in the config it will return an absolute local URL 378922:39:34 returns an absolute URL on that asset host 379122:39:34 returns svg icon html with DEFAULT_ICON_SIZE 379222:39:34 returns svg icon html without size class 379322:39:34 returns svg icon html + size classes 379422:39:34 returns svg icon html + size classes + additional class 379522:39:34 returns svg icon html with aria label 379622:39:34 returns a file icon 379722:39:34 non existing icon 379822:39:34 raises in development mode 379922:39:34 raises in test mode 380022:39:34 does not raise in production mode 380222:39:34 returns right icon name for standard auth 380322:39:34 returns right icon name for two-factor auth 380422:39:34 returns right icon name for google_oauth2 auth 380522:39:34 file_type_icon_class 380622:39:34 returns folder class 380722:39:34 returns share class 380822:39:34 returns document class with .pdf 380922:39:34 returns doc-image class with .jpg 381022:39:34 returns doc-image class with .JPG 381122:39:34 returns doc-image class with .png 381222:39:34 returns doc-image class with .apng 381322:39:34 returns doc-image class with .webp 381422:39:34 returns doc-compressed class with .tar 381522:39:34 returns doc-compressed class with .TAR 381622:39:34 returns doc-compressed class with .tar.gz 381722:39:34 returns volume-up class with .mp3 381822:39:34 returns volume-up class with .MP3 381922:39:34 returns volume-up class with .m4a 382022:39:34 returns volume-up class with .wav 382122:39:35 returns live-preview class with .avi 382222:39:35 returns live-preview class with .AVI 382322:39:35 returns live-preview class with .mp4 382422:39:35 returns doc-text class with .odt 382522:39:35 returns doc-text class with .doc 382622:39:35 returns doc-text class with .DOC 382722:39:35 returns doc-text class with .docx 382822:39:35 returns document class with .xls 382922:39:35 returns document class with .XLS 383022:39:35 returns document class with .xlsx 383122:39:35 returns doc-chart class with .odp 383222:39:35 returns doc-chart class with .ppt 383322:39:35 returns doc-chart class with .PPT 383422:39:35 returns doc-chart class with .pptx 383522:39:35 returns doc-text class with .unknow 383622:39:35 returns doc-text class with no extension 383722:39:35# [RSpecRunTime] RSpec elapsed time: 22 minutes 21.76 seconds. Current RSS: ~1164M. Threads: 5. load average: 1.27 1.17 1.26 1/297 30576 383922:39:35 #external_snippet_icon 384022:39:35 returns external snippet icon 384122:39:35 gl_loading_icon 384222:39:35 returns the default spinner markup 384322:39:35 when css_class is provided 384422:39:35 appends css_class to container element 384522:39:35 when size is provided 384622:39:35 sets the size class 384722:39:35 when color is provided 384822:39:35 sets the color class 384922:39:35 when inline is true 385022:39:35 creates an inline container 385122:39:35# [RSpecRunTime] Finishing example group spec/helpers/icons_helper_spec.rb. It took 1.88 seconds. Expected to take 1.61 seconds. 385222:39:35# [RSpecRunTime] Starting example group spec/models/packages/conan/file_metadatum_spec.rb. Expected to take 1.57 seconds. 385322:39:35Packages::Conan::FileMetadatum 385422:39:36 does not allow STI 385522:39:36 relationships 385622:39:36 is expected to belong to package_file required: false 385722:39:36 belongs to recipe_revision 385822:39:36 belongs to package_revision 385922:39:36 belongs to package_reference 386022:39:36# [RSpecRunTime] RSpec elapsed time: 22 minutes 23.05 seconds. Current RSS: ~1164M. Threads: 5. load average: 1.25 1.16 1.26 1/297 30577 386322:39:36 is expected to validate that :package_file cannot be empty/falsy 386422:39:37 is expected to validate that :recipe_revision is empty/falsy 386522:39:37 is expected to validate that :package_revision is empty/falsy 386622:39:37 #conan_package_reference 386822:39:37 is valid with empty value 386922:39:37 is invalid with value 387022:39:37 package file 387122:39:37 is valid with acceptable value 387222:39:37 is invalid with invalid value 387322:39:37 is invalid when nil 387422:39:37 #conan_package_type 387522:39:37 validates package of type conan 387622:39:37 #recipe_revision_value 387722:39:37 returns the default recipe revision value 387822:39:37 #package_revision_value 388122:39:37 package file 388222:39:37 returns the default package revision value 388322:39:37# [RSpecRunTime] Finishing example group spec/models/packages/conan/file_metadatum_spec.rb. It took 1.63 seconds. Expected to take 1.57 seconds. 388422:39:37# [RSpecRunTime] Starting example group spec/services/packages/ml_model/create_package_file_service_spec.rb. Expected to take 1.52 seconds. 388522:39:37Packages::MlModel::CreatePackageFileService 388722:39:38 when package is nil 388822:39:38 does not create package file 388922:39:38# [RSpecRunTime] RSpec elapsed time: 22 minutes 24.73 seconds. Current RSS: ~1159M. Threads: 5. load average: 1.25 1.16 1.26 1/297 30578 389122:39:38 when file name has slashes 389222:39:38 url encodes the file name 389322:39:38 with existing package 389422:39:38 adds the package file and updates status and ci_build 389522:39:38# [RSpecRunTime] Finishing example group spec/services/packages/ml_model/create_package_file_service_spec.rb. It took 1.32 seconds. Expected to take 1.52 seconds. 389622:39:38# [RSpecRunTime] Starting example group spec/graphql/mutations/clusters/agent_tokens/revoke_spec.rb. Expected to take 1.49 seconds. 389722:39:38Mutations::Clusters::AgentTokens::Revoke 389822:39:39 is expected to eq "ClusterAgentTokenRevoke" 389922:39:39 is expected to require graphql authorizations :admin_cluster 390122:39:39 user does not have permission 390222:39:39 does not revoke the token 390322:39:39 user has permission 390422:39:40 revokes the token 390522:39:40# [RSpecRunTime] Finishing example group spec/graphql/mutations/clusters/agent_tokens/revoke_spec.rb. It took 1.32 seconds. Expected to take 1.49 seconds. 390622:39:40# [RSpecRunTime] Starting example group spec/services/bulk_imports/batched_relation_export_service_spec.rb. Expected to take 1.45 seconds. 390722:39:40BulkImports::BatchedRelationExportService 390922:39:40 when there are batches to export 391022:39:40 marks export as started 391122:39:40 removes existing batches 391222:39:40 enqueues export jobs for each batch & caches batch record ids 391322:39:40 enqueues FinishBatchedRelationExportWorker 391422:39:40 when there are multiple batches 391522:39:41 creates a batch record for each batch of records 391622:39:41# [RSpecRunTime] RSpec elapsed time: 22 minutes 27.39 seconds. Current RSS: ~1161M. Threads: 5. load average: 1.15 1.14 1.25 1/297 30579 391822:39:41 when an error occurs during batches creation 391922:39:41 does not enqueue FinishBatchedRelationExportWorker 392022:39:41 when there are no batches to export 392122:39:41 marks export as finished 392322:39:41 returns cache key given export and batch ids 392422:39:41# [RSpecRunTime] Finishing example group spec/services/bulk_imports/batched_relation_export_service_spec.rb. It took 1.36 seconds. Expected to take 1.45 seconds. 392522:39:41# [RSpecRunTime] Starting example group spec/models/ci/pipeline_message_spec.rb. Expected to take 1.41 seconds. 392622:39:41Ci::PipelineMessage 392722:39:41 does not allow STI 392922:39:41 is expected to validate that :project_id cannot be empty/falsy 393122:39:42 when message content is longer than the limit 393222:39:42 is truncated with ellipsis 393322:39:42 when message is not present 393422:39:42 returns an error 393522:39:42 when message content is valid 393622:39:42 is saved with default error severity 393722:39:42 is persist the defined severity 393822:39:42 partitioning 393922:39:42 assigns the same partition id as the one that pipeline has 394022:39:42# [RSpecRunTime] Finishing example group spec/models/ci/pipeline_message_spec.rb. It took 1.45 seconds. Expected to take 1.41 seconds. 394122:39:42# [RSpecRunTime] Starting example group spec/rubocop/cop/migration/migration_record_spec.rb. Expected to take 1.36 seconds. 394222:39:42RuboCop::Cop::Migration::MigrationRecord 394322:39:42 in migration 394422:39:42 in an old migration 394522:39:42 behaves like a disabled cop 394622:39:42 does not register any offenses 394722:39:42 that is recent 394822:39:42 adds an offense if inheriting from ApplicationRecord 394922:39:42 adds an offense if inheriting from ::ApplicationRecord 395022:39:42 outside of a migration 395122:39:42 behaves like a disabled cop 395222:39:43 does not register any offenses 395322:39:43 outside of a migration 395422:39:43 behaves like a disabled cop 395522:39:43 does not register any offenses 395622:39:43 in migration 395722:39:43 in an old migration 395822:39:43 behaves like a disabled cop 395922:39:43 does not register any offenses 396022:39:43 that is recent 396122:39:43 adds an offense if inheriting from ActiveRecord::Base 396222:39:43 adds an offense if inheriting from ::ActiveRecord::Base 396322:39:43# [RSpecRunTime] Finishing example group spec/rubocop/cop/migration/migration_record_spec.rb. It took 0.31 second. Expected to take 1.36 seconds. 396422:39:43# [RSpecRunTime] Starting example group spec/models/identity_spec.rb. Expected to take 1.34 seconds. 396622:39:43 does not allow STI 396822:39:43 is expected to belong to user required: false 397022:39:43 is expected to respond to #provider 397122:39:43 is expected to respond to #extern_uid 397322:39:43 with existing user and provider 397422:39:43 returns false for a duplicate entry 397522:39:43 returns true when a different provider is used 397622:39:43 with newly-created user 397722:39:43 successfully validates even with a nil user_id 397922:39:43 returns true if it is a ldap identity 398022:39:43 returns false if it is not a ldap identity 398122:39:43 .with_extern_uid 398222:39:43 LDAP identity 398322:39:43 finds the identity when the DN is formatted differently 398422:39:43 any other provider 398522:39:43 the extern_uid lookup is case insensitive 398622:39:43 .with_any_extern_uid 398722:39:43 provider with extern uid 398822:39:43 finds any extern uids associated with a provider 398922:39:43 provider with nil extern uid 399022:39:43 has no results when there are no extern uids 399222:39:43 has no results when there is no associated provider 399522:39:43 normalizes extern uid 399622:39:43 if extern_uid changes 399722:39:44 if current_uid is nil 399822:39:44 if extern_uid changed and not nil 399922:39:44 after_destroy 400022:39:44 if user synced attributes metadada provider 400122:39:44 matches the identity provider 400222:39:44 removes the user synced attributes 400322:39:44 does not matche the identity provider 400422:39:44 does not remove the user synced attributes 400522:39:44# [RSpecRunTime] Finishing example group spec/models/identity_spec.rb. It took 1.3 seconds. Expected to take 1.34 seconds. 400622:39:44# [RSpecRunTime] Starting example group spec/lib/api/entities/ci/pipeline_spec.rb. Expected to take 1.27 seconds. 400722:39:44API::Entities::Ci::Pipeline 400822:39:45 exposes pipeline before_sha 400922:39:45 exposes pipeline tag 401022:39:45 exposes pipeline yaml_errors 401122:39:45 exposes pipeline created_at 401222:39:45 exposes pipeline updated_at 401322:39:45 exposes pipeline started_at 401422:39:45 exposes pipeline finished_at 401522:39:45 exposes pipeline committed_at 401622:39:45 exposes pipeline duration 401722:39:45 exposes pipeline queued_duration 401822:39:45 exposes pipeline user basic information 401922:39:45 exposes pipeline detailed status 402022:39:45 exposes pipeline coverage as a string 402122:39:45# [RSpecRunTime] Finishing example group spec/lib/api/entities/ci/pipeline_spec.rb. It took 1.13 seconds. Expected to take 1.27 seconds. 402222:39:45# [RSpecRunTime] RSpec elapsed time: 22 minutes 31.83 seconds. Current RSS: ~1159M. Threads: 5. load average: 1.15 1.14 1.25 1/297 30580 402422:39:45# [RSpecRunTime] Starting example group spec/finders/packages/package_finder_spec.rb. Expected to take 1.26 seconds. 402522:39:45Packages::PackageFinder 402722:39:46 is expected to eq #<Packages::Package id: 82, project_id: 747, created_at: "2024-11-13 22:39:46.515574000 +0000", updat...age_type: "maven", creator_id: 860, status: "default", last_downloaded_at: nil, status_message: nil> 402822:39:46 with non-displayable package 402922:39:46 raises an exception 403022:39:46# [RSpecRunTime] RSpec elapsed time: 22 minutes 32.89 seconds. Current RSS: ~1159M. Threads: 5. load average: 1.14 1.14 1.25 1/297 30581 403222:39:46 processing packages 403322:39:46 are not returned 403422:39:46# [RSpecRunTime] Finishing example group spec/finders/packages/package_finder_spec.rb. It took 1.15 seconds. Expected to take 1.26 seconds. 403522:39:46# [RSpecRunTime] Starting example group spec/lib/gitlab/metrics/samplers/ruby_sampler_spec.rb. Expected to take 1.21 seconds. 403622:39:46Gitlab::Metrics::Samplers::RubySampler 403722:39:46 behaves like metrics sampler 403822:39:46 when sampling interval is passed explicitly 403922:39:46 is expected to eq 42 404022:39:46 when sampling interval is passed through the environment 404122:39:46 is expected to eq 42 404222:39:46 when no sampling interval is passed anywhere 404322:39:46 uses the hardcoded default 404522:39:47 calls the sample method on the sampler thread 404622:39:47 with warmup set to true 404722:39:47 calls the sample method first on the caller thread 404822:39:47 #safe_sample 404922:39:47 calls #sample once 405022:39:47 when sampling fails with error 405122:39:47 recovers from errors 405522:39:47 sets process_start_time_seconds 405622:39:47 when not setting a prefix 405722:39:47 does not prepend metrics with that prefix 405822:39:47 when using custom prefix 405922:39:47 prepends metrics with that prefix 406122:39:47 adds a metric containing the process total resident memory bytes 406222:39:47 adds a metric containing the process anonymous resident memory bytes 406322:39:47 adds a metric containing the process file backed resident memory bytes 406422:39:47 adds a metric containing the process unique and proportional memory bytes 406522:39:47 adds a metric containing the amount of open file descriptors 406622:39:47 adds a metric containing the process total cpu time 406722:39:47 adds a metric containing the process max file descriptors 406822:39:47 clears any GC profiles 406922:39:47 when USS+PSS sampling is disabled via environment 407022:39:47 does not sample USS or PSS 407222:39:47 re-enables GC::Profiler if needed 407322:39:48 observes GC cycles time 407422:39:48 adds a metric containing garbage collection statistics 407522:39:48 adds a heap fragmentation metric 407622:39:48# [RSpecRunTime] Finishing example group spec/lib/gitlab/metrics/samplers/ruby_sampler_spec.rb. It took 1.34 seconds. Expected to take 1.21 seconds. 407722:39:48# [RSpecRunTime] Starting example group spec/models/packages/composer/metadatum_spec.rb. Expected to take 1.15 seconds. 407822:39:48Packages::Composer::Metadatum 407922:39:48 does not allow STI 408022:39:48 relationships 408122:39:48 is expected to belong to package class_name => Packages::Composer::Package required: false inverse_of => composer_metadatum 408322:39:48 is expected to validate that :package cannot be empty/falsy 408422:39:48 is expected to validate that :target_sha cannot be empty/falsy 408522:39:48 is expected to validate that :composer_json cannot be empty/falsy 408722:39:49 .for_package 408822:39:49 is expected to eq [#<Packages::Composer::Metadatum package_id: 84, target_sha: "69ba42219a051480448799fec9d690c5ce7dbfd6", composer_json: {"name"=>"sample-project"}, version_cache_sha: nil, project_id: nil>] 408922:39:49# [RSpecRunTime] Finishing example group spec/models/packages/composer/metadatum_spec.rb. It took 0.99 second. Expected to take 1.15 seconds. 409022:39:49# [RSpecRunTime] Starting example group spec/lib/gitlab/pagination/keyset/cursor_pager_spec.rb. Expected to take 1.12 seconds. 409122:39:49Gitlab::Pagination::Keyset::CursorPager 409322:39:49 returns the limited relation 409522:39:49 passes information about next page to request 409622:39:49 when retrieving the last page 409722:39:49 does not build information about the next page 409822:39:49 when retrieving an empty page 409922:39:50 does not build information about the next page 410022:39:50# [RSpecRunTime] Finishing example group spec/lib/gitlab/pagination/keyset/cursor_pager_spec.rb. It took 0.88 second. Expected to take 1.12 seconds. 410122:39:50# [RSpecRunTime] Starting example group spec/lib/api/entities/application_setting_spec.rb. Expected to take 1.08 seconds. 410222:39:50API::Entities::ApplicationSetting 410322:39:50 housekeeping_bitmaps_enabled usage is deprecated and always enabled 410422:39:50 when housekeeping_bitmaps_enabled db column is false 410522:39:50 returns true 410622:39:50 when housekeeping_bitmaps_enabled db column is true 410722:39:50 returns true 410822:39:50 for container registry migration-related fields 410922:39:50 returns the static value assigned 411022:39:50# [RSpecRunTime] Finishing example group spec/lib/api/entities/application_setting_spec.rb. It took 0.36 second. Expected to take 1.08 seconds. 411122:39:50# [RSpecRunTime] Starting example group spec/lib/gitlab/middleware/handle_malformed_strings_spec.rb. Expected to take 1.06 seconds. 411222:39:50Gitlab::Middleware::HandleMalformedStrings 411322:39:50 does not modify the env 411522:39:50 rejects null bytes 411622:39:50 rejects escaped null bytes 411722:39:50 rejects malformed strings 411822:39:50 rejects escaped malformed strings 411922:39:50 with POST request 412022:39:50 with valid JSON 412122:39:50 returns no error 412222:39:50 with bad JSON 412322:39:50Error occurred while parsing request parameters. 412622:39:50 rejects bad JSON with 400 error 412722:39:50 in authorization headers 412822:39:50 does not reject correct non-basic-auth tokens 412922:39:50 does not reject correct encoded password with special characters 413022:39:50 behaves like rejecting invalid input 413122:39:50 rejects problematic input in the password 413222:39:50 rejects problematic input in the username 413322:39:50 rejects problematic input in non-basic-auth tokens 413422:39:50 behaves like rejecting invalid input 413522:39:50 rejects problematic input in the password 413622:39:50 rejects problematic input in the username 413722:39:50 rejects problematic input in non-basic-auth tokens 413822:39:50 behaves like rejecting invalid input 413922:39:50 rejects problematic input in the password 414022:39:50 rejects problematic input in the username 414122:39:51 rejects problematic input in non-basic-auth tokens 414322:39:51 with null byte 414422:39:51 gives up and does not reject too deeply nested params 414522:39:51 behaves like checks params 414622:39:51 rejects bad params in a top level param 414722:39:51 rejects bad params for hashes with strings 414822:39:51 rejects bad params for arrays with strings 414922:39:51 rejects bad params for arrays containing hashes with string values 415022:39:51 with malformed strings 415122:39:51 behaves like checks params 415222:39:51 rejects bad params in a top level param 415322:39:51 rejects bad params for hashes with strings 415422:39:51 rejects bad params for arrays with strings 415522:39:51 rejects bad params for arrays containing hashes with string values 415622:39:51 without problematic input 415722:39:51 does not error for strings 415822:39:51 does not error with no params 415922:39:51# [RSpecRunTime] Finishing example group spec/lib/gitlab/middleware/handle_malformed_strings_spec.rb. It took 1.03 seconds. Expected to take 1.06 seconds. 416022:39:51# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/pipeline/command_logger_spec.rb. Expected to take 1.0 second. 416122:39:51Gitlab::Ci::Pipeline::CommandLogger 416322:39:51 for a minimal command 416422:39:51 logs to application.json 416522:39:51 when feature flag disabled 416622:39:51 does not log 416722:39:51 for a command with project 416822:39:51 logs to application.json 416922:39:51 when feature flag disabled 417022:39:51 does not log 417122:39:51 for a command with current_user 417222:39:52 logs to application.json 417322:39:52 when feature flag disabled 417422:39:52 does not log 417522:39:52 for a command with merge_request 417622:39:52 logs to application.json 417722:39:52 when feature flag disabled 417822:39:52 does not log 417922:39:52# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/pipeline/command_logger_spec.rb. It took 0.84 second. Expected to take 1.0 second. 418022:39:52# [RSpecRunTime] Starting example group spec/lib/gitlab/bitbucket_import/importers/lfs_object_importer_spec.rb. Expected to take 0.96 second. 418122:39:52Gitlab::BitbucketImport::Importers::LfsObjectImporter 418322:39:53 calls the LfsDownloadService with the lfs object attributes 418422:39:53 logs its progress 418522:39:53 when the object is not valid 418622:39:54 tracks the validation errors and does not continue 418722:39:54# [RSpecRunTime] RSpec elapsed time: 22 minutes 40.3 seconds. Current RSS: ~1182M. Threads: 5. load average: 1.29 1.17 1.26 1/299 30617 418922:39:54 when an error is raised 419022:39:54 rescues and logs the exception 419122:39:54# [RSpecRunTime] Finishing example group spec/lib/gitlab/bitbucket_import/importers/lfs_object_importer_spec.rb. It took 2.06 seconds. Expected to take 0.96 second. 419222:39:54# [RSpecRunTime] Starting example group spec/models/integrations/apple_app_store_spec.rb. Expected to take 0.95 second. 419322:39:54Integrations::AppleAppStore 419422:39:54 does not allow STI 419722:39:54 is expected to validate that :app_store_issuer_id cannot be empty/falsy 419822:39:54 is expected to validate that :app_store_key_id cannot be empty/falsy 419922:39:54 is expected to validate that :app_store_private_key cannot be empty/falsy 420022:39:54 is expected to validate that :app_store_private_key_file_name cannot be empty/falsy 420122:39:54************************************************************************ 420222:39:54Warning from shoulda-matchers: 420322:39:54You are using `validate_inclusion_of` to assert that a boolean column 420422:39:54allows boolean values and disallows non-boolean ones. Be aware that it 420522:39:54is not possible to fully test this, as boolean columns will 420622:39:54automatically convert non-boolean values to boolean ones. Hence, you 420722:39:54should consider removing this test. 420822:39:54************************************************************************ 420922:39:54 is expected to validate that :app_store_protected_refs is either ‹true› or ‹false› 421022:39:54 is expected to allow :app_store_issuer_id to be ‹"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"› 421122:39:54 is expected not to allow :app_store_issuer_id to be ‹"abcde"› 421222:39:54 is expected to allow :app_store_private_key to be ‹"-----BEGIN PRIVATE KEY-----\nMIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBAKS+CfS9GcRSdYSN\nSzyH5QJQBr5umRL6E+KilOV39iYFO/9oHjUdapTRWkrwnNPCp7qaeck4Jr8iv14t\nPVNDfNr76eGb6/3YknOAP0QOjLWunoC8kjU+N/JHU52NrUeX3qEy8EKV9LeCDJcB\nkBk+Yejn9nypg8c7sLsn33CB6i3bAgMBAAECgYA2D26w80T7WZvazYr86BNMePpd\nj2mIAqx32KZHzt/lhh40J/SRtX9+Kl0Y7nBoRR5Ja9u/HkAIxNxLiUjwg9r6cpg/\nuITEF5nMt7lAk391BuI+7VOZZGbJDsq2ulPd6lO+C8Kq/PI/e4kXcIjeH6KwQsuR\n5vrXfBZ3sQfflaiN4QJBANBt8JY2LIGQF8o89qwUpRL5vbnKQ4IzZ5+TOl4RLR7O\nAQpJ81tG...› 421322:39:54 is expected not to allow :app_store_private_key to be ‹"foo"› 421422:39:54 is expected to allow :app_store_key_id to be ‹"ABCD1EF12G"› 421522:39:54 is expected not to allow :app_store_key_id to be ‹"ABC"› 421622:39:54 is expected not to allow :app_store_key_id to be ‹"abc1"› 421722:39:54 is expected not to allow :app_store_key_id to be ‹"-A0-"› 421822:39:54 when integration is enabled 422022:39:54 returns custom fields 422222:39:55 returns true for a successful request 422322:39:55 returns false for an invalid request 422522:39:55 renders prompt information 422722:39:55 returns the name of the integration 422822:39:55 #ci_variables 422922:39:55 returns the vars for protected branch 423022:39:55 doesn't return the vars for unprotected branch 423122:39:55 #initialize_properties 423222:39:55 when app_store_protected_refs is nil 423322:39:55 sets app_store_protected_refs to true 423422:39:55 when app_store_protected_refs is false 423522:39:55 sets app_store_protected_refs to false 423622:39:55 when integration is disabled 423722:39:55 #ci_variables 423822:39:55 returns an empty array 423922:39:55# [RSpecRunTime] Finishing example group spec/models/integrations/apple_app_store_spec.rb. It took 1.1 seconds. Expected to take 0.95 second. 424022:39:55# [RSpecRunTime] Starting example group spec/lib/gitlab/metrics/prometheus_spec.rb. Expected to take 0.89 second. 424122:39:55Gitlab::Metrics::Prometheus 424222:39:55 #reset_registry! 424322:39:55 clears existing metrics 424422:39:55 #error_detected! 424522:39:55 disables Prometheus metrics 424622:39:55# [RSpecRunTime] Finishing example group spec/lib/gitlab/metrics/prometheus_spec.rb. It took 0.44 second. Expected to take 0.89 second. 424722:39:55# [RSpecRunTime] Starting example group spec/lib/json_web_token/project_token_claims_spec.rb. Expected to take 0.87 second. 424822:39:55JSONWebToken::ProjectTokenClaims 425022:39:56 generates JWT project claims 425122:39:56 without user 425222:39:56 generates JWT project claims 425322:39:56 with a developer role 425422:39:56 has correct access level 425522:39:56# [RSpecRunTime] Finishing example group spec/lib/json_web_token/project_token_claims_spec.rb. It took 0.69 second. Expected to take 0.87 second. 425622:39:56# [RSpecRunTime] Starting example group spec/initializers/fog_google_https_private_urls_spec.rb. Expected to take 0.81 second. 425722:39:56Fog::Storage::GoogleXML::File 425822:39:57 delegates to #get_https_url 425922:39:57# [RSpecRunTime] Finishing example group spec/initializers/fog_google_https_private_urls_spec.rb. It took 0.48 second. Expected to take 0.81 second. 426022:39:57# [RSpecRunTime] Starting example group spec/services/notes/abuse_report/build_service_spec.rb. Expected to take 0.81 second. 426122:39:57Notes::AbuseReport::BuildService 426322:39:57 with simple params 426422:39:57 creates a valid note 426522:39:57 when in_reply_to_discussion_id is specified 426622:39:57 behaves like building notes replying to another note 426722:39:57 when a note with that original discussion ID exists 426822:39:57 sets the note up to be in reply to that note 426922:39:57 when no note with that discussion ID exists 427022:39:57 sets an error 427122:39:57 when user has no access to discussion 427222:39:57 sets an error 427322:39:57 when executing_user is specified 427422:39:57 and executing_user has access to discussion 427522:39:57 sets the note up to be in reply to that note 427622:39:57 and executing_user also has no access to discussion 427722:39:57 sets an error 427822:39:57 when replying to individual note 427922:39:57 sets the note up to be in reply to that note 428022:39:57# [RSpecRunTime] Finishing example group spec/services/notes/abuse_report/build_service_spec.rb. It took 0.85 second. Expected to take 0.81 second. 428122:39:57# [RSpecRunTime] Starting example group spec/lib/gitlab/legacy_github_import/release_formatter_spec.rb. Expected to take 0.76 second. 428222:39:57Gitlab::LegacyGithubImport::ReleaseFormatter 428422:39:58 returns formatted attributes 428522:39:58 with a nil published_at date 428622:39:58 inserts a timestamp for released_at 428822:39:58 when release is not a draft 428922:39:58 returns true 429022:39:58 when release is draft 429122:39:58 returns false 429222:39:58 when release has NULL tag 429322:39:58 returns false 429422:39:58# [RSpecRunTime] Finishing example group spec/lib/gitlab/legacy_github_import/release_formatter_spec.rb. It took 0.72 second. Expected to take 0.76 second. 429522:39:58# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/trigger_spec.rb. Expected to take 0.75 second. 429622:39:58Gitlab::Ci::Config::Entry::Trigger 429722:39:58 when trigger config is a non-empty string 429922:39:58 is expected to be valid 430122:39:58 returns a trigger configuration hash 430222:39:58 when trigger config an empty string 430422:39:58 is expected not to be valid 430622:39:58 returns an error about an empty config 430722:39:58 when trigger is a hash - cross-project 430822:39:58 when project is a string 430922:39:58 when project is a non-empty string 431122:39:58 when project is an empty string 431222:39:58 returns error 431322:39:58 when project is not a string 431422:39:58 when project is an array 431522:39:58 returns error 431622:39:58 when project is a boolean 431722:39:58 returns error 431822:39:58 when branch is provided 432022:39:58 is expected to be valid 432222:39:58 returns a trigger configuration hash 432322:39:58 when strategy is provided 432422:39:58 when strategy is depend 432622:39:58 is expected to be valid 432822:39:59 returns a trigger configuration hash 432922:39:59 when strategy is invalid 433122:39:59 is expected not to be valid 433322:39:59 returns an error about unknown config key 433422:39:59 when config contains unknown keys 433622:39:59 is expected not to be valid 433822:39:59 returns an error about unknown config key 433922:39:59 with forward 434022:39:59 is expected to be valid 434122:39:59 returns a trigger configuration hash 434222:39:59 when trigger is a hash - parent-child 434322:39:59 with simple include 434422:39:59 is expected to be valid 434522:39:59 returns a trigger configuration hash 434622:39:59 with project 434722:39:59 is expected not to be valid 434822:39:59 returns an error 435022:39:59 is expected not to be valid 435122:39:59 returns an error 435222:39:59 with forward 435322:39:59 is expected to be valid 435422:39:59 returns a trigger configuration hash 435522:39:59 when trigger configuration is not valid 435622:39:59 when branch is not provided 435822:39:59 is expected not to be valid 436022:39:59 returns an error message 436122:39:59# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/trigger_spec.rb. It took 1.0 second. Expected to take 0.75 second. 436222:39:59# [RSpecRunTime] Starting example group spec/models/postgresql/replication_slot_spec.rb. Expected to take 0.71 second. 436322:39:59Postgresql::ReplicationSlot 436422:39:59 does not allow STI 436522:39:59 is expected to be a kind of Gitlab::Database::SharedModel(abstract) 436722:39:59 returns true when replication slots are present 436822:39:59 returns false when replication slots are not present 436922:39:59 returns false if the existence check is invalid 437022:39:59 .lag_too_great? 437122:39:59 does not raise an exception 437222:39:59 returns true when replication lag is too great 437322:39:59 returns false when more than one replicas is up to date enough 437422:39:59 returns false when replication lag is not too great 437522:39:59 returns false when there is a nil replication lag 437622:39:59 #max_replication_slots 437722:39:59 returns the maximum number of replication slots 437822:39:59 with enough slots available 437922:40:00 #slots_count 438022:40:00 returns the number of replication slots 438122:40:00 #unused_slots_count 438222:40:00 returns the number of unused replication slots 438322:40:00 #max_retained_wal 438422:40:00 returns the retained WAL size 438522:40:00 #slots_retained_bytes 438622:40:00 returns the number of retained bytes 438722:40:00# [RSpecRunTime] Finishing example group spec/models/postgresql/replication_slot_spec.rb. It took 0.58 second. Expected to take 0.71 second. 438822:40:00# [RSpecRunTime] Starting example group spec/views/shared/projects/_project.html.haml_spec.rb. Expected to take 0.69 second. 438922:40:00shared/projects/_project.html.haml 439022:40:00 renders a generic avatar if project does not have a creator 439122:40:00# [RSpecRunTime] Finishing example group spec/views/shared/projects/_project.html.haml_spec.rb. It took 0.77 second. Expected to take 0.69 second. 439222:40:00# [RSpecRunTime] Starting example group spec/helpers/sessions_helper_spec.rb. Expected to take 0.67 second. 439322:40:00SessionsHelper 439422:40:00 #unconfirmed_email? 439522:40:00 returns true when the flash alert contains a devise failure unconfirmed message 439622:40:01 returns false when the flash alert does not contain a devise failure unconfirmed message 439722:40:01 #unconfirmed_verification_email? 439822:40:01 reset_first_offer?: true, unconfirmed_email_present?: true, token_valid?: true, result: true 439922:40:01 is expected to eq true 440022:40:01 reset_first_offer?: false, unconfirmed_email_present?: true, token_valid?: true, result: false 440122:40:01 is expected to eq false 440222:40:01 reset_first_offer?: true, unconfirmed_email_present?: false, token_valid?: true, result: false 440322:40:01 is expected to eq false 440422:40:01 reset_first_offer?: true, unconfirmed_email_present?: true, token_valid?: false, result: false 440522:40:01 is expected to eq false 440622:40:01 #verification_email 440722:40:01 when there is an unconfirmed verification email 440822:40:01 is expected to eq "unconfirmed@email" 440922:40:01 when there is no unconfirmed verification email 441022:40:01 is expected to eq "user945@example.org" 441122:40:01 #verification_data 441222:40:01 returns the expected data 441322:40:01 #obfuscated_email 441422:40:01 delegates to Gitlab::Utils::Email.obfuscated_email 441522:40:01 #remember_me_enabled? 441622:40:01 when application setting is enabled 441722:40:01 is expected to equal true 441822:40:01 when application setting is disabled 441922:40:01 is expected to equal false 442022:40:01# [RSpecRunTime] Finishing example group spec/helpers/sessions_helper_spec.rb. It took 0.57 second. Expected to take 0.67 second. 442122:40:01# [RSpecRunTime] Starting example group spec/models/design_management/git_repository_spec.rb. Expected to take 0.65 second. 442222:40:01DesignManagement::GitRepository 442322:40:01 does not allow STI 442422:40:01 #gitattribute 442522:40:01 returns a gitattribute when path has gitattributes 442622:40:01 returns nil when path has no gitattributes 442722:40:01 #attributes_at 442822:40:01 is expected to eql {"diff"=>"lfs", "filter"=>"lfs", "merge"=>"lfs", "text"=>false} 443022:40:02 confirms that all files are LFS enabled 443222:40:02 is of class DesignManagement::Repository 443322:40:02 #info_attributes 443422:40:02 is expected to eql {"diff"=>"lfs", "filter"=>"lfs", "merge"=>"lfs", "text"=>false} 443522:40:02# [RSpecRunTime] Finishing example group spec/models/design_management/git_repository_spec.rb. It took 0.6 second. Expected to take 0.65 second. 443622:40:02# [RSpecRunTime] Starting example group spec/rubocop/cop/migration/prevent_index_creation_spec.rb. Expected to take 0.62 second. 443722:40:02RuboCop::Cop::Migration::PreventIndexCreation 443822:40:02 when outside of migration 443922:40:02 does not register an offense 444022:40:02 when in migration 444122:40:02 when adding an index to a forbidden table 444222:40:02 does not register an offense when direction is down 444322:40:02 when table_name is a symbol 444422:40:02 registers an offense when add_index is used 444522:40:02 registers an offense when add_concurrent_index is used 444622:40:02 registers an offense when prepare_async_index is used 444722:40:02 when table_name is a string 444822:40:02 registers an offense when add_index is used 444922:40:02 registers an offense when add_concurrent_index is used 445022:40:02 registers an offense when prepare_async_index is used 445122:40:02 when table_name is a constant 445222:40:02 registers an offense when add_concurrent_index is used 445322:40:02 registers an offense when prepare_async_index is used 445422:40:02 when adding an index to a regular table 445522:40:02 does not register an offense 445622:40:02 when using a constant 445722:40:02 does not register an offense 445822:40:02 when preparing an async index for a regular table 445922:40:02 does not register an offense 446022:40:02 when using a constant 446122:40:02 does not register an offense 446222:40:02# [RSpecRunTime] Finishing example group spec/rubocop/cop/migration/prevent_index_creation_spec.rb. It took 0.72 second. Expected to take 0.62 second. 446322:40:02# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/secure_files/mobile_provision_spec.rb. Expected to take 0.6 second. 446422:40:02Gitlab::Ci::SecureFiles::MobileProvision 446522:40:02 when the supplied profile can be parsed 446622:40:02 #decoded_plist 446722:40:02 returns an XML string 446922:40:02 returns the property list of the decoded plist provided 447022:40:02 returns nil if the property list fails to be parsed from the decoded plist 447222:40:02 returns a hash with the expected keys 447422:40:02 returns the profile UUID 447622:40:03 returns the expiration timestamp of the profile 447822:40:03 returns the platforms assigned to the profile 448022:40:03 returns the team name in the profile 448222:40:03 returns the team ids in the profile 448422:40:03 returns the app name in the profile 448622:40:03 returns the app id in the profile 448722:40:03 #app_id_prefix 448822:40:03 returns the app id prefixes in the profile 448922:40:03 #xcode_managed 449022:40:03 returns the xcode_managed property in the profile 449122:40:03 #entitlements 449222:40:03 returns the entitlements in the profile 449422:40:03 returns the devices attached to the profile 449522:40:03 #certificate_ids 449622:40:03 returns the certificate ids attached to the profile 449722:40:03 when the supplied profile cannot be parsed 449822:40:03 when the supplied certificate cannot be parsed 449922:40:03 #decoded_plist 450022:40:03 assigns the error message and returns nil 450422:40:03 returns an empty hash 450722:40:03# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/secure_files/mobile_provision_spec.rb. It took 0.71 second. Expected to take 0.6 second. 450822:40:03# [RSpecRunTime] Starting example group spec/graphql/types/query_type_spec.rb. Expected to take 0.58 second. 450922:40:03Types::QueryType 451022:40:03 has the expected fields 451122:40:03 is called Query 451222:40:03 organization field 451322:40:03 finds organization by path 451422:40:03 timelogs field 451522:40:03 returns timelogs 451622:40:03 runner_setup field 451722:40:03 returns runner setup instructions 451822:40:03 mlModel field 451922:40:03 returns metadata 452022:40:03 project field 452122:40:03 finds projects by full path 452222:40:03 current_user field 452322:40:03 returns current user 452422:40:03 container_repository field 452522:40:03 is expected to have graphql type Types::ContainerRepositoryDetailsType 452722:40:03 finds an issue by it's gid 452822:40:03 merge_request field 452922:40:03 finds a merge_request by it's gid 453022:40:03 boardList field 453122:40:03 finds a board list by its gid 453222:40:03 metadata field 453322:40:04 returns metadata 453422:40:04 usage_trends_measurements field 453522:40:04 returns usage trends measurements 453622:40:04 runner field 453722:40:04 is expected to have graphql type Types::Ci::RunnerType 453822:40:04 featureFlagEnabled field 453922:40:04 returns feature flag status 454022:40:04 runner_platforms field 454122:40:04 returns runner platforms 454222:40:04 integration_exclusions field 454322:40:04 returns metadata 454422:40:04 namespace field 454522:40:04 finds namespaces by full path 454622:40:04 runners field 454722:40:04 is expected to have graphql type #<Class:0x00007c59a5e90f18> 454822:40:04 package field 454922:40:04 is expected to have graphql type Types::Packages::PackageDetailsType 455022:40:04# [RSpecRunTime] Finishing example group spec/graphql/types/query_type_spec.rb. It took 0.8 second. Expected to take 0.58 second. 455122:40:04# [RSpecRunTime] Starting example group spec/workers/projects/finalize_project_statistics_refresh_worker_spec.rb. Expected to take 0.56 second. 455222:40:04Projects::FinalizeProjectStatisticsRefreshWorker 455422:40:04 stores the refresh increment to the buffered counter 455522:40:04 when record class does not exist 455622:40:04 does nothing 455722:40:04 when record does not exist 455822:40:04 does nothing 455922:40:04# [RSpecRunTime] Finishing example group spec/workers/projects/finalize_project_statistics_refresh_worker_spec.rb. It took 0.52 second. Expected to take 0.56 second. 456022:40:04# [RSpecRunTime] Starting example group spec/lib/gitlab/database/postgres_autovacuum_activity_spec.rb. Expected to take 0.52 second. 456122:40:04Gitlab::Database::PostgresAutovacuumActivity 456222:40:04 does not allow STI 456322:40:04 is expected to be a kind of Gitlab::Database::SharedModel(abstract) 456522:40:05 returns autovacuum activity for queries tables 456622:40:05 executes the query 456722:40:05 .wraparound_prevention 456822:40:05 is expected to match (a hash including {"wraparound_prevention" => true}) 456922:40:05# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/postgres_autovacuum_activity_spec.rb. It took 0.25 second. Expected to take 0.52 second. 457022:40:05# [RSpecRunTime] Starting example group spec/lib/sbom/purl_type/converter_spec.rb. Expected to take 0.5 second. 457122:40:05Sbom::PurlType::Converter 457222:40:05 .purl_type_for_pkg_manager 457322:40:05 given_package_manager: "bundler", expected_purl_type: "gem" 457422:40:05 returns the expected purl_type 457522:40:05 given_package_manager: "yarn", expected_purl_type: "npm" 457622:40:05 returns the expected purl_type 457722:40:05 given_package_manager: "npm", expected_purl_type: "npm" 457822:40:05 returns the expected purl_type 457922:40:05 given_package_manager: "pnpm", expected_purl_type: "npm" 458022:40:05 returns the expected purl_type 458122:40:05 given_package_manager: "maven", expected_purl_type: "maven" 458222:40:05 returns the expected purl_type 458322:40:05 given_package_manager: "sbt", expected_purl_type: "maven" 458422:40:05 returns the expected purl_type 458522:40:05 given_package_manager: "gradle", expected_purl_type: "maven" 458622:40:05 returns the expected purl_type 458722:40:05 given_package_manager: "composer", expected_purl_type: "composer" 458822:40:05 returns the expected purl_type 458922:40:05 given_package_manager: "conan", expected_purl_type: "conan" 459022:40:05 returns the expected purl_type 459122:40:05 given_package_manager: "go", expected_purl_type: "golang" 459222:40:05 returns the expected purl_type 459322:40:05 given_package_manager: "nuget", expected_purl_type: "nuget" 459422:40:05 returns the expected purl_type 459522:40:05 given_package_manager: "pip", expected_purl_type: "pypi" 459622:40:05 returns the expected purl_type 459722:40:05 given_package_manager: "pipenv", expected_purl_type: "pypi" 459822:40:05 returns the expected purl_type 459922:40:05 given_package_manager: "poetry", expected_purl_type: "pypi" 460022:40:05 returns the expected purl_type 460122:40:05 given_package_manager: "setuptools", expected_purl_type: "pypi" 460222:40:05 returns the expected purl_type 460322:40:05 given_package_manager: "Python (python-pkg)", expected_purl_type: "pypi" 460422:40:05 returns the expected purl_type 460522:40:05 given_package_manager: "analyzer (gobinary)", expected_purl_type: "golang" 460622:40:05 returns the expected purl_type 460722:40:05 given_package_manager: "unknown-pkg-manager", expected_purl_type: nil 460822:40:05 returns the expected purl_type 460922:40:05 given_package_manager: "Python (unknown)", expected_purl_type: nil 461022:40:05 returns the expected purl_type 461122:40:05# [RSpecRunTime] Finishing example group spec/lib/sbom/purl_type/converter_spec.rb. It took 0.66 second. Expected to take 0.5 second. 461222:40:05# [RSpecRunTime] Starting example group spec/tooling/danger/database_dictionary_spec.rb. Expected to take 0.48 second. 461322:40:05Tooling::Danger::DatabaseDictionary 461422:40:05 #database_dictionary_files 461522:40:05 retrieves added database dictionary files 461622:40:05 with added added database dictionary files 461722:40:05 returns an array of Found objects 461822:40:05 without added added database dictionary files 461922:40:05 returns an array of Found objects 462022:40:05 retrieves modified database dictionary files 462122:40:05 with modified modified database dictionary files 462222:40:05 returns an array of Found objects 462322:40:05 without modified modified database dictionary files 462422:40:05 returns an array of Found objects 462522:40:05 retrieves deleted database dictionary files 462622:40:05 with deleted deleted database dictionary files 462722:40:05 returns an array of Found objects 462822:40:05 without deleted deleted database dictionary files 462922:40:05 returns an array of Found objects 463022:40:05 Tooling::Danger::DatabaseDictionary::Found 463222:40:06 returns value from the YAML 463422:40:06 returns value from the YAML 463522:40:06 #feature_categories 463622:40:06 returns value from the YAML 463722:40:06 #description 463822:40:06 returns value from the YAML 463922:40:06 #introduced_by_url 464022:40:06 returns value from the YAML 464222:40:06 returns value from the YAML 464322:40:06 #gitlab_schema 464422:40:06 returns value from the YAML 464622:40:06 returns the raw YAML 464822:40:06 is expected to be truthy 464922:40:06 with main schema 465022:40:06 is expected to be falsey 465122:40:06 #main_schema? 465222:40:06 is expected to be falsey 465322:40:06 with main schema 465422:40:06 is expected to be truthy 465522:40:06# [RSpecRunTime] Finishing example group spec/tooling/danger/database_dictionary_spec.rb. It took 0.65 second. Expected to take 0.48 second. 465622:40:06# [RSpecRunTime] Starting example group spec/services/users/email_verification/generate_token_service_spec.rb. Expected to take 0.45 second. 465722:40:06Users::EmailVerification::GenerateTokenService 465922:40:06 with a valid attribute 466022:40:06 attr: :unlock_token 466122:40:06 returns a token and it's digest 466222:40:06 attr: :confirmation_token 466322:40:06 returns a token and it's digest 466422:40:06 with an invalid attribute 466522:40:06 raises an error 466622:40:06 when similar tokens are generated 466722:40:06 generates a unique digest 466822:40:06# [RSpecRunTime] Finishing example group spec/services/users/email_verification/generate_token_service_spec.rb. It took 0.46 second. Expected to take 0.45 second. 466922:40:06# [RSpecRunTime] Starting example group spec/lib/sidebars/projects/menus/snippets_menu_spec.rb. Expected to take 0.44 second. 467022:40:06Sidebars::Projects::Menus::SnippetsMenu 467122:40:06 behaves like serializable as super_sidebar_menu_args 467222:40:06 returns hash with provided attributes 467322:40:06 returns hash with an item_id 467522:40:06 when user cannot access snippets 467622:40:07 returns false 467722:40:07 when user can access snippets 467822:40:07 returns true 467922:40:07# [RSpecRunTime] Finishing example group spec/lib/sidebars/projects/menus/snippets_menu_spec.rb. It took 0.21 second. Expected to take 0.44 second. 468022:40:07# [RSpecRunTime] Starting example group spec/views/dashboard/milestones/index.html.haml_spec.rb. Expected to take 0.42 second. 468122:40:07dashboard/milestones/index.html.haml 468222:40:07 behaves like milestone empty states 468322:40:07 with no milestones 468422:40:07 shows empty state 468522:40:07 does not show tabs or searchbar 468622:40:07 with no open milestones 468722:40:07 shows tabs and searchbar 468822:40:07 shows empty state 468922:40:07 with no closed milestones 469022:40:07 shows tabs and searchbar 469122:40:07 shows empty state on closed milestones 469222:40:07# [RSpecRunTime] Finishing example group spec/views/dashboard/milestones/index.html.haml_spec.rb. It took 0.38 second. Expected to take 0.42 second. 469322:40:07# [RSpecRunTime] Starting example group spec/workers/x509_certificate_revoke_worker_spec.rb. Expected to take 0.4 second. 469422:40:07X509CertificateRevokeWorker 469622:40:07 with a revoked certificate 469722:40:07 executes the revoke service 469822:40:07 behaves like an idempotent worker 469922:40:07 is labeled as idempotent 470022:40:07 performs multiple times sequentially without raising an exception 470122:40:07# [RSpecRunTime] Finishing example group spec/workers/x509_certificate_revoke_worker_spec.rb. It took 0.42 second. Expected to take 0.4 second. 470222:40:07# [RSpecRunTime] Starting example group spec/lib/gitlab/sidekiq_middleware/concurrency_limit/server_spec.rb. Expected to take 0.37 second. 470322:40:07Gitlab::SidekiqMiddleware::ConcurrencyLimit::Server 470522:40:07 when feature flag is disabled 470622:40:07 executes the job 470722:40:07 behaves like skip execution tracking 470822:40:07 is expected not to receive track_execution_end(*(any args)) 0 times 470922:40:07 when there are jobs in the queue 471022:40:08 defers the job 471122:40:08 when only the related_class is set in the context 471222:40:08 defers the job 471322:40:08 when concurrency_limit_resume setter is used 471422:40:08 executes the job if resumed 471522:40:08 when both related class and concurrency_limit_resume setter is used 471622:40:08 executes the job if resumed 471722:40:08 when sidekiq_workers are stubbed 471822:40:08 when under the limit 471922:40:08 executes the job 472022:40:08 tracks execution concurrency 472122:40:08 when limit is set to zero 472222:40:08 behaves like skip execution tracking 472322:40:08 is expected not to receive track_execution_end(*(any args)) 0 times 472422:40:08 when limit is not defined 472522:40:08 behaves like skip execution tracking 472622:40:08 is expected not to receive track_execution_end(*(any args)) 0 times 472722:40:08 when over the limit 472822:40:08 defers the job 472922:40:08# [RSpecRunTime] Finishing example group spec/lib/gitlab/sidekiq_middleware/concurrency_limit/server_spec.rb. It took 0.45 second. Expected to take 0.37 second. 473022:40:08# [RSpecRunTime] Starting example group spec/lib/gitlab/database/load_balancing/host_list_spec.rb. Expected to take 0.36 second. 473122:40:08Gitlab::Database::LoadBalancing::HostList 473322:40:08 sets metrics for current number of hosts and current index 473522:40:08 returns the number of hosts in the list 473622:40:08 #host_names_and_ports 473822:40:08 returns the host names of all hosts 473922:40:08 without ports 474022:40:08 returns the host names of all hosts 474222:40:08 returns a copy of the host 474422:40:08 updates the list of hosts to use 474622:40:08 returns a host 474722:40:08 cycles through all available hosts 474822:40:08 skips hosts that are offline 474922:40:08 returns nil if no hosts are online 475022:40:08 returns nil if no hosts are available 475222:40:08 randomizes the list 475322:40:08# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/load_balancing/host_list_spec.rb. It took 0.43 second. Expected to take 0.36 second. 475422:40:08# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/attachments_downloader_spec.rb. Expected to take 0.35 second. 475522:40:08Gitlab::GithubImport::AttachmentsDownloader 475722:40:08 when file valid 475822:40:08 downloads file 475922:40:08 when file shares multiple hard links 476022:40:08 raises expected exception 476122:40:08 when filename is malicious 476222:40:08 raises expected exception 476322:40:08 when file size exceeds limit 476422:40:08 raises expected exception 476522:40:08 when file name length exceeds limit 476622:40:08 chops filename 476722:40:08 when chunk download returns a redirect 476822:40:09 skips the redirect and continues 476922:40:09 when chunk download returns an error 477022:40:09 raises expected exception 477122:40:09 when attachment is behind a github asset endpoint 477222:40:09 gets redirection url 477322:40:09 when url is not a redirection 477422:40:09 queries with original file_url 477522:40:09 when redirection url is not supported 477622:40:09 raises UnsupportedAttachmentError on unsupported extension 477822:40:09 removes file with parent folder 477922:40:09# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/attachments_downloader_spec.rb. It took 0.42 second. Expected to take 0.35 second. 478022:40:09# [RSpecRunTime] Starting example group spec/workers/users/create_statistics_worker_spec.rb. Expected to take 0.34 second. 478122:40:09Users::CreateStatisticsWorker 478322:40:09 when successful 478422:40:09 create an users statistics entry 478522:40:09 when unsuccessful 478622:40:09 logs an error 478722:40:09# [RSpecRunTime] Finishing example group spec/workers/users/create_statistics_worker_spec.rb. It took 0.26 second. Expected to take 0.34 second. 478822:40:09# [RSpecRunTime] Starting example group spec/models/concerns/redis_cacheable_spec.rb. Expected to take 0.32 second. 478922:40:09RedisCacheable 479022:40:09 does not allow STI 479122:40:09 #cached_attribute 479222:40:09 gets the cache attribute 479322:40:09 #cache_attributes 479422:40:09 sets the cache attributes 479522:40:09 with existing cached attributes 479622:40:09 sets the cache attributes 479722:40:09 #merge_cache_attributes 479822:40:09 with different attribute values 479922:40:09 merges the cache attributes with existing values 480022:40:09 with no new or changed attribute values 480122:40:09 does not try to set Redis key 480222:40:09 #cached_attr_reader 480322:40:09 always returns the latest values 480422:40:09 when there is no cached value 480522:40:09 reads the attribute 480622:40:09 when there is a cached value 480722:40:09 reads the cached value 480822:40:09 #cast_value_from_cache 480922:40:09 with runner contacted_at 481022:40:09 converts cache string to appropriate type 481122:40:09# [RSpecRunTime] Finishing example group spec/models/concerns/redis_cacheable_spec.rb. It took 0.31 second. Expected to take 0.32 second. 481222:40:09# [RSpecRunTime] Starting example group spec/lib/gitlab/database/background_migration/batched_job_transition_log_spec.rb. Expected to take 0.31 second. 481322:40:09Gitlab::Database::BackgroundMigration::BatchedJobTransitionLog 481422:40:09 does not allow STI 481522:40:09 is expected to be a kind of Gitlab::Database::SharedModel(abstract) 481622:40:09 associations 481722:40:09 is expected to belong to batched_job required: false 481922:40:09 is expected to validate that :previous_status cannot be empty/falsy 482022:40:09 is expected to validate that :next_status cannot be empty/falsy 482122:40:09 is expected to validate that :batched_job cannot be empty/falsy 482222:40:09 is expected to validate that the length of :exception_class is at most 100 482322:40:09 is expected to validate that the length of :exception_message is at most 1000 482422:40:10 is expected to define :previous_status as an enum backed by an integer with values ‹[:pending, :running, :failed, :succeeded]›, prefix: true 482522:40:10 is expected to define :next_status as an enum backed by an integer with values ‹[:pending, :running, :failed, :succeeded]›, prefix: true 482622:40:10# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/background_migration/batched_job_transition_log_spec.rb. It took 0.26 second. Expected to take 0.31 second. 482722:40:10# [RSpecRunTime] Starting example group spec/tooling/lib/tooling/helm3_client_spec.rb. Expected to take 0.29 second. 482822:40:10Tooling::Helm3Client 483022:40:10Running command: `helm list --max 256 --offset 0 --output json` 483122:40:10 raises an error if the Helm command fails 483222:40:10Running command: `helm list --max 256 --offset 0 --output json` 483322:40:10Ignoring this JSON parsing error: unexpected token at '' 483422:40:10Response was: 483522:40:10 calls helm list with default arguments 483622:40:10Running command: `helm list --max 256 --offset 0 --output json --deployed` 483722:40:10Ignoring this JSON parsing error: unexpected token at '' 483822:40:10Response was: 483922:40:10 calls helm list with extra arguments 484022:40:10Running command: `helm list --max 256 --offset 0 --output json --deployed` 484122:40:10Running command: `helm list --max 256 --offset 256 --output json --deployed` 484222:40:10 returns a list of Release objects 484322:40:10Running command: `helm list --max 256 --offset 0 --output json` 484422:40:10Running command: `helm list --max 256 --offset 256 --output json` 484522:40:10Running command: `helm list --max 256 --offset 512 --output json` 484622:40:10 automatically paginates releases 484822:40:10Running command: `helm uninstall --namespace my-release my-release` 484922:40:10 raises an error if the Helm command fails 485022:40:10Running command: `helm uninstall --namespace my-release my-release` 485122:40:10 calls helm uninstall with default arguments 485222:40:10 with multiple release names 485322:40:10Running command: `helm uninstall --namespace my-release my-release` 485422:40:10 raises an error if the Helm command fails 485522:40:10Running command: `helm uninstall --namespace namespace my-release` 485622:40:10Running command: `helm uninstall --namespace namespace my-release-2` 485722:40:10 calls helm uninstall with multiple release names and a namespace 485822:40:10Running command: `helm uninstall --namespace my-release my-release` 485922:40:10Running command: `helm uninstall --namespace my-release-2 my-release-2` 486022:40:10 calls helm uninstall with multiple release names and no namespace 486122:40:10# [RSpecRunTime] Finishing example group spec/tooling/lib/tooling/helm3_client_spec.rb. It took 0.23 second. Expected to take 0.29 second. 486222:40:10# [RSpecRunTime] Starting example group spec/presenters/ml/model_version_presenter_spec.rb. Expected to take 0.29 second. 486322:40:10Ml::ModelVersionPresenter 486422:40:10 #artifacts_count 486522:40:10 is expected to eq 0 486622:40:10 #package_path 486722:40:10 is expected to eq "/namespace520/project-855/-/packages/1000000336" 486922:40:10 is expected to eq "/namespace520/project-855/-/ml/models/1000000334/versions/1000000337" 487022:40:10 when author is not present 487122:40:10 is expected to be nil 487322:40:10 is expected to eq #<User id:1000000326 @namespace520> 487422:40:10 #import_path 487522:40:10 is expected to eq "/api/v4/projects/1000000328/packages/ml_models/1000000337/files/" 487622:40:10 .display_name 487722:40:10 is expected to eq "a_model / 1.1.1" 487822:40:10# [RSpecRunTime] Finishing example group spec/presenters/ml/model_version_presenter_spec.rb. It took 0.21 second. Expected to take 0.29 second. 487922:40:10# [RSpecRunTime] Starting example group spec/rubocop/cop/api/ensure_string_detail_spec.rb. Expected to take 0.27 second. 488022:40:10RuboCop::Cop::API::EnsureStringDetail 488122:40:10 when in_api? == true 488222:40:10 when detail field uses a string 488322:40:10 does not add an offense 488422:40:10 when detail field uses interpolation in a string 488522:40:10 does not add an offense 488622:40:10 when detail field uses a multiline string 488722:40:10 does not add an offense 488822:40:10 when detail field uses a constant 488922:40:10 does not add an offense (PENDING: No reason given) 489022:40:10 when detail field uses a HEREDOC string 489122:40:10 does not add an offense 489222:40:10 when detail field uses an array 489322:40:10 adds an offense 489422:40:10 when detail field is outside of desc block 489522:40:10 does not add an offense 489622:40:10 when in_api? == false 489722:40:10 does not add an offense 489822:40:10# [RSpecRunTime] Finishing example group spec/rubocop/cop/api/ensure_string_detail_spec.rb. It took 0.21 second. Expected to take 0.27 second. 489922:40:10# [RSpecRunTime] Starting example group spec/services/access_token_validation_service_spec.rb. Expected to take 0.26 second. 490022:40:10AccessTokenValidationService 490122:40:10 .include_any_scope? 490222:40:10 returns true if the required scope is present in the token's scopes 490322:40:10 returns true if more than one of the required scopes is present in the token's scopes 490422:40:10 returns true if the list of required scopes is an exact match for the token's scopes 490522:40:10 returns true if the list of required scopes contains all of the token's scopes, in addition to others 490622:40:10 returns true if the list of required scopes is blank 490722:40:10 returns false if there are no scopes in common between the required scopes and the token scopes 490922:40:10 ignores any scopes whose `if` condition returns false 491022:40:10 does not ignore scopes whose `if` condition is not set 491122:40:10 does not ignore scopes whose `if` condition returns true 491222:40:10# [RSpecRunTime] Finishing example group spec/services/access_token_validation_service_spec.rb. It took 0.26 second. Expected to take 0.26 second. 491322:40:10# [RSpecRunTime] Starting example group spec/rubocop/cop/graphql/json_type_spec.rb. Expected to take 0.25 second. 491422:40:10RuboCop::Cop::Graphql::JSONType 491522:40:10 does not add an offense for uses outside of field or argument 491722:40:11 adds an offense when GraphQL::Types::JSON is used 491822:40:11 adds an offense when GraphQL::Types::JSON is used with other keywords 491922:40:11 does not add an offense for other types 492122:40:11 adds an offense when GraphQL::Types::JSON is used 492222:40:11 adds an offense when GraphQL::Types::JSON is used with other keywords 492322:40:11 does not add an offense for other types 492422:40:11# [RSpecRunTime] Finishing example group spec/rubocop/cop/graphql/json_type_spec.rb. It took 0.21 second. Expected to take 0.25 second. 492522:40:11# [RSpecRunTime] Starting example group spec/lib/gitlab/git/changes_spec.rb. Expected to take 0.24 second. 492622:40:11Gitlab::Git::Changes 492722:40:11 #includes_branches? 492822:40:11 has changes for branches 492922:40:11 is expected to be truthy 493022:40:11 has no changes for branches 493122:40:11 is expected to be falsey 493222:40:11 #includes_tags? 493322:40:11 has changes for tags 493422:40:11 is expected to be truthy 493522:40:11 has no changes for tags 493622:40:11 is expected to be falsey 493722:40:11 #add_branch_change 493822:40:11 adds the branch change to the collection 493922:40:11 does not add the change as a tag change 494022:40:11 #add_tag_change 494122:40:11 adds the tag change to the collection 494222:40:11 does not add the change as a branch change 494322:40:11# [RSpecRunTime] Finishing example group spec/lib/gitlab/git/changes_spec.rb. It took 0.2 second. Expected to take 0.24 second. 494422:40:11# [RSpecRunTime] Starting example group spec/lib/gitlab/word_diff/segments/chunk_spec.rb. Expected to take 0.23 second. 494522:40:11Gitlab::WordDiff::Segments::Chunk 494722:40:11 is expected to be falsey 494822:40:11 when line starts with "-" 494922:40:11 is expected to be truthy 495122:40:11 is expected to be falsey 495222:40:11 when line starts with "+" 495322:40:11 is expected to be truthy 495522:40:11 removes lead string modifier 495622:40:11 when chunk is empty 495722:40:11 is expected to eq "" 495922:40:11 is expected to eq 5 496022:40:11# [RSpecRunTime] Finishing example group spec/lib/gitlab/word_diff/segments/chunk_spec.rb. It took 0.16 second. Expected to take 0.23 second. 496122:40:11# [RSpecRunTime] Starting example group spec/lib/gitlab/database/health_status/signals_spec.rb. Expected to take 0.23 second. 496222:40:11Gitlab::Database::HealthStatus::Signals 496322:40:11 with Normal signal it should not stop and log 496422:40:11 behaves like health status signal 496622:40:11 returns the log signal 496822:40:11 returns the stop signal 496922:40:11 with NotAvailable signal it should not stop and log 497022:40:11 behaves like health status signal 497222:40:11 returns the log signal 497422:40:11 returns the stop signal 497522:40:11 with Stop signal it should stop and log 497622:40:11 behaves like health status signal 497822:40:11 returns the log signal 498022:40:11 returns the stop signal 498122:40:11 with Unknown signal it should only log and not stop 498222:40:11 behaves like health status signal 498422:40:11 returns the log signal 498622:40:11 returns the stop signal 498722:40:11# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/health_status/signals_spec.rb. It took 0.19 second. Expected to take 0.23 second. 498822:40:11# [RSpecRunTime] Starting example group spec/graphql/resolvers/users/frecent_groups_resolver_spec.rb. Expected to take 0.21 second. 498922:40:11Resolvers::Users::FrecentGroupsResolver 499022:40:11 behaves like namespace visits resolver 499222:40:11 when user is not logged in 499422:40:11 when user is logged in 499522:40:11 returns frecent groups 499622:40:11# [RSpecRunTime] Finishing example group spec/graphql/resolvers/users/frecent_groups_resolver_spec.rb. It took 0.14 second. Expected to take 0.21 second. 499722:40:11# [RSpecRunTime] Starting example group spec/lib/container_registry/registry_spec.rb. Expected to take 0.21 second. 499822:40:11ContainerRegistry::Registry 499922:40:11 is expected to respond to #client 500022:40:11 is expected to respond to #uri 500122:40:11 is expected to respond to #path 500222:40:11 is expected not to be nil 500422:40:11 path from URL 500522:40:11 is expected to eq "example.com" 500722:40:11 is expected to eq "registry.example.com" 500822:40:11 #gitlab_api_client 500922:40:12 returns a GitLabApiClient 501022:40:12# [RSpecRunTime] Finishing example group spec/lib/container_registry/registry_spec.rb. It took 0.17 second. Expected to take 0.21 second. 501122:40:12# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/interpolation/functions/expand_vars_spec.rb. Expected to take 0.2 second. 501222:40:12Gitlab::Ci::Config::Interpolation::Functions::ExpandVars 501422:40:12 expands the variable 501522:40:12 when the variable contains another variable 501622:40:12 does not expand the inner variable 501722:40:12 when the variable is masked 501822:40:12 returns an error 501922:40:12 when the variable is unknown 502022:40:12 does not expand the variable 502122:40:12 when there are multiple variables 502222:40:12 expands the variables 502322:40:12 when the input is not a string 502422:40:12 returns an error 502622:40:12 matches exactly the expand_vars function with no arguments 502722:40:12# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/interpolation/functions/expand_vars_spec.rb. It took 0.17 second. Expected to take 0.2 second. 502822:40:12# [RSpecRunTime] Starting example group spec/components/pajamas/progress_component_spec.rb. Expected to take 0.19 second. 502922:40:12Pajamas::ProgressComponent 503122:40:12 sets the width of the progressbar 503322:40:12 variant: :primary 503422:40:12 adds variant class 503522:40:12 variant: :success 503622:40:12 adds variant class 503722:40:12 with unknown variant 503822:40:12 adds the default variant class 503922:40:12# [RSpecRunTime] Finishing example group spec/components/pajamas/progress_component_spec.rb. It took 0.11 second. Expected to take 0.19 second. 504022:40:12# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/reports/coverage_report_spec.rb. Expected to take 0.19 second. 504122:40:12Gitlab::Ci::Reports::CoverageReport 504222:40:12 is expected to eq {} 504422:40:12 when no file has been added 504522:40:12 is expected to equal true 504622:40:12 when file has been added 504722:40:12 is expected to equal false 504922:40:12 returns only picked files while ignoring nonexistent ones 505122:40:12 when providing two individual files 505222:40:12 initializes a new test suite and returns it 505322:40:12 when providing the same files twice 505422:40:12 with different line coverage 505522:40:12 initializes a new test suite and returns it 505622:40:12 with identical line coverage 505722:40:12 initializes a new test suite and returns it 505822:40:12# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/reports/coverage_report_spec.rb. It took 0.17 second. Expected to take 0.19 second. 505922:40:12# [RSpecRunTime] Starting example group spec/rubocop/cop/gitlab/avoid_current_organization_spec.rb. Expected to take 0.18 second. 506022:40:12RuboCop::Cop::Gitlab::AvoidCurrentOrganization 506122:40:12 good examples 506222:40:12 does not register an offense 506322:40:12 bad examples 506422:40:12 when referencing Current.organization 506522:40:12 registers an offense 506622:40:12 when referencing Current.organization_id 506722:40:12 registers an offense 506822:40:12 when assigning Current.organization= 506922:40:12 registers an offense 507022:40:12# [RSpecRunTime] Finishing example group spec/rubocop/cop/gitlab/avoid_current_organization_spec.rb. It took 0.11 second. Expected to take 0.18 second. 507122:40:12# [RSpecRunTime] Starting example group spec/lib/gitlab/kubernetes/ingress_spec.rb. Expected to take 0.17 second. 507222:40:12Gitlab::Kubernetes::Ingress 507422:40:12 with canary ingress parameters 507522:40:12 is expected to be truthy 507622:40:12 with stable ingress parameters 507722:40:12 is expected to be falsey 507822:40:12 #canary_weight 507922:40:12 with canary ingress parameters 508022:40:12 is expected to eq 50 508122:40:12 with stable ingress parameters 508222:40:12 is expected to be nil 508422:40:12 is expected to eq "production-auto-deploy" 508522:40:12# [RSpecRunTime] Finishing example group spec/lib/gitlab/kubernetes/ingress_spec.rb. It took 0.12 second. Expected to take 0.17 second. 508622:40:12# [RSpecRunTime] Starting example group spec/lib/gitlab/doorkeeper_secret_storing/secret/pbkdf2_sha512_spec.rb. Expected to take 0.16 second. 508722:40:12Gitlab::DoorkeeperSecretStoring::Secret::Pbkdf2Sha512 508822:40:12 .secret_matches? 508922:40:12 match by hashing the input if the stored value is hashed 509422:40:12 .transform_secret 509522:40:12 generates a PBKDF2+SHA512 hashed value in the correct format 509622:40:12# [RSpecRunTime] Finishing example group spec/lib/gitlab/doorkeeper_secret_storing/secret/pbkdf2_sha512_spec.rb. It took 0.12 second. Expected to take 0.16 second. 509722:40:12# [RSpecRunTime] Starting example group spec/lib/gitlab/safe_request_purger_spec.rb. Expected to take 0.16 second. 509822:40:12Gitlab::SafeRequestPurger 510022:40:12 purges an entry from the store 510222:40:12 when request store is active 510322:40:12 purges an entry from the store 510422:40:12 when there are multiple resource_ids to purge 510522:40:12 purges an entry from the store 510622:40:12 when there is no matching resource_ids 510722:40:12 purges an entry from the store 510822:40:12 when request store is not active 510922:40:12 does offer the ability to interact with data store 511022:40:12# [RSpecRunTime] Finishing example group spec/lib/gitlab/safe_request_purger_spec.rb. It took 0.12 second. Expected to take 0.16 second. 511122:40:12# [RSpecRunTime] Starting example group spec/graphql/types/merge_requests/author_type_spec.rb. Expected to take 0.15 second. 511222:40:12Types::MergeRequests::AuthorType 511322:40:12 behaves like a user type with merge request interaction type 511422:40:12 is expected to require graphql authorizations :read_user 511522:40:12 has the expected fields 511622:40:12 #merge_request_interaction 511722:40:13 returns the correct type 511822:40:13 has the correct arguments 511922:40:13# [RSpecRunTime] Finishing example group spec/graphql/types/merge_requests/author_type_spec.rb. It took 0.1 second. Expected to take 0.15 second. 512022:40:13# [RSpecRunTime] Starting example group spec/lib/gitlab/import/page_keyset_spec.rb. Expected to take 0.15 second. 512122:40:13Gitlab::Import::PageKeyset 512322:40:13 sets the next url 512522:40:13 sets the initial next url to be nil when no value is cached 512622:40:13 sets the initial next url to the cached value when one is present 512822:40:13 expires the current next url 512922:40:13# [RSpecRunTime] Finishing example group spec/lib/gitlab/import/page_keyset_spec.rb. It took 0.11 second. Expected to take 0.15 second. 513022:40:13# [RSpecRunTime] Starting example group spec/views/projects/runners/_project_runners.html.haml_spec.rb. Expected to take 0.14 second. 513122:40:13projects/runners/_project_runners.html.haml 513322:40:13 when user can create project runner 513422:40:13 renders the New project runner button 513522:40:13 when user cannot create project runner 513622:40:13 does not render the New project runner button 513722:40:13# [RSpecRunTime] Finishing example group spec/views/projects/runners/_project_runners.html.haml_spec.rb. It took 0.13 second. Expected to take 0.14 second. 513822:40:13# [RSpecRunTime] Starting example group spec/views/groups/packages/index.html.haml_spec.rb. Expected to take 0.14 second. 513922:40:13groups/packages/index.html.haml 514022:40:13 renders vue entrypoint 514122:40:13# [RSpecRunTime] Finishing example group spec/views/groups/packages/index.html.haml_spec.rb. It took 0.06 second. Expected to take 0.14 second. 514222:40:13# [RSpecRunTime] Starting example group spec/workers/ci/stuck_builds/drop_scheduled_worker_spec.rb. Expected to take 0.13 second. 514322:40:13Ci::StuckBuilds::DropScheduledWorker 514522:40:13 executes an instance of Ci::StuckBuilds::DropScheduledService with an exclusive lease 514622:40:13 behaves like an idempotent worker 514722:40:13 is labeled as idempotent 514822:40:13 performs multiple times sequentially without raising an exception 514922:40:13# [RSpecRunTime] Finishing example group spec/workers/ci/stuck_builds/drop_scheduled_worker_spec.rb. It took 0.09 second. Expected to take 0.13 second. 515022:40:13# [RSpecRunTime] Starting example group spec/lib/bitbucket_server/page_spec.rb. Expected to take 0.13 second. 515122:40:13BitbucketServer::Page 515322:40:13 returns collection of needed objects 515522:40:13 returns next attribute 515722:40:13 returns attributes 515922:40:13 returns true 516022:40:13 returns false 516122:40:13# [RSpecRunTime] Finishing example group spec/lib/bitbucket_server/page_spec.rb. It took 0.12 second. Expected to take 0.13 second. 516222:40:13# [RSpecRunTime] Starting example group spec/serializers/ci/trigger_serializer_spec.rb. Expected to take 0.12 second. 516322:40:13Ci::TriggerSerializer 516522:40:13 matches schema 516622:40:13# [RSpecRunTime] Finishing example group spec/serializers/ci/trigger_serializer_spec.rb. It took 0.04 second. Expected to take 0.12 second. 516722:40:13# [RSpecRunTime] Starting example group spec/rubocop/cop/gitlab/no_code_coverage_comment_spec.rb. Expected to take 0.12 second. 516822:40:13RuboCop::Cop::Gitlab::NoCodeCoverageComment 516922:40:13 with nocov as default comment token 517022:40:13 behaves like nocov check 517122:40:13 flags related code comments 517222:40:13 ignores unrelated comments 517322:40:13 with configured comment token 517422:40:13 behaves like nocov check 517522:40:13 flags related code comments 517622:40:13 ignores unrelated comments 517722:40:13# [RSpecRunTime] Finishing example group spec/rubocop/cop/gitlab/no_code_coverage_comment_spec.rb. It took 0.1 second. Expected to take 0.12 second. 517822:40:13# [RSpecRunTime] Starting example group spec/components/pajamas/breadcrumb_component_spec.rb. Expected to take 0.11 second. 517922:40:13Pajamas::BreadcrumbComponent 518022:40:13 uses the correct class on the root element 518122:40:13 adds the required classes to the list element 518222:40:13 renders one GlBreadcrumbItem per item slot 518322:40:13 applies any provided HTML attribute to the root element 518422:40:13# [RSpecRunTime] Finishing example group spec/components/pajamas/breadcrumb_component_spec.rb. It took 0.09 second. Expected to take 0.11 second. 518522:40:13# [RSpecRunTime] Starting example group spec/graphql/types/access_levels/user_type_spec.rb. Expected to take 0.11 second. 518622:40:13Types::AccessLevels::UserType 518922:40:13 calls User#redacted_name(current_user) 519122:40:13 calls User#avatar_url(only_path: false) 519322:40:13 is expected to require graphql authorizations :read_user 519422:40:13 is expected to have graphql fields "id", "username", "name", "publicEmail", "avatarUrl", "webUrl", and "webPath" 519522:40:13# [RSpecRunTime] Finishing example group spec/graphql/types/access_levels/user_type_spec.rb. It took 0.1 second. Expected to take 0.11 second. 519622:40:13# [RSpecRunTime] Starting example group spec/lib/gitlab/graphql/query_analyzers/ast/logger_analyzer_spec.rb. Expected to take 0.1 second. 519722:40:13Gitlab::Graphql::QueryAnalyzers::AST::LoggerAnalyzer 519922:40:13 returns the complexity, depth, duration, etc 520022:40:13 does not crash when #analyze_query returns [] 520122:40:13 gracefully handles analysis errors 520222:40:13# [RSpecRunTime] Finishing example group spec/lib/gitlab/graphql/query_analyzers/ast/logger_analyzer_spec.rb. It took 0.12 second. Expected to take 0.1 second. 520322:40:13# [RSpecRunTime] Starting example group spec/views/shared/gitlab_version/_security_patch_upgrade_alert.html.haml_spec.rb. Expected to take 0.1 second. 520422:40:13shared/gitlab_version/_security_patch_upgrade_alert 520522:40:13 when version check is enabled and is admin 520622:40:14 renders the security patch upgrade alert modal 520722:40:14# [RSpecRunTime] Finishing example group spec/views/shared/gitlab_version/_security_patch_upgrade_alert.html.haml_spec.rb. It took 0.09 second. Expected to take 0.1 second. 520822:40:14# [RSpecRunTime] Starting example group spec/workers/concerns/packages/cleanup_artifact_worker_spec.rb. Expected to take 0.1 second. 520922:40:14Packages::CleanupArtifactWorker 521122:40:14 is expected to raise NotImplementedError 521222:40:14 #log_metadata 521322:40:14 is expected to raise NotImplementedError 521422:40:14 #log_cleanup_item 521522:40:14 is expected to raise NotImplementedError 521622:40:14# [RSpecRunTime] Finishing example group spec/workers/concerns/packages/cleanup_artifact_worker_spec.rb. It took 0.08 second. Expected to take 0.1 second. 521722:40:14# [RSpecRunTime] Starting example group spec/lib/audit_events/google_cloud/authentication_spec.rb. Expected to take 0.09 second. 521822:40:14AuditEvents::GoogleCloud::Authentication 521922:40:14 #generate_access_token 522022:40:14 when credentials are valid 522122:40:14 calls make_creds with correct parameters 522222:40:14 fetches access token 522322:40:14 when an error occurs 522422:40:14 handles the exception and returns nil 522522:40:14# [RSpecRunTime] Finishing example group spec/lib/audit_events/google_cloud/authentication_spec.rb. It took 0.09 second. Expected to take 0.09 second. 522622:40:14# [RSpecRunTime] Starting example group spec/initializers/countries_spec.rb. Expected to take 0.09 second. 522822:40:14 initialises Ukraine with custom country name 522922:40:14 configures locals to EN 523022:40:14 initialises Taiwan with custom country name 523122:40:14# [RSpecRunTime] Finishing example group spec/initializers/countries_spec.rb. It took 0.08 second. Expected to take 0.09 second. 523222:40:14# [RSpecRunTime] Starting example group spec/graphql/types/anti_abuse/abuse_report_label_type_spec.rb. Expected to take 0.08 second. 523322:40:14Types::AntiAbuse::AbuseReportLabelType 523422:40:14 has the correct fields 523522:40:14 is expected to require graphql authorizations :read_label 523622:40:14# [RSpecRunTime] Finishing example group spec/graphql/types/anti_abuse/abuse_report_label_type_spec.rb. It took 0.05 second. Expected to take 0.08 second. 523722:40:14# [RSpecRunTime] Starting example group spec/lib/gitlab/email/hook/delivery_metrics_observer_spec.rb. Expected to take 0.08 second. 523822:40:14Gitlab::Email::Hook::DeliveryMetricsObserver 523922:40:14 when email has been delivered 524022:40:14 increments both email delivery metrics 524122:40:14 when email has not been delivered due to an error 524222:40:14 increments only delivery attempt metric 524322:40:14# [RSpecRunTime] Finishing example group spec/lib/gitlab/email/hook/delivery_metrics_observer_spec.rb. It took 0.06 second. Expected to take 0.08 second. 524422:40:14# [RSpecRunTime] Starting example group spec/rubocop/cop/gemspec/avoid_executing_git_spec.rb. Expected to take 0.07 second. 524522:40:14RuboCop::Cop::Gemspec::AvoidExecutingGit 524622:40:14 flags violation for executing git 524722:40:14 does not flag violation for using a glob 524822:40:14# [RSpecRunTime] Finishing example group spec/rubocop/cop/gemspec/avoid_executing_git_spec.rb. It took 0.06 second. Expected to take 0.07 second. 524922:40:14# [RSpecRunTime] Starting example group spec/lib/gitlab/multi_destination_logger_spec.rb. Expected to take 0.07 second. 525022:40:14Gitlab::MultiDestinationLogger 525122:40:14 with no primary logger set 525222:40:14 primary_logger raises an error 525322:40:14 with 2 loggers set 525422:40:14 logs info to 2 loggers 525522:40:14# [RSpecRunTime] Finishing example group spec/lib/gitlab/multi_destination_logger_spec.rb. It took 0.05 second. Expected to take 0.07 second. 525622:40:14# [RSpecRunTime] Starting example group spec/lib/gitlab/usage/metrics/instrumentations/prometheus_enabled_metric_spec.rb. Expected to take 0.07 second. 525722:40:14Gitlab::Usage::Metrics::Instrumentations::PrometheusEnabledMetric 525822:40:14 when the setting is true 525922:40:14 behaves like a correct instrumented metric value 526022:40:14 has correct value 526122:40:14 when the setting is false 526222:40:14 behaves like a correct instrumented metric value 526322:40:14 has correct value 526422:40:14# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage/metrics/instrumentations/prometheus_enabled_metric_spec.rb. It took 0.05 second. Expected to take 0.07 second. 526522:40:14# [RSpecRunTime] Starting example group spec/graphql/types/metrics/dashboards/annotation_type_spec.rb. Expected to take 0.07 second. 526622:40:14Types::Metrics::Dashboards::AnnotationType 526722:40:14 has the expected fields 526822:40:14 is expected to eq "MetricsDashboardAnnotation" 526922:40:14# [RSpecRunTime] Finishing example group spec/graphql/types/metrics/dashboards/annotation_type_spec.rb. It took 0.05 second. Expected to take 0.07 second. 527022:40:14# [RSpecRunTime] Starting example group spec/graphql/types/ci/group_type_spec.rb. Expected to take 0.07 second. 527122:40:14Types::Ci::GroupType 527222:40:14 exposes the expected fields 527322:40:14 is expected to eq "CiGroup" 527422:40:14# [RSpecRunTime] Finishing example group spec/graphql/types/ci/group_type_spec.rb. It took 0.05 second. Expected to take 0.07 second. 527522:40:14# [RSpecRunTime] Starting example group spec/lib/gitlab/audit/deploy_token_author_spec.rb. Expected to take 0.07 second. 527622:40:14Gitlab::Audit::DeployTokenAuthor 527822:40:14 sets correct attributes 527922:40:14 sets default name when it is not provided 528022:40:14# [RSpecRunTime] Finishing example group spec/lib/gitlab/audit/deploy_token_author_spec.rb. It took 0.05 second. Expected to take 0.07 second. 528122:40:14# [RSpecRunTime] Starting example group spec/graphql/types/work_items/widgets/time_tracking/timelog_input_type_spec.rb. Expected to take 0.07 second. 528222:40:14Types::WorkItems::Widgets::TimeTracking::TimelogInputType 528322:40:14 is expected to contain exactly "timeSpent", "spentAt", and "summary" 528422:40:14 is expected to eq "WorkItemWidgetTimeTrackingTimelogInput" 528522:40:14# [RSpecRunTime] Finishing example group spec/graphql/types/work_items/widgets/time_tracking/timelog_input_type_spec.rb. It took 0.05 second. Expected to take 0.07 second. 528622:40:14# [RSpecRunTime] Starting example group spec/graphql/types/ci/config/group_type_spec.rb. Expected to take 0.06 second. 528722:40:14Types::Ci::Config::GroupType 528822:40:14 exposes the expected fields 528922:40:14 is expected to eq "CiConfigGroup" 529022:40:14# [RSpecRunTime] Finishing example group spec/graphql/types/ci/config/group_type_spec.rb. It took 0.05 second. Expected to take 0.06 second. 529122:40:14# [RSpecRunTime] Starting example group spec/lib/gitlab/diff/inline_diff_marker_spec.rb. Expected to take 0.06 second. 529222:40:14Gitlab::Diff::InlineDiffMarker 529422:40:14 when the rich text is html safe 529522:40:14 marks the range 529622:40:14 when the text is not html safe 529722:40:14 marks the range 529822:40:14# [RSpecRunTime] Finishing example group spec/lib/gitlab/diff/inline_diff_marker_spec.rb. It took 0.05 second. Expected to take 0.06 second. 529922:40:14# [RSpecRunTime] Starting example group spec/uploaders/metric_image_uploader_spec.rb. Expected to take 0.05 second. 530022:40:14MetricImageUploader 530122:40:14 .workhorse_local_upload_path 530222:40:14 returns path that includes uploads dir 530322:40:14# [RSpecRunTime] Finishing example group spec/uploaders/metric_image_uploader_spec.rb. It took 0.02 second. Expected to take 0.05 second. 530422:40:14# [RSpecRunTime] Starting example group spec/lib/gitlab/utils/delegator_override/error_spec.rb. Expected to take 0.04 second. 530522:40:14Gitlab::Utils::DelegatorOverride::Error 530722:40:14 is expected to eq "Delegator#foo is overriding Target#foo. delegator_location: /path/to/delegator target_location: /path/to/target" 530822:40:14# [RSpecRunTime] Finishing example group spec/lib/gitlab/utils/delegator_override/error_spec.rb. It took 0.03 second. Expected to take 0.04 second. 530922:40:14# [RSpecRunTime] Starting example group spec/lib/gitlab/usage/metrics/instrumentations/edition_metric_spec.rb. Expected to take 0.04 second. 531022:40:14Gitlab::Usage::Metrics::Instrumentations::EditionMetric 531122:40:14 behaves like a correct instrumented metric value 531222:40:14 has correct value 531322:40:14# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage/metrics/instrumentations/edition_metric_spec.rb. It took 0.03 second. Expected to take 0.04 second. 531422:40:14# [RSpecRunTime] Starting example group spec/workers/concerns/repository_check_queue_spec.rb. Expected to take 0.04 second. 531522:40:14RepositoryCheckQueue 531622:40:14 disables retrying of failed jobs 531722:40:14# [RSpecRunTime] Finishing example group spec/workers/concerns/repository_check_queue_spec.rb. It took 0.03 second. Expected to take 0.04 second. 531822:40:14# [RSpecRunTime] Starting example group spec/graphql/types/permission_types/user_spec.rb. Expected to take 0.04 second. 531922:40:14Types::PermissionTypes::User 532022:40:15 returns user permissions 532122:40:15# [RSpecRunTime] Finishing example group spec/graphql/types/permission_types/user_spec.rb. It took 0.03 second. Expected to take 0.04 second. 532222:40:15# [RSpecRunTime] Starting example group spec/graphql/types/mutation_type_spec.rb. Expected to take 0.04 second. 532322:40:15Types::MutationType 532422:40:15 is expected to have the MergeRequestSetDraft 532522:40:15# [RSpecRunTime] Finishing example group spec/graphql/types/mutation_type_spec.rb. It took 0.03 second. Expected to take 0.04 second. 532622:40:15# [RSpecRunTime] Starting example group spec/rubocop/rubocop_spec.rb. Expected to take 0.04 second. 532722:40:15rubocop/rubocop 532822:40:15 loads activesupport to enhance Enumerable 532922:40:15# [RSpecRunTime] Finishing example group spec/rubocop/rubocop_spec.rb. It took 0.02 second. Expected to take 0.04 second. 533022:40:15# [RSpecRunTime] Starting example group spec/dot_gitlab_ci/ci_configuration_validation/pipeline_labels_spec.rb. Missing expected duration from Knapsack report for spec/dot_gitlab_ci/ci_configuration_validation/pipeline_labels_spec.rb. 533122:40:15CI configuration validation - branch pipelines 533222:40:15Syncing files to gitlab-org/gitlab master branch 533322:40:16 when MR labeled with `pipeline:run-in-ruby3_2` is changing app/models/user.rb 533422:40:16 behaves like merge request pipeline 533522:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 533622:40:16# [RSpecRunTime] RSpec elapsed time: 23 minutes 2.77 seconds. Current RSS: ~1164M. Threads: 5. load average: 1.19 1.16 1.26 1/298 30802 533822:40:16 behaves like merge train pipeline 533922:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 534022:40:16 when MR labeled with `pipeline:force-run-as-if-jh` is changing app/models/user.rb 534122:40:16 behaves like merge request pipeline 534222:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 534322:40:16 behaves like merge train pipeline 534422:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 534522:40:16 when MR labeled with `pipeline:expedite pipeline::expedited` is changing app/models/user.rb 534622:40:16 behaves like merge request pipeline 534722:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 534822:40:16 behaves like merge train pipeline 534922:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 535022:40:16 when MR labeled with `pipeline::tier-1` 535122:40:16 behaves like merge request pipeline 535222:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 535322:40:16 when MR labeled with `pipeline:run-as-if-foss` is changing app/models/user.rb 535422:40:16 behaves like merge request pipeline 535522:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 535622:40:16 behaves like merge train pipeline 535722:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 535822:40:16 when MR labeled with `pipeline::tier-3` and `pipeline:mr-approved` 535922:40:16 behaves like merge request pipeline 536022:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 536122:40:16 when MR labeled with `pipeline::tier-2` and `pipeline:mr-approved` 536222:40:16 behaves like merge request pipeline 536322:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 536422:40:16 when MR labeled with `pipeline:run-all-rspec` is changing app/models/user.rb 536522:40:16 behaves like merge request pipeline 536622:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 536722:40:16 when MR labeled with `pipeline:run-as-if-jh` and `pipeline:mr-approved` is changing app/models/user.rb 536822:40:16 behaves like merge request pipeline 536922:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 537022:40:16 behaves like merge train pipeline 537122:40:16 succeeds with expected job (PENDING: around hook at ./spec/spec_helper.rb:415 did not execute the example) 537222:40:16# [RSpecRunTime] Finishing example group spec/dot_gitlab_ci/ci_configuration_validation/pipeline_labels_spec.rb. It took 1.54 seconds. Missing expected duration from Knapsack report for spec/dot_gitlab_ci/ci_configuration_validation/pipeline_labels_spec.rb. 537322:40:16[TEST PROF INFO] EventProf results for sql.active_record 537422:40:16Total time: 04:17.635 of 22:54.579 (18.74%) 537522:40:16Total events: 173715 537622:40:16Top 5 slowest suites (by time): 537722:40:16MergeRequest (./spec/models/merge_request_spec.rb:5) – 01:21.786 (54449 / 814) of 09:39.213 (14.12%) 537822:40:16Boards::Issues::MoveService (./spec/services/boards/issues/move_service_spec.rb:5) – 00:18.498 (12372 / 45) of 01:10.730 (26.15%) 537922:40:16Ci::JobEntity (./spec/serializers/ci/job_entity_spec.rb:5) – 00:12.126 (7786 / 39) of 00:48.075 (25.22%) 538022:40:16Packages::Npm...etadataService (./spec/services/packages/npm/generate_metadata_service_spec.rb:5) – 00:10.852 (7764 / 127) of 00:44.273 (24.51%) 538122:40:16Ci::PipelineSchedule (./spec/models/ci/pipeline_schedule_spec.rb:5) – 00:10.023 (3125 / 58) of 00:22.340 (44.87%) 538222:40:16Knapsack report was generated. Preview: 538422:40:16 "spec/models/merge_request_spec.rb": 579.2130693879999, 538522:40:16 "spec/services/boards/issues/move_service_spec.rb": 70.73013472500043, 538622:40:16 "spec/lib/gitlab/conflict/file_spec.rb": 60.857608629000424, 538722:40:16 "spec/serializers/ci/job_entity_spec.rb": 48.075195060000624, 538822:40:16 "spec/services/packages/npm/generate_metadata_service_spec.rb": 44.27347998500045, 538922:40:16 "spec/lib/gitlab/database/batch_average_counter_spec.rb": 34.81789073799973, 539022:40:16 "spec/models/design_management/design_spec.rb": 34.04651350699987, 539122:40:16 "spec/uploaders/external_diff_uploader_spec.rb": 29.966532445000666, 539222:40:16 "spec/services/packages/nuget/update_package_from_metadata_service_spec.rb": 24.147423880000133, 539322:40:16 "spec/policies/namespace/root_storage_statistics_policy_spec.rb": 22.403702558000077, 539422:40:16 "spec/models/ci/pipeline_schedule_spec.rb": 22.34024058399973, 539522:40:16 "spec/lib/gitlab/ci/config/external/processor_spec.rb": 22.175678859000072, 539622:40:16 "spec/lib/gitlab/relative_positioning/item_context_spec.rb": 18.545876686000156, 539722:40:16 "spec/graphql/mutations/design_management/upload_spec.rb": 18.163887812999747, 539822:40:16 "spec/lib/gitlab/blob_helper_spec.rb": 14.68863118399986, 539922:40:16 "spec/models/plan_limits_spec.rb": 13.391459841000142, 540022:40:16 "spec/services/milestones/promote_service_spec.rb": 15.283628330999818, 540122:40:16 "spec/lib/gitlab/ci/variables/builder/pipeline_spec.rb": 13.71178214200063, 540222:40:16 "spec/services/projects/forks/sync_service_spec.rb": 14.157529682000131, 540322:40:16 "spec/tasks/gitlab/artifacts/update_missing_expiration_rake_spec.rb": 9.940763182999945, 540422:40:16 "spec/finders/concerns/finder_with_cross_project_access_spec.rb": 12.168677001000106, 540522:40:16 "spec/services/merge_requests/update_merge_schedule_service_spec.rb": 10.652730408000025, 540622:40:16 "spec/policies/achievements/user_achievement_policy_spec.rb": 9.332871638000142, 540722:40:16 "spec/models/ci/freeze_period_spec.rb": 9.15680435000013, 540822:40:16 "spec/services/users/refresh_authorized_projects_service_spec.rb": 9.185042771000553, 540922:40:16 "spec/lib/gitlab/diff/file_collection/commit_spec.rb": 8.22548376099985, 541022:40:16 "spec/serializers/ci/trigger_entity_spec.rb": 8.344469602999197, 541122:40:16 "spec/services/packages/maven/metadata/sync_service_spec.rb": 7.100955359999716, 541222:40:16 "spec/finders/branches_finder_spec.rb": 6.818874808000146, 541322:40:16 "spec/lib/gitlab/ci/trace/chunked_io_spec.rb": 7.565628570999252, 541422:40:16 "spec/lib/gitlab/ci/pipeline/chain/command_spec.rb": 6.324718077999933, 541522:40:16 "spec/lib/gitlab/import_export/repo_restorer_spec.rb": 6.612127809999947, 541622:40:16 "spec/services/ci/create_pipeline_service/evaluate_runner_tags_spec.rb": 5.042709086999821, 541722:40:16 "spec/lib/event_filter_spec.rb": 5.123517651999464, 541822:40:16 "spec/views/notify/change_in_merge_request_draft_status_email.text.erb_spec.rb": 5.4050383049998345, 541922:40:16 "spec/initializers/active_record_locking_spec.rb": 5.106031413999517, 542022:40:16 "spec/services/ci/create_pipeline_service/workflow_auto_cancel_spec.rb": 4.239118637000502, 542122:40:16 "spec/serializers/discussion_entity_spec.rb": 4.5732089570001335, 542222:40:16 "spec/lib/gitlab/database/partitioning/partition_manager_spec.rb": 3.7508355279996977, 542322:40:16 "spec/lib/gitlab/allowable_spec.rb": 4.02735623999979, 542422:40:16 "spec/db/production/settings_spec.rb": 5.084561265999582, 542522:40:16 "spec/lib/sidebars/projects/menus/settings_menu_spec.rb": 2.89362243100004, 542622:40:16 "spec/lib/gitlab/github_import/push_placeholder_references_spec.rb": 3.2637362479999865, 542722:40:16 "spec/lib/gitlab/pagination/keyset/paginator_spec.rb": 3.650621214000239, 542822:40:16 "spec/lib/gitlab/issuable/clone/copy_resource_events_service_spec.rb": 2.993740594999508, 542922:40:16 "spec/services/customer_relations/group_migration_service_spec.rb": 2.862770052999622, 543022:40:16 "spec/lib/gitlab/suggestions/file_suggestion_spec.rb": 3.762493295999775, 543122:40:16 "spec/services/ci/create_pipeline_service/creation_errors_and_warnings_spec.rb": 2.916391329000362, 543222:40:16 "spec/models/label_priority_spec.rb": 2.9535619170001155, 543322:40:16 "spec/services/issue_email_participants/create_service_spec.rb": 2.8227121760000955, 543422:40:16 "spec/services/packages/composer/composer_json_service_spec.rb": 2.869804341999952, 543522:40:16 "spec/helpers/clusters_helper_spec.rb": 2.86973509299969, 543622:40:16 "spec/lib/gitlab/ci/status/build/manual_spec.rb": 3.743591868000294, 543722:40:16 "spec/lib/gitlab/bitbucket_server_import/importers/pull_request_notes/inline_spec.rb": 2.5967511489998287, 543822:40:16 "spec/workers/ci/pipeline_artifacts/create_quality_report_worker_spec.rb": 2.7000180920003913, 543922:40:16 "spec/lib/bulk_imports/common/transformers/member_attributes_transformer_spec.rb": 2.7135666419999325, 544022:40:16 "spec/services/packages/debian/update_distribution_service_spec.rb": 2.5805045999995855, 544122:40:16 "spec/finders/concerns/finder_methods_spec.rb": 2.5605945620000057, 544222:40:16 "spec/db/development/create_base_work_item_types_spec.rb": 2.4472623380006553, 544322:40:16 "spec/lib/sidebars/projects/menus/hidden_menu_spec.rb": 1.8690388039995014, 544422:40:16 "spec/services/branches/diverging_commit_counts_service_spec.rb": 2.13785723699948, 544522:40:16 "spec/graphql/mutations/environments/update_spec.rb": 1.7880291800001942, 544622:40:16 "spec/models/batched_git_ref_updates/deletion_spec.rb": 0.7760408120002467, 544722:40:16 "spec/services/terraform/remote_state_handler_spec.rb": 2.0086337559996537, 544822:40:16 "spec/lib/gitlab/sidekiq_middleware/skip_jobs_spec.rb": 1.420251632000145, 544922:40:16 "spec/graphql/resolvers/ci/runner_job_count_resolver_spec.rb": 1.67732428599993, 545022:40:16 "spec/services/ci/update_pending_build_service_spec.rb": 1.6369751289994383, 545122:40:16 "spec/lib/banzai/pipeline/plain_markdown_pipeline_spec.rb": 1.6797673859991846, 545222:40:16 "spec/rubocop/cop/rspec/factory_bot/strategy_in_callback_spec.rb": 2.1479203069993673, 545322:40:16 "spec/workers/gitlab/bitbucket_import/import_pull_request_notes_worker_spec.rb": 1.856241184999817, 545422:40:16 "spec/lib/gitlab/usage/metrics/instrumentations/count_ci_internal_pipelines_metric_spec.rb": 1.5612953939998988, 545522:40:16 "spec/models/ci/catalog/resources/components/last_usage_spec.rb": 1.8977156920000198, 545622:40:16 "spec/models/list_user_preference_spec.rb": 1.4062576330006777, 545722:40:16 "spec/helpers/icons_helper_spec.rb": 1.8814563040004941, 545822:40:16 "spec/models/packages/conan/file_metadatum_spec.rb": 1.6258125880003718, 545922:40:16 "spec/services/packages/ml_model/create_package_file_service_spec.rb": 1.3153385089999574, 546022:40:16 "spec/graphql/mutations/clusters/agent_tokens/revoke_spec.rb": 1.3158210880001207, 546122:40:16 "spec/services/bulk_imports/batched_relation_export_service_spec.rb": 1.3635673050002879, 546222:40:16 "spec/models/ci/pipeline_message_spec.rb": 1.4450224510001135, 546322:40:16 "spec/rubocop/cop/migration/migration_record_spec.rb": 0.31055098099932366, 546422:40:16 "spec/models/identity_spec.rb": 1.294773659999919, 546522:40:16 "spec/lib/api/entities/ci/pipeline_spec.rb": 1.1281872499994279, 546622:40:16 "spec/finders/packages/package_finder_spec.rb": 1.1520543480000924, 546722:40:16 "spec/lib/gitlab/metrics/samplers/ruby_sampler_spec.rb": 1.3367391070005397, 546822:40:16 "spec/models/packages/composer/metadatum_spec.rb": 0.9852557589993012, 546922:40:16 "spec/lib/gitlab/pagination/keyset/cursor_pager_spec.rb": 0.8754480960005822, 547022:40:16 "spec/lib/api/entities/application_setting_spec.rb": 0.3552731579993633, 547122:40:16 "spec/lib/gitlab/middleware/handle_malformed_strings_spec.rb": 1.0285271459997603, 547222:40:16 "spec/lib/gitlab/ci/pipeline/command_logger_spec.rb": 0.8387941179998961, 547322:40:16 "spec/lib/gitlab/bitbucket_import/importers/lfs_object_importer_spec.rb": 2.055436302999624, 547422:40:16 "spec/models/integrations/apple_app_store_spec.rb": 1.1008881519992428, 547522:40:16 "spec/lib/gitlab/metrics/prometheus_spec.rb": 0.44364502300049935, 547622:40:16 "spec/lib/json_web_token/project_token_claims_spec.rb": 0.6896602770002573, 547722:40:16 "spec/initializers/fog_google_https_private_urls_spec.rb": 0.47813476999999693, 547822:40:16 "spec/services/notes/abuse_report/build_service_spec.rb": 0.8469634379998752, 547922:40:16 "spec/lib/gitlab/legacy_github_import/release_formatter_spec.rb": 0.7199095149999266, 548022:40:16 "spec/lib/gitlab/ci/config/entry/trigger_spec.rb": 0.9957818680004493, 548122:40:16 "spec/models/postgresql/replication_slot_spec.rb": 0.5821199940000952, 548222:40:16 "spec/views/shared/projects/_project.html.haml_spec.rb": 0.7652903629996217, 548322:40:16 "spec/helpers/sessions_helper_spec.rb": 0.5727382239992949, 548422:40:16 "spec/models/design_management/git_repository_spec.rb": 0.6045468729998902, 548522:40:16 "spec/rubocop/cop/migration/prevent_index_creation_spec.rb": 0.7148416159998305, 548622:40:16 "spec/lib/gitlab/ci/secure_files/mobile_provision_spec.rb": 0.7114020449998861, 548722:40:16 "spec/graphql/types/query_type_spec.rb": 0.8038348999998561, 548822:40:16 "spec/workers/projects/finalize_project_statistics_refresh_worker_spec.rb": 0.523839797000619, 548922:40:16 "spec/lib/gitlab/database/postgres_autovacuum_activity_spec.rb": 0.24915333499939152, 549022:40:16 "spec/lib/sbom/purl_type/converter_spec.rb": 0.6644067879997237, 549122:40:16 "spec/tooling/danger/database_dictionary_spec.rb": 0.6480112789995474, 549222:40:16 "spec/services/users/email_verification/generate_token_service_spec.rb": 0.46472605199960526, 549322:40:16 "spec/lib/sidebars/projects/menus/snippets_menu_spec.rb": 0.2067060669996863, 549422:40:16 "spec/views/dashboard/milestones/index.html.haml_spec.rb": 0.38104594700052985, 549522:40:16 "spec/workers/x509_certificate_revoke_worker_spec.rb": 0.4237287340001785, 549622:40:16 "spec/lib/gitlab/sidekiq_middleware/concurrency_limit/server_spec.rb": 0.45116598200002045, 549722:40:16 "spec/lib/gitlab/database/load_balancing/host_list_spec.rb": 0.433198523000101, 549822:40:16 "spec/lib/gitlab/github_import/attachments_downloader_spec.rb": 0.4242725040003279, 549922:40:16 "spec/workers/users/create_statistics_worker_spec.rb": 0.26426995300062117, 550022:40:16 "spec/models/concerns/redis_cacheable_spec.rb": 0.3109074909998526, 550122:40:16 "spec/lib/gitlab/database/background_migration/batched_job_transition_log_spec.rb": 0.2572572740000396, 550222:40:16 "spec/tooling/lib/tooling/helm3_client_spec.rb": 0.2256696260001263, 550322:40:16 "spec/presenters/ml/model_version_presenter_spec.rb": 0.21260325700040994, 550422:40:16 "spec/rubocop/cop/api/ensure_string_detail_spec.rb": 0.2108533670007091, 550522:40:16 "spec/services/access_token_validation_service_spec.rb": 0.2642287940007009, 550622:40:16 "spec/rubocop/cop/graphql/json_type_spec.rb": 0.2136510170003021, 550722:40:16 "spec/lib/gitlab/git/changes_spec.rb": 0.19820309700025973, 550822:40:16 "spec/lib/gitlab/word_diff/segments/chunk_spec.rb": 0.15770001000055345, 550922:40:16 "spec/lib/gitlab/database/health_status/signals_spec.rb": 0.1874429080007758, 551022:40:16 "spec/graphql/resolvers/users/frecent_groups_resolver_spec.rb": 0.13584828100010782, 551122:40:16 "spec/lib/container_registry/registry_spec.rb": 0.16814434900061315, 551222:40:16 "spec/lib/gitlab/ci/config/interpolation/functions/expand_vars_spec.rb": 0.16486642000018037, 551322:40:16 "spec/components/pajamas/progress_component_spec.rb": 0.10510130300008313, 551422:40:16 "spec/lib/gitlab/ci/reports/coverage_report_spec.rb": 0.16617873999985022, 551522:40:16 "spec/rubocop/cop/gitlab/avoid_current_organization_spec.rb": 0.10624688300049456, 551622:40:16 "spec/lib/gitlab/kubernetes/ingress_spec.rb": 0.11873174299944367, 551722:40:16 "spec/lib/gitlab/doorkeeper_secret_storing/secret/pbkdf2_sha512_spec.rb": 0.12435851200007164, 551822:40:16 "spec/lib/gitlab/safe_request_purger_spec.rb": 0.12028278300022066, 551922:40:16 "spec/graphql/types/merge_requests/author_type_spec.rb": 0.09843916400041053, 552022:40:16 "spec/lib/gitlab/import/page_keyset_spec.rb": 0.1082305029995041, 552122:40:16 "spec/views/projects/runners/_project_runners.html.haml_spec.rb": 0.1295697920004386, 552222:40:16 "spec/views/groups/packages/index.html.haml_spec.rb": 0.06226542500007781, 552322:40:16 "spec/workers/ci/stuck_builds/drop_scheduled_worker_spec.rb": 0.09203702499962674, 552422:40:16 "spec/lib/bitbucket_server/page_spec.rb": 0.11525415300002351, 552522:40:16 "spec/serializers/ci/trigger_serializer_spec.rb": 0.03549159799968038, 552622:40:16 "spec/rubocop/cop/gitlab/no_code_coverage_comment_spec.rb": 0.10339750300045125, 552722:40:16 "spec/components/pajamas/breadcrumb_component_spec.rb": 0.09389146500052448, 552822:40:16 "spec/graphql/types/access_levels/user_type_spec.rb": 0.09887258399976417, 552922:40:16 "spec/lib/gitlab/graphql/query_analyzers/ast/logger_analyzer_spec.rb": 0.11821207299999514, 553022:40:16 "spec/views/shared/gitlab_version/_security_patch_upgrade_alert.html.haml_spec.rb": 0.08754072400006407, 553122:40:16 "spec/workers/concerns/packages/cleanup_artifact_worker_spec.rb": 0.08128669599955174, 553222:40:16 "spec/lib/audit_events/google_cloud/authentication_spec.rb": 0.08522261400048592, 553322:40:16 "spec/initializers/countries_spec.rb": 0.0757981650003785, 553422:40:16 "spec/graphql/types/anti_abuse/abuse_report_label_type_spec.rb": 0.05035499699988577, 553522:40:16 "spec/lib/gitlab/email/hook/delivery_metrics_observer_spec.rb": 0.05948685600014869, 553622:40:16 "spec/rubocop/cop/gemspec/avoid_executing_git_spec.rb": 0.06034956599978614, 553722:40:16 "spec/lib/gitlab/multi_destination_logger_spec.rb": 0.050062667000020156, 553822:40:16 "spec/lib/gitlab/usage/metrics/instrumentations/prometheus_enabled_metric_spec.rb": 0.04943384699981834, 553922:40:16 "spec/graphql/types/metrics/dashboards/annotation_type_spec.rb": 0.050301496999964, 554022:40:16 "spec/graphql/types/ci/group_type_spec.rb": 0.04970484800014674, 554122:40:16 "spec/lib/gitlab/audit/deploy_token_author_spec.rb": 0.048160467999878165, 554222:40:16 "spec/graphql/types/work_items/widgets/time_tracking/timelog_input_type_spec.rb": 0.04977628699998604, 554322:40:16 "spec/graphql/types/ci/config/group_type_spec.rb": 0.048604347000036796, 554422:40:16 "spec/lib/gitlab/diff/inline_diff_marker_spec.rb": 0.05014431699964916, 554522:40:16 "spec/uploaders/metric_image_uploader_spec.rb": 0.024246639000011783, 554622:40:16 "spec/lib/gitlab/utils/delegator_override/error_spec.rb": 0.024914438999985578, 554722:40:16 "spec/lib/gitlab/usage/metrics/instrumentations/edition_metric_spec.rb": 0.025197358000696113, 554822:40:16 "spec/workers/concerns/repository_check_queue_spec.rb": 0.025258278000364953, 554922:40:16 "spec/graphql/types/permission_types/user_spec.rb": 0.026223777999803133, 555022:40:16 "spec/graphql/types/mutation_type_spec.rb": 0.025554499000463693, 555122:40:16 "spec/rubocop/rubocop_spec.rb": 0.024071628000456258 555322:40:16Knapsack global time execution for tests: 22m 52s 555422:40:16Pending: (Failures listed here are expected and do not affect your suite's status) 555522:40:16 1) MergeRequest modules behaves like AtomicInternalId .has_internal_id Validation when presence validation is not required when creating an object does not raise an error if the internal id is blank 555622:40:16 # No reason given 555722:40:16 # ./spec/support/shared_examples/models/atomic_internal_id_shared_examples.rb:49 555822:40:16 2) MergeRequest modules behaves like AtomicInternalId .has_internal_id Validation when presence validation is not required when updating an object does not raise an error if the internal id is blank 555922:40:16 # No reason given 556022:40:16 # ./spec/support/shared_examples/models/atomic_internal_id_shared_examples.rb:57 556122:40:16 3) DesignManagement::Design behaves like AtomicInternalId .has_internal_id Validation when presence validation is not required when creating an object does not raise an error if the internal id is blank 556222:40:16 # No reason given 556322:40:16 # ./spec/support/shared_examples/models/atomic_internal_id_shared_examples.rb:49 556422:40:16 4) DesignManagement::Design behaves like AtomicInternalId .has_internal_id Validation when presence validation is not required when updating an object does not raise an error if the internal id is blank 556522:40:16 # No reason given 556622:40:16 # ./spec/support/shared_examples/models/atomic_internal_id_shared_examples.rb:57 556722:40:16 5) ExternalDiffUploader behaves like builds correct paths #upload_path behaves like matches the method pattern 556822:40:16 # No pattern provided, skipping. 556922:40:16 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 557022:40:16 6) ExternalDiffUploader behaves like builds correct paths #relative_path is relative 557122:40:16 # Path not set, skipping. 557222:40:16 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:40 557322:40:16 7) ExternalDiffUploader behaves like builds correct paths .absolute_path behaves like matches the method pattern 557422:40:16 # No pattern provided, skipping. 557522:40:16 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 557622:40:16 8) ExternalDiffUploader behaves like builds correct paths .base_dir behaves like matches the method pattern 557722:40:16 # No pattern provided, skipping. 557822:40:16 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 557922:40:16 9) ExternalDiffUploader object store is REMOTE behaves like builds correct paths #cache_dir behaves like matches the method pattern 558022:40:16 # No pattern provided, skipping. 558122:40:16 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 558222:40:16 10) ExternalDiffUploader object store is REMOTE behaves like builds correct paths #work_dir behaves like matches the method pattern 558322:40:16 # No pattern provided, skipping. 558422:40:16 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 558522:40:16 11) ExternalDiffUploader object store is REMOTE behaves like builds correct paths #upload_path behaves like matches the method pattern 558622:40:16 # No pattern provided, skipping. 558722:40:16 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 558822:40:16 12) ExternalDiffUploader object store is REMOTE behaves like builds correct paths #relative_path is relative 558922:40:16 # Path not set, skipping. 559022:40:16 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:40 559122:40:16 13) ExternalDiffUploader object store is REMOTE behaves like builds correct paths .absolute_path behaves like matches the method pattern 559222:40:16 # No pattern provided, skipping. 559322:40:16 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 559422:40:16 14) ExternalDiffUploader object store is REMOTE behaves like builds correct paths .base_dir behaves like matches the method pattern 559522:40:16 # No pattern provided, skipping. 559622:40:16 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 559722:40:16 15) Gitlab::Database::Partitioning::PartitionManager creating partitions when single database is configured creates partitions 559822:40:16 # Skipping because database ci exists 559922:40:16 # ./spec/lib/gitlab/database/partitioning/partition_manager_spec.rb:120 560022:40:16 16) RuboCop::Cop::API::EnsureStringDetail when in_api? == true when detail field uses a constant does not add an offense 560122:40:16 # No reason given 560222:40:16 Failure/Error: 560322:40:16 expect_no_offenses(<<~CODE) 560422:40:16 class SomeAPI 560522:40:16 resource :projects do 560622:40:16 DESCRIPTION = 'A string' 560822:40:16 desc 'Some API thing related to a project' do 560922:40:16 detail DESCRIPTION 561322:40:16 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" 561422:40:16 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" 561522:40:16 (compared using ==) 561722:40:16 @@ -4,6 +4,7 @@ 561922:40:16 desc 'Some API thing related to a project' do 562022:40:16 detail DESCRIPTION 562122:40:16 + ^^^^^^^^^^^^^^^^^^ Only String objects are permitted in API detail field. 562522:40:16 # ./spec/rubocop/cop/api/ensure_string_detail_spec.rb:61:in `block (4 levels) in <top (required)>' 562622:40:16 # ./spec/spec_helper.rb:474:in `block (3 levels) in <top (required)>' 562722:40:16 # ./lib/gitlab/sidekiq_sharding/validator.rb:42:in `enabled' 562822:40:16 # ./spec/spec_helper.rb:473:in `block (2 levels) in <top (required)>' 562922:40:16 # ./spec/spec_helper.rb:468:in `block (3 levels) in <top (required)>' 563022:40:16 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware' 563122:40:16 # ./spec/spec_helper.rb:459:in `block (2 levels) in <top (required)>' 563222:40:16 # ./spec/spec_helper.rb:455:in `block (3 levels) in <top (required)>' 563322:40:16 # ./lib/gitlab/application_context.rb:94:in `with_raw_context' 563422:40:16 # ./spec/spec_helper.rb:455:in `block (2 levels) in <top (required)>' 563522:40:16 # ./spec/spec_helper.rb:426:in `block (3 levels) in <top (required)>' 563622:40:16 # ./lib/gitlab/ci/config/feature_flags.rb:38:in `ensure_correct_usage' 563722:40:16 # ./spec/spec_helper.rb:425:in `block (2 levels) in <top (required)>' 563822:40:16 # ./spec/spec_helper.rb:275:in `block (2 levels) in <top (required)>' 563922:40:16 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>' 564022:40:16 # ./spec/support/fast_quarantine.rb:22:in `block (2 levels) in <top (required)>' 564122:40:16 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>' 564222:40:16 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented' 564322:40:16 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>' 564422:40:16 17) CI configuration validation - branch pipelines when MR labeled with `pipeline:run-in-ruby3_2` is changing app/models/user.rb behaves like merge request pipeline succeeds with expected job 564522:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 564622:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 564722:40:16 18) CI configuration validation - branch pipelines when MR labeled with `pipeline:run-in-ruby3_2` is changing app/models/user.rb behaves like merge train pipeline succeeds with expected job 564822:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 564922:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:123 565022:40:16 19) CI configuration validation - branch pipelines when MR labeled with `pipeline:force-run-as-if-jh` is changing app/models/user.rb behaves like merge request pipeline succeeds with expected job 565122:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 565222:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 565322:40:16 20) CI configuration validation - branch pipelines when MR labeled with `pipeline:force-run-as-if-jh` is changing app/models/user.rb behaves like merge train pipeline succeeds with expected job 565422:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 565522:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:123 565622:40:16 21) CI configuration validation - branch pipelines when MR labeled with `pipeline:expedite pipeline::expedited` is changing app/models/user.rb behaves like merge request pipeline succeeds with expected job 565722:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 565822:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 565922:40:16 22) CI configuration validation - branch pipelines when MR labeled with `pipeline:expedite pipeline::expedited` is changing app/models/user.rb behaves like merge train pipeline succeeds with expected job 566022:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 566122:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:123 566222:40:16 23) CI configuration validation - branch pipelines when MR labeled with `pipeline::tier-1` behaves like merge request pipeline succeeds with expected job 566322:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 566422:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 566522:40:16 24) CI configuration validation - branch pipelines when MR labeled with `pipeline:run-as-if-foss` is changing app/models/user.rb behaves like merge request pipeline succeeds with expected job 566622:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 566722:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 566822:40:16 25) CI configuration validation - branch pipelines when MR labeled with `pipeline:run-as-if-foss` is changing app/models/user.rb behaves like merge train pipeline succeeds with expected job 566922:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 567022:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:123 567122:40:16 26) CI configuration validation - branch pipelines when MR labeled with `pipeline::tier-3` and `pipeline:mr-approved` behaves like merge request pipeline succeeds with expected job 567222:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 567322:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 567422:40:16 27) CI configuration validation - branch pipelines when MR labeled with `pipeline::tier-2` and `pipeline:mr-approved` behaves like merge request pipeline succeeds with expected job 567522:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 567622:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 567722:40:16 28) CI configuration validation - branch pipelines when MR labeled with `pipeline:run-all-rspec` is changing app/models/user.rb behaves like merge request pipeline succeeds with expected job 567822:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 567922:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 568022:40:16 29) CI configuration validation - branch pipelines when MR labeled with `pipeline:run-as-if-jh` and `pipeline:mr-approved` is changing app/models/user.rb behaves like merge request pipeline succeeds with expected job 568122:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 568222:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:113 568322:40:16 30) CI configuration validation - branch pipelines when MR labeled with `pipeline:run-as-if-jh` and `pipeline:mr-approved` is changing app/models/user.rb behaves like merge train pipeline succeeds with expected job 568422:40:16 # around hook at ./spec/spec_helper.rb:415 did not execute the example 568522:40:16 # ./spec/dot_gitlab_ci/ci_configuration_validation/shared_context_and_examples.rb:123 568622:40:16Finished in 23 minutes 3 seconds (files took 1 minute 32.48 seconds to load) 568722:40:163015 examples, 0 failures, 30 pending 568822:40:16Randomized with seed 54034 568922:40:23[TEST PROF INFO] Time spent in factories: 16:22.307 (68.36% of total time) 569022:40:23RSpec exited with 0. 569122:40:23No examples to retry, congrats! 569322:40:25Running after script... 569422:40:25$ source scripts/utils.sh 569522:40:25$ log_disk_usage 569622:40:25******************************************************* 569722:40:25This runner currently has 75G free disk space. 569822:40:25******************************************************* 575322:40:32$ bundle exec gem list gitlab_quality-test_tooling 575422:40:33gitlab_quality-test_tooling (2.1.0) 575522:40:33$ section_start "failed-test-issues" "Report test failures" # collapsed multi-line command 575822:40:33$ section_start "flaky-test-issues" "Report test flakiness" # collapsed multi-line command 576122:40:33$ section_start "slow-test-issues" "Report test slowness" # collapsed multi-line command 576422:40:33$ section_start "slow-test-merge-request-report-note" "Report test slowness in MR note" # collapsed multi-line command 576722:40:33$ section_start "knapsack-report-issues" "Report test files close to timing out" # collapsed multi-line command 577022:40:33$ tooling/bin/push_job_metrics || true 577122:40:35[job-metrics] Feature disabled because CI_JOB_METRICS_ENABLED is not set to true. 577322:40:36Not uploading cache ruby-gems-debian-bookworm-ruby-3.2.5-gemfile-Gemfile-3 due to policy 577522:40:36Uploading artifacts... 577622:40:36WARNING: auto_explain/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab-foss) 577722:40:36coverage/: found 5 matching artifact files and directories 577822:40:36crystalball/: found 2 matching artifact files and directories 577922:40:36deprecations/: found 5 matching artifact files and directories 578022:40:36knapsack/: found 4 matching artifact files and directories 578122:40:36rspec/: found 16 matching artifact files and directories 578222:40:36WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab-foss) 578322:40:36log/*.log: found 15 matching artifact files and directories 578522:40:37WARNING: Retrying... context=artifacts-uploader error=request redirected 578622:40:40Uploading artifacts as "archive" to coordinator... 201 Created id=8353301273 responseStatus=201 Created token=glcbt-66 578722:40:40Uploading artifacts... 578822:40:40rspec/rspec-*.xml: found 1 matching artifact files and directories 579022:40:40WARNING: Retrying... context=artifacts-uploader error=request redirected 579122:40:42Uploading artifacts as "junit" to coordinator... 201 Created id=8353301273 responseStatus=201 Created token=glcbt-66 579322:40:51Job succeeded