rspec unit pg14 single-db-ci-connection 29/32
Passed Started
by
@zzaakiirr

Zakir Dzhamaliddinov
1 returns correct reference2 issue: project_issue, full: true, from: another_group, result: project_issue_full_reference3 returns correct reference4 issue: project_issue, full: false, from: another_namespace_project, result: project_issue_full_reference5 returns correct reference6 issue: project_issue, full: true, from: another_namespace_project, result: project_issue_full_reference7 returns correct reference8 issue: project_issue, full: false, from: another_namespace_project_namespace, result: project_issue_full_reference9 returns correct reference10 issue: project_issue, full: true, from: another_namespace_project_namespace, result: project_issue_full_reference11 returns correct reference12 issue: project_issue, full: false, from: user_namespace, result: project_issue_full_reference13 returns correct reference14 issue: project_issue, full: true, from: user_namespace, result: project_issue_full_reference15 returns correct reference16 issue: group_issue, full: false, from: nil, result: lazy { "##{issue.iid}" }17 returns correct reference18 issue: group_issue, full: true, from: nil, result: group_issue_full_reference19 returns correct reference20 issue: group_issue, full: false, from: user_namespace, result: group_issue_full_reference21 returns correct reference22 issue: group_issue, full: true, from: user_namespace, result: group_issue_full_reference23 returns correct reference24 issue: group_issue, full: false, from: group, result: lazy { "##{issue.iid}" }25 returns correct reference26 issue: group_issue, full: true, from: group, result: group_issue_full_reference27 returns correct reference28 issue: group_issue, full: false, from: parent, result: lazy { "#{group.path}##{issue.iid}" }29 returns correct reference30 issue: group_issue, full: true, from: parent, result: group_issue_full_reference31 returns correct reference32 issue: group_issue, full: false, from: project, result: lazy { "#{group.path}##{issue.iid}" }33 returns correct reference34 issue: group_issue, full: true, from: project, result: group_issue_full_reference35 returns correct reference36 issue: group_issue, full: false, from: project_namespace, result: lazy { "#{group.path}##{issue.iid}" }37 returns correct reference38 issue: group_issue, full: true, from: project_namespace, result: group_issue_full_reference39 returns correct reference40 issue: group_issue, full: false, from: another_group, result: group_issue_full_reference41 returns correct reference42 issue: group_issue, full: true, from: another_group, result: group_issue_full_reference43 returns correct reference44 issue: group_issue, full: false, from: another_namespace_project, result: group_issue_full_reference45 returns correct reference46 issue: group_issue, full: true, from: another_namespace_project, result: group_issue_full_reference47 returns correct reference48 issue: group_issue, full: false, from: another_namespace_project_namespace, result: group_issue_full_reference49 returns correct reference50 issue: group_issue, full: true, from: another_namespace_project_namespace, result: group_issue_full_reference51 returns correct reference52 issue: user_issue, full: false, from: nil, result: lazy { "##{issue.iid}" }53 returns correct reference54 issue: user_issue, full: true, from: nil, result: user_issue_full_reference55 returns correct reference56 issue: user_issue, full: false, from: user_namespace, result: lazy { "##{issue.iid}" }57 returns correct reference58 issue: user_issue, full: true, from: user_namespace, result: user_issue_full_reference59 returns correct reference60 issue: user_issue, full: false, from: group, result: user_issue_full_reference61 returns correct reference62 issue: user_issue, full: true, from: group, result: user_issue_full_reference63 returns correct reference64 issue: user_issue, full: false, from: parent, result: user_issue_full_reference65 returns correct reference66 issue: user_issue, full: true, from: parent, result: user_issue_full_reference67 returns correct reference68 issue: user_issue, full: false, from: project, result: user_issue_full_reference69 returns correct reference70 issue: user_issue, full: true, from: project, result: user_issue_full_reference71 returns correct reference72 issue: user_issue, full: false, from: project_namespace, result: user_issue_full_reference73 returns correct reference74 issue: user_issue, full: true, from: project_namespace, result: user_issue_full_reference75 returns correct reference76 issue: user_issue, full: false, from: another_group, result: user_issue_full_reference77 returns correct reference78 issue: user_issue, full: true, from: another_group, result: user_issue_full_reference79 returns correct reference80 issue: user_issue, full: false, from: another_namespace_project, result: user_issue_full_reference81 returns correct reference82 issue: user_issue, full: true, from: another_namespace_project, result: user_issue_full_reference83 returns correct reference84 issue: user_issue, full: false, from: another_namespace_project_namespace, result: user_issue_full_reference85 returns correct reference86 issue: user_issue, full: true, from: another_namespace_project_namespace, result: user_issue_full_reference87 returns correct reference88 #assignee_or_author?89 returns true for a user that is assigned to an issue90 returns true for a user that is the author of an issue91 returns false for a user that is not the assignee or author92 #related_issues to relate incidents and issues93 returns only authorized related issues for given user94 returns issues with valid issue_link_type95 returns issues including the link creation time96 returns issues including the link update time97 when a user cannot read cross project98 only returns issues within the same project99# [RSpecRunTime] RSpec elapsed time: 59.41 seconds. Current RSS: ~1425M. load average: 1.03 1.20 0.79 1/276 51905100 when authorize argument is false101 returns all related issues102 when current_user argument is nil103 returns public linked issues only104 when issue is a new record105 is expected to be empty106 #can_move?107 user is not a member of project issue belongs to108 is expected to eq false109 user is reporter in project issue belongs to110 is expected to eq true111 issue not persisted112 is expected to eq false113 checking destination project also114 destination project allowed115 is expected to eq true116 destination project not allowed117 is expected to eq false118 #moved?119 when issue has not been moved120 is expected not to be moved121 when issue has already been moved122 is expected to be moved123 #duplicated?124 issue not duplicated125 is expected to eq false126 issue already duplicated127 is expected to eq true128 #from_service_desk?129 when issue author is support bot130 is expected to be truthy131 when issue author is not support bot132 is expected to be falsey133 #suggested_branch_name134 #to_branch_name does not exists135 returns #to_branch_name136 #to_branch_name exists not ending with -index137 returns #to_branch_name ending with -2138 #to_branch_name exists ending with -index139 returns #to_branch_name ending with max index + 1140 when branch name still exists after 5 attempts141 returns #to_branch_name ending with random characters142 behaves like a time trackable143 #reload144 clears memoized total_time_spent145 #reset146 clears memoized total_time_spent147 #total_time_spent148 when total time spent exceeds the allowed limit149 returns the maximum allowed total time spent150 when total time spent is below 0151 returns the minimum allowed total time spent152# [RSpecRunTime] RSpec elapsed time: 1 minute 8.03 seconds. Current RSS: ~1339M. load average: 1.03 1.20 0.80 1/276 51906153 when trackable is saved154 gets cleared155 behaves like an editable mentionable156 creates new cross-reference notes when the mentionable text is edited157 behaves like a mentionable158 generates a descriptive back-reference159 extracts references from its reference property160 creates cross-reference notes161 when there are cached markdown fields162 sends in cached markdown fields when appropriate163# [RSpecRunTime] RSpec elapsed time: 1 minute 25.06 seconds. Current RSS: ~1308M. load average: 1.10 1.20 0.81 1/282 52481164 when there are cached markdown fields165 refreshes markdown cache if necessary166 when the markdown cache is stale167 persists the refreshed cache so that it does not have to be refreshed every time168# [RSpecRunTime] RSpec elapsed time: 1 minute 30.59 seconds. Current RSS: ~1306M. load average: 1.08 1.20 0.81 1/283 52711169 behaves like a Taskable170 with multiple tasks171 returns the correct task status172 #tasks?173 returns true when object has tasks174 returns false when object has no tasks175# [RSpecRunTime] RSpec elapsed time: 1 minute 32.56 seconds. Current RSS: ~1300M. load average: 1.08 1.20 0.81 2/283 52712176 with nested tasks177 returns the correct task status178 with an incomplete task179 returns the correct task status180 with tasks that are not formatted correctly181 returns the correct task status182 with a complete task183 returns the correct task status184 with tasks in blockquotes185 returns the correct task status186 .to_branch_name187 parameterizes arguments and joins with dashes188 preserves the case in the first argument189 truncates branch name to at most 100 characters190 truncates dangling parts of the branch name191 takes issue branch template into account192 #to_branch_name193 returns a branch name with the issue title if not confidential194 returns a generic branch name if confidential195 #can_be_worked_on?196 is expected to be can be worked on197 is closed198 is expected not to be can be worked on199 project is forked200 is expected to be can be worked on201 #participants202 behaves like issuable participants203 when resource parent is public204 and users are referenced on notes205 includes the issue author206 includes the authors of the notes207 and note is confidential208 and mentions users209 only includes users that can read the note as participants210# [RSpecRunTime] RSpec elapsed time: 1 minute 39.08 seconds. Current RSS: ~1334M. load average: 1.16 1.21 0.82 1/282 52713211 using a private project212 does not include mentioned users that do not have access to the project213 cached counts214 updates when assignees change215 #visible_to_user?216 with a project217 returns false when feature is disabled218 with a group level issue219 when readable_by? is false220 returns false221 when readable_by? is true222 is expected to eq true223 when user.can_read_all_resources? is true224 is expected to eq true225 does not check project external authorization226 when user.can_read_all_resources? is false227 is expected to eq true228 does not check project external authorization229 without a user230 with issue available as public231 returns true when the issue is publicly visible232 returns false when the issue is not publicly visible233 with issues available only to team members in a public project234 returns false235 with a user236 with an admin user237 when admin mode is enabled238 behaves like issue readable by user239 is expected to eq true240 behaves like confidential issue readable by user241 is expected to eq true242 behaves like hidden issue readable by user243 is expected to eq true244 when admin mode is disabled245 behaves like issue not readable by user246 is expected to eq false247 behaves like confidential issue not readable by user248 is expected to eq false249 behaves like hidden issue not readable by user250 is expected to eq false251 with an owner252 behaves like issue readable by user253 is expected to eq true254 behaves like confidential issue readable by user255 is expected to eq true256 behaves like hidden issue not readable by user257 is expected to eq false258 with a reporter user259 behaves like issue readable by user260 is expected to eq true261 behaves like confidential issue readable by user262 is expected to eq true263 behaves like hidden issue not readable by user264 is expected to eq false265 with a guest user266 behaves like issue readable by user267 is expected to eq true268 behaves like confidential issue not readable by user269 is expected to eq false270 behaves like hidden issue not readable by user271 is expected to eq false272 when user is an assignee273 behaves like issue readable by user274 is expected to eq true275 behaves like confidential issue readable by user276 is expected to eq true277 behaves like hidden issue not readable by user278 is expected to eq false279 when user is the author280 behaves like issue readable by user281 is expected to eq true282 behaves like confidential issue readable by user283 is expected to eq true284 behaves like hidden issue not readable by user285 is expected to eq false286 with a user that is not a member287 using a public project288 behaves like issue readable by user289 is expected to eq true290 behaves like confidential issue not readable by user291 is expected to eq false292 behaves like hidden issue not readable by user293 is expected to eq false294 using an internal project295 using an internal user296 behaves like issue readable by user297 is expected to eq true298 behaves like confidential issue not readable by user299 is expected to eq false300 behaves like hidden issue not readable by user301 is expected to eq false302 using an external user303 behaves like issue not readable by user304 is expected to eq false305 behaves like confidential issue not readable by user306 is expected to eq false307 behaves like hidden issue not readable by user308 is expected to eq false309 using an external user310 behaves like issue not readable by user311 is expected to eq false312 behaves like confidential issue not readable by user313 is expected to eq false314 behaves like hidden issue not readable by user315 is expected to eq false316 with an external authentication service317 is `false` when an external authorization service is enabled318 checks the external service to determine if an issue is readable by a user319 does not check the external service if a user does not have access to the project320 with an admin321 when admin mode is enabled322 does not check the external webservice323 when admin mode is disabled324 checks the external service to determine if an issue is readable by the admin325 when issue is moved to a private project326 when user is the author of the original issue327 behaves like issue visible if user has guest access328 when user is not a member329 behaves like issue not readable by user330 is expected to eq false331 behaves like confidential issue not readable by user332 is expected to eq false333 when user is a guest334 behaves like issue readable by user335 is expected to eq true336 behaves like confidential issue readable by user337 is expected to eq true338 when user is an assignee in the original issue339 behaves like issue visible if user has guest access340 when user is not a member341 behaves like issue not readable by user342 is expected to eq false343 behaves like confidential issue not readable by user344 is expected to eq false345 when user is a guest346 behaves like issue readable by user347 is expected to eq true348 behaves like confidential issue readable by user349 is expected to eq true350 when user is not the author or an assignee in original issue351 when user is a guest352 behaves like issue readable by user353 is expected to eq true354 behaves like confidential issue not readable by user355 is expected to eq false356 when user is a reporter357 behaves like issue readable by user358 is expected to eq true359 behaves like confidential issue readable by user360 is expected to eq true361 #publicly_visible?362 project_visiblity: :public, confidential: false, expected_value: true363 is expected to eq true364 project_visiblity: :public, confidential: true, expected_value: false365 is expected to eq false366 project_visiblity: :internal, confidential: false, expected_value: false367 is expected to eq false368 project_visiblity: :internal, confidential: true, expected_value: false369 is expected to eq false370 project_visiblity: :private, confidential: false, expected_value: false371 is expected to eq false372 project_visiblity: :private, confidential: true, expected_value: false373 is expected to eq false374 #allow_possible_spam?375 when the `allow_possible_spam` application setting is turned off376 when the issue is private377 is expected to eq true378 when the user is the support bot379 is expected to eq false380 when the issue is public381 is expected to eq false382 when the `allow_possible_spam` application setting is turned on383 is expected to eq true384 #check_for_spam?385 support_bot?: false, visibility_level: 20, confidential: false, new_attributes: {:description=>"new"}, check_for_spam?: true386 checks for spam when necessary387 support_bot?: false, visibility_level: 20, confidential: false, new_attributes: {:title=>"new"}, check_for_spam?: true388 checks for spam when necessary389 support_bot?: false, visibility_level: 20, confidential: true, new_attributes: {:confidential=>false}, check_for_spam?: false390 checks for spam when necessary391 support_bot?: false, visibility_level: 20, confidential: false, new_attributes: {:confidential=>true}, check_for_spam?: false392 checks for spam when necessary393 support_bot?: false, visibility_level: 20, confidential: true, new_attributes: {:description=>"new"}, check_for_spam?: true394 checks for spam when necessary395 support_bot?: false, visibility_level: 20, confidential: false, new_attributes: {:title=>"new", :confidential=>true}, check_for_spam?: true396 checks for spam when necessary397 support_bot?: false, visibility_level: 20, confidential: false, new_attributes: {:description=>"original description"}, check_for_spam?: false398 checks for spam when necessary399 support_bot?: false, visibility_level: 20, confidential: false, new_attributes: {:weight=>3}, check_for_spam?: false400 checks for spam when necessary401 support_bot?: false, visibility_level: 10, confidential: false, new_attributes: {:description=>"new"}, check_for_spam?: true402 checks for spam when necessary403 support_bot?: false, visibility_level: 0, confidential: false, new_attributes: {:description=>"new"}, check_for_spam?: true404 checks for spam when necessary405 support_bot?: true, visibility_level: 20, confidential: true, new_attributes: {:confidential=>false}, check_for_spam?: false406 checks for spam when necessary407 support_bot?: true, visibility_level: 20, confidential: false, new_attributes: {:confidential=>true}, check_for_spam?: false408 checks for spam when necessary409 support_bot?: true, visibility_level: 20, confidential: true, new_attributes: {:description=>"new"}, check_for_spam?: true410 checks for spam when necessary411 support_bot?: true, visibility_level: 20, confidential: false, new_attributes: {:title=>"new", :confidential=>true}, check_for_spam?: true412 checks for spam when necessary413 support_bot?: true, visibility_level: 10, confidential: false, new_attributes: {:description=>"new"}, check_for_spam?: true414 checks for spam when necessary415 support_bot?: true, visibility_level: 0, confidential: false, new_attributes: {:title=>"new"}, check_for_spam?: true416 checks for spam when necessary417 support_bot?: true, visibility_level: 20, confidential: false, new_attributes: {:description=>"original description"}, check_for_spam?: false418 checks for spam when necessary419 support_bot?: true, visibility_level: 0, confidential: true, new_attributes: {:weight=>3}, check_for_spam?: false420 checks for spam when necessary421 removing an issue422 refreshes the number of open issues of the project423 .public_only424 only returns public issues425 .confidential_only426 only returns confidential_only issues427 .without_hidden428 only returns without_hidden issues429 .by_project_id_and_iid430 behaves like a where_composite scope431 we pass an empty array432 returns a null relation433 we pass nil434 returns a null relation435 we pass a singleton composite id436 finds the first result437 we pass group of ids438 finds all the results439 performance440 is not O(N)441 .service_desk442 returns the service desk issue443 behaves like throttled touch444 #touch445 updates the updated_at timestamp446 updates the object at most once per minute447# [RSpecRunTime] RSpec elapsed time: 2 minutes 9.29 seconds. Current RSS: ~1382M. load average: 1.04 1.17 0.82 1/278 52738448 relative positioning449 is not blocked for repositioning by default450 behaves like a class that supports relative positioning451 #scoped_items452 includes all items with the same scope453# [RSpecRunTime] RSpec elapsed time: 2 minutes 10.94 seconds. Current RSS: ~1365M. load average: 1.03 1.17 0.82 1/278 52739454 #relative_siblings455 includes all items with the same scope, except self456 .move_nulls_to_end457 moves items with null relative_position to the end458 preserves relative position459 moves the item near the start position when there are no existing positions460 does not perform any moves if all items have their relative_position set461 manages to move nulls to the end even if there is a sequence at the end462 manages to move nulls to the end even if there is not enough space463 manages to move nulls to the end, stacking if we cannot create enough space464 manages to move nulls found in the relative scope465 can move many nulls466 does not have an N+1 issue467# [RSpecRunTime] RSpec elapsed time: 2 minutes 28.17 seconds. Current RSS: ~1309M. load average: 1.09 1.18 0.83 1/278 52740468 .move_nulls_to_start469 moves items with null relative_position to the start470 moves the item near the start position when there are no existing positions471 preserves relative position472 does not perform any moves if all items have their relative_position set473 manages to move nulls to the start even if there is not enough space474 manages to move nulls to the end, stacking if we cannot create enough space475# [RSpecRunTime] RSpec elapsed time: 2 minutes 35.06 seconds. Current RSS: ~1315M. load average: 1.09 1.17 0.83 1/278 52741476 #move_before477 moves item before478 can move the item before an item at the start479 can move the item before an item at MIN_POSITION480 can move the item before an item bunched up at MIN_POSITION481 when there is no space482 moves items correctly483# [RSpecRunTime] RSpec elapsed time: 2 minutes 37.05 seconds. Current RSS: ~1324M. load average: 1.08 1.17 0.83 1/278 52742484 leap-frogging to the left485 can leap-frog STEPS times before needing to rebalance486 there is no space to the left after moving STEPS times487 rebalances to the right488# [RSpecRunTime] RSpec elapsed time: 2 minutes 40.41 seconds. Current RSS: ~1339M. load average: 1.08 1.17 0.83 1/278 52743489 #move_after490 moves item after491 can move the item after an item bunched up at MAX_POSITION492 when there is no space493 can move the item after an item at MAX_POSITION494 moves items correctly495# [RSpecRunTime] RSpec elapsed time: 2 minutes 42.34 seconds. Current RSS: ~1345M. load average: 1.07 1.17 0.83 1/280 52744496 leap-frogging497 rebalances after STEPS jumps498# [RSpecRunTime] RSpec elapsed time: 2 minutes 44.14 seconds. Current RSS: ~1354M. load average: 1.07 1.17 0.83 1/280 52745499 #move_to_start500 places items at most IDEAL_DISTANCE from the start when the range is open501 moves item to the end502 positions the item at MIN_POSITION when there is only one space left503 rebalances when there is already an item at the MIN_POSITION504 deals with a run of elements at the start505# [RSpecRunTime] RSpec elapsed time: 2 minutes 46.22 seconds. Current RSS: ~1352M. load average: 1.07 1.16 0.83 1/280 52746506 #move_to_end507 places items at most IDEAL_DISTANCE from the start when the range is open508 moves item to the end509 positions the item at MAX_POSITION when there is only one space left510 rebalances when there is already an item at the MAX_POSITION511 deals with a run of elements at the end512# [RSpecRunTime] RSpec elapsed time: 2 minutes 48.7 seconds. Current RSS: ~1348M. load average: 1.07 1.16 0.83 1/280 52747513 #move_between514 positions item between two other515 positions item between on top516 positions item between to end517 positions items even when after and before positions are the same518 positions item in the middle of other two if distance is big enough519 positions item closer to the middle if we are at the very top520 positions item closer to the middle if we are at the very bottom521 positions item in the middle of other two522 positions item right if we pass non-sequential parameters523 avoids N+1 queries when rebalancing other items524 the two items are next to each other525 behaves like moves item between526 moves the middle item to between left and right527# [RSpecRunTime] RSpec elapsed time: 2 minutes 54.33 seconds. Current RSS: ~1358M. load average: 1.06 1.16 0.83 1/280 52748528 there is no space529 behaves like moves item between530 moves the middle item to between left and right531 there is a bunch of items532 handles bunches correctly533 behaves like moves item between534 moves the middle item to between left and right535# [RSpecRunTime] RSpec elapsed time: 2 minutes 56.62 seconds. Current RSS: ~1358M. load average: 1.06 1.16 0.83 1/280 52749536 when block_issue_repositioning flag is enabled for group537 is blocked for repositioning538 does not move issues with null position539 behaves like versioned description540 associations541 is expected to have many description_versions542 save_description_version543 when description was changed544 saves the old and new description for the first update545 only saves the new description for subsequent updates546 sets the new description version to `saved_description_version`547 clears `saved_description_version` after another save that does not change description548# [RSpecRunTime] RSpec elapsed time: 2 minutes 59.99 seconds. Current RSS: ~1345M. load average: 1.06 1.16 0.83 1/280 52750549 when description was not changed550 does not save any description version551 #previous_updated_at552 returns updated_at value if updated_at did not change at all553 returns updated_at value if `previous_changes` has nil value for `updated_at`554 returns updated_at value if previous updated_at value is not present555 returns previous updated_at when present556 #design_collection557 returns a design collection558 current designs559 an issue has no designs560 is expected to be empty561 an issue only has current designs562 is expected to include #<DesignManagement::Design id:4 namespace1/project-1#1/designs[homescreen-4.jpg]>, #<DesignManagement::Design id:5 namespace1/project-1#1/designs[homescreen-5.jpg]>, and #<DesignManagement::Design id:6 namespace1/project-1#1/designs[homescreen-6.jpg]>563 an issue only has deleted designs564 is expected to be empty565 an issue has a mixture of current and deleted designs566 is expected to contain exactly #<DesignManagement::Design id:10 namespace1/project-1#1/designs[homescreen-10.jpg]> and #<DesignManagement::Design id:12 namespace1/project-1#1/designs[homescreen-12.jpg]>567 banzai_render_context568 sets the label_url_method in the context569 scheduling rebalancing570 when project in user namespace571 behaves like schedules issues rebalancing572 schedules rebalancing if there is no space left573 when project in a group namespace574 behaves like schedules issues rebalancing575 schedules rebalancing if there is no space left576 #allows_reviewers?577 returns false as we do not support reviewers on issues yet578 #issue_type579 gets the type field from the work_item_types table580 when the issue is not persisted581 uses the default work item type582 #issue_type_supports?583 raises error when feature is invalid584 #supports_assignee?585 is expected to eq true586 is expected to eq true587 is expected to eq false588 is expected to eq false589 is expected to eq true590 is expected to eq true591 is expected to eq true592 is expected to eq true593 is expected to eq true594# [RSpecRunTime] RSpec elapsed time: 3 minutes 6.79 seconds. Current RSS: ~1379M. load average: 1.05 1.15 0.84 1/285 52954595 #supports_time_tracking?596 issue_type: :issue, supports_time_tracking: true597 is expected to eq true598 issue_type: :incident, supports_time_tracking: true599 is expected to eq true600 #supports_move_and_clone?601 issue_type: :issue, supports_move_and_clone: true602 is expected to eq true603 issue_type: :incident, supports_move_and_clone: true604 is expected to eq true605 #email_participants_emails606 returns a list of emails607 #email_participants_downcase608 returns a list of emails with all uppercase letters replaced with their lowercase counterparts609 #escalation_status610 returns the incident_management_issuable_escalation_status association611 #expire_etag_cache612 touches the etag cache store613 #link_reference_pattern614 with issue url615 matches with expected attributes616 with incident url617 matches with expected attributes618 order by closed_at619 .order_closed_at_asc620 orders on closed at621# [RSpecRunTime] RSpec elapsed time: 3 minutes 13.14 seconds. Current RSS: ~1367M. load average: 1.04 1.15 0.84 1/285 52955622 .order_closed_at_desc623 orders on closed at624# [RSpecRunTime] RSpec elapsed time: 3 minutes 15.88 seconds. Current RSS: ~1325M. load average: 1.04 1.15 0.84 1/280 52956625 #full_search626 when searching non-english terms627 adds extra where clause to match partial index628 adds extra where clause to match partial index629 adds extra where clause to match partial index630 adds extra where clause to match partial index631 #work_item_type_with_default632 is expected to eq #<WorkItems::Type id: 1, base_type: "issue", cached_markdown_version: nil, name: "Issue", description...reated_at: "2024-05-29 16:45:21.022265000 +0000", updated_at: "2024-05-29 16:45:21.022265000 +0000">633 #update_search_data!634 copies namespace_id to search data635 #linked_items_count636 returns number of issues linked to the issue637 #readable_by?638 when issue belongs directly to a project639 when user is in admin mode640 is expected to be truthy641 when user is a reporter642 is expected to be truthy643 when issues project feature is not enabled644 is expected to be falsey645 when issue is hidden (banned author)646 is expected to be falsey647 when user is a guest648 when issue is confidential649 is expected to be falsey650 when user is assignee of the issue651 is expected to be truthy652 when issue belongs directly to the group653 when user is in admin mode654 is expected to be truthy655 when user is a reporter656 is expected to be truthy657 when issue is hidden (banned author)658 is expected to be falsey659 when user is a guest660 is expected to be truthy661 when issue is confidential662 is expected to be falsey663 when user is assignee of the issue664 is expected to be truthy665 #gfm_reference666 issue_type: :issue, expected_name: "issue"667 uses the issue type as the reference name668 issue_type: :incident, expected_name: "incident"669 uses the issue type as the reference name670 issue_type: :test_case, expected_name: "test case"671 uses the issue type as the reference name672 issue_type: :task, expected_name: "task"673 uses the issue type as the reference name674 #has_widget?675 when the work item does not have the widget676 is expected to be falsey677 when the work item has the widget678 is expected to be truthy679# [RSpecRunTime] Finishing example group spec/models/issue_spec.rb. It took 3 minutes 16.53 seconds. Expected to take 4 minutes 0.82 second.680# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 39.52 seconds.681Lint factories for Issue682 with saas, license, and factory defaults683 behaves like factory684 issue factory685 does not raise error when built686 does not raise error when created687 linting :confidential trait688 does not raise error when created689# [RSpecRunTime] RSpec elapsed time: 3 minutes 24.21 seconds. Current RSS: ~1371M. load average: 1.12 1.16 0.84 1/280 52965690 linting :with_asc_relative_position trait691 does not raise error when created692 linting :with_desc_relative_position trait693 does not raise error when created694 linting :opened trait695 does not raise error when created696 linting :locked trait697 does not raise error when created698 linting :closed trait699 does not raise error when created700 linting :with_alert trait701 does not raise error when created702 linting :closed_as_duplicate trait703 does not raise error when created704 linting :group_level trait705 does not raise error when created706 linting :user_namespace_level trait707 does not raise error when created708 linting :issue trait709 does not raise error when created710 linting :requirement trait711 does not raise error when created712 linting :task trait713 does not raise error when created714 linting :objective trait715 does not raise error when created716 linting :key_result trait717 does not raise error when created718 linting :incident trait719 does not raise error when created720 linting :test_case trait721 does not raise error when created722 linting :epic trait723 does not raise error when created724 linting :ticket trait725 does not raise error when created726 linting :published trait727 does not raise error when created728 linting :with_sla trait729 does not raise error when created730 linting :with_synced_epic trait731 does not raise error when created732 behaves like factory733 closed_issue factory734 does not raise error when built735 does not raise error when created736 behaves like factory737 reopened_issue factory738 does not raise error when built739 does not raise error when created740 behaves like factory741 labeled_issue factory742 does not raise error when built743 does not raise error when created744 behaves like factory745 incident factory746 does not raise error when built747 does not raise error when created748 linting :with_escalation_status trait749 does not raise error when created750 behaves like factory751 requirement factory752 does not raise error when built753 does not raise error when created754 behaves like factory755 quality_test_case factory756 does not raise error when built757 does not raise error when created758# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 9.66 seconds. Expected to take 39.52 seconds.759# [RSpecRunTime] Starting example group spec/services/quick_actions/interpret_service_spec.rb. Expected to take 3 minutes 31.56 seconds.760QuickActions::InterpretService761 #execute762 limits to commands passed763 preserves leading whitespace764 tracks MAU for commands765 move issue command766 returns the move issue message767 returns move issue failure message when the referenced issue is not found768# [RSpecRunTime] RSpec elapsed time: 3 minutes 34.67 seconds. Current RSS: ~1401M. load average: 1.10 1.16 0.85 1/280 52972769 behaves like reopen command770 returns state_event: "reopen" if content contains /reopen771 returns the reopen message772 behaves like reopen command773 returns state_event: "reopen" if content contains /reopen774 returns the reopen message775 behaves like close command776 returns state_event: "close" if content contains /close777 returns the close message778 behaves like close command779 returns state_event: "close" if content contains /close780 returns the close message781 merge command782 behaves like merge immediately command783 runs merge command if content contains /merge784 returns them merge message785# [RSpecRunTime] RSpec elapsed time: 3 minutes 38.24 seconds. Current RSS: ~1405M. load average: 1.09 1.15 0.85 1/286 53059786 when the head pipeline of merge request is running787 behaves like merge automatically command788 runs merge command if content contains /merge and returns merge message789 can not be merged when logged user does not have permissions790 behaves like failed command791 populates {} if content contains an unsupported command792 returns Could not apply merge command. message793# [RSpecRunTime] RSpec elapsed time: 3 minutes 40.61 seconds. Current RSS: ~1415M. load average: 1.16 1.17 0.85 1/286 53179794 can not be merged when sha does not match795 behaves like failed command796 populates {} if content contains an unsupported command797 returns Branch has been updated since the merge was requested. message798# [RSpecRunTime] RSpec elapsed time: 3 minutes 41.99 seconds. Current RSS: ~1411M. load average: 1.16 1.17 0.85 1/286 53258799 when sha is missing800 behaves like failed command801 populates {} if content contains an unsupported command802 returns The `/merge` quick action requires the SHA of the head of the branch. message803# [RSpecRunTime] RSpec elapsed time: 3 minutes 43.4 seconds. Current RSS: ~1405M. load average: 1.16 1.17 0.85 1/286 53340804 issue can not be merged805 behaves like failed command806 populates {} if content contains an unsupported command807 returns Could not apply merge command. message808 non persisted merge request cant be merged809 behaves like failed command810 populates {} if content contains an unsupported command811 returns Could not apply merge command. message812# [RSpecRunTime] RSpec elapsed time: 3 minutes 45.49 seconds. Current RSS: ~1408M. load average: 1.16 1.17 0.85 1/286 53499813 not persisted merge request can not be merged814 behaves like failed command815 populates {} if content contains an unsupported command816 returns Could not apply merge command. message817# [RSpecRunTime] RSpec elapsed time: 3 minutes 46.57 seconds. Current RSS: ~1409M. load average: 1.15 1.16 0.85 1/286 53579818 behaves like title command819 populates title: "A brand new title" if content contains /title A brand new title820 returns the title message821 behaves like title command822 populates title: "A brand new title" if content contains /title A brand new title823 returns the title message824 behaves like failed command825 populates {} if content contains an unsupported command826 returns an empty message827 assign command with one user828 behaves like assign command829 assigns to me830 does not assign to group members831 assigns to users with escaped underscores832 assigns to a single user833 returns the assign message834 when there are too many references835 says what went wrong836# [RSpecRunTime] RSpec elapsed time: 3 minutes 49.81 seconds. Current RSS: ~1425M. load average: 1.15 1.16 0.85 1/285 53580837 when the user extractor raises an uninticipated error838 tracks the exception in dev, and reports a generic message in production839 when the reference does not match the exact case840 assigns to the user841 when the user has a private profile842 assigns to the user843 behaves like assign command844 assigns to me845 does not assign to group members846 assigns to users with escaped underscores847 assigns to a single user848 returns the assign message849 when there are too many references850 says what went wrong851# [RSpecRunTime] RSpec elapsed time: 3 minutes 53.05 seconds. Current RSS: ~1424M. load average: 1.14 1.16 0.85 1/285 53581852 when the user extractor raises an uninticipated error853 tracks the exception in dev, and reports a generic message in production854 when the reference does not match the exact case855 assigns to the user856 when the user has a private profile857 assigns to the user858 behaves like assign command859 assigns to me860 does not assign to group members861 assigns to users with escaped underscores862 assigns to a single user863 returns the assign message864 when there are too many references865 says what went wrong866# [RSpecRunTime] RSpec elapsed time: 3 minutes 56.69 seconds. Current RSS: ~1412M. load average: 1.13 1.16 0.86 1/284 53582867 when the user extractor raises an uninticipated error868 tracks the exception in dev, and reports a generic message in production869 when the reference does not match the exact case870 assigns to the user871 when the user has a private profile872 assigns to the user873 assign command with multiple assignees874 behaves like assigns to one of the two users875 assigns to a single user876 behaves like assigns to one of the two users877 assigns to a single user878 assign command with me alias879 behaves like assign command880 assigns to me881 does not assign to group members882 assigns to users with escaped underscores883 assigns to a single user884 returns the assign message885 when there are too many references886 says what went wrong887# [RSpecRunTime] RSpec elapsed time: 4 minutes 0.6 second. Current RSS: ~1411M. load average: 1.12 1.16 0.86 1/280 53583888 when the user extractor raises an uninticipated error889 tracks the exception in dev, and reports a generic message in production890 when the reference does not match the exact case891 assigns to the user892 when the user has a private profile893 assigns to the user894 behaves like assign command895 assigns to me896 does not assign to group members897 assigns to users with escaped underscores898 assigns to a single user899 returns the assign message900 when there are too many references901 says what went wrong902# [RSpecRunTime] RSpec elapsed time: 4 minutes 4.1 seconds. Current RSS: ~1410M. load average: 1.12 1.16 0.86 1/280 53584903 when the user extractor raises an uninticipated error904 tracks the exception in dev, and reports a generic message in production905 when the reference does not match the exact case906 assigns to the user907 when the user has a private profile908 assigns to the user909 assign command with me alias and whitespace910 behaves like assign command911 assigns to me912 does not assign to group members913 assigns to users with escaped underscores914 assigns to a single user915 returns the assign message916 when there are too many references917 says what went wrong918# [RSpecRunTime] RSpec elapsed time: 4 minutes 7.38 seconds. Current RSS: ~1408M. load average: 1.11 1.15 0.86 1/280 53585919 when the user extractor raises an uninticipated error920 tracks the exception in dev, and reports a generic message in production921 when the reference does not match the exact case922 assigns to the user923 when the user has a private profile924 assigns to the user925 behaves like assign command926 assigns to me927 does not assign to group members928 assigns to users with escaped underscores929 assigns to a single user930 returns the assign message931 when there are too many references932 says what went wrong933# [RSpecRunTime] RSpec elapsed time: 4 minutes 10.89 seconds. Current RSS: ~1408M. load average: 1.10 1.15 0.86 1/280 53586934 when the user extractor raises an uninticipated error935 tracks the exception in dev, and reports a generic message in production936 when the reference does not match the exact case937 assigns to the user938 when the user has a private profile939 assigns to the user940 behaves like failed command941 populates {} if content contains an unsupported command942 returns a parse error message943 behaves like failed command944 populates {} if content contains an unsupported command945 returns Failed to assign a user because no user was found. message946 assign_reviewer command947 with one user948 behaves like assign_reviewer command949 assigns a reviewer to a single user950 with an issue instead of a merge request951 behaves like failed command952 populates {} if content contains an unsupported command953 returns Could not apply assign_reviewer command. message954 assign command with multiple assignees955 assigns to one of the two users956 assigns to a single reviewer957 with "me" alias958 behaves like assign_reviewer command959 assigns a reviewer to a single user960 with an alias and whitespace961 behaves like assign_reviewer command962 assigns a reviewer to a single user963 with @all964 behaves like failed command965 populates {} if content contains an unsupported command966 returns a parse error message967 with an incorrect user968 behaves like failed command969 populates {} if content contains an unsupported command970 returns a parse error message971 with the "reviewer" alias972 behaves like assign_reviewer command973 assigns a reviewer to a single user974 with the "request_review" alias975 behaves like assign_reviewer command976 assigns a reviewer to a single user977 with no user978 behaves like failed command979 populates {} if content contains an unsupported command980 returns Failed to assign a reviewer because no user was specified. message981 with extra text982 behaves like failed command983 populates {} if content contains an unsupported command984 returns a parse error message985 unassign_reviewer command986 with one user987 behaves like unassign_reviewer command988 removes a single reviewer989# [RSpecRunTime] RSpec elapsed time: 4 minutes 18.77 seconds. Current RSS: ~1435M. load average: 1.09 1.15 0.86 1/286 53640990 with an issue instead of a merge request991 behaves like failed command992 populates {} if content contains an unsupported command993 returns Could not apply unassign_reviewer command. message994 with anything after the command995 behaves like unassign_reviewer command996 removes a single reviewer997# [RSpecRunTime] RSpec elapsed time: 4 minutes 20.31 seconds. Current RSS: ~1449M. load average: 1.09 1.15 0.86 1/286 53693998 with the "remove_reviewer" alias999 behaves like unassign_reviewer command1000 removes a single reviewer1001# [RSpecRunTime] RSpec elapsed time: 4 minutes 21.58 seconds. Current RSS: ~1454M. load average: 1.00 1.13 0.85 1/285 537451002 with no user1003 behaves like unassign_reviewer command1004 removes a single reviewer1005# [RSpecRunTime] RSpec elapsed time: 4 minutes 22.95 seconds. Current RSS: ~1449M. load average: 1.00 1.13 0.85 1/285 537971006 unassign command1007 Issue1008 populates assignee_ids: [] if content contains /unassign1009 returns the unassign message for all the assignee if content contains /unassign1010 Merge Request1011 populates assignee_ids: [] if content contains /unassign1012 returns the unassign message for all the assignee if content contains /unassign1013 project milestones1014 behaves like milestone command1015 fetches milestone and populates milestone_id if content contains /milestone1016 returns the milestone message1017 returns empty milestone message when milestone is wrong1018# [RSpecRunTime] RSpec elapsed time: 4 minutes 25.26 seconds. Current RSS: ~1447M. load average: 1.00 1.13 0.85 1/285 537981019 behaves like milestone command1020 fetches milestone and populates milestone_id if content contains /milestone1021 returns the milestone message1022 returns empty milestone message when milestone is wrong1023# [RSpecRunTime] RSpec elapsed time: 4 minutes 26.68 seconds. Current RSS: ~1454M. load average: 1.00 1.12 0.86 1/284 537991024 only group milestones available1025 behaves like milestone command1026 fetches milestone and populates milestone_id if content contains /milestone1027 returns the milestone message1028 returns empty milestone message when milestone is wrong1029# [RSpecRunTime] RSpec elapsed time: 4 minutes 28.29 seconds. Current RSS: ~1455M. load average: 1.00 1.12 0.86 1/284 538001030 behaves like milestone command1031 fetches milestone and populates milestone_id if content contains /milestone1032 returns the milestone message1033 returns empty milestone message when milestone is wrong1034# [RSpecRunTime] RSpec elapsed time: 4 minutes 29.72 seconds. Current RSS: ~1430M. load average: 1.00 1.12 0.86 1/284 538011035 behaves like remove_milestone command1036 populates milestone_id: nil if content contains /remove_milestone1037 returns removed milestone message1038 behaves like remove_milestone command1039 populates milestone_id: nil if content contains /remove_milestone1040 returns removed milestone message1041 behaves like label command1042 fetches label ids and populates add_label_ids if content contains /label1043 returns the label message1044 behaves like label command1045 fetches label ids and populates add_label_ids if content contains /label1046 returns the label message1047 with a colon label1048 when quoted1049 behaves like label command1050 fetches label ids and populates add_label_ids if content contains /label1051 returns the label message1052 behaves like label command1053 fetches label ids and populates add_label_ids if content contains /label1054 returns the label message1055 when unquoted1056 behaves like label command1057 fetches label ids and populates add_label_ids if content contains /label1058 returns the label message1059 behaves like label command1060 fetches label ids and populates add_label_ids if content contains /label1061 returns the label message1062 with a scoped label1063 when quoted1064 behaves like label command1065 fetches label ids and populates add_label_ids if content contains /label1066 returns the label message1067 behaves like label command1068 fetches label ids and populates add_label_ids if content contains /label1069 returns the label message1070 when unquoted1071 behaves like label command1072 fetches label ids and populates add_label_ids if content contains /label1073 returns the label message1074 behaves like label command1075 fetches label ids and populates add_label_ids if content contains /label1076 returns the label message1077 behaves like multiple label command1078 fetches label ids and populates add_label_ids if content contains multiple /label1079 behaves like multiple label with same argument1080 prevents duplicate label ids and populates add_label_ids if content contains multiple /label1081 behaves like multiword label name starting without ~1082 fetches label ids and populates add_label_ids if content contains /label1083 behaves like multiword label name starting without ~1084 fetches label ids and populates add_label_ids if content contains /label1085 behaves like label name is included in the middle of another label name1086 ignores the sublabel when the content contains the includer label name1087 behaves like label name is included in the middle of another label name1088 ignores the sublabel when the content contains the includer label name1089 behaves like unlabel command1090 fetches label ids and populates remove_label_ids if content contains /unlabel1091 returns the unlabel message1092 behaves like unlabel command1093 fetches label ids and populates remove_label_ids if content contains /unlabel1094 returns the unlabel message1095 behaves like multiple unlabel command1096 fetches label ids and populates remove_label_ids if content contains mutiple /unlabel1097 behaves like unlabel command with no argument1098 populates label_ids: [] if content contains /unlabel with no arguments1099 behaves like unlabel command with no argument1100 populates label_ids: [] if content contains /unlabel with no arguments1101# [RSpecRunTime] RSpec elapsed time: 4 minutes 44.92 seconds. Current RSS: ~1445M. load average: 1.00 1.12 0.86 1/279 538021102 behaves like relabel command1103 populates label_ids: [] if content contains /relabel1104 returns the relabel message1105 behaves like relabel command1106 populates label_ids: [] if content contains /relabel1107 returns the relabel message1108 behaves like done command1109 populates todo_event: "done" if content contains /done1110 returns the done message1111 behaves like done command1112 populates todo_event: "done" if content contains /done1113 returns the done message1114 behaves like done command1115 populates todo_event: "done" if content contains /done1116 returns the done message1117 behaves like subscribe command1118 populates subscription_event: "subscribe" if content contains /subscribe1119 returns the subscribe message1120 behaves like subscribe command1121 populates subscription_event: "subscribe" if content contains /subscribe1122 returns the subscribe message1123 behaves like subscribe command1124 populates subscription_event: "subscribe" if content contains /subscribe1125 returns the subscribe message1126 behaves like unsubscribe command1127 populates subscription_event: "unsubscribe" if content contains /unsubscribe1128 returns the unsubscribe message1129 behaves like unsubscribe command1130 populates subscription_event: "unsubscribe" if content contains /unsubscribe1131 returns the unsubscribe message1132 behaves like unsubscribe command1133 populates subscription_event: "unsubscribe" if content contains /unsubscribe1134 returns the unsubscribe message1135 behaves like failed command1136 populates {} if content contains an unsupported command1137 returns Could not apply due command. message1138 behaves like remove_due_date command1139 populates due_date: nil if content contains /remove_due_date1140 returns Removed the due date1141 behaves like draft command1142 returns wip_event: "draft"1143 returns the draft message1144 behaves like draft/ready command no action1145 returns the no action message if there is no change to the status1146 behaves like draft/ready command no action1147 returns the no action message if there is no change to the status1148 behaves like ready command1149 returns wip_event: "ready"1150 returns the ready message1151 behaves like failed command1152 populates {} if content contains an unsupported command1153 returns Could not apply remove_due_date command. message1154 behaves like estimate command1155 populates time_estimate: 3600 if content contains /estimate 1h1156 returns the time_estimate formatted message1157 behaves like estimate command1158 populates time_estimate: 3600 if content contains /estimate 1h1159 returns the time_estimate formatted message1160 behaves like failed command1161 populates {} if content contains an unsupported command1162 returns an empty message1163 when provided an invalid estimate1164 populates {} if content contains an unsupported command1165 returns empty message1166 behaves like spend command1167 populates spend_time: 3600 if content contains /spend 1h1168 behaves like spend command1169 populates spend_time: 3600 if content contains /spend 1h1170 behaves like spend command1171 populates spend_time: 3600 if content contains /spend 1h1172 behaves like spend command with negative time1173 populates spend_time: -7200 if content contains -120m1174 returns the spend_time message including the formatted duration and verb1175 behaves like spend command with negative time1176 populates spend_time: -7200 if content contains -120m1177 returns the spend_time message including the formatted duration and verb1178 behaves like spend command with valid date1179 populates spend time: 1800 with date in date type format1180 behaves like spend command with valid date1181 populates spend time: 1800 with date in date type format1182 behaves like spend command with invalid date1183 will not create any note and timelog1184 behaves like spend command with invalid date1185 will not create any note and timelog1186 behaves like spend command with future date1187 will not create any note and timelog1188 behaves like spend command with future date1189 will not create any note and timelog1190 behaves like spend command with category1191 populates spend_time with expected attributes1192 behaves like failed command1193 populates {} if content contains an unsupported command1194 returns an empty message1195 behaves like failed command1196 populates {} if content contains an unsupported command1197 returns an empty message1198 behaves like failed command1199 populates {} if content contains an unsupported command1200 returns an empty message1201 behaves like failed command1202 populates {} if content contains an unsupported command1203 returns an empty message1204 behaves like remove_estimate command1205 populates time_estimate: 0 if content contains /remove_estimate1206 returns the remove_estimate message1207 behaves like remove_estimate command1208 populates time_estimate: 0 if content contains /remove_estimate1209 returns the remove_estimate message1210 behaves like remove_time_spent command1211 populates spend_time: :reset if content contains /remove_time_spent1212 returns the remove_time_spent message1213 /confidential1214 behaves like confidential command1215 marks issue as confidential if content contains /confidential1216 returns the confidential message1217 when issuable is already confidential1218 returns an error message1219 is not part of the available commands1220# [RSpecRunTime] RSpec elapsed time: 5 minutes 1.41 seconds. Current RSS: ~1485M. load average: 1.08 1.13 0.87 1/279 538031221 behaves like confidential command1222 marks issue as confidential if content contains /confidential1223 returns the confidential message1224 when issuable is already confidential1225 returns an error message1226 is not part of the available commands1227 behaves like confidential command1228 marks issue as confidential if content contains /confidential1229 returns the confidential message1230 when issuable is already confidential1231 returns an error message1232 is not part of the available commands1233# [RSpecRunTime] RSpec elapsed time: 5 minutes 4.03 seconds. Current RSS: ~1477M. load average: 1.08 1.13 0.87 1/279 538041234 when non-member is creating a new issue1235 behaves like confidential command1236 marks issue as confidential if content contains /confidential1237 returns the confidential message1238 when issuable is already confidential1239 returns an error message1240 is not part of the available commands1241# [RSpecRunTime] RSpec elapsed time: 5 minutes 5.79 seconds. Current RSS: ~1479M. load average: 1.07 1.12 0.87 1/279 538051242 behaves like lock command1243 returns discussion_locked: true if content contains /lock1244 returns the lock discussion message1245 behaves like lock command1246 returns discussion_locked: true if content contains /lock1247 returns the lock discussion message1248 behaves like unlock command1249 returns discussion_locked: true if content contains /unlock1250 returns the unlock discussion message1251 behaves like unlock command1252 returns discussion_locked: true if content contains /unlock1253 returns the unlock discussion message1254 /todo1255 if issuable is an Issue1256 behaves like todo command1257 populates todo_event: "add" if content contains /todo1258 returns the todo message1259 if issuable is a work item1260 behaves like todo command1261 populates todo_event: "add" if content contains /todo1262 returns the todo message1263 if issuable is a MergeRequest1264 behaves like todo command1265 populates todo_event: "add" if content contains /todo1266 returns the todo message1267 if issuable is a Commit1268 behaves like failed command1269 populates {} if content contains an unsupported command1270 returns Could not apply todo command. message1271 /due command1272 returns invalid date format message when the due date is invalid1273 behaves like due command1274 populates due_date: Date.new(2016, 8, 28) if content contains /due 2016-08-281275 returns due_date message: Date.new(2016, 8, 28) if content contains /due 2016-08-281276 behaves like due command1277 populates due_date: Date.new(2016, 8, 28) if content contains /due 2016-08-281278 returns due_date message: Date.new(2016, 8, 28) if content contains /due 2016-08-281279 behaves like due command1280 populates due_date: Date.new(2016, 8, 28) if content contains /due 2016-08-281281 returns due_date message: Date.new(2016, 8, 28) if content contains /due 2016-08-281282 behaves like due command1283 populates due_date: Date.new(2016, 8, 28) if content contains /due 2016-08-281284 returns due_date message: Date.new(2016, 8, 28) if content contains /due 2016-08-281285 /label command1286 when target is a group level work item1287 is not available when there are no labels associated with the group1288 when a label exists at the group level1289 is available1290# [RSpecRunTime] RSpec elapsed time: 5 minutes 12.11 seconds. Current RSS: ~1473M. load average: 1.07 1.12 0.87 1/279 538061291 /copy_metadata command1292 is available when the user is a developer1293 when the user does not have permission1294 is not available1295# [RSpecRunTime] RSpec elapsed time: 5 minutes 14.04 seconds. Current RSS: ~1475M. load average: 1.07 1.12 0.87 1/279 538071296 behaves like failed command1297 populates {} if content contains an unsupported command1298 returns an empty message1299 behaves like copy_metadata command1300 fetches issue or merge request and copies labels and milestone if content contains /copy_metadata reference1301 returns the copy metadata message1302 behaves like copy_metadata command1303 fetches issue or merge request and copies labels and milestone if content contains /copy_metadata reference1304 returns the copy metadata message1305 when the parent issuable has a milestone1306 behaves like copy_metadata command1307 fetches issue or merge request and copies labels and milestone if content contains /copy_metadata reference1308 returns the copy metadata message1309 when more than one issuable is passed1310 behaves like copy_metadata command1311 fetches issue or merge request and copies labels and milestone if content contains /copy_metadata reference1312 returns the copy metadata message1313 cross project references1314 behaves like failed command1315 populates {} if content contains an unsupported command1316 returns an empty message1317# [RSpecRunTime] RSpec elapsed time: 5 minutes 19.24 seconds. Current RSS: ~1455M. load average: 1.06 1.12 0.87 1/279 538081318 behaves like failed command1319 populates {} if content contains an unsupported command1320 returns an empty message1321 behaves like failed command1322 populates {} if content contains an unsupported command1323 returns an empty message1324# [RSpecRunTime] RSpec elapsed time: 5 minutes 21.53 seconds. Current RSS: ~1431M. load average: 1.06 1.12 0.87 1/279 538091325 /duplicate command1326 behaves like duplicate command1327 fetches issue and populates canonical_issue_id if content contains /duplicate issue_reference1328 returns the duplicate message1329 includes duplicate reference1330 behaves like failed command1331 populates {} if content contains an unsupported command1332 returns an empty message1333 cross project references1334 behaves like duplicate command1335 fetches issue and populates canonical_issue_id if content contains /duplicate issue_reference1336 returns the duplicate message1337 includes duplicate reference1338# [RSpecRunTime] RSpec elapsed time: 5 minutes 25.03 seconds. Current RSS: ~1424M. load average: 1.06 1.12 0.87 1/279 538101339 behaves like failed command1340 populates {} if content contains an unsupported command1341 returns Failed to mark this issue as a duplicate because referenced issue was not found. message1342 behaves like failed command1343 populates {} if content contains an unsupported command1344 returns Failed to mark this issue as a duplicate because referenced issue was not found. message1345# [RSpecRunTime] RSpec elapsed time: 5 minutes 27.04 seconds. Current RSS: ~1416M. load average: 1.05 1.11 0.87 1/279 538111346 when current_user cannot :admin_issue1347 behaves like failed command1348 populates {} if content contains an unsupported command1349 returns Could not apply assign command. message1350 behaves like failed command1351 populates {} if content contains an unsupported command1352 returns Could not apply unassign command. message1353 behaves like failed command1354 populates {} if content contains an unsupported command1355 returns Could not apply milestone command. message1356 behaves like failed command1357 populates {} if content contains an unsupported command1358 returns Could not apply remove_milestone command. message1359 behaves like failed command1360 populates {} if content contains an unsupported command1361 returns Could not apply label command. message1362 behaves like failed command1363 populates {} if content contains an unsupported command1364 returns Could not apply unlabel command. message1365 behaves like failed command1366 populates {} if content contains an unsupported command1367 returns Could not apply relabel command. message1368 behaves like failed command1369 populates {} if content contains an unsupported command1370 returns Could not apply due command. message1371 behaves like failed command1372 populates {} if content contains an unsupported command1373 returns Could not apply remove_due_date command. message1374 behaves like failed command1375 populates {} if content contains an unsupported command1376 returns Could not apply confidential command. message1377 behaves like failed command1378 populates {} if content contains an unsupported command1379 returns Could not apply lock command. message1380 behaves like failed command1381 populates {} if content contains an unsupported command1382 returns Could not apply unlock command. message1383 /react command1384 behaves like react command1385 toggle award 100 emoji if content contains /react :100:1386 returns the reaction message1387 behaves like react command1388 toggle award 100 emoji if content contains /react :100:1389 returns the reaction message1390 behaves like react command1391 toggle award 100 emoji if content contains /react :100:1392 returns the reaction message1393 ignores command with no argument1394 behaves like failed command1395 populates {} if content contains an unsupported command1396 returns an empty message1397 behaves like failed command1398 populates {} if content contains an unsupported command1399 returns an empty message1400 ignores non-existing / invalid emojis1401 behaves like failed command1402 populates {} if content contains an unsupported command1403 returns an empty message1404 behaves like failed command1405 populates {} if content contains an unsupported command1406 returns an empty message1407 behaves like failed command1408 populates {} if content contains an unsupported command1409 returns an empty message1410 if issuable is a Commit1411 behaves like failed command1412 populates {} if content contains an unsupported command1413 returns Could not apply react command. message1414 /award command1415 behaves like react command1416 toggle award 100 emoji if content contains /award :100:1417 returns the reaction message1418 behaves like react command1419 toggle award 100 emoji if content contains /award :100:1420 returns the reaction message1421 behaves like react command1422 toggle award 100 emoji if content contains /award :100:1423 returns the reaction message1424 ignores command with no argument1425 behaves like failed command1426 populates {} if content contains an unsupported command1427 returns an empty message1428 behaves like failed command1429 populates {} if content contains an unsupported command1430 returns an empty message1431 ignores non-existing / invalid emojis1432 behaves like failed command1433 populates {} if content contains an unsupported command1434 returns an empty message1435 behaves like failed command1436 populates {} if content contains an unsupported command1437 returns an empty message1438 behaves like failed command1439 populates {} if content contains an unsupported command1440 returns an empty message1441 if issuable is a Commit1442 behaves like failed command1443 populates {} if content contains an unsupported command1444 returns Could not apply react command. message1445 /shrug command1446 behaves like shrug command1447 appends ¯\_(ツ)_/¯ to the comment1448 behaves like shrug command1449 appends ¯\_(ツ)_/¯ to the comment1450 /tableflip command1451 behaves like tableflip command1452 appends (╯°□°)╯︵ ┻━┻ to the comment1453 behaves like tableflip command1454 appends (╯°□°)╯︵ ┻━┻ to the comment1455 /target_branch command1456 updates target_branch if /target_branch command is executed1457 handles blanks around param1458 returns the target_branch message1459 ignores command with no argument1460 behaves like failed command1461 populates {} if content contains an unsupported command1462 returns Could not apply target_branch command. message1463# [RSpecRunTime] RSpec elapsed time: 5 minutes 45.0 seconds. Current RSS: ~1484M. load average: 1.28 1.16 0.89 1/285 539391464 ignores non-existing target branch1465 behaves like failed command1466 populates {} if content contains an unsupported command1467 returns Could not apply target_branch command. message1468# [RSpecRunTime] RSpec elapsed time: 5 minutes 47.52 seconds. Current RSS: ~1472M. load average: 1.18 1.14 0.89 1/286 540441469 /board_move command1470 populates remove_label_ids for all current board columns1471 populates add_label_ids with the id of the given label1472 does not include the given label id in remove_label_ids1473 does not remove label ids that are not lists on the board1474 returns board_move message1475 if the project has multiple boards1476 behaves like failed command1477 populates {} if content contains an unsupported command1478 returns Could not apply board_move command. message1479# [RSpecRunTime] RSpec elapsed time: 5 minutes 49.87 seconds. Current RSS: ~1459M. load average: 1.18 1.14 0.89 1/286 540451480 if the given label does not exist1481 behaves like failed command1482 populates {} if content contains an unsupported command1483 returns Failed to move this issue because label was not found. message1484 if multiple labels are given1485 behaves like failed command1486 populates {} if content contains an unsupported command1487 returns Failed to move this issue because only a single label can be provided. message1488 if the given label is not a list on the board1489 behaves like failed command1490 populates {} if content contains an unsupported command1491 returns Failed to move this issue because label was not found. message1492 if issuable is not an Issue1493 behaves like failed command1494 populates {} if content contains an unsupported command1495 returns Could not apply board_move command. message1496 /tag command1497 ignores command with no argument1498 behaves like failed command1499 populates {} if content contains an unsupported command1500 returns an empty message1501 tags a commit with a tag name1502 behaves like tag command1503 tags a commit1504 returns the tag message1505 tags a commit with a tag name and message1506 behaves like tag command1507 tags a commit1508 returns the tag message1509 /create_merge_request command1510 populates create_merge_request with branch_name and issue iid1511 returns the create_merge_request message1512 if issuable is not an Issue1513 behaves like failed command1514 populates {} if content contains an unsupported command1515 returns Could not apply create_merge_request command. message1516 when logged user cannot create_merge_requests in the project1517 behaves like failed command1518 populates {} if content contains an unsupported command1519 returns Could not apply create_merge_request command. message1520# [RSpecRunTime] RSpec elapsed time: 5 minutes 54.98 seconds. Current RSS: ~1466M. load average: 1.24 1.15 0.89 1/285 540461521 when logged user cannot push code to the project1522 behaves like failed command1523 populates {} if content contains an unsupported command1524 returns Could not apply create_merge_request command. message1525# [RSpecRunTime] RSpec elapsed time: 5 minutes 56.39 seconds. Current RSS: ~1458M. load average: 1.30 1.17 0.90 1/285 540471526 submit_review command1527 note: "I like it"1528 submits the users current review1529 note: "/submit_review"1530 submits the users current review1531 when parameters are passed1532 with approve parameter1533 calls MergeRequests::ApprovalService service1534 with review state parameter1535 calls MergeRequests::UpdateReviewerStateService service1536 request_changes command1537 when the user is a reviewer1538 calls MergeRequests::UpdateReviewerStateService with requested_changes1539 returns error message from MergeRequests::UpdateReviewerStateService1540 when the user is not a reviewer1541 does not call MergeRequests::UpdateReviewerStateService1542 behaves like approve command unavailable1543 is not part of the available commands1544 behaves like issues link quick action1545 when user is member of group1546 when linking a single issue1547 behaves like link command1548 links issues1549 when linking multiple issues at once1550 behaves like link command1551 links issues1552 when quick action target is unpersisted1553 links the issues after the issue is persisted1554 with empty link command1555 behaves like link command1556 links issues1557 with already having linked issues1558 behaves like link command1559 links issues1560 with cross project1561 when linking a cross project issue1562 behaves like link command1563 links issues1564# [RSpecRunTime] RSpec elapsed time: 6 minutes 4.58 seconds. Current RSS: ~1412M. load average: 1.28 1.17 0.90 1/280 540481565 when linking multiple cross projects issues at once1566 behaves like link command1567 links issues1568# [RSpecRunTime] RSpec elapsed time: 6 minutes 6.04 seconds. Current RSS: ~1407M. load average: 1.26 1.16 0.90 1/280 540491569 when linking a non-existing issue1570 behaves like link command1571 links issues1572 when linking a private issue1573 behaves like link command1574 links issues1575# [RSpecRunTime] RSpec elapsed time: 6 minutes 8.16 seconds. Current RSS: ~1394M. load average: 1.26 1.16 0.90 1/280 540501576 unlink command1577 when command includes linked issue1578 executes command successfully1579 when user has no access1580 behaves like command with failure1581 does not destroy issues relation1582 return correct execution message1583# [RSpecRunTime] RSpec elapsed time: 6 minutes 9.68 seconds. Current RSS: ~1384M. load average: 1.26 1.16 0.90 1/280 540511584 when provided issue is not linked1585 behaves like command with failure1586 does not destroy issues relation1587 return correct execution message1588 add_email command1589 is part of the available commands1590 behaves like failed command1591 populates {} if content contains an unsupported command1592 returns No email participants were added. Either none were provided, or they already exist. message1593# [RSpecRunTime] RSpec elapsed time: 6 minutes 11.43 seconds. Current RSS: ~1396M. load average: 1.24 1.16 0.90 1/280 540521594 with existing email participant1595 behaves like failed command1596 populates {} if content contains an unsupported command1597 returns No email participants were added. Either none were provided, or they already exist. message1598 with new email participants1599 returns message1600 adds 2 participants1601 with mixed case email1602 returns correctly cased message1603 with invalid email1604 only adds valid emails1605 with existing email1606 only adds new emails1607 only adds new (case insensitive) emails1608 with duplicate email1609 only adds unique new emails1610 with more than 6 emails1611 only adds 6 new emails1612 when participants limit on issue is reached1613 behaves like failed command1614 populates {} if content contains an unsupported command1615 returns No email participants were added. Either none were provided, or they already exist. message1616 when only some emails can be added because of participants limit1617 only adds one new email1618 with feature flag disabled1619 does not add any participants1620 with non-persisted issue1621 is not part of the available commands1622 remove_email command1623 is not part of the available commands1624 with existing email participant1625 returns message1626 removes 1 participant1627 with mixed case email1628 returns correctly cased message1629 removes 1 participant1630# [RSpecRunTime] RSpec elapsed time: 6 minutes 17.11 seconds. Current RSS: ~1432M. load average: 1.30 1.17 0.91 1/280 540531631 with invalid email1632 only removes valid emails1633 with non-existing email address1634 returns message1635 with more than the max number of emails1636 only removes the max allowed number of emails1637 with non-persisted issue1638 is not part of the available commands1639 with feature flag disabled1640 is not part of the available commands1641 convert_to_ticket command1642 is part of the available commands1643 behaves like a failed command execution1644 fails with message1645# [RSpecRunTime] RSpec elapsed time: 6 minutes 20.43 seconds. Current RSS: ~1437M. load average: 1.30 1.17 0.91 1/280 540541646 when parameter is not an email1647 behaves like a failed command execution1648 fails with message1649 when parameter is an email1650 converts issue to Service Desk issue1651 when issue is Service Desk issue1652 is not part of the available commands1653# [RSpecRunTime] RSpec elapsed time: 6 minutes 22.4 seconds. Current RSS: ~1445M. load average: 1.27 1.17 0.91 1/280 540551654 with non-persisted issue1655 is not part of the available commands1656 severity command1657 behaves like failed command1658 populates {} if content contains an unsupported command1659 returns No severity matches the provided parameter message1660 when quick action is used on creation1661 behaves like updates the severity1662 is expected to change `issuable.severity` from "unknown" to "medium"1663 issuable does not support severity1664 behaves like failed command1665 populates {} if content contains an unsupported command1666 returns message1667 severity given with S format1668 behaves like updates the severity1669 is expected to change `issuable.severity` from "unknown" to "medium"1670 severity given with number format1671 behaves like updates the severity1672 is expected to change `issuable.severity` from "unknown" to "medium"1673 severity given with text format1674 behaves like updates the severity1675 is expected to change `issuable.severity` from "unknown" to "medium"1676 an issuable that does not support severity1677 behaves like failed command1678 populates {} if content contains an unsupported command1679 returns Could not apply severity command. message1680 approve command1681 approves the current merge request1682 when the user can't approve1683 does not approve the MR1684# [RSpecRunTime] RSpec elapsed time: 6 minutes 27.0 seconds. Current RSS: ~1412M. load average: 1.25 1.17 0.91 1/280 540561685 when MR is already merged1686 behaves like approve command unavailable1687 is not part of the available commands1688# [RSpecRunTime] RSpec elapsed time: 6 minutes 28.02 seconds. Current RSS: ~1409M. load average: 1.25 1.17 0.91 1/280 540571689 behaves like approve command unavailable1690 is not part of the available commands1691 unapprove command1692 unapproves the current merge request1693 calls MergeRequests::UpdateReviewerStateService1694 when the user can't unapprove1695 does not unapprove the MR1696# [RSpecRunTime] RSpec elapsed time: 6 minutes 30.68 seconds. Current RSS: ~1408M. load average: 1.23 1.16 0.91 1/280 540581697 when MR is already merged1698 behaves like unapprove command unavailable1699 is not part of the available commands1700# [RSpecRunTime] RSpec elapsed time: 6 minutes 31.85 seconds. Current RSS: ~1400M. load average: 1.23 1.16 0.91 1/280 540591701 behaves like unapprove command unavailable1702 is not part of the available commands1703# [RSpecRunTime] RSpec elapsed time: 6 minutes 33.13 seconds. Current RSS: ~1400M. load average: 1.23 1.16 0.91 1/280 540601704 crm_contact commands1705 add_contacts command adds the contact1706 remove_contacts command removes the contact1707 when using an alias1708 returns the correct execution message1709 behaves like quick actions that change work item type1710 type command1711 populates :issue_type: and :work_item_type1712 when new type is invalid1713 behaves like quick command error1714 returns error1715 when new type is the same as current type1716 behaves like quick command error1717 returns error1718 when user has insufficient permissions to create new type1719 behaves like quick command error1720 returns error1721 promote_to command1722 with issue1723 populates :issue_type: and :work_item_type1724 behaves like action with validation errors1725 when user has insufficient permissions to create new type1726 behaves like quick command error1727 returns error1728 when new type is not supported1729 behaves like quick command error1730 returns error1731 with task1732 populates :issue_type: and :work_item_type1733 behaves like action with validation errors1734 when user has insufficient permissions to create new type1735 behaves like quick command error1736 returns error1737 when new type is not supported1738 behaves like quick command error1739 returns error1740 /set_parent command1741 returns success message1742 sets correct update params1743 /remove_parent command1744 when a parent is not present1745 is empty1746 when a parent is present1747 returns correct explanation1748 returns success message1749 #explain1750 close command1751 includes issuable name1752 reopen command1753 includes issuable name1754 title command1755 includes new title1756 assign command1757 when using a reference1758 tells us we will assign the developer1759 when using a bare username1760 tells us we will assign the developer1761 when using me1762 tells us we will assign the developer1763 when there are unparseable arguments1764 tells us why we cannot do that1765 unassign command1766 includes current assignee reference1767 unassign_reviewer command1768 includes current assignee reference1769 assign_reviewer command1770 includes only the user reference1771 milestone command1772 is empty when milestone reference is wrong1773 remove milestone command1774 includes current milestone name1775 label command1776 is empty when there are no correct labels1777 unlabel command1778 says all labels if no parameter provided1779 relabel command1780 includes label name1781 subscribe command1782 includes issuable name1783 unsubscribe command1784 includes issuable name1785 due command1786 includes the date1787 draft command set1788 includes the new status1789 includes the no change message when status unchanged1790 ready command1791 includes the new status1792 includes the no change message when status unchanged1793 award command1794 includes the emoji1795 estimate command1796 positive estimation1797 includes the formatted duration1798 zero estimation1799 includes the formatted duration1800 negative estimation1801 does not explain1802 invalid estimation1803 does not explain1804 spend command1805 includes the formatted duration and proper verb when using /spend1806 includes the formatted duration and proper verb when using /spent1807 target branch command1808 includes the branch name1809 board move command1810 includes the label name1811 move issue to another project command1812 includes the project name1813 tag a commit1814 with a tag name1815 without a message1816 includes the tag name only1817 with an empty message1818 includes the tag name only1819 with a tag name and message1820 includes the tag name and message1821 create a merge request1822 with no branch name1823 uses the default branch name1824 returns the execution message using the default branch name1825 with a branch name1826 uses the given branch name1827 returns the execution message using the given branch name1828 #commands_executed_count1829 counts commands executed1830 crm commands1831 when group has no contacts1832 /add_contacts is not available1833 when group has contacts1834 /add_contacts is available1835 when issue has no contacts1836 /remove_contacts is not available1837 when issue has contacts1838 /remove_contacts is available1839 with keep_actions1840 keeps quick actions1841 removes the quick action1842 type command1843 has command available1844 relate and unlink commands1845 when user has permissions1846 /relate command is available1847 /unlink command is available1848 when user has insufficient permissions1849 /relate command is not available1850 /unlink command is not available1851 promote_to command1852 when work item supports promotion1853 includes the value1854 when work item does not support promotion1855 does not include the value1856 /set_parent command1857 when user can admin link1858 behaves like command is available1859 explanation contains correct message1860 contains command1861 when work item type does not support a parent1862 behaves like command is not available1863 explanation is empty1864 does not contain command1865 when user cannot admin link1866 behaves like command is not available1867 explanation is empty1868 does not contain command1869 /add_child command1870 when user can admin link1871 behaves like command is available1872 explanation contains correct message1873 contains command1874 when work item type does not support children1875 behaves like command is not available1876 explanation is empty1877 does not contain command1878 when user cannot admin link1879 behaves like command is not available1880 explanation is empty1881 does not contain command1882 /remove child command1883 when user can admin link1884 behaves like command is available1885 explanation contains correct message1886 contains command1887 when user cannot admin link1888 behaves like command is not available1889 explanation is empty1890 does not contain command1891 when work item does not support children1892 behaves like command is not available1893 explanation is empty1894 does not contain command1895 #available_commands1896 when Guest is creating a new issue1897 includes commands to set metadata1898# [RSpecRunTime] Finishing example group spec/services/quick_actions/interpret_service_spec.rb. It took 3 minutes 23.82 seconds. Expected to take 3 minutes 31.56 seconds.1899# [RSpecRunTime] Starting example group spec/lib/gitlab/import_export/project/tree_restorer_spec.rb. Expected to take 2 minutes 36.87 seconds.1900Gitlab::ImportExport::Project::TreeRestorer1901 behaves like project tree restorer work properly1902 restore project tree1903 JSON1904 restores models based on JSON1905 restore correct project features1906 has the project description1907 has the same label associated to two issues1908 has milestones associated to two separate issues1909 does not import ci config path1910 creates a valid pipeline note1911 pipeline has the correct user ID1912 restores pipelines with missing ref1913 restores pipeline for merge request1914 restores pipelines based on ascending id order1915 restores pipeline metadata1916 preserves work_item_type for all issues (legacy with issue_type and new with work_item_type)1917 preserves updated_at on issues1918 has multiple issue assignees1919 restores timelogs for issues1920 contains the merge access levels on a protected branch1921 contains the push access levels on a protected branch1922 contains the create access levels on a protected tag1923 restores issue resource label events1924 restores issue resource milestone events1925 restores issue resource state events1926 restores merge requests resource label events1927 restores merge request resource milestone events1928 restores merge request resource state events1929 restores suggestion1930 has the correct data for merge request diff files1931 has the correct data for merge request diff commits1932 assigns committer and author details to all diff commits1933 assigns the correct commit users to different diff commits1934 has the correct data for merge request latest_merge_request_diff1935 sets MWPS to false for all merge requests1936 has multiple merge request assignees1937 has multiple merge request reviewers1938 has labels associated to label links, associated to issues1939 has project labels1940 has merge request approvals1941 has no group labels1942 has issue boards1943 has lists associated with the issue board1944 has a project feature1945 has custom attributes1946 has badges1947 has snippets1948 has award emoji for a snippet1949 snippet has notes1950 snippet has award emojis on notes1951 restores `ci_cd_settings` : `group_runners_enabled` setting1952 restores `auto_devops`1953 restores zoom meetings1954 restores sentry issues1955 has award emoji for an issue1956 has award emoji for a note in an issue1957 restores container_expiration_policy1958 restores error_tracking_setting1959 restores external pull requests1960 restores pipeline schedules1961 restores commit notes1962 when importing a project with cached_markdown_version and note_html1963 for an Issue1964 does not import note_html1965# [RSpecRunTime] RSpec elapsed time: 7 minutes 21.2 seconds. Current RSS: ~1395M. load average: 1.10 1.14 0.92 1/281 542111966 for a Merge Request1967 does not import note_html1968 merge request system note metadata1969 restores title action for unmark wip1970 restores commit action and commit count for pushing 3 commits1971 event at forth level of the tree1972 restores the event1973 has the action1974 event belongs to note, belongs to merge request, belongs to a project1975 restores releases1976 with links & milestones1977 with author1978 as ghost user when imported release author is empty1979 as existing member when imported release author is matched with existing user1980 as import user when imported release author cannot be matched1981 Merge requests1982 always has the new project as a target1983 has the same source project as originally if source/target are the same1984 has the new project as target if source/target differ1985 has no source if source/target differ1986 has award emoji1987 notes1988 has award emoji1989 has diff note diff file1990 tokens are regenerated1991 has new CI trigger tokens1992 has a new CI build token1993 has restored the correct number of records1994 has the correct number of merge requests1995 does not restore triggers1996 has the correct number of pipelines and statuses1997 when restoring hierarchy of pipeline, stages and jobs1998 correctly restores association between a stage and a job1999 correctly restores association between a pipeline and a job2000 restores a Hash for CommitStatus options2001 restores external pull request for the restored pipeline2002 has no import failures2003 pipelines2004 restores pipelines2005 marks cancelable pipelines as canceled2006# [RSpecRunTime] RSpec elapsed time: 7 minutes 25.34 seconds. Current RSS: ~1409M. load average: 1.10 1.14 0.92 1/280 542122007 stages2008 restores pipeline stages2009 marks cancelable stages as canceled2010 correctly restores association between stage and a pipeline2011 builds2012 restores builds2013 marks cancelable builds as canceled2014 bridges2015 restores bridges2016 marks cancelable bridges as canceled2017 generic commit statuses2018 restores generic commit statuses2019 marks cancelable generic commit statuses as canceled2020 when expect tree structure is not present in the export path2021 fails to restore the project2022 Light JSON2023 with a simple project2024 issue system note metadata restored successfully2025 when there is an existing build with build token2026 behaves like restores project successfully2027 restores the project2028 has labels2029 has label priorities2030 has milestones2031 has issues2032 has ci pipelines2033 has external pull requests2034 does not set params that are excluded from import_export settings2035 records exact number of import failures2036# [RSpecRunTime] RSpec elapsed time: 7 minutes 45.57 seconds. Current RSS: ~1334M. load average: 1.14 1.14 0.92 1/280 542132037 multiple pipelines reference the same external pull request2038 restores external pull request for the restored pipelines2039 behaves like restores project successfully2040 restores the project2041 has labels2042 has label priorities2043 has milestones2044 has issues2045 has ci pipelines2046 has external pull requests2047 does not set params that are excluded from import_export settings2048 records exact number of import failures2049# [RSpecRunTime] RSpec elapsed time: 7 minutes 56.27 seconds. Current RSS: ~1345M. load average: 1.12 1.14 0.92 1/280 542142050 when post import action throw non-retriable exception2051 report post import error2052# [RSpecRunTime] RSpec elapsed time: 7 minutes 57.58 seconds. Current RSS: ~1344M. load average: 1.12 1.14 0.92 1/280 542152053 when post import action throw retriable exception one time2054 records the failures in the database2055 behaves like restores project successfully2056 restores the project2057 has labels2058 has label priorities2059 has milestones2060 has issues2061 has ci pipelines2062 has external pull requests2063 does not set params that are excluded from import_export settings2064 records exact number of import failures2065# [RSpecRunTime] RSpec elapsed time: 8 minutes 13.86 seconds. Current RSS: ~1336M. load average: 0.94 1.10 0.91 1/280 542162066 when the project has overridden params in import data2067 handles string versions of visibility_level2068 overwrites the params stored in the JSON2069 does not allow setting params that are excluded from import_export settings2070 overrides project feature access levels2071# [RSpecRunTime] RSpec elapsed time: 8 minutes 19.31 seconds. Current RSS: ~1338M. load average: 0.94 1.10 0.91 1/280 542172072 with a project that has a group2073 restores issue states2074 behaves like restores project successfully2075 restores the project2076 has labels2077 has label priorities2078 has milestones2079 has issues2080 has ci pipelines2081 has external pull requests2082 does not set params that are excluded from import_export settings2083 records exact number of import failures2084# [RSpecRunTime] RSpec elapsed time: 8 minutes 39.53 seconds. Current RSS: ~1334M. load average: 1.03 1.10 0.92 1/280 542182085 behaves like restores group correctly2086 has group label2087 has group milestone2088 has the correct visibility level2089# [RSpecRunTime] RSpec elapsed time: 8 minutes 45.6 seconds. Current RSS: ~1336M. load average: 1.03 1.10 0.92 1/280 542192090 with existing group models2091 imports labels2092 imports milestones2093# [RSpecRunTime] RSpec elapsed time: 8 minutes 48.6 seconds. Current RSS: ~1339M. load average: 1.03 1.10 0.92 1/280 542202094 with clashing milestones on IID2095 preserves the project milestone IID2096# [RSpecRunTime] RSpec elapsed time: 8 minutes 50.11 seconds. Current RSS: ~1341M. load average: 1.03 1.10 0.92 1/280 542212097 with external authorization classification labels2098 converts empty external classification authorization labels to nil2099 preserves valid external classification authorization labels2100# [RSpecRunTime] RSpec elapsed time: 8 minutes 52.61 seconds. Current RSS: ~1342M. load average: 1.02 1.10 0.92 1/280 542222101 Minimal JSON2102 visibility level2103 no group visibility2104 uses the project visibility2105# [RSpecRunTime] RSpec elapsed time: 8 minutes 55.08 seconds. Current RSS: ~1344M. load average: 1.02 1.10 0.92 1/280 542232106 with restricted internal visibility2107 internal project2108 uses private visibility2109# [RSpecRunTime] RSpec elapsed time: 8 minutes 56.39 seconds. Current RSS: ~1342M. load average: 1.18 1.13 0.93 1/280 542242110 with group visibility2111 private group visibility2112 uses the group visibility2113# [RSpecRunTime] RSpec elapsed time: 8 minutes 58.12 seconds. Current RSS: ~1344M. load average: 1.18 1.13 0.93 1/280 542252114 public group visibility2115 uses the project visibility2116# [RSpecRunTime] RSpec elapsed time: 8 minutes 59.8 seconds. Current RSS: ~1343M. load average: 1.18 1.13 0.93 1/280 542262117 internal group visibility2118 uses the group visibility2119 with restricted internal visibility2120 sets private visibility2121# [RSpecRunTime] RSpec elapsed time: 9 minutes 3.22 seconds. Current RSS: ~1347M. load average: 1.17 1.13 0.93 1/280 542272122 with project members2123 restores project members2124# [RSpecRunTime] RSpec elapsed time: 9 minutes 4.92 seconds. Current RSS: ~1346M. load average: 1.17 1.13 0.93 1/280 542282125 JSON with invalid records2126 when failures occur because a relation fails to be processed2127 records the failures in the database2128 behaves like restores project successfully2129 restores the project2130 has labels2131 has label priorities2132 has milestones2133 has issues2134 has ci pipelines2135 has external pull requests2136 does not set params that are excluded from import_export settings2137 records exact number of import failures2138# [RSpecRunTime] RSpec elapsed time: 9 minutes 14.17 seconds. Current RSS: ~1351M. load average: 1.14 1.12 0.94 1/280 542292139 when there are a mix of invalid milestones and issues with IIDs2140 tracks the relation IID if present2141# [RSpecRunTime] RSpec elapsed time: 9 minutes 15.71 seconds. Current RSS: ~1346M. load average: 1.13 1.12 0.94 1/280 542302142 JSON with design management data2143 restores project associations correctly2144 behaves like restores project successfully2145 restores the project2146 has labels2147 has label priorities2148 has milestones2149 has issues2150 has ci pipelines2151 has external pull requests2152 does not set params that are excluded from import_export settings2153 records exact number of import failures2154# [RSpecRunTime] RSpec elapsed time: 9 minutes 31.14 seconds. Current RSS: ~1328M. load average: 1.10 1.11 0.94 1/280 542312155 restores issue associations correctly2156 index: 0, design_filenames: ["chirrido3.jpg", "jonathan_richman.jpg", "mariavontrap.jpeg"], version_shas: ["27702d08f5ee021ae938737f84e8fe7c38599e85", "9358d1bac8ff300d3d2597adaa2572a20f7f8703", "e1a4a501bcb42f291f84e5d04c8f927821542fb6"], events: ["creation", "creation", "creation", "modification", "modification", "deletion"], author_emails: ["user_1@gitlabexample.com", "user_1@gitlabexample.com", "user_2@gitlabexample.com"]2157 is expected to contain exactly "user_1@gitlabexample.com", "user_1@gitlabexample.com", and "user_2@gitlabexample.com"2158# [RSpecRunTime] RSpec elapsed time: 9 minutes 32.79 seconds. Current RSS: ~1329M. load average: 1.10 1.11 0.94 1/280 542322159 index: 1, design_filenames: ["1 (1).jpeg", "2099743.jpg", "a screenshot (1).jpg", "chirrido3.jpg"], version_shas: ["73f871b4c8c1d65c62c460635e023179fb53abc4", "8587e78ab6bda3bc820a9f014c3be4a21ad4fcc8", "c9b5f067f3e892122a4b12b0a25a8089192f3ac8"], events: ["creation", "creation", "creation", "creation", "modification"], author_emails: ["user_1@gitlabexample.com", "user_2@gitlabexample.com", "user_2@gitlabexample.com"]2160 is expected to contain exactly "user_1@gitlabexample.com", "user_2@gitlabexample.com", and "user_2@gitlabexample.com"2161# [RSpecRunTime] RSpec elapsed time: 9 minutes 34.47 seconds. Current RSS: ~1330M. load average: 1.10 1.11 0.94 1/280 542332162 restores design version associations correctly2163 index: 0, version_shas: ["73f871b4c8c1d65c62c460635e023179fb53abc4", "c9b5f067f3e892122a4b12b0a25a8089192f3ac8"]2164 is expected to contain exactly "73f871b4c8c1d65c62c460635e023179fb53abc4" and "c9b5f067f3e892122a4b12b0a25a8089192f3ac8"2165# [RSpecRunTime] RSpec elapsed time: 9 minutes 36.07 seconds. Current RSS: ~1326M. load average: 1.09 1.11 0.94 1/280 542342166 index: 1, version_shas: ["73f871b4c8c1d65c62c460635e023179fb53abc4"]2167 is expected to contain exactly "73f871b4c8c1d65c62c460635e023179fb53abc4"2168# [RSpecRunTime] RSpec elapsed time: 9 minutes 37.67 seconds. Current RSS: ~1326M. load average: 1.09 1.11 0.94 1/280 542352169 index: 2, version_shas: ["c9b5f067f3e892122a4b12b0a25a8089192f3ac8"]2170 is expected to contain exactly "c9b5f067f3e892122a4b12b0a25a8089192f3ac8"2171# [RSpecRunTime] RSpec elapsed time: 9 minutes 39.35 seconds. Current RSS: ~1329M. load average: 1.09 1.11 0.94 1/280 542362172 index: 3, version_shas: ["27702d08f5ee021ae938737f84e8fe7c38599e85", "9358d1bac8ff300d3d2597adaa2572a20f7f8703", "e1a4a501bcb42f291f84e5d04c8f927821542fb6"]2173 is expected to contain exactly "27702d08f5ee021ae938737f84e8fe7c38599e85", "9358d1bac8ff300d3d2597adaa2572a20f7f8703", and "e1a4a501bcb42f291f84e5d04c8f927821542fb6"2174# [RSpecRunTime] RSpec elapsed time: 9 minutes 40.94 seconds. Current RSS: ~1329M. load average: 1.08 1.11 0.94 1/280 542372175 index: 4, version_shas: ["8587e78ab6bda3bc820a9f014c3be4a21ad4fcc8"]2176 is expected to contain exactly "8587e78ab6bda3bc820a9f014c3be4a21ad4fcc8"2177# [RSpecRunTime] RSpec elapsed time: 9 minutes 42.6 seconds. Current RSS: ~1330M. load average: 1.08 1.11 0.94 1/280 542382178 index: 5, version_shas: ["27702d08f5ee021ae938737f84e8fe7c38599e85", "e1a4a501bcb42f291f84e5d04c8f927821542fb6"]2179 is expected to contain exactly "27702d08f5ee021ae938737f84e8fe7c38599e85" and "e1a4a501bcb42f291f84e5d04c8f927821542fb6"2180# [RSpecRunTime] RSpec elapsed time: 9 minutes 44.31 seconds. Current RSS: ~1330M. load average: 1.08 1.11 0.94 1/280 542392181 index: 6, version_shas: ["27702d08f5ee021ae938737f84e8fe7c38599e85"]2182 is expected to contain exactly "27702d08f5ee021ae938737f84e8fe7c38599e85"2183# [RSpecRunTime] RSpec elapsed time: 9 minutes 45.91 seconds. Current RSS: ~1329M. load average: 1.08 1.11 0.94 1/280 542402184# [RSpecRunTime] Finishing example group spec/lib/gitlab/import_export/project/tree_restorer_spec.rb. It took 2 minutes 49.82 seconds. Expected to take 2 minutes 36.87 seconds.2185# [RSpecRunTime] Starting example group spec/policies/group_policy_spec.rb. Expected to take 1 minute 23.77 seconds.2186GroupPolicy2187 achievements2188 is expected to be allowed :read_achievement2189 is expected to be allowed :admin_achievement2190 is expected to be allowed :award_achievement2191 is expected to be allowed :destroy_user_achievement2192 with feature flag disabled2193 is expected to be disallowed :read_achievement2194 is expected to be disallowed :admin_achievement2195 is expected to be disallowed :award_achievement2196 is expected to be disallowed :destroy_user_achievement2197# [RSpecRunTime] RSpec elapsed time: 9 minutes 48.59 seconds. Current RSS: ~1340M. load average: 1.08 1.11 0.94 1/280 542412198 when current user is not a group member2199 is expected to be disallowed :read_achievement2200 when the group is public2201 is expected to be allowed :read_achievement2202 when current user is not an owner2203 is expected to be disallowed :destroy_user_achievement2204 public group with user who is not a member2205 is expected not to be allowed :read_namespace_via_membership2206 change_prevent_sharing_groups_outside_hierarchy2207 with owner2208 is expected to be allowed :change_prevent_sharing_groups_outside_hierarchy2209 with non-owner roles2210 role: "admin"2211 is expected to be disallowed :change_prevent_sharing_groups_outside_hierarchy2212 role: "maintainer"2213 is expected to be disallowed :change_prevent_sharing_groups_outside_hierarchy2214 role: "reporter"2215 is expected to be disallowed :change_prevent_sharing_groups_outside_hierarchy2216 role: "developer"2217 is expected to be disallowed :change_prevent_sharing_groups_outside_hierarchy2218 role: "guest"2219 is expected to be disallowed :change_prevent_sharing_groups_outside_hierarchy2220 create_jira_connect_subscription2221 admin2222 when admin mode is enabled2223 is expected to be allowed :create_jira_connect_subscription2224 when admin mode is disabled2225 is expected to be disallowed :create_jira_connect_subscription2226 with owner2227 is expected to be allowed :create_jira_connect_subscription2228 with maintainer2229 is expected to be allowed :create_jira_connect_subscription2230 with reporter2231 is expected to be disallowed :create_jira_connect_subscription2232 with guest2233 is expected to be disallowed :create_jira_connect_subscription2234 with non member2235 is expected to be disallowed :create_jira_connect_subscription2236 with anonymous2237 is expected to be disallowed :create_jira_connect_subscription2238 create_projects2239 when group has no project creation level set2240 reporter2241 is expected to be disallowed :create_projects2242 developer2243 is expected to be allowed :create_projects2244 maintainer2245 is expected to be allowed :create_projects2246 owner2247 is expected to be allowed :create_projects2248 when group has project creation level set to no one2249 reporter2250 is expected to be disallowed :create_projects2251 developer2252 is expected to be disallowed :create_projects2253 maintainer2254 is expected to be disallowed :create_projects2255 owner2256 is expected to be disallowed :create_projects2257 when group has project creation level set to maintainer only2258 reporter2259 is expected to be disallowed :create_projects2260 developer2261 is expected to be disallowed :create_projects2262 maintainer2263 is expected to be allowed :create_projects2264 owner2265 is expected to be allowed :create_projects2266 when group has project creation level set to developers + maintainer2267 reporter2268 is expected to be disallowed :create_projects2269 developer2270 is expected to be allowed :create_projects2271 maintainer2272 is expected to be allowed :create_projects2273 owner2274 is expected to be allowed :create_projects2275 with visibility levels restricted by the administrator2276 restricted_visibility_levels: [], group_visibility: public, can_create_project?: true, can_create_subgroups?: true2277 with non-admin user2278 is expected to be allowed :create_subgroup2279 is expected to be allowed :create_projects2280 with admin user2281 is expected to be allowed :create_projects2282 restricted_visibility_levels: [], group_visibility: internal, can_create_project?: true, can_create_subgroups?: true2283 with non-admin user2284 is expected to be allowed :create_subgroup2285 is expected to be allowed :create_projects2286 with admin user2287 is expected to be allowed :create_projects2288 restricted_visibility_levels: [], group_visibility: private, can_create_project?: true, can_create_subgroups?: true2289 with non-admin user2290 is expected to be allowed :create_subgroup2291 is expected to be allowed :create_projects2292 with admin user2293 is expected to be allowed :create_projects2294 restricted_visibility_levels: [public], group_visibility: public, can_create_project?: true, can_create_subgroups?: true2295 with non-admin user2296 is expected to be allowed :create_subgroup2297 is expected to be allowed :create_projects2298 with admin user2299 is expected to be allowed :create_projects2300 restricted_visibility_levels: [public], group_visibility: internal, can_create_project?: true, can_create_subgroups?: true2301 with non-admin user2302 is expected to be allowed :create_subgroup2303 is expected to be allowed :create_projects2304 with admin user2305 is expected to be allowed :create_projects2306 restricted_visibility_levels: [public], group_visibility: private, can_create_project?: true, can_create_subgroups?: true2307 with non-admin user2308 is expected to be allowed :create_subgroup2309 is expected to be allowed :create_projects2310 with admin user2311 is expected to be allowed :create_projects2312 restricted_visibility_levels: [internal], group_visibility: public, can_create_project?: true, can_create_subgroups?: true2313 with non-admin user2314 is expected to be allowed :create_subgroup2315 is expected to be allowed :create_projects2316 with admin user2317 is expected to be allowed :create_projects2318 restricted_visibility_levels: [internal], group_visibility: internal, can_create_project?: true, can_create_subgroups?: true2319 with non-admin user2320 is expected to be allowed :create_subgroup2321 is expected to be allowed :create_projects2322 with admin user2323 is expected to be allowed :create_projects2324 restricted_visibility_levels: [internal], group_visibility: private, can_create_project?: true, can_create_subgroups?: true2325 with non-admin user2326 is expected to be allowed :create_subgroup2327 is expected to be allowed :create_projects2328 with admin user2329 is expected to be allowed :create_projects2330 restricted_visibility_levels: [private], group_visibility: public, can_create_project?: true, can_create_subgroups?: true2331 with non-admin user2332 is expected to be allowed :create_subgroup2333 is expected to be allowed :create_projects2334 with admin user2335 is expected to be allowed :create_projects2336 restricted_visibility_levels: [private], group_visibility: internal, can_create_project?: true, can_create_subgroups?: true2337 with non-admin user2338 is expected to be allowed :create_subgroup2339 is expected to be allowed :create_projects2340 with admin user2341 is expected to be allowed :create_projects2342 restricted_visibility_levels: [private], group_visibility: private, can_create_project?: false, can_create_subgroups?: false2343 with non-admin user2344 is expected to be disallowed :create_subgroup2345 is expected to be disallowed :create_projects2346 with admin user2347 is expected to be allowed :create_projects2348 restricted_visibility_levels: [public, internal], group_visibility: public, can_create_project?: true, can_create_subgroups?: true2349 with non-admin user2350 is expected to be allowed :create_subgroup2351 is expected to be allowed :create_projects2352 with admin user2353 is expected to be allowed :create_projects2354 restricted_visibility_levels: [public, internal], group_visibility: internal, can_create_project?: true, can_create_subgroups?: true2355 with non-admin user2356 is expected to be allowed :create_subgroup2357 is expected to be allowed :create_projects2358 with admin user2359 is expected to be allowed :create_projects2360 restricted_visibility_levels: [public, internal], group_visibility: private, can_create_project?: true, can_create_subgroups?: true2361 with non-admin user2362 is expected to be allowed :create_subgroup2363 is expected to be allowed :create_projects2364 with admin user2365 is expected to be allowed :create_projects2366 restricted_visibility_levels: [public, private], group_visibility: public, can_create_project?: true, can_create_subgroups?: true2367 with non-admin user2368 is expected to be allowed :create_subgroup2369 is expected to be allowed :create_projects2370 with admin user2371 is expected to be allowed :create_projects2372 restricted_visibility_levels: [public, private], group_visibility: internal, can_create_project?: true, can_create_subgroups?: true2373 with non-admin user2374 is expected to be allowed :create_subgroup2375 is expected to be allowed :create_projects2376 with admin user2377 is expected to be allowed :create_projects2378 restricted_visibility_levels: [public, private], group_visibility: private, can_create_project?: false, can_create_subgroups?: false2379 with non-admin user2380 is expected to be disallowed :create_subgroup2381 is expected to be disallowed :create_projects2382 with admin user2383 is expected to be allowed :create_projects2384 restricted_visibility_levels: [private, internal], group_visibility: public, can_create_project?: true, can_create_subgroups?: true2385 with non-admin user2386 is expected to be allowed :create_subgroup2387 is expected to be allowed :create_projects2388 with admin user2389 is expected to be allowed :create_projects2390 restricted_visibility_levels: [private, internal], group_visibility: internal, can_create_project?: false, can_create_subgroups?: false2391 with non-admin user2392 is expected to be disallowed :create_subgroup2393 is expected to be disallowed :create_projects2394 with admin user2395 is expected to be allowed :create_projects2396 restricted_visibility_levels: [private, internal], group_visibility: private, can_create_project?: false, can_create_subgroups?: false2397 with non-admin user2398 is expected to be disallowed :create_subgroup2399 is expected to be disallowed :create_projects2400 with admin user2401 is expected to be allowed :create_projects2402 restricted_visibility_levels: [public, internal, private], group_visibility: public, can_create_project?: false, can_create_subgroups?: false2403 with non-admin user2404 is expected to be disallowed :create_subgroup2405 is expected to be disallowed :create_projects2406 with admin user2407 is expected to be allowed :create_projects2408 restricted_visibility_levels: [public, internal, private], group_visibility: internal, can_create_project?: false, can_create_subgroups?: false2409 with non-admin user2410 is expected to be disallowed :create_subgroup2411 is expected to be disallowed :create_projects2412 with admin user2413 is expected to be allowed :create_projects2414 restricted_visibility_levels: [public, internal, private], group_visibility: private, can_create_project?: false, can_create_subgroups?: false2415 with non-admin user2416 is expected to be disallowed :create_subgroup2417 is expected to be disallowed :create_projects2418 with admin user2419 is expected to be allowed :create_projects2420 create_subgroup2421 when group has subgroup creation level set to owner2422 reporter2423 is expected to be disallowed :create_subgroup2424 developer2425 is expected to be disallowed :create_subgroup2426 maintainer2427 is expected to be disallowed :create_subgroup2428 owner2429 is expected to be allowed :create_subgroup2430 when group has subgroup creation level set to maintainer2431 reporter2432 is expected to be disallowed :create_subgroup2433 developer2434 is expected to be disallowed :create_subgroup2435 maintainer2436 is expected to be allowed :create_subgroup2437 owner2438 is expected to be allowed :create_subgroup2439 read_usage_quotas policy2440 reading usage quotas2441 role: :owner, admin_mode: nil, allowed: true2442 is expected to be allowed :read_usage_quotas2443 role: :admin, admin_mode: true, allowed: true2444 is expected to be allowed :read_usage_quotas2445 role: :admin, admin_mode: false, allowed: false2446 is expected to be disallowed :read_usage_quotas2447 role: :maintainer, admin_mode: nil, allowed: false2448 is expected to be disallowed :read_usage_quotas2449 role: :developer, admin_mode: nil, allowed: false2450 is expected to be disallowed :read_usage_quotas2451 role: :reporter, admin_mode: nil, allowed: false2452 is expected to be disallowed :read_usage_quotas2453 role: :guest, admin_mode: nil, allowed: false2454 is expected to be disallowed :read_usage_quotas2455 read_package2456 admin2457 when admin mode is enabled2458 is expected to be allowed :read_package2459 when admin mode is disabled2460 is expected to be disallowed :read_package2461 with owner2462 is expected to be allowed :read_package2463 with maintainer2464 is expected to be allowed :read_package2465 with reporter2466 is expected to be allowed :read_package2467 with guest2468 is expected to be disallowed :read_package2469 with non member2470 is expected to be disallowed :read_package2471 with anonymous2472 is expected to be disallowed :read_package2473 guests2474 is expected not to be allowed :view_edit_page2475 behaves like deploy token does not get confused with user2476 is expected not to be allowed :view_edit_page2477 behaves like checks timelog categories permissions2478 with no user2479 is expected to be disallowed :read_timelog_category2480 with a regular user2481 is expected to be disallowed :read_timelog_category2482 with a reporter user2483 when timelog_categories is enabled2484 is expected to be allowed :read_timelog_category2485 when timelog_categories is disabled2486 is expected to be disallowed :read_timelog_category2487 behaves like clusterable policies2488 #add_cluster?2489 with a reporter2490 is expected not to be allowed :read_cluster2491 is expected not to be allowed :add_cluster2492 is expected not to be allowed :create_cluster2493 is expected not to be allowed :update_cluster2494 is expected not to be allowed :admin_cluster2495# [RSpecRunTime] RSpec elapsed time: 10 minutes 18.77 seconds. Current RSS: ~1413M. load average: 1.11 1.11 0.95 1/281 542902496 with a developer2497 is expected to be allowed :read_cluster2498 is expected not to be allowed :add_cluster2499 is expected not to be allowed :create_cluster2500 is expected not to be allowed :update_cluster2501 is expected not to be allowed :admin_cluster2502# [RSpecRunTime] RSpec elapsed time: 10 minutes 21.17 seconds. Current RSS: ~1410M. load average: 1.10 1.11 0.95 1/281 542912503 with a maintainer2504 with no clusters2505 is expected to be allowed :read_cluster2506 is expected to be allowed :add_cluster2507 is expected to be allowed :create_cluster2508 is expected to be allowed :update_cluster2509 is expected to be allowed :admin_cluster2510# [RSpecRunTime] RSpec elapsed time: 10 minutes 23.7 seconds. Current RSS: ~1394M. load average: 1.10 1.11 0.95 1/281 542922511 behaves like Self-managed Core resource access tokens2512 with owner access2513 create resource access tokens2514 is expected to be allowed :create_resource_access_tokens2515 when resource access token creation is not allowed2516 is expected not to be allowed :create_resource_access_tokens2517 when parent group has project access token creation disabled2518 is expected not to be allowed :create_resource_access_tokens2519 with a personal namespace project2520 is expected to be allowed :create_resource_access_tokens2521 read resource access tokens2522 is expected to be allowed :read_resource_access_tokens2523 destroy resource access tokens2524 is expected to be allowed :destroy_resource_access_tokens2525 with developer access2526 create resource access tokens2527 is expected not to be allowed :create_resource_access_tokens2528 read resource access tokens2529 is expected not to be allowed :read_resource_access_tokens2530 destroy resource access tokens2531 is expected not to be allowed :destroy_resource_access_tokens2532 import_projects2533 when group has no project creation level set2534 reporter2535 is expected to be disallowed :import_projects2536 developer2537 is expected to be disallowed :import_projects2538 maintainer2539 is expected to be allowed :import_projects2540 owner2541 is expected to be allowed :import_projects2542 when group has project creation level set to no one2543 reporter2544 is expected to be disallowed :import_projects2545 developer2546 is expected to be disallowed :import_projects2547 maintainer2548 is expected to be disallowed :import_projects2549 owner2550 is expected to be disallowed :import_projects2551 when group has project creation level set to maintainer only2552 reporter2553 is expected to be disallowed :import_projects2554 developer2555 is expected to be disallowed :import_projects2556 maintainer2557 is expected to be allowed :import_projects2558 owner2559 is expected to be allowed :import_projects2560 when group has project creation level set to developers + maintainer2561 reporter2562 is expected to be disallowed :import_projects2563 developer2564 is expected to be disallowed :import_projects2565 maintainer2566 is expected to be allowed :import_projects2567 owner2568 is expected to be allowed :import_projects2569 private nested group use the highest access level from the group and inherited permissions2570 with no user2571 is expected not to be allowed :view_edit_page2572 guests2573 is expected not to be allowed :view_edit_page2574 reporter2575 is expected not to be allowed :view_edit_page2576 developer2577 is expected not to be allowed :view_edit_page2578 maintainer2579 is expected to be allowed :read_cluster2580 allows every maintainer permission plus creating subgroups2581 owner2582 is expected to be allowed :view_edit_page2583 maintainer2584 with subgroup_creation level set to maintainer2585 allows permissions from lower roles2586 allows every maintainer permission plus creating subgroups2587 with subgroup_creation_level set to owner2588 allows every maintainer permission2589 behaves like deploy token does not get confused with user2590 is expected not to be allowed :view_edit_page2591 admin_package ability2592 with maintainer2593 is expected to be disallowed :admin_package2594 with owner2595 is expected to be allowed :admin_package2596 transfer_projects2597 reporter2598 behaves like not allowed to transfer projects2599 is expected to be disallowed :transfer_projects2600 behaves like not allowed to transfer projects2601 is expected to be disallowed :transfer_projects2602 behaves like not allowed to transfer projects2603 is expected to be disallowed :transfer_projects2604 developer2605 behaves like not allowed to transfer projects2606 is expected to be disallowed :transfer_projects2607 behaves like not allowed to transfer projects2608 is expected to be disallowed :transfer_projects2609 behaves like not allowed to transfer projects2610 is expected to be disallowed :transfer_projects2611 maintainer2612 behaves like not allowed to transfer projects2613 is expected to be disallowed :transfer_projects2614 behaves like allowed to transfer projects2615 is expected to be allowed :transfer_projects2616 behaves like allowed to transfer projects2617 is expected to be allowed :transfer_projects2618 owner2619 behaves like not allowed to transfer projects2620 is expected to be disallowed :transfer_projects2621 behaves like allowed to transfer projects2622 is expected to be allowed :transfer_projects2623 behaves like allowed to transfer projects2624 is expected to be allowed :transfer_projects2625 update_runners_registration_token2626 admin2627 when admin mode is enabled2628 is expected to be allowed :update_runners_registration_token2629 with registration tokens disabled2630 is expected to be disallowed :update_runners_registration_token2631 when admin mode is disabled2632 is expected to be disallowed :update_runners_registration_token2633 with owner2634 is expected to be allowed :update_runners_registration_token2635 with registration tokens disabled2636 is expected to be disallowed :update_runners_registration_token2637 with maintainer2638 is expected to be disallowed :update_runners_registration_token2639 with reporter2640 is expected to be disallowed :update_runners_registration_token2641 with guest2642 is expected to be disallowed :update_runners_registration_token2643 with non member2644 is expected to be disallowed :update_runners_registration_token2645 with anonymous2646 is expected to be disallowed :update_runners_registration_token2647 change_share_with_group_lock2648 when the current_user owns the group2649 when the group share_with_group_lock is enabled2650 when the parent group share_with_group_lock is enabled2651 when the group has a grandparent2652 when the grandparent share_with_group_lock is enabled2653 when the current_user owns the parent2654 when the current_user owns the grandparent2655 is expected to be allowed :change_share_with_group_lock2656 when the current_user does not own the grandparent2657 is expected not to be allowed :change_share_with_group_lock2658 when the current_user does not own the parent2659 is expected not to be allowed :change_share_with_group_lock2660 when the grandparent share_with_group_lock is disabled2661 when the current_user owns the parent2662 is expected to be allowed :change_share_with_group_lock2663 when the current_user does not own the parent2664 is expected not to be allowed :change_share_with_group_lock2665 when the group does not have a grandparent2666 when the current_user owns the parent2667 is expected to be allowed :change_share_with_group_lock2668 when the current_user does not own the parent2669 is expected not to be allowed :change_share_with_group_lock2670 when the parent group share_with_group_lock is disabled2671 is expected to be allowed :change_share_with_group_lock2672 when the group share_with_group_lock is disabled2673 is expected to be allowed :change_share_with_group_lock2674 when the current_user does not own the group2675 is expected not to be allowed :change_share_with_group_lock2676 migration bot2677 aggregate_failures2678 behaves like deploy token does not get confused with user2679 is expected not to be allowed :view_edit_page2680 with no user2681 aggregate_failures2682 project bots2683 project_bot_access2684 when regular user and part of the group2685 is expected not to be allowed :project_bot_access2686 when project bot and not part of the project2687 is expected not to be allowed :project_bot_access2688 when project bot and part of the project2689 is expected to be allowed :project_bot_access2690 with resource access tokens2691 is expected not to be allowed :create_resource_access_tokens2692 owner2693 is expected to be allowed :view_edit_page2694 behaves like deploy token does not get confused with user2695 is expected not to be allowed :view_edit_page2696 read_group_all_available_runners2697 admin2698 when admin mode is enabled2699 is expected to be allowed :read_group_all_available_runners2700 when admin mode is disabled2701 is expected to be disallowed :read_group_all_available_runners2702 with owner2703 is expected to be allowed :read_group_all_available_runners2704 with maintainer2705 is expected to be allowed :read_group_all_available_runners2706 with developer2707 is expected to be allowed :read_group_all_available_runners2708 with reporter2709 is expected to be disallowed :read_group_all_available_runners2710 with guest2711 is expected to be disallowed :read_group_all_available_runners2712 with non member2713 is expected to be disallowed :read_group_all_available_runners2714 with anonymous2715 is expected to be disallowed :read_group_all_available_runners2716 support bot2717 is expected not to be allowed :read_label2718 when group hierarchy has a project with service desk enabled2719 is expected to be allowed :read_label2720 is expected to be allowed :read_label2721# [RSpecRunTime] RSpec elapsed time: 10 minutes 48.39 seconds. Current RSS: ~1415M. load average: 1.07 1.10 0.95 1/281 542932722 dependency proxy2723 feature disabled2724 behaves like disallows all dependency proxy access2725 is expected to be disallowed :read_dependency_proxy2726 is expected to be disallowed :admin_dependency_proxy2727 feature enabled2728 human user2729 reporter2730 behaves like allows dependency proxy read access but not admin2731 is expected to be allowed :read_dependency_proxy2732 is expected to be disallowed :admin_dependency_proxy2733 developer2734 behaves like allows dependency proxy read access but not admin2735 is expected to be allowed :read_dependency_proxy2736 is expected to be disallowed :admin_dependency_proxy2737 maintainer2738 behaves like allows dependency proxy read access but not admin2739 is expected to be allowed :read_dependency_proxy2740 is expected to be disallowed :admin_dependency_proxy2741 owner2742 is expected to be allowed :read_dependency_proxy2743 is expected to be allowed :admin_dependency_proxy2744 deploy token user2745 with insufficient scopes2746 behaves like disallows all dependency proxy access2747 is expected to be disallowed :read_dependency_proxy2748 is expected to be disallowed :admin_dependency_proxy2749 with sufficient scopes2750 behaves like allows dependency proxy read access but not admin2751 is expected to be allowed :read_dependency_proxy2752 is expected to be disallowed :admin_dependency_proxy2753 group access token user2754 not a member of the group2755 behaves like disallows all dependency proxy access2756 is expected to be disallowed :read_dependency_proxy2757 is expected to be disallowed :admin_dependency_proxy2758 a member of the group2759 behaves like allows dependency proxy read access but not admin2760 is expected to be allowed :read_dependency_proxy2761 is expected to be disallowed :admin_dependency_proxy2762 all other user types2763 with user_type 12764 when the user has sufficient access2765 behaves like allows dependency proxy read access but not admin2766 is expected to be allowed :read_dependency_proxy2767 is expected to be disallowed :admin_dependency_proxy2768 when the user does not have sufficient access2769 behaves like disallows all dependency proxy access2770 is expected to be disallowed :read_dependency_proxy2771 is expected to be disallowed :admin_dependency_proxy2772# [RSpecRunTime] RSpec elapsed time: 10 minutes 53.59 seconds. Current RSS: ~1426M. load average: 1.06 1.10 0.95 1/281 542942773 with user_type 22774 when the user has sufficient access2775 behaves like allows dependency proxy read access but not admin2776 is expected to be allowed :read_dependency_proxy2777 is expected to be disallowed :admin_dependency_proxy2778 when the user does not have sufficient access2779 behaves like disallows all dependency proxy access2780 is expected to be disallowed :read_dependency_proxy2781 is expected to be disallowed :admin_dependency_proxy2782 with user_type 32783 when the user has sufficient access2784 behaves like allows dependency proxy read access but not admin2785 is expected to be allowed :read_dependency_proxy2786 is expected to be disallowed :admin_dependency_proxy2787 when the user does not have sufficient access2788 behaves like disallows all dependency proxy access2789 is expected to be disallowed :read_dependency_proxy2790 is expected to be disallowed :admin_dependency_proxy2791 with user_type 42792 when the user has sufficient access2793 behaves like allows dependency proxy read access but not admin2794 is expected to be allowed :read_dependency_proxy2795 is expected to be disallowed :admin_dependency_proxy2796 when the user does not have sufficient access2797 behaves like disallows all dependency proxy access2798 is expected to be disallowed :read_dependency_proxy2799 is expected to be disallowed :admin_dependency_proxy2800 with user_type 52801 when the user has sufficient access2802 behaves like allows dependency proxy read access but not admin2803 is expected to be allowed :read_dependency_proxy2804 is expected to be disallowed :admin_dependency_proxy2805 when the user does not have sufficient access2806 behaves like disallows all dependency proxy access2807 is expected to be disallowed :read_dependency_proxy2808 is expected to be disallowed :admin_dependency_proxy2809 with user_type 72810 when the user has sufficient access2811 behaves like allows dependency proxy read access but not admin2812 is expected to be allowed :read_dependency_proxy2813 is expected to be disallowed :admin_dependency_proxy2814 when the user does not have sufficient access2815 behaves like disallows all dependency proxy access2816 is expected to be disallowed :read_dependency_proxy2817 is expected to be disallowed :admin_dependency_proxy2818 with user_type 82819 when the user has sufficient access2820 behaves like allows dependency proxy read access but not admin2821 is expected to be allowed :read_dependency_proxy2822 is expected to be disallowed :admin_dependency_proxy2823 when the user does not have sufficient access2824 behaves like disallows all dependency proxy access2825 is expected to be disallowed :read_dependency_proxy2826 is expected to be disallowed :admin_dependency_proxy2827 with user_type 92828 when the user has sufficient access2829 behaves like allows dependency proxy read access but not admin2830 is expected to be allowed :read_dependency_proxy2831 is expected to be disallowed :admin_dependency_proxy2832 when the user does not have sufficient access2833 behaves like disallows all dependency proxy access2834 is expected to be disallowed :read_dependency_proxy2835 is expected to be disallowed :admin_dependency_proxy2836 with user_type 102837 when the user has sufficient access2838 behaves like allows dependency proxy read access but not admin2839 is expected to be allowed :read_dependency_proxy2840 is expected to be disallowed :admin_dependency_proxy2841 when the user does not have sufficient access2842 behaves like disallows all dependency proxy access2843 is expected to be disallowed :read_dependency_proxy2844 is expected to be disallowed :admin_dependency_proxy2845 with user_type 112846 when the user has sufficient access2847 behaves like allows dependency proxy read access but not admin2848 is expected to be allowed :read_dependency_proxy2849 is expected to be disallowed :admin_dependency_proxy2850 when the user does not have sufficient access2851 behaves like disallows all dependency proxy access2852 is expected to be disallowed :read_dependency_proxy2853 is expected to be disallowed :admin_dependency_proxy2854 with user_type 122855 when the user has sufficient access2856 behaves like allows dependency proxy read access but not admin2857 is expected to be allowed :read_dependency_proxy2858 is expected to be disallowed :admin_dependency_proxy2859 when the user does not have sufficient access2860 behaves like disallows all dependency proxy access2861 is expected to be disallowed :read_dependency_proxy2862 is expected to be disallowed :admin_dependency_proxy2863 with user_type 132864 when the user has sufficient access2865 behaves like allows dependency proxy read access but not admin2866 is expected to be allowed :read_dependency_proxy2867 is expected to be disallowed :admin_dependency_proxy2868 when the user does not have sufficient access2869 behaves like disallows all dependency proxy access2870 is expected to be disallowed :read_dependency_proxy2871 is expected to be disallowed :admin_dependency_proxy2872 with user_type 142873 when the user has sufficient access2874 behaves like allows dependency proxy read access but not admin2875 is expected to be allowed :read_dependency_proxy2876 is expected to be disallowed :admin_dependency_proxy2877 when the user does not have sufficient access2878 behaves like disallows all dependency proxy access2879 is expected to be disallowed :read_dependency_proxy2880 is expected to be disallowed :admin_dependency_proxy2881 with user_type 152882 when the user has sufficient access2883 behaves like allows dependency proxy read access but not admin2884 is expected to be allowed :read_dependency_proxy2885 is expected to be disallowed :admin_dependency_proxy2886 when the user does not have sufficient access2887 behaves like disallows all dependency proxy access2888 is expected to be disallowed :read_dependency_proxy2889 is expected to be disallowed :admin_dependency_proxy2890 admin2891 is expected not to be allowed :view_edit_page2892 with admin mode2893 is expected to be allowed :read_internal_note2894 behaves like deploy token does not get confused with user2895 is expected not to be allowed :view_edit_page2896 with admin mode2897 is expected not to be allowed :read_internal_note2898 package registry2899 deploy token user2900 with read_package_registry scope2901 is expected to be allowed :read_package2902 is expected to be allowed :read_group2903 is expected to be disallowed :create_package2904 with write_package_registry scope2905 is expected to be allowed :create_package2906 is expected to be allowed :read_package2907 is expected to be allowed :read_group2908 is expected to be disallowed :destroy_package2909 public group with no user2910 is expected not to be allowed :read_namespace_via_membership2911 private group that has been invited to a public project and with no user2912 is expected not to be allowed :view_edit_page2913 when crm_enabled is false2914 is expected to be disallowed :read_crm_contact2915 is expected to be disallowed :read_crm_organization2916 is expected to be disallowed :admin_crm_contact2917 is expected to be disallowed :admin_crm_organization2918 private group that has been invited to a public project and with a foreign user2919 is expected not to be allowed :view_edit_page2920 organization owner2921 is expected to be allowed :read_internal_note2922 create_runner2923 admin2924 when admin mode is enabled2925 is expected to be allowed :create_runner2926 with specific group runner registration disabled2927 is expected to be allowed :create_runner2928 with group runner registration disabled2929 with specific group runner registration enabled2930 is expected to be allowed :create_runner2931 with specific group runner registration disabled2932 is expected to be allowed :create_runner2933 when admin mode is disabled2934 is expected to be disallowed :create_runner2935 with owner2936 is expected to be allowed :create_runner2937 behaves like disallowed when group runner registration disabled2938 with group runner registration disabled2939 with specific group runner registration enabled2940 is expected to be disallowed :create_runner2941 with specific group runner registration disabled2942 is expected to be disallowed :create_runner2943 with maintainer2944 is expected to be disallowed :create_runner2945 with reporter2946 is expected to be disallowed :create_runner2947 with guest2948 is expected to be disallowed :create_runner2949 with developer2950 is expected to be disallowed :create_runner2951 with anonymous2952 is expected to be disallowed :create_runner2953 developer2954 is expected not to be allowed :view_edit_page2955 behaves like deploy token does not get confused with user2956 is expected not to be allowed :view_edit_page2957 design activity2958 when design management is not available2959 is expected not to be allowed :read_design_activity2960 even when there are projects in the group2961 is expected not to be allowed :read_design_activity2962# [RSpecRunTime] RSpec elapsed time: 11 minutes 11.47 seconds. Current RSS: ~1442M. load average: 1.12 1.11 0.96 1/281 542952963 when design management is available globally2964 the group has no projects2965 is expected not to be allowed :read_design_activity2966 the group has a project2967 is expected to be allowed :read_design_activity2968 which does not have design management enabled2969 is expected not to be allowed :read_design_activity2970 but another project does2971 is expected to be allowed :read_design_activity2972# [RSpecRunTime] RSpec elapsed time: 11 minutes 14.18 seconds. Current RSS: ~1417M. load average: 1.12 1.11 0.96 1/281 542962973 register_group_runners2974 admin2975 when admin mode is enabled2976 is expected to be allowed :register_group_runners2977 with registration tokens disabled2978 is expected to be disallowed :register_group_runners2979 with specific group runner registration disabled2980 is expected to be allowed :register_group_runners2981 with group runner registration disabled2982 is expected to be allowed :register_group_runners2983 with registration tokens disabled2984 is expected to be disallowed :register_group_runners2985 with specific group runner registration disabled2986 is expected to be allowed :register_group_runners2987 with specific group runner registration token disallowed2988 is expected to be disallowed :register_group_runners2989 when admin mode is disabled2990 is expected to be disallowed :register_group_runners2991 with owner2992 is expected to be allowed :register_group_runners2993 with registration tokens disabled2994 is expected to be disallowed :register_group_runners2995 with group runner registration disabled2996 is expected to be disallowed :register_group_runners2997 with specific group runner registration disabled2998 is expected to be disallowed :register_group_runners2999 with specific group runner registration token disallowed3000 is expected to be disallowed :register_group_runners3001 with maintainer3002 is expected to be disallowed :register_group_runners3003 with reporter3004 is expected to be disallowed :register_group_runners3005 with guest3006 is expected to be disallowed :register_group_runners3007 with non member3008 is expected to be disallowed :register_group_runners3009 with anonymous3010 is expected to be disallowed :register_group_runners3011 reporter3012 is expected not to be allowed :view_edit_page3013 behaves like deploy token does not get confused with user3014 is expected not to be allowed :view_edit_page3015 has projects3016 is expected to be allowed :read_issue_board3017 in subgroups3018 is expected to be allowed :read_issue_board3019# [RSpecRunTime] RSpec elapsed time: 11 minutes 19.29 seconds. Current RSS: ~1419M. load average: 1.11 1.11 0.96 1/281 542973020 update_max_artifacts_size3021 when no user3022 is expected not to be allowed :update_max_artifacts_size3023 admin3024 when admin mode is enabled3025 is expected to be allowed :update_max_artifacts_size3026 when admin mode is enabled3027 is expected not to be allowed :update_max_artifacts_size3028 guest3029 is expected not to be allowed :update_max_artifacts_size3030 reporter3031 is expected not to be allowed :update_max_artifacts_size3032 developer3033 is expected not to be allowed :update_max_artifacts_size3034 maintainer3035 is expected not to be allowed :update_max_artifacts_size3036 owner3037 is expected not to be allowed :update_max_artifacts_size3038# [RSpecRunTime] Finishing example group spec/policies/group_policy_spec.rb. It took 1 minute 35.31 seconds. Expected to take 1 minute 23.77 seconds.3039# [RSpecRunTime] Starting example group spec/services/issues/create_service_spec.rb. Expected to take 1 minute 9.48 seconds.3040Issues::CreateService3041 behaves like rate limited service3042 .rate_limiter_scoped_and_keyed3043 is set via the rate_limit call3044 #rate_limiter_bypassed3045 is nil by default3046 #execute3047 when rate limiting is in effect3048 when too many requests are sent by one user3049 raises an error3050 creates 1 issue3051# [RSpecRunTime] RSpec elapsed time: 11 minutes 23.79 seconds. Current RSS: ~1414M. load average: 1.10 1.10 0.96 1/281 542983052 when limit is higher than count of issues being created3053 creates 2 issues3054 #execute3055 when params are invalid3056 returns an error service response3057 when params are valid3058 raises an error if work item types have not been created yet3059 creates the issue with the given params3060 calls NewIssueWorker with correct arguments3061 calls GroupMentionWorker3062 refreshes the number of open issues3063 moves the issue to the end, in an asynchronous worker3064 schedules a namespace onboarding create action worker3065 when an unauthorized project_id is provided3066 ignores the project_id param and creates issue in the given project3067# [RSpecRunTime] RSpec elapsed time: 11 minutes 32.61 seconds. Current RSS: ~1392M. load average: 1.08 1.10 0.96 1/281 542993068 authorization3069 when the user is authorized3070 allows the user to create an issue3071# [RSpecRunTime] RSpec elapsed time: 11 minutes 33.66 seconds. Current RSS: ~1387M. load average: 1.08 1.10 0.96 1/281 543003072 when the user is not authorized3073 does not allow the user to create an issue3074 when rely_on_work_item_type_seeder feature flag is disabled3075 works if base work item types were not created yet3076# [RSpecRunTime] RSpec elapsed time: 11 minutes 35.01 seconds. Current RSS: ~1389M. load average: 1.08 1.10 0.96 1/281 543013077 with milestone3078 deletes milestone issues count cache3079 when the work item type is not allowed to create3080 ignores the type and creates default issue3081 when a build_service is provided3082 uses the provided service to build the issue3083 when issue template is provided3084 when description is blank3085 sets template contents as description when description is blank3086# [RSpecRunTime] RSpec elapsed time: 11 minutes 39.27 seconds. Current RSS: ~1391M. load average: 1.08 1.10 0.96 1/286 543393087 when description is not blank3088 does not apply template when description is not blank3089 when skip_system_notes is true3090 does not call Issuable::CommonSystemNotesService3091 when setting a position3092 sets the correct relative position3093# [RSpecRunTime] RSpec elapsed time: 11 minutes 42.04 seconds. Current RSS: ~1394M. load average: 1.07 1.10 0.96 1/286 543403094 behaves like not an incident issue3095 has not incident as issue type3096 when issue is incident type3097 as reporter3098 calls IncidentManagement::Incidents::CreateEscalationStatusService3099 calls IncidentManagement::TimelineEvents::CreateService.create_incident3100 calls NewIssueWorker with correct arguments3101 behaves like incident issue3102 has incident as issue type3103# [RSpecRunTime] RSpec elapsed time: 11 minutes 47.51 seconds. Current RSS: ~1385M. load average: 1.06 1.10 0.96 1/286 543413104 when invalid3105 does not apply an incident label prematurely3106 as guest3107 behaves like not an incident issue3108 has not incident as issue type3109# [RSpecRunTime] RSpec elapsed time: 11 minutes 49.06 seconds. Current RSS: ~1391M. load average: 1.06 1.10 0.96 2/286 543423110 when current user cannot set issue metadata in the project3111 filters out params that cannot be set without the :set_issue_metadata permission3112 can create confidential issues3113# [RSpecRunTime] RSpec elapsed time: 11 minutes 50.53 seconds. Current RSS: ~1396M. load average: 1.06 1.10 0.96 1/281 543433114 when label belongs to project group3115 assigns group labels3116# [RSpecRunTime] RSpec elapsed time: 11 minutes 51.62 seconds. Current RSS: ~1390M. load average: 1.06 1.09 0.96 1/281 543443117 when label belongs to different project3118 does not assign label3119# [RSpecRunTime] RSpec elapsed time: 11 minutes 52.88 seconds. Current RSS: ~1391M. load average: 1.06 1.09 0.96 1/281 543453120 when labels is nil3121 does not assign label3122 when labels is nil and label_ids is present3123 assigns group labels3124 when milestone belongs to different project3125 does not assign milestone3126# [RSpecRunTime] RSpec elapsed time: 11 minutes 55.27 seconds. Current RSS: ~1393M. load average: 1.06 1.09 0.96 1/281 543463127 when assignee is set3128 invalidates open issues counter for assignees when issue is assigned3129 records the assignee assignment event3130# [RSpecRunTime] RSpec elapsed time: 11 minutes 56.93 seconds. Current RSS: ~1397M. load average: 1.05 1.09 0.96 1/281 543473131 when duplicate label titles are given3132 assigns the label once3133 when sentry identifier is given3134 does not assign the sentry error3135 user is reporter or above3136 assigns the sentry error3137# [RSpecRunTime] RSpec elapsed time: 11 minutes 59.88 seconds. Current RSS: ~1394M. load average: 1.05 1.09 0.96 1/281 543483138 executing hooks3139 executes issue hooks3140 when issue is confidential3141 executes confidential issue hooks3142# [RSpecRunTime] RSpec elapsed time: 12 minutes 1.16 seconds. Current RSS: ~1393M. load average: 1.13 1.11 0.97 1/282 543493143 after_save callback to store_mentions3144 when mentionable attributes change3145 saves mentions3146 when save fails3147 does not call store_mentions3148 issue create service3149 assignees3150 removes assignee when user id is invalid3151 removes assignee when user id is 03152 saves assignee when user id is valid3153 when issuable feature is private3154 removes not authorized assignee when project is Internal3155 removes not authorized assignee when project is Public3156# [RSpecRunTime] RSpec elapsed time: 12 minutes 5.9 seconds. Current RSS: ~1400M. load average: 1.20 1.12 0.97 1/282 543503157 behaves like issuable record that supports quick actions3158 with labels in command only3159 attaches labels to issuable3160# [RSpecRunTime] RSpec elapsed time: 12 minutes 7.72 seconds. Current RSS: ~1404M. load average: 1.20 1.12 0.97 1/284 543683161 with labels in params and command3162 attaches all labels to issuable3163 with assignee and milestone in command only3164 assigns and sets milestone to issuable3165# [RSpecRunTime] RSpec elapsed time: 12 minutes 9.54 seconds. Current RSS: ~1401M. load average: 1.20 1.12 0.97 1/284 543693166 Quick actions3167 with assignee, milestone, and contact in params and command3168 assigns, sets milestone, and sets contact to issuable from command3169# [RSpecRunTime] RSpec elapsed time: 12 minutes 11.26 seconds. Current RSS: ~1395M. load average: 1.18 1.12 0.97 1/283 543703170 with external_author3171 when CRM contact exists with matching e-mail3172 with permission3173 assigns contact to issue3174 without permission3175 does not assign contact to issue3176 when no CRM contact exists with matching e-mail3177 does not assign contact to issue3178 with alert bot author3179 can apply labels3180 when using promote_to_incident3181 creates an issue with the correct issue type3182 resolving discussions3183 for a single discussion3184 resolves the discussion3185 added a system note to the discussion3186 sets default title and description values if not provided3187 takes params from the request over the default values3188# [RSpecRunTime] RSpec elapsed time: 12 minutes 20.29 seconds. Current RSS: ~1400M. load average: 1.17 1.12 0.98 1/286 544773189 for a merge request3190 resolves the discussion3191 added a system note to the discussion3192 sets default title and description values if not provided3193 takes params from the request over the default values3194# [RSpecRunTime] RSpec elapsed time: 12 minutes 23.89 seconds. Current RSS: ~1404M. load average: 1.16 1.11 0.98 1/286 545183195 add related issue3196 ignores related issue if not accessible3197 when user has access to the related issue3198 adds a link to the issue3199# [RSpecRunTime] RSpec elapsed time: 12 minutes 26.08 seconds. Current RSS: ~1395M. load average: 1.14 1.11 0.98 1/286 545193200 checking spam3201 checks for spam3202 when `perform_spam_check` is set to `false`3203 does not execute the SpamActionService3204# [RSpecRunTime] RSpec elapsed time: 12 minutes 27.42 seconds. Current RSS: ~1399M. load average: 1.14 1.11 0.98 1/286 545203205# [RSpecRunTime] Finishing example group spec/services/issues/create_service_spec.rb. It took 1 minute 6.21 seconds. Expected to take 1 minute 9.48 seconds.3206# [RSpecRunTime] Starting example group spec/finders/issues_finder_spec.rb. Expected to take 1 minute 1.62 seconds.3207IssuesFinder3208 behaves like issues or work items finder3209 #execute3210 scope: all3211 returns all items3212 finds items user can access due to group3213 user does not have read permissions3214 when filtering by project id3215 returns no items3216# [RSpecRunTime] RSpec elapsed time: 12 minutes 32.2 seconds. Current RSS: ~1378M. load average: 1.13 1.11 0.98 2/286 545213217 when filtering by group id3218 returns no items3219 assignee filtering3220 behaves like assignee ID filter3221 returns issuables assigned to that user3222 behaves like assignee NOT ID filter3223 returns issuables not assigned to that user3224 behaves like assignee OR filter3225 returns issuables assigned to the given users3226 when assignee_id does not exist3227 behaves like assignee NOT ID filter3228 returns issuables not assigned to that user3229 filter by username3230 behaves like assignee username filter3231 returns issuables assigned to those users3232 behaves like assignee NOT username filter3233 returns issuables not assigned to those users3234 behaves like assignee OR filter3235 returns issuables assigned to the given users3236 when assignee_username does not exist3237 behaves like assignee NOT username filter3238 returns issuables not assigned to those users3239 behaves like no assignee filter3240 returns issuables not assigned to any assignee3241 returns issuables not assigned to any assignee3242 returns issuables not assigned to any assignee3243 behaves like any assignee filter3245 returns issuables assigned to any assignee3246 returns issuables assigned to any assignee3247 returns issuables assigned to any assignee3248 filtering by release3249 when filter by none3250 returns items without releases3251 when sort by milestone3252 returns items without any releases3253 when filter by any3254 returns items with any releases3255 when sort by milestone3256 returns items without any releases3257 when filter by a release_tag3258 returns the items associated with the release tag3259 when sort by milestone3260 returns the items associated with the release tag3261 when filter by a negated release_tag3262 returns the items not associated with the release3263 when sort by milestone3264 returns the items not associated with the release3265 filtering by projects3266 when projects are passed in a list of ids3267 returns the item belonging to the projects3268 when projects are passed in a subquery3269 returns the item belonging to the projects3270 filtering by group_id3271 when include_subgroup param not set3272 returns all group items3273 when projects outside the group are passed3274 returns no items3275 when projects of the group are passed3276 returns the item within the group and projects3277 when projects of the group are passed as a subquery3278 returns the item within the group and projects3279 when release_tag is passed as a parameter3280 ignores the release_tag parameter3281 when include_subgroup param is true3282 returns all group and subgroup items3283 when mixed projects are passed3284 returns the item within the group and projects3285 filtering by author3286 by author ID3287 returns items created by that user3288 using OR3289 returns items created by any of the given users3290 when feature flag is disabled3291 does not add any filter3292 filtering by NOT author ID3293 returns items not created by that user3294 filtering by nonexistent author ID and issue term using CTE for search3295 returns no results3296 filtering by milestone3297 returns items assigned to that milestone3298 filtering by not milestone3299 returns items not assigned to that milestone3300 with multiple milestones3301 returns items not assigned to both milestones3302 filtering by group milestone3303 returns items assigned to that group milestone3304 using NOT3305 returns items not assigned to that group milestone3306# [RSpecRunTime] RSpec elapsed time: 12 minutes 47.36 seconds. Current RSS: ~1395M. load average: 1.10 1.10 0.98 1/281 545223307 filtering by no milestone3308 returns items with no milestone3309 returns items with no milestone (deprecated)3310 filtering by any milestone3311 returns items with any assigned milestone3312 returns items with any assigned milestone (deprecated)3313 filtering by upcoming milestone3314 returns items in the upcoming milestone for each project or group3315 using NOT3316 returns items not in upcoming milestones for each project or group, but must have a due date3317# [RSpecRunTime] RSpec elapsed time: 12 minutes 54.8 seconds. Current RSS: ~1362M. load average: 1.09 1.10 0.98 1/280 545233318 filtering by started milestone3319 returns items in the started milestones for each project3320 using NOT3321 returns items not in the started milestones for each project3322# [RSpecRunTime] RSpec elapsed time: 13 minutes 0.37 second. Current RSS: ~1336M. load average: 1.08 1.10 0.98 1/281 545243323 filtering by label3324 returns items with that label3325 using NOT3326 returns items that do not have that label3327 shadowing the same outside param3328 does not take precedence over labels outside NOT3329 further filtering outside params3330 further filters on the returned resultset3331 filtering by multiple labels3332 returns the unique items with all those labels3333 using NOT3334 returns items that do not have any of the labels provided3335 using OR3336 returns items that have at least one of the given labels3337 when feature flag is disabled3338 does not add any filter3339 filtering by a label that includes any or none in the title3340 returns the unique items with all those labels3341 using NOT3342 returns items that do not have ANY ONE of the labels provided3343 filtering by no label3344 returns items with no labels3345 filtering by any label3346 returns items that have one or more label3347 when the same label exists on project and group levels3348 finds both item records3349 filtering by item term3350 with latin search term3351 returns matching items3352 with non-latin search term3353 returns matching items3354 filtering by item term in title3355 returns items with title match for search term3356 filtering by items iids3357 returns items where iids match3358 using NOT3359 returns items with no iids match3360 filtering by state3361 with opened3362 returns only opened items3363 with closed3364 returns only closed items3365 with all3366 returns all items3367 with invalid state3368 returns all items3369 filtering by created_at3370 through created_after3371 returns items created on or after the given date3372 through created_before3373 returns items created on or before the given date3374 through created_after and created_before3375 returns items created between the given dates3376 filtering by updated_at3377 through updated_after3378 returns items updated on or after the given date3379 through updated_before3380 returns items updated on or before the given date3381 through updated_after and updated_before3382 returns items updated between the given dates3383 filtering by closed_at3384 through closed_after3385 returns items closed on or after the given date3386# [RSpecRunTime] RSpec elapsed time: 13 minutes 10.66 seconds. Current RSS: ~1385M. load average: 1.07 1.10 0.98 1/282 545253387 through closed_before3388 returns items closed on or before the given date3389 through closed_after and closed_before3390 returns items closed between the given dates3391 filtering by reaction name3392 user searches by no reaction3393 returns items that the user did not react to3394 user searches by any reaction3395 returns items that the user reacted to3396 user searches by "thumbsup" reaction3397 returns items that the user thumbsup to3398 using NOT3399 returns items that the user did not thumbsup to3400 user2 searches by "thumbsup" reaction3401 returns items that the user2 thumbsup to3402 using NOT3403 returns items that the user2 thumbsup to3404 user searches by "thumbsdown" reaction3405 returns items that the user thumbsdown to3406 using NOT3407 returns items that the user thumbsdown to3408 filtering by confidential3409 no filtering3410 returns all items3411 user filters confidential items3412 returns only confidential items3413 user filters only public items3414 returns only public items3415 filtering by item type3416 no type given3417 returns all items3418 incident type3419 returns incident items3420 objective type3421 returns incident items3422 key_result type3423 returns incident items3424 item type3425 returns all items with type issue3426 multiple params3427 returns all items3428 without array3429 returns incident items3430 invalid params3431 returns no items3432 crm filtering3433 filtering by crm contact3434 when the user can read crm contacts3435 returns for that contact3436# [RSpecRunTime] RSpec elapsed time: 13 minutes 18.81 seconds. Current RSS: ~1398M. load average: 1.06 1.09 0.98 1/282 545263437 when the user can not read crm contacts3438 does not filter by contact3439 filtering by crm organization3440 when the user can read crm organization3441 returns for that crm organization3442 when the user can not read crm organization3443 does not filter by crm organization3444 when the user is unauthorized3445 returns no results3446 when the user can see some, but not all, items3447 returns only items they can see3448 personal scope3449 returns item assigned to the user3450 filtering by project3451 returns items assigned to the user in that project3452 when project restricts items3453 doesn't return team-only items to non team members3454 doesn't return items if feature disabled3455# [RSpecRunTime] RSpec elapsed time: 13 minutes 22.54 seconds. Current RSS: ~1405M. load average: 1.06 1.09 0.98 1/282 545273456 external authorization3457 behaves like a finder with external authorization service3458 finds the subject3459 with an external authorization service3460 does not include the subject when no project was given3461 includes the subject when a project id was given3462# [RSpecRunTime] RSpec elapsed time: 13 minutes 26.02 seconds. Current RSS: ~1390M. load average: 1.05 1.09 0.98 1/281 545283463 filtering by due date3464 with param set to no due date3465 returns items with no due date3466 with param set to any due date3467 returns items with any due date3468 with param set to due today3469 returns items due today3470 with param set to due tomorrow3471 returns items due today3472 with param set to overdue3473 returns overdue items3474 with param set to next month and previous two weeks3475 returns items due in the previous two weeks and next month3476 with invalid param3477 returns no items3478 #row_count3479 returns -1 if the query times out3480 when admin mode is enabled3481 returns the number of rows for the default state3482 returns the number of rows for a given state3483 when admin mode is disabled3484 returns no rows3485 confidentiality access check3486 when no project filter is given3487 for a user without project membership3488 behaves like returns public, does not return hidden or confidential3489 returns only public items3490 for a guest user3491 behaves like returns public, does not return hidden or confidential3492 returns only public items3493 for a project member with access to view confidential items3494 behaves like returns public and confidential, does not return hidden3495 returns only public and confidential items3496 for an admin3497 when admin mode is enabled3498 behaves like returns public, confidential, and hidden3499 returns all items3500 when admin mode is disabled3501 behaves like returns public, does not return hidden or confidential3502 returns only public items3503 when searching within a specific project3504 for an anonymous user3505 does not filter by confidentiality3506 behaves like returns public, does not return hidden or confidential3507 returns only public items3508 for a user without project membership3509 filters by confidentiality3510 behaves like returns public, does not return hidden or confidential3511 returns only public items3512 for a guest user3513 filters by confidentiality3514 behaves like returns public, does not return hidden or confidential3515 returns only public items3516 for a project member with access to view confidential items3517 does not filter by confidentiality3518 behaves like returns public and confidential, does not return hidden3519 returns only public and confidential items3520 for an admin3521 when admin mode is enabled3522 does not filter by confidentiality3523 behaves like returns public, confidential, and hidden3524 returns all items3525 when admin mode is disabled3526 filters by confidentiality3527 behaves like returns public, does not return hidden or confidential3528 returns only public items3529 #use_cte_for_search?3530 when there is no search param3531 returns false3532 when the force_cte param is falsey3533 returns false3534 when a non-simple sort is given3535 returns false3536 when all conditions are met3537 uses group search optimization3538 returns true3539 uses project search optimization3540 returns true3541 with simple sort3542 returns true3543 with simple sort as a symbol3544 returns true3545 #parent_param=3546 klass: :Project, param: :project_id3547 sets the params3548 klass: :Group, param: :group_id3549 sets the params3550 unexpected parent3551 raises an error3552# [RSpecRunTime] Finishing example group spec/finders/issues_finder_spec.rb. It took 1 minute 8.01 seconds. Expected to take 1 minute 1.62 seconds.3553# [RSpecRunTime] Starting example group spec/workers/projects/import_export/create_relation_exports_worker_spec.rb. Expected to take 53.6 seconds.3554Projects::ImportExport::CreateRelationExportsWorker3555 creates relation export records and enqueues a worker for each relation to be exported3556 enqueues a WaitRelationExportsWorker3557 creates a export_job and sets the status to `started`3558 behaves like an idempotent worker3559 is labeled as idempotent3560 performs multiple times sequentially without raising an exception3561# [RSpecRunTime] RSpec elapsed time: 13 minutes 58.76 seconds. Current RSS: ~1303M. load average: 1.03 1.08 0.99 1/284 549473562 when job is re-enqueued after an interuption and same JID is used3563 does not start the export process twice3564 behaves like an idempotent worker3565 is labeled as idempotent3566 performs multiple times sequentially without raising an exception3567# [RSpecRunTime] RSpec elapsed time: 14 minutes 19.37 seconds. Current RSS: ~1303M. load average: 1.23 1.12 1.00 1/285 553623568# [RSpecRunTime] Finishing example group spec/workers/projects/import_export/create_relation_exports_worker_spec.rb. It took 43.94 seconds. Expected to take 53.6 seconds.3569# [RSpecRunTime] Starting example group spec/views/search/_results.html.haml_spec.rb. Expected to take 48.02 seconds.3570search/_results3571 page size3572 when search results have a count3573 displays the page size3574# [RSpecRunTime] RSpec elapsed time: 14 minutes 21.73 seconds. Current RSS: ~1315M. load average: 1.21 1.12 1.00 1/284 553633575 when search results do not have a count3576 does not display the page size3577# [RSpecRunTime] RSpec elapsed time: 14 minutes 23.34 seconds. Current RSS: ~1323M. load average: 1.21 1.12 1.00 1/281 553643578 when searching notes which contain quotes in markdown3579 renders plain quotes3580# [RSpecRunTime] RSpec elapsed time: 14 minutes 25.54 seconds. Current RSS: ~1331M. load average: 1.21 1.12 1.00 1/281 553653581 rendering all types of search results3582 when scope is issues3583 when admin mode is enabled3584 renders the click text event tracking attributes3585# [RSpecRunTime] RSpec elapsed time: 14 minutes 28.78 seconds. Current RSS: ~1340M. load average: 1.19 1.12 1.00 1/287 554513586 when admin mode is disabled3587 does not render the click text event tracking attributes3588# [RSpecRunTime] RSpec elapsed time: 14 minutes 30.55 seconds. Current RSS: ~1341M. load average: 1.19 1.12 1.00 1/286 554523589 when scope is merge_requests3590 when admin mode is enabled3591 renders the click text event tracking attributes3592# [RSpecRunTime] RSpec elapsed time: 14 minutes 32.32 seconds. Current RSS: ~1339M. load average: 1.17 1.12 1.00 1/286 554533593 when admin mode is disabled3594 does not render the click text event tracking attributes3595# [RSpecRunTime] RSpec elapsed time: 14 minutes 34.06 seconds. Current RSS: ~1340M. load average: 1.17 1.12 1.00 1/286 554543596 git blame click tracking3597 when admin mode is enabled3598 renders the click link event tracking attributes3599# [RSpecRunTime] RSpec elapsed time: 14 minutes 35.92 seconds. Current RSS: ~1342M. load average: 1.16 1.11 1.00 1/286 554593600 when admin mode is disabled3601 does not render the click link event tracking attributes3602# [RSpecRunTime] RSpec elapsed time: 14 minutes 37.7 seconds. Current RSS: ~1342M. load average: 1.16 1.11 1.00 1/281 554603603 when scope is blobs3604 does not render the sidebar3605 when admin mode is enabled3606 renders the click text event tracking attributes3607# [RSpecRunTime] RSpec elapsed time: 14 minutes 41.16 seconds. Current RSS: ~1343M. load average: 1.15 1.11 1.00 1/281 554643608 when admin mode is disabled3609 does not render the click text event tracking attributes3610# [RSpecRunTime] RSpec elapsed time: 14 minutes 42.87 seconds. Current RSS: ~1346M. load average: 1.15 1.11 1.00 1/281 554653611 when scope is notes3612 does not render the sidebar3613 when admin mode is enabled3614 renders the click text event tracking attributes3615# [RSpecRunTime] RSpec elapsed time: 14 minutes 46.88 seconds. Current RSS: ~1348M. load average: 1.14 1.11 1.00 1/281 554663616 when admin mode is disabled3617 does not render the click text event tracking attributes3618# [RSpecRunTime] RSpec elapsed time: 14 minutes 48.68 seconds. Current RSS: ~1350M. load average: 1.14 1.11 1.00 1/281 554673619 when scope is wiki_blobs3620 does not render the sidebar3621 when admin mode is enabled3622 renders the click text event tracking attributes3623# [RSpecRunTime] RSpec elapsed time: 14 minutes 52.21 seconds. Current RSS: ~1346M. load average: 1.20 1.13 1.01 1/281 554753624 when admin mode is disabled3625 does not render the click text event tracking attributes3626# [RSpecRunTime] RSpec elapsed time: 14 minutes 53.9 seconds. Current RSS: ~1347M. load average: 1.20 1.13 1.01 1/281 554763627 when scope is milestones3628 does not render the sidebar3629 when admin mode is enabled3630 renders the click text event tracking attributes3631# [RSpecRunTime] RSpec elapsed time: 14 minutes 57.34 seconds. Current RSS: ~1343M. load average: 1.19 1.12 1.01 1/281 554773632 when admin mode is disabled3633 does not render the click text event tracking attributes3634# [RSpecRunTime] RSpec elapsed time: 14 minutes 59.01 seconds. Current RSS: ~1342M. load average: 1.19 1.12 1.01 1/281 554783635# [RSpecRunTime] Finishing example group spec/views/search/_results.html.haml_spec.rb. It took 39.63 seconds. Expected to take 48.02 seconds.3636# [RSpecRunTime] Starting example group spec/models/integrations/slack_spec.rb. Expected to take 42.74 seconds.3637Integrations::Slack3638 does not allow STI3639 behaves like Integrations::SlackMattermostNotifier3640 Associations3641 is expected to belong to project required: false3642 Validations3643 when integration is active3644 is expected to validate that :webhook cannot be empty/falsy3645 behaves like issue tracker integration URL attribute3646 is expected to allow :webhook to be ‹"https://example.com"›3647 is expected not to allow :webhook to be ‹"example.com"›3648 is expected not to allow :webhook to be ‹"ftp://example.com"›3649 is expected not to allow :webhook to be ‹"herp-and-derp"›3650# [RSpecRunTime] RSpec elapsed time: 15 minutes 0.71 second. Current RSS: ~1385M. load average: 1.17 1.12 1.00 2/282 554793651 when integration is inactive3652 is expected not to validate that :webhook cannot be empty/falsy3653 #execute3654 with username for slack configured3655 uses the username as an option3656 push events3657 behaves like calls the integration API with the event message3658 is expected to request POST https://8.8.8.9/ 1 time3659 with event channel3660 uses the right channel for push event3661 tag_push events3662 behaves like calls the integration API with the event message3663 is expected to request POST https://8.8.8.9/ 1 time3664 issue events3665 behaves like calls the integration API with the event message3666 is expected to request POST https://8.8.8.9/ 1 time3667 whith event channel3668 uses the right channel for issue event3669 for confidential issues3670 falls back to issue channel3671 and confidential_issue_channel is defined3672 uses the confidential issue channel when it is defined3673 merge request events3674 behaves like calls the integration API with the event message3675 is expected to request POST https://8.8.8.9/ 1 time3676 with event channel3677 uses the right channel for merge request event3678 wiki page events3679 behaves like calls the integration API with the event message3680 is expected to request POST https://8.8.8.9/ 1 time3681 with event channel3682 uses the right channel for wiki event3683 deployment events3684 behaves like calls the integration API with the event message3685 is expected to request POST https://8.8.8.9/ 1 time3686 note event3687 behaves like calls the integration API with the event message3688 is expected to request POST https://8.8.8.9/ 1 time3689 with event channel3690 uses the right channel3691 for confidential notes3692 falls back to note channel3693 and confidential_note_channel is defined3694 uses confidential channel3695 Push events3696 on default branch3697 pushing tags3698 behaves like triggered Slack integration3699 notifies about push events3700 when the response is not successful3701 logs an error3702 notification enabled only for default branch3703 behaves like triggered Slack integration3704 notifies about push events3705 when the response is not successful3706 logs an error3707 notification enabled only for protected branches3708 behaves like untriggered Slack integration3709 does not notify about push events3710 notification enabled only for default and protected branches3711 behaves like triggered Slack integration3712 notifies about push events3713 when the response is not successful3714 logs an error3715 notification enabled for all branches3716 behaves like triggered Slack integration3717 notifies about push events3718 when the response is not successful3719 logs an error3720 on a protected branch3721 pushing tags3722 behaves like triggered Slack integration3723 notifies about push events3724 when the response is not successful3725 logs an error3726 notification enabled only for default branch3727 behaves like untriggered Slack integration3728 does not notify about push events3729 notification enabled only for protected branches3730 behaves like triggered Slack integration3731 notifies about push events3732 when the response is not successful3733 logs an error3734 notification enabled only for default and protected branches3735 behaves like triggered Slack integration3736 notifies about push events3737 when the response is not successful3738 logs an error3739# [RSpecRunTime] RSpec elapsed time: 15 minutes 10.66 seconds. Current RSS: ~1412M. load average: 1.30 1.15 1.02 1/287 556733740 notification enabled for all branches3741 behaves like triggered Slack integration3742 notifies about push events3743 when the response is not successful3744 logs an error3745 on a protected branch with protected branches defined using wildcards3746 pushing tags3747 behaves like triggered Slack integration3748 notifies about push events3749 when the response is not successful3750 logs an error3751 notification enabled only for default branch3752 behaves like untriggered Slack integration3753 does not notify about push events3754 notification enabled only for protected branches3755 behaves like triggered Slack integration3756 notifies about push events3757 when the response is not successful3758 logs an error3759 notification enabled only for default and protected branches3760 behaves like triggered Slack integration3761 notifies about push events3762 when the response is not successful3763 logs an error3764 notification enabled for all branches3765 behaves like triggered Slack integration3766 notifies about push events3767 when the response is not successful3768 logs an error3769 on a neither protected nor default branch3770 pushing tags3771 behaves like triggered Slack integration3772 notifies about push events3773 when the response is not successful3774 logs an error3775 notification enabled only for default branch3776 behaves like untriggered Slack integration3777 does not notify about push events3778 notification enabled only for protected branches3779 behaves like untriggered Slack integration3780 does not notify about push events3781 notification enabled only for default and protected branches3782 behaves like untriggered Slack integration3783 does not notify about push events3784 notification enabled for all branches3785 behaves like triggered Slack integration3786 notifies about push events3787 when the response is not successful3788 logs an error3789 Note events3790 when commit comment event executed3791 behaves like triggered Slack integration3792 notifies about commit comment events3793 when the response is not successful3794 logs an error3795# [RSpecRunTime] RSpec elapsed time: 15 minutes 15.67 seconds. Current RSS: ~1421M. load average: 1.28 1.15 1.02 1/286 557333796 when merge request comment event executed3797 behaves like triggered Slack integration3798 notifies about merge request comment events3799 when the response is not successful3800 logs an error3801# [RSpecRunTime] RSpec elapsed time: 15 minutes 17.15 seconds. Current RSS: ~1409M. load average: 1.28 1.15 1.02 1/287 558193802 when issue comment event executed3803 behaves like triggered Slack integration3804 notifies about issue comment events3805 when the response is not successful3806 logs an error3807 when snippet comment event executed3808 behaves like triggered Slack integration3809 notifies about snippet comment events3810 when the response is not successful3811 logs an error3812 Pipeline events3813 with succeeded pipeline3814 with default to notify_only_broken_pipelines3815 behaves like untriggered Slack integration3816 does not notify about pipeline events3817 with setting notify_only_broken_pipelines to false3818 behaves like triggered Slack integration3819 notifies about pipeline events3820 when the response is not successful3821 logs an error3822 with failed pipeline3823 on default branch3824 notification enabled only for default branch3825 behaves like triggered Slack integration3826 notifies about pipeline events3827 when the response is not successful3828 logs an error3829 notification enabled only for protected branches3830 behaves like untriggered Slack integration3831 does not notify about pipeline events3832 notification enabled only for default and protected branches3833 behaves like triggered Slack integration3834 notifies about pipeline events3835 when the response is not successful3836 logs an error3837 notification enabled for all branches3838 behaves like triggered Slack integration3839 notifies about pipeline events3840 when the response is not successful3841 logs an error3842 on a protected branch3843 notification enabled only for default branch3844 behaves like untriggered Slack integration3845 does not notify about pipeline events3846 notification enabled only for protected branches3847 behaves like triggered Slack integration3848 notifies about pipeline events3849 when the response is not successful3850 logs an error3851 notification enabled only for default and protected branches3852 behaves like triggered Slack integration3853 notifies about pipeline events3854 when the response is not successful3855 logs an error3856 notification enabled for all branches3857 behaves like triggered Slack integration3858 notifies about pipeline events3859 when the response is not successful3860 logs an error3861 on a protected branch with protected branches defined usin wildcards3862 notification enabled only for default branch3863 behaves like untriggered Slack integration3864 does not notify about pipeline events3865 notification enabled only for protected branches3866 behaves like triggered Slack integration3867 notifies about pipeline events3868 when the response is not successful3869 logs an error3870 notification enabled only for default and protected branches3871 behaves like triggered Slack integration3872 notifies about pipeline events3873 when the response is not successful3874 logs an error3875 notification enabled for all branches3876 behaves like triggered Slack integration3877 notifies about pipeline events3878 when the response is not successful3879 logs an error3880 on a neither protected nor default branch3881 notification enabled only for default branch3882 behaves like untriggered Slack integration3883 does not notify about pipeline events3884 notification enabled only for protected branches3885 behaves like untriggered Slack integration3886 does not notify about pipeline events3887 notification enabled only for default and protected branches3888 behaves like untriggered Slack integration3889 does not notify about pipeline events3890 notification enabled for all branches3891 behaves like triggered Slack integration3892 notifies about pipeline events3893 when the response is not successful3894 logs an error3895 Deployment events3896 behaves like triggered Slack integration3897 notifies about deployment events3898 when the response is not successful3899 logs an error3900# [RSpecRunTime] RSpec elapsed time: 15 minutes 30.09 seconds. Current RSS: ~1411M. load average: 1.23 1.14 1.01 1/286 561213901 on a protected branch3902 notification enabled only for default branch3903 behaves like untriggered Slack integration3904 does not notify about pipeline events3905 notification enabled only for protected branches3906 behaves like triggered Slack integration3907 notifies about pipeline events3908 when the response is not successful3909 logs an error3910 notification enabled only for default and protected branches3911 behaves like triggered Slack integration3912 notifies about pipeline events3913 when the response is not successful3914 logs an error3915 notification enabled for all branches3916 behaves like triggered Slack integration3917 notifies about pipeline events3918 when the response is not successful3919 logs an error3920 behaves like Integrations::BaseSlackNotification3921 #execute3922 uses only known events3923 when hook data includes a user object3924 when event is not supported for usage log3925 does not increase the usage data counter3926# [RSpecRunTime] RSpec elapsed time: 15 minutes 33.34 seconds. Current RSS: ~1443M. load average: 1.21 1.14 1.01 1/286 561763927 for issue notification3928 behaves like increases the usage data counter3929 increases the usage data counter3930 behaves like Snowplow event tracking with RedisHLL context3931 behaves like Snowplow event tracking3932 is emitted3933 for push notification3934 behaves like increases the usage data counter3935 increases the usage data counter3936 behaves like Snowplow event tracking with RedisHLL context3937 behaves like Snowplow event tracking3938 is emitted3939 for deployment notification3940 behaves like increases the usage data counter3941 increases the usage data counter3942 behaves like Snowplow event tracking with RedisHLL context3943 behaves like Snowplow event tracking3944 is emitted3945 for wiki_page notification3946 behaves like increases the usage data counter3947 increases the usage data counter3948 behaves like Snowplow event tracking with RedisHLL context3949 behaves like Snowplow event tracking3950 is emitted3951 for merge_request notification3952 behaves like increases the usage data counter3953 increases the usage data counter3954 behaves like Snowplow event tracking with RedisHLL context3955 behaves like Snowplow event tracking3956 is emitted3957 for note notification3958 behaves like increases the usage data counter3959 increases the usage data counter3960 behaves like Snowplow event tracking with RedisHLL context3961 behaves like Snowplow event tracking3962 is emitted3963 for tag_push notification3964 behaves like increases the usage data counter3965 increases the usage data counter3966 behaves like Snowplow event tracking with RedisHLL context3967 behaves like Snowplow event tracking3968 is emitted3969 for confidential note notification3970 behaves like increases the usage data counter3971 increases the usage data counter3972 behaves like Snowplow event tracking with RedisHLL context3973 behaves like Snowplow event tracking3974 is emitted3975 for confidential issue notification3976 behaves like increases the usage data counter3977 increases the usage data counter3978 behaves like Snowplow event tracking with RedisHLL context3979 behaves like Snowplow event tracking3980 is emitted3981 when hook data does not include a user3982 does not increase the usage data counter3983 behaves like supports group mentions3984 supports group mentions3985 #supported_events3986 when used in a project3987 does not support group mentions3988 when used in a group3989 supports group mentions3990# [RSpecRunTime] Finishing example group spec/models/integrations/slack_spec.rb. It took 39.81 seconds. Expected to take 42.74 seconds.3991# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 39.52 seconds.3992Lint factories for Integrations::Slack3993 with saas, license, and factory defaults3994 behaves like factory3995 integrations_slack factory3996 does not raise error when built3997 does not raise error when created3998# [RSpecRunTime] RSpec elapsed time: 15 minutes 40.07 seconds. Current RSS: ~1450M. load average: 1.20 1.14 1.01 1/286 563153999# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.25 seconds. Expected to take 39.52 seconds.4000# [RSpecRunTime] Starting example group spec/services/system_notes/merge_requests_service_spec.rb. Expected to take 39.94 seconds.4001SystemNotes::MergeRequestsService4002 .merge_when_checks_pass4003 posts the 'merge when merge checks pass' system note4004 behaves like a system note4005 has the correct attributes4006# [RSpecRunTime] RSpec elapsed time: 15 minutes 42.58 seconds. Current RSS: ~1438M. load average: 1.18 1.13 1.01 1/287 564114007 .cancel_auto_merge4008 posts the 'canceled auto merge' system note4009 behaves like a system note4010 has the correct attributes4011# [RSpecRunTime] RSpec elapsed time: 15 minutes 43.72 seconds. Current RSS: ~1429M. load average: 1.18 1.13 1.01 1/287 564934012 .abort_auto_merge4013 posts the 'abort auto merge' system note4014 behaves like a system note4015 has the correct attributes4016# [RSpecRunTime] RSpec elapsed time: 15 minutes 44.87 seconds. Current RSS: ~1425M. load average: 1.18 1.13 1.01 1/287 565724017 .merge_when_pipeline_succeeds4018 posts the 'merge when pipeline succeeds' system note4019 behaves like a system note4020 has the correct attributes4021# [RSpecRunTime] RSpec elapsed time: 15 minutes 46.73 seconds. Current RSS: ~1420M. load average: 1.17 1.13 1.01 1/287 566574022 .cancel_merge_when_pipeline_succeeds4023 posts the 'merge when pipeline succeeds' system note4024 behaves like a system note4025 has the correct attributes4026# [RSpecRunTime] RSpec elapsed time: 15 minutes 47.88 seconds. Current RSS: ~1414M. load average: 1.17 1.13 1.01 1/287 567364027 .abort_merge_when_pipeline_succeeds4028 posts the 'merge when pipeline succeeds' system note4029 behaves like a system note4030 has the correct attributes4031# [RSpecRunTime] RSpec elapsed time: 15 minutes 49.02 seconds. Current RSS: ~1405M. load average: 1.17 1.13 1.01 1/287 568154032 .handle_merge_request_draft4033 adding draft note4034 sets the note text4035 behaves like a system note4036 has the correct attributes4037# [RSpecRunTime] RSpec elapsed time: 15 minutes 50.19 seconds. Current RSS: ~1403M. load average: 1.17 1.13 1.01 1/287 568944038 removing draft note4039 sets the note text4040 behaves like a system note4041 has the correct attributes4042# [RSpecRunTime] RSpec elapsed time: 15 minutes 51.43 seconds. Current RSS: ~1406M. load average: 1.15 1.13 1.01 1/287 569734043 .add_merge_request_draft_from_commit4044 posts the 'marked this merge request as draft from commit' system note4045 behaves like a system note4046 has the correct attributes4047# [RSpecRunTime] RSpec elapsed time: 15 minutes 52.66 seconds. Current RSS: ~1405M. load average: 1.15 1.13 1.01 1/287 570614048 .resolve_all_discussions4049 sets the note text4050 behaves like a system note4051 has the correct attributes4052# [RSpecRunTime] RSpec elapsed time: 15 minutes 53.84 seconds. Current RSS: ~1402M. load average: 1.15 1.13 1.01 1/287 571424053 .diff_discussion_outdated4054 behaves like a system note4055 has the correct attributes4056 when the change_position is valid for the discussion4057 creates a new note in the discussion4058 links to the diff in the system note4059 discussion is on an image4060 links to the diff in the system note4061# [RSpecRunTime] RSpec elapsed time: 15 minutes 57.13 seconds. Current RSS: ~1401M. load average: 1.14 1.13 1.01 1/287 573934062 when the change_position does not point to a valid version4063 creates a new note in the discussion4064 does not create a link4065# [RSpecRunTime] RSpec elapsed time: 15 minutes 58.82 seconds. Current RSS: ~1399M. load average: 1.14 1.13 1.01 1/287 575134066 .change_branch4067 behaves like a system note4068 has the correct attributes4069 when target branch name changed4070 on update4071 sets the note text4072 on delete4073 sets the note text4074 for invalid event_type4075 raises exception4076 .change_branch_presence4077 behaves like a system note4078 has the correct attributes4079 when source branch deleted4080 sets the note text4081 .new_issue_branch4082 branch_project is set4083 behaves like a system note for new issue branch4084 behaves like a system note4085 has the correct attributes4086# [RSpecRunTime] RSpec elapsed time: 16 minutes 3.43 seconds. Current RSS: ~1408M. load average: 1.21 1.14 1.02 1/287 578014087 when a branch is created from the new branch button4088 sets the note text4089# [RSpecRunTime] RSpec elapsed time: 16 minutes 4.66 seconds. Current RSS: ~1412M. load average: 1.21 1.14 1.02 1/287 578514090 branch_project is not set4091 behaves like a system note for new issue branch4092 behaves like a system note4093 has the correct attributes4094 when a branch is created from the new branch button4095 sets the note text4096 .new_merge_request4097 sets the new merge request note text4098 behaves like a system note4099 has the correct attributes4100# [RSpecRunTime] RSpec elapsed time: 16 minutes 7.31 seconds. Current RSS: ~1412M. load average: 1.11 1.12 1.01 1/287 580194101 .picked_into_branch4102 posts the 'picked merge request' system note4103 links the merge request and the cherry-pick commit4104 behaves like a system note4105 has the correct attributes4106# [RSpecRunTime] RSpec elapsed time: 16 minutes 9.12 seconds. Current RSS: ~1410M. load average: 1.11 1.12 1.01 1/287 581544107 #approve_mr4108 behaves like a system note4109 has the correct attributes4110 when merge request approved4111 sets the note text4112 #requested_changes4113 behaves like a system note4114 has the correct attributes4115 when the user has requested changes4116 sets the note text4117# [RSpecRunTime] Finishing example group spec/services/system_notes/merge_requests_service_spec.rb. It took 31.26 seconds. Expected to take 39.94 seconds.4118# [RSpecRunTime] Starting example group spec/lib/gitlab/checks/branch_check_spec.rb. Expected to take 35.28 seconds.4119Gitlab::Checks::BranchCheck4120 #validate!4121 does not raise any error4122 trying to delete the default branch4123 raises an error4124# [RSpecRunTime] RSpec elapsed time: 16 minutes 13.62 seconds. Current RSS: ~1416M. load average: 1.10 1.12 1.01 1/287 583314125 prohibited branches check4126 forbids SHA-1 values4127 forbids SHA-256 values4128 forbids '{SHA-1}{+anything}' values4129 forbids '{SHA-256}{+anything} values4130 allows SHA-1 values to be appended to the branch name4131 allows SHA-256 values to be appended to the branch name4132 deleting a hexadecimal branch4133 doesn't prohibit the deletion of a hexadecimal branch name4134# [RSpecRunTime] RSpec elapsed time: 16 minutes 20.53 seconds. Current RSS: ~1411M. load average: 1.09 1.12 1.01 1/286 583804135 when branch name is invalid4136 prohibits branches with an invalid name4137 deleting an invalid branch4138 doesn't prohibit the deletion of an invalid branch name4139# [RSpecRunTime] RSpec elapsed time: 16 minutes 22.5 seconds. Current RSS: ~1408M. load average: 1.09 1.12 1.01 1/281 583974140 protected branches check4141 raises an error if the user is not allowed to do forced pushes to protected branches4142 raises an error if the user is not allowed to merge to protected branches4143 raises an error if the user is not allowed to push to protected branches4144 when user has push access4145 if protected branches is allowed to force push4146 allows force push4147# [RSpecRunTime] RSpec elapsed time: 16 minutes 26.49 seconds. Current RSS: ~1405M. load average: 1.16 1.13 1.01 1/281 584274148 if protected branches is not allowed to force push4149 prevents force push4150# [RSpecRunTime] RSpec elapsed time: 16 minutes 27.56 seconds. Current RSS: ~1402M. load average: 1.16 1.13 1.01 1/281 584344151 when user does not have push access4152 if protected branches is allowed to force push4153 prevents force push4154 if protected branches is not allowed to force push4155 prevents force push4156 when project repository is empty4157 user is not allowed to push to protected branches4158 raises an error4159 user is allowed to push to protected branches4160 allows branch creation4161 branch creation4162 user can push to branch4163 does not raise an error4164 user cannot push to branch4165 user cannot merge to branch4166 raises an error4167 user can merge to branch4168 newrev isn't in any protected branches4169 raises an error4170 newrev is included in a protected branch4171 via web interface4172 allows branch creation4173 via SSH4174 raises an error4175 branch deletion4176 if the user is not allowed to delete protected branches4177 raises an error4178 if the user is allowed to delete protected branches4179 through the web interface4180 allows branch deletion4181# [RSpecRunTime] RSpec elapsed time: 16 minutes 37.69 seconds. Current RSS: ~1396M. load average: 1.13 1.13 1.01 1/281 585034182 over SSH or HTTP4183 raises an error4184# [RSpecRunTime] RSpec elapsed time: 16 minutes 38.83 seconds. Current RSS: ~1396M. load average: 1.13 1.13 1.01 1/281 585144185# [RSpecRunTime] Finishing example group spec/lib/gitlab/checks/branch_check_spec.rb. It took 27.55 seconds. Expected to take 35.28 seconds.4186# [RSpecRunTime] Starting example group spec/finders/clusters/knative_services_finder_spec.rb. Expected to take 31.28 seconds.4187Clusters::KnativeServicesFinder4188 #service_pod_details4189 behaves like a cached data4190 has an unintialized cache4191 when using synchronous reactive cache4192 when there are functions for cluster namespace4193 is expected not to be blank4194# [RSpecRunTime] RSpec elapsed time: 16 minutes 43.88 seconds. Current RSS: ~1399M. load average: 1.12 1.12 1.01 1/286 585594195 when there are no functions for cluster namespace4196 is expected to be blank4197# [RSpecRunTime] RSpec elapsed time: 16 minutes 46.17 seconds. Current RSS: ~1404M. load average: 1.11 1.12 1.01 1/286 585824198 #services4199 behaves like a cached data4200 has an unintialized cache4201 when using synchronous reactive cache4202 when there are functions for cluster namespace4203 is expected not to be blank4204# [RSpecRunTime] RSpec elapsed time: 16 minutes 50.67 seconds. Current RSS: ~1404M. load average: 1.10 1.12 1.01 1/286 586274205 when there are no functions for cluster namespace4206 is expected to be blank4207# [RSpecRunTime] RSpec elapsed time: 16 minutes 53.01 seconds. Current RSS: ~1404M. load average: 1.10 1.12 1.01 1/286 586504208 #knative_detected4209 when knative is installed4210 is expected to be truthy4211 discovers knative installation4212# [RSpecRunTime] RSpec elapsed time: 16 minutes 58.67 seconds. Current RSS: ~1400M. load average: 1.10 1.12 1.01 1/286 586954213 when knative is not installed4214 is expected to be falsy4215 does not discover knative installation4216# [RSpecRunTime] RSpec elapsed time: 17 minutes 3.3 seconds. Current RSS: ~1408M. load average: 1.09 1.11 1.01 1/287 587404217# [RSpecRunTime] Finishing example group spec/finders/clusters/knative_services_finder_spec.rb. It took 24.55 seconds. Expected to take 31.28 seconds.4218# [RSpecRunTime] Starting example group spec/models/concerns/avatarable_spec.rb. Expected to take 29.1 seconds.4219Avatarable4220 does not allow STI4221 #update4222 when avatar changed4223 validates the file size4224# [RSpecRunTime] RSpec elapsed time: 17 minutes 6.61 seconds. Current RSS: ~1386M. load average: 1.08 1.11 1.01 1/286 587414225 when avatar was not changed4226 skips validation of file size4227 #avatar_path4228 with caching enabled4229 only calls local_url once4230 calls local_url twice for path and URLs4231 calls local_url twice for different sizes4232 handles unpersisted objects4233# [RSpecRunTime] RSpec elapsed time: 17 minutes 9.42 seconds. Current RSS: ~1385M. load average: 1.08 1.11 1.01 1/286 587424234 has_asset_host: true, visibility_level: 0, only_path: true, avatar_path_prefix: ["https://gitlab.example.com", "/gitlab"]4235 returns the expected avatar path4236 returns the expected avatar path with width parameter4237 when avatar is stored remotely4238 returns the expected avatar path4239# [RSpecRunTime] RSpec elapsed time: 17 minutes 11.22 seconds. Current RSS: ~1385M. load average: 1.07 1.11 1.01 1/286 587434240 has_asset_host: true, visibility_level: 0, only_path: false, avatar_path_prefix: ["https://gitlab.example.com", "/gitlab"]4241 returns the expected avatar path4242 returns the expected avatar path with width parameter4243 when avatar is stored remotely4244 returns the expected avatar path4245# [RSpecRunTime] RSpec elapsed time: 17 minutes 12.94 seconds. Current RSS: ~1380M. load average: 1.07 1.11 1.01 1/285 587444246 has_asset_host: true, visibility_level: 10, only_path: true, avatar_path_prefix: ["https://gitlab.example.com", "/gitlab"]4247 returns the expected avatar path4248 returns the expected avatar path with width parameter4249 when avatar is stored remotely4250 returns the expected avatar path4251# [RSpecRunTime] RSpec elapsed time: 17 minutes 14.7 seconds. Current RSS: ~1388M. load average: 1.07 1.11 1.01 1/281 587454252 has_asset_host: true, visibility_level: 10, only_path: false, avatar_path_prefix: ["https://gitlab.example.com", "/gitlab"]4253 returns the expected avatar path4254 returns the expected avatar path with width parameter4255 when avatar is stored remotely4256 returns the expected avatar path4257# [RSpecRunTime] RSpec elapsed time: 17 minutes 16.44 seconds. Current RSS: ~1391M. load average: 1.07 1.11 1.01 1/281 587464258 has_asset_host: true, visibility_level: 20, only_path: true, avatar_path_prefix: []4259 returns the expected avatar path4260 returns the expected avatar path with width parameter4261 when avatar is stored remotely4262 returns the expected avatar path4263# [RSpecRunTime] RSpec elapsed time: 17 minutes 18.28 seconds. Current RSS: ~1393M. load average: 1.07 1.11 1.01 1/281 587474264 has_asset_host: true, visibility_level: 20, only_path: false, avatar_path_prefix: ["https://gitlab-assets.example.com"]4265 returns the expected avatar path4266 returns the expected avatar path with width parameter4267 when avatar is stored remotely4268 returns the expected avatar path4269# [RSpecRunTime] RSpec elapsed time: 17 minutes 20.08 seconds. Current RSS: ~1390M. load average: 1.07 1.11 1.01 1/281 587484270 has_asset_host: false, visibility_level: 0, only_path: true, avatar_path_prefix: ["/gitlab"]4271 returns the expected avatar path4272 returns the expected avatar path with width parameter4273 when avatar is stored remotely4274 returns the expected avatar path4275# [RSpecRunTime] RSpec elapsed time: 17 minutes 21.83 seconds. Current RSS: ~1393M. load average: 1.06 1.11 1.01 1/281 587494276 has_asset_host: false, visibility_level: 0, only_path: false, avatar_path_prefix: ["https://gitlab.example.com", "/gitlab"]4277 returns the expected avatar path4278 returns the expected avatar path with width parameter4279 when avatar is stored remotely4280 returns the expected avatar path4281# [RSpecRunTime] RSpec elapsed time: 17 minutes 23.63 seconds. Current RSS: ~1394M. load average: 1.06 1.11 1.01 1/281 587504282 has_asset_host: false, visibility_level: 10, only_path: true, avatar_path_prefix: ["/gitlab"]4283 returns the expected avatar path4284 returns the expected avatar path with width parameter4285 when avatar is stored remotely4286 returns the expected avatar path4287# [RSpecRunTime] RSpec elapsed time: 17 minutes 25.39 seconds. Current RSS: ~1393M. load average: 1.06 1.11 1.01 1/281 587514288 has_asset_host: false, visibility_level: 10, only_path: false, avatar_path_prefix: ["https://gitlab.example.com", "/gitlab"]4289 returns the expected avatar path4290 returns the expected avatar path with width parameter4291 when avatar is stored remotely4292 returns the expected avatar path4293# [RSpecRunTime] RSpec elapsed time: 17 minutes 27.14 seconds. Current RSS: ~1394M. load average: 1.06 1.10 1.01 1/281 587524294 has_asset_host: false, visibility_level: 20, only_path: true, avatar_path_prefix: ["/gitlab"]4295 returns the expected avatar path4296 returns the expected avatar path with width parameter4297 when avatar is stored remotely4298 returns the expected avatar path4299# [RSpecRunTime] RSpec elapsed time: 17 minutes 29.0 seconds. Current RSS: ~1394M. load average: 1.06 1.10 1.01 1/281 587534300 has_asset_host: false, visibility_level: 20, only_path: false, avatar_path_prefix: ["https://gitlab.example.com", "/gitlab"]4301 returns the expected avatar path4302 returns the expected avatar path with width parameter4303 when avatar is stored remotely4304 returns the expected avatar path4305# [RSpecRunTime] RSpec elapsed time: 17 minutes 30.93 seconds. Current RSS: ~1393M. load average: 1.05 1.10 1.01 1/281 587544306# [RSpecRunTime] Finishing example group spec/models/concerns/avatarable_spec.rb. It took 27.5 seconds. Expected to take 29.1 seconds.4307# [RSpecRunTime] Starting example group spec/serializers/member_serializer_spec.rb. Expected to take 27.08 seconds.4308MemberSerializer4309 group member4310 handles last group owner assignment4311 behaves like members.json4312 is expected to match schema "members"4313# [RSpecRunTime] RSpec elapsed time: 17 minutes 32.33 seconds. Current RSS: ~1391M. load average: 1.05 1.10 1.01 1/281 587554314 behaves like shared source members4315 when current user is unauthenticated4316 shared_source_visibility: :public, invited_group_visibility: :public, can_see_invited_members_source?: true4317 is expected to eq true4318 shared_source_visibility: :public, invited_group_visibility: :private, can_see_invited_members_source?: false4319 is expected to eq false4320 when current user non-member of shared source4321 shared_source_visibility: :public, invited_group_visibility: :public, can_see_invited_members_source?: true4322 is expected to eq true4323 shared_source_visibility: :public, invited_group_visibility: :private, can_see_invited_members_source?: false4324 is expected to eq false4325 when current user a member of shared source but not of invited group4326 shared_source_visibility: :public, invited_group_visibility: :public, can_see_invited_members_source?: true4327 is expected to eq true4328 shared_source_visibility: :public, invited_group_visibility: :private, can_see_invited_members_source?: false4329 is expected to eq false4330 shared_source_visibility: :private, invited_group_visibility: :public, can_see_invited_members_source?: true4331 is expected to eq true4332 shared_source_visibility: :private, invited_group_visibility: :private, can_see_invited_members_source?: false4333 is expected to eq false4334 when current user can manage member of shared group but not invited group members4335 shared_source_visibility: :public, invited_group_visibility: :public, can_see_invited_members_source?: true4336 is expected to eq true4337 shared_source_visibility: :public, invited_group_visibility: :private, can_see_invited_members_source?: true4338 is expected to eq true4339 shared_source_visibility: :private, invited_group_visibility: :public, can_see_invited_members_source?: true4340 is expected to eq true4341 shared_source_visibility: :private, invited_group_visibility: :private, can_see_invited_members_source?: true4342 is expected to eq true4343 project member4344 does not invoke group owner assignment4345 behaves like members.json4346 is expected to match schema "members"4347# [RSpecRunTime] RSpec elapsed time: 17 minutes 43.41 seconds. Current RSS: ~1395M. load average: 1.04 1.10 1.01 1/281 587564348 behaves like shared source members4349 when current user is unauthenticated4350 shared_source_visibility: :public, invited_group_visibility: :public, can_see_invited_members_source?: true4351 is expected to eq true4352# [RSpecRunTime] RSpec elapsed time: 17 minutes 44.54 seconds. Current RSS: ~1395M. load average: 1.04 1.10 1.01 1/281 587574353 shared_source_visibility: :public, invited_group_visibility: :private, can_see_invited_members_source?: false4354 is expected to eq false4355# [RSpecRunTime] RSpec elapsed time: 17 minutes 45.6 seconds. Current RSS: ~1396M. load average: 1.04 1.10 1.01 1/281 587584356 when current user non-member of shared source4357 shared_source_visibility: :public, invited_group_visibility: :public, can_see_invited_members_source?: true4358 is expected to eq true4359# [RSpecRunTime] RSpec elapsed time: 17 minutes 46.79 seconds. Current RSS: ~1398M. load average: 1.04 1.10 1.01 1/281 587594360 shared_source_visibility: :public, invited_group_visibility: :private, can_see_invited_members_source?: false4361 is expected to eq false4362# [RSpecRunTime] RSpec elapsed time: 17 minutes 47.98 seconds. Current RSS: ~1395M. load average: 1.04 1.10 1.01 1/281 587604363 when current user a member of shared source but not of invited group4364 shared_source_visibility: :public, invited_group_visibility: :public, can_see_invited_members_source?: true4365 is expected to eq true4366# [RSpecRunTime] RSpec elapsed time: 17 minutes 49.33 seconds. Current RSS: ~1396M. load average: 1.04 1.10 1.01 1/281 587614367 shared_source_visibility: :public, invited_group_visibility: :private, can_see_invited_members_source?: false4368 is expected to eq false4369# [RSpecRunTime] RSpec elapsed time: 17 minutes 50.66 seconds. Current RSS: ~1389M. load average: 1.04 1.10 1.01 1/281 587624370 shared_source_visibility: :private, invited_group_visibility: :public, can_see_invited_members_source?: true4371 is expected to eq true4372# [RSpecRunTime] RSpec elapsed time: 17 minutes 51.94 seconds. Current RSS: ~1389M. load average: 1.04 1.09 1.01 1/281 587634373 shared_source_visibility: :private, invited_group_visibility: :private, can_see_invited_members_source?: false4374 is expected to eq false4375# [RSpecRunTime] RSpec elapsed time: 17 minutes 53.36 seconds. Current RSS: ~1388M. load average: 1.04 1.09 1.01 1/281 587644376 when current user can manage member of shared group but not invited group members4377 shared_source_visibility: :public, invited_group_visibility: :public, can_see_invited_members_source?: true4378 is expected to eq true4379# [RSpecRunTime] RSpec elapsed time: 17 minutes 54.64 seconds. Current RSS: ~1386M. load average: 1.04 1.09 1.01 4/281 587654380 shared_source_visibility: :public, invited_group_visibility: :private, can_see_invited_members_source?: true4381 is expected to eq true4382# [RSpecRunTime] RSpec elapsed time: 17 minutes 56.0 seconds. Current RSS: ~1378M. load average: 1.03 1.09 1.01 1/281 587664383 shared_source_visibility: :private, invited_group_visibility: :public, can_see_invited_members_source?: true4384 is expected to eq true4385# [RSpecRunTime] RSpec elapsed time: 17 minutes 57.25 seconds. Current RSS: ~1375M. load average: 1.03 1.09 1.01 1/281 587674386 shared_source_visibility: :private, invited_group_visibility: :private, can_see_invited_members_source?: true4387 is expected to eq true4388# [RSpecRunTime] RSpec elapsed time: 17 minutes 58.47 seconds. Current RSS: ~1374M. load average: 1.03 1.09 1.01 1/281 587684389# [RSpecRunTime] Finishing example group spec/serializers/member_serializer_spec.rb. It took 27.54 seconds. Expected to take 27.08 seconds.4390# [RSpecRunTime] Starting example group spec/models/terraform/state_version_spec.rb. Expected to take 25.51 seconds.4391Terraform::StateVersion4392 does not allow STI4393 is expected to be a kind of FileStoreMounter4394 is expected to be a kind of EachBatch4395 is expected to belong to terraform_state required: true4396 is expected to belong to created_by_user class_name => User optional: true4397 is expected to belong to build class_name => Ci::Build optional: true4398 default attributes4399 is expected to eq 54400 is expected to eq 34401# [RSpecRunTime] RSpec elapsed time: 18 minutes 0.06 second. Current RSS: ~1386M. load average: 1.03 1.09 1.01 1/281 587694402 scopes4403 .ordered_by_version_desc4404 is expected to eq [5, 4, 3, 2, 1]4405# [RSpecRunTime] RSpec elapsed time: 18 minutes 3.85 seconds. Current RSS: ~1386M. load average: 1.03 1.09 1.01 1/282 587704406 .with_files_stored_locally4407 includes states with local storage4408 excludes states without local storage4409# [RSpecRunTime] RSpec elapsed time: 18 minutes 14.74 seconds. Current RSS: ~1342M. load average: 1.02 1.09 1.00 1/281 587714410 file storage4411 #file4412 returns the saved file4413# [RSpecRunTime] RSpec elapsed time: 18 minutes 15.99 seconds. Current RSS: ~1344M. load average: 1.02 1.09 1.00 1/281 587724414 #file_store4415 returns the value4416# [RSpecRunTime] RSpec elapsed time: 18 minutes 17.33 seconds. Current RSS: ~1350M. load average: 1.02 1.09 1.00 1/281 587734417 #update_file_store4418 when file is stored in object storage4419 sets file_store to remote4420# [RSpecRunTime] RSpec elapsed time: 18 minutes 18.64 seconds. Current RSS: ~1350M. load average: 1.02 1.09 1.00 1/281 587744421 when file is stored locally4422 sets file_store to local4423# [RSpecRunTime] RSpec elapsed time: 18 minutes 20.0 seconds. Current RSS: ~1352M. load average: 1.02 1.09 1.00 1/281 587754424 behaves like cleanup by a loose foreign key4425 cleans up (delete or nullify) the model4426# [RSpecRunTime] RSpec elapsed time: 18 minutes 21.87 seconds. Current RSS: ~1351M. load average: 1.02 1.08 1.00 1/281 587764427# [RSpecRunTime] Finishing example group spec/models/terraform/state_version_spec.rb. It took 23.39 seconds. Expected to take 25.51 seconds.4428# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 39.52 seconds.4429Lint factories for Terraform::StateVersion4430 with saas, license, and factory defaults4431 behaves like factory4432 terraform_state_version factory4433 does not raise error when built4434 does not raise error when created4435 linting :checksummed trait4436 does not raise error when created4437# [RSpecRunTime] RSpec elapsed time: 18 minutes 23.72 seconds. Current RSS: ~1363M. load average: 1.02 1.08 1.00 1/281 587854438 linting :checksum_failure trait4439 does not raise error when created4440 linting :verification_succeeded trait4441 does not raise error when created4442 linting :verification_failed trait4443 does not raise error when created4444# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 2.82 seconds. Expected to take 39.52 seconds.4445# [RSpecRunTime] Starting example group spec/lib/banzai/reference_parser/base_parser_spec.rb. Expected to take 24.25 seconds.4446Banzai::ReferenceParser::BaseParser4447 .reference_class4448 when the method is not defined4449 build the reference class4450 when the method is redefined4451 uses specified reference class4452 .reference_type=4453 sets the reference type4454 #project_for_node4455 returns the Project for a node4456 #nodes_visible_to_user4457 when the link has a data-project attribute4458 includes the link if can_read_reference? returns true4459 excludes the link if can_read_reference? returns false4460# [RSpecRunTime] RSpec elapsed time: 18 minutes 28.58 seconds. Current RSS: ~1374M. load average: 1.02 1.08 1.00 1/281 587894461 when the link does not have a data-project attribute4462 returns the nodes4463 #nodes_user_can_reference4464 returns the nodes4465 #referenced_by4466 when references_relation is implemented4467 and ids_only is set to false4468 returns a collection of objects4469 and ids_only is set to true4470 returns a collection of id values without performing a db query4471 and the html fragment does not contain any attributes4472 returns an empty array4473# [RSpecRunTime] RSpec elapsed time: 18 minutes 31.96 seconds. Current RSS: ~1380M. load average: 1.02 1.08 1.00 1/281 587904474 when references_relation is not implemented4475 raises NotImplementedError4476 #references_relation4477 raises NotImplementedError4478 #gather_attributes_per_project4479 returns a Hash containing attribute values per project4480 #grouped_objects_for_nodes4481 returns a Hash grouping objects per node4482 returns an empty Hash when entry does not exist in the database4483# [RSpecRunTime] RSpec elapsed time: 18 minutes 35.29 seconds. Current RSS: ~1383M. load average: 1.02 1.08 1.00 1/281 587914484 #unique_attribute_values4485 returns an Array of unique values4486 #process4487 gathers the references for every node matching the reference type4488 #gather_references4489 returns referenceable and visible objects, alongside all and visible nodes4490 is always empty if the input is empty4491# [RSpecRunTime] RSpec elapsed time: 18 minutes 37.97 seconds. Current RSS: ~1379M. load average: 0.93 1.06 1.00 1/281 587924492 #can?4493 delegates the permissions check to the Ability class4494 #find_projects_for_hash_keys4495 returns a list of Projects4496 #collection_objects_for_ids4497 with RequestStore disabled4498 queries the collection directly4499 with RequestStore enabled4500 queries the collection on the first call4501 does not query previously queried objects4502 casts String based IDs to Fixnums before querying objects4503 queries any additional objects after the first call4504 caches objects on a per collection class basis4505 will not overflow the stack4506# [RSpecRunTime] RSpec elapsed time: 18 minutes 44.99 seconds. Current RSS: ~1408M. load average: 0.94 1.06 1.00 1/281 587934507 #collection_cache_key4508 returns the cache key for a Class4509 returns the cache key for an ActiveRecord::Relation4510# [RSpecRunTime] RSpec elapsed time: 18 minutes 47.56 seconds. Current RSS: ~1387M. load average: 0.95 1.06 1.00 1/281 587944511# [RSpecRunTime] Finishing example group spec/lib/banzai/reference_parser/base_parser_spec.rb. It took 22.88 seconds. Expected to take 24.25 seconds.4512# [RSpecRunTime] Starting example group spec/services/members/projects/creator_service_spec.rb. Expected to take 23.22 seconds.4513Members::Projects::CreatorService4514 .access_levels4515 returns Gitlab::Access.sym_options_with_owner4516 behaves like owner management4517 .cannot_manage_owners?4518 when maintainer4519 cannot manage owners4520 when owner4521 can manage owners4522 .add_members4523 behaves like bulk member creation4524 returns Member objects4525 returns an empty array4526 supports different formats4527 with the same user sent more than once by user and by email4528 with the same user sent more than once by user id and by email4529 when current user does not have permission4530 does not succeed4531# [RSpecRunTime] RSpec elapsed time: 18 minutes 51.64 seconds. Current RSS: ~1382M. load average: 0.95 1.06 1.00 1/281 587954532 with different source types4533 with an array of sources4534 behaves like supports multiple sources4535 is expected to all be persisted4536 with a query producing sources4537 behaves like supports multiple sources4538 is expected to all be persisted4539 with de-duplication4540 has the same user by id and user4541 has the same user sent more than once4542 when a member already exists4543 has the same user sent more than once with the member already existing4544 supports existing users as expected with user_ids passed4545 supports existing users as expected without user ids passed4546# [RSpecRunTime] RSpec elapsed time: 18 minutes 55.61 seconds. Current RSS: ~1396M. load average: 0.95 1.06 1.00 1/281 587964547 .add_member4548 behaves like member creation4549 returns a Member object4550 sets members.expires_at to the given expires_at4551 accepts the :guest symbol as access level4552 accepts the 10 integer as access level4553 accepts the :reporter symbol as access level4554 accepts the 20 integer as access level4555 accepts the :developer symbol as access level4556 accepts the 30 integer as access level4557 accepts the :maintainer symbol as access level4558 accepts the 40 integer as access level4559 accepts the :owner symbol as access level4560 accepts the 50 integer as access level4561 when adding a project_bot4562 when project_bot is already a member4563 does not update the member4564# [RSpecRunTime] RSpec elapsed time: 19 minutes 0.1 second. Current RSS: ~1406M. load average: 0.95 1.06 1.00 1/281 587974565 when project_bot is not already a member4566 adds the member4567 when admin mode is enabled4568 sets members.created_by to the given admin current_user4569 when admin mode is disabled4570 rejects setting members.created_by to the given admin current_user4571 with no current_user4572 when called with a known user id4573 adds the user as a member4574 when called with an unknown user id4575 does not add the user as a member4576 when called with a user object4577 adds the user as a member4578 when called with a requester user object4579 adds the requester as a member4580 when called with a known user email4581 adds the user as a member4582 when called with an unknown user email4583 creates an invited member4584 when called with an unknown user email starting with a number4585 creates an invited member4586 when current_user can update member4587 creates the member4588 when called with a requester user object4589 adds the requester as a member4590 when current_user cannot update member4591 does not create the member4592 when called with a requester user object4593 does not destroy the requester4594 when member already exists4595 when member is a user4596 with no current_user4597 updates the member4598 when current_user can update member4599 updates the member4600 when current_user cannot update member4601 does not update the member4602 when member is an invite by email4603 updates the member for that email4604 authorized projects update4605 schedules a single project authorization update job when called multiple times4606# [RSpecRunTime] Finishing example group spec/services/members/projects/creator_service_spec.rb. It took 19.17 seconds. Expected to take 23.22 seconds.4607# [RSpecRunTime] Starting example group spec/services/members/create_service_spec.rb. Expected to take 20.34 seconds.4608Members::CreateService4609 when the current user does not have permission to create members4610 returns an unauthorized http_status4611 when a project maintainer attempts to add owners4612 raises a Gitlab::Access::AccessDeniedError4613# [RSpecRunTime] RSpec elapsed time: 19 minutes 8.57 seconds. Current RSS: ~1412M. load average: 1.03 1.07 1.00 1/281 587984614 when passing an invalid source4615 raises a RuntimeError4616 when trying to create a Membership with invalid params4617 returns an error response4618 when passing valid parameters4619 adds a user to members4620 when user_id is passed as an integer4621 successfully creates member4622# [RSpecRunTime] RSpec elapsed time: 19 minutes 10.29 seconds. Current RSS: ~1407M. load average: 1.03 1.07 1.00 1/281 587994623 with user_id as an array of integers4624 successfully creates members4625 with user_id as an array of strings4626 successfully creates members4627 when executing on a group4628 adds a user to members4629 triggers a members added event4630# [RSpecRunTime] RSpec elapsed time: 19 minutes 13.11 seconds. Current RSS: ~1416M. load average: 0.95 1.05 1.00 1/281 588004631 when only one user fails validations4632 triggers the authorizations changed events4633 triggers the members added event4634# [RSpecRunTime] RSpec elapsed time: 19 minutes 15.22 seconds. Current RSS: ~1409M. load average: 0.95 1.05 1.00 1/281 588014635 when all users fail validations4636 does not trigger the members added event4637# [RSpecRunTime] RSpec elapsed time: 19 minutes 16.49 seconds. Current RSS: ~1405M. load average: 0.96 1.05 1.00 1/281 588024638 when passing no user ids4639 does not add a member4640 when passing many user ids4641 limits the number of users to 1004642 when passing an invalid access level4643 does not add a member4644 when passing an existing invite user id4645 allows already invited members to be re-invited by email and updates the member access4646# [RSpecRunTime] RSpec elapsed time: 19 minutes 18.75 seconds. Current RSS: ~1407M. load average: 0.96 1.05 1.00 1/281 588034647 when adding a project_bot4648 when project_bot is already a member4649 does not update the member4650 when project_bot is not already a member4651 adds the member4652 when tracking the invite source4653 when invite_source is not passed4654 raises an error4655 when invite_source is passed4656 tracks the invite source from params4657 with an already existing member4658 tracks the invite source from params4659# [RSpecRunTime] RSpec elapsed time: 19 minutes 21.45 seconds. Current RSS: ~1411M. load average: 0.96 1.05 1.00 1/281 588044660 when it is a net_new_user4661 tracks the invite source from params4662 with raised errors4663 error: Members::CreateService::BlankInvitesError, stubbed_method: :validate_invite_source!, reason: :blank_invites_error4664 returns the correct reason4665 error: Members::CreateService::TooManyInvitesError, stubbed_method: :validate_invitable!, reason: :too_many_invites_error4666 returns the correct reason4667 error: Members::CreateService::MembershipLockedError, stubbed_method: :add_members, reason: :membership_locked_error4668 returns the correct reason4669 error: Members::CreateService::SeatLimitExceededError, stubbed_method: :add_members, reason: :seat_limit_exceeded_error4670 returns the correct reason4671# [RSpecRunTime] Finishing example group spec/services/members/create_service_spec.rb. It took 16.44 seconds. Expected to take 20.34 seconds.4672# [RSpecRunTime] Starting example group spec/services/groups/import_export/import_service_spec.rb. Expected to take 19.02 seconds.4673Groups::ImportExport::ImportService4674 #async_execute4675 when the job can be successfully scheduled4676 creates group import state4677 enqueues an import job4678 marks the group import as in progress4679 returns truthy4680 when the job cannot be scheduled4681 returns falsey4682 does not mark the group import as created4683 when importing a ndjson export4684 when user has correct permissions4685 imports group structure successfully4686 tracks the event4687 removes import file4688 removes tmp files4689 logs the import success4690# [RSpecRunTime] RSpec elapsed time: 19 minutes 34.36 seconds. Current RSS: ~1375M. load average: 0.97 1.05 1.00 1/284 588334691 when user does not have correct permissions4692 logs the error and raises an exception4693 tracks the error4694# [RSpecRunTime] RSpec elapsed time: 19 minutes 35.38 seconds. Current RSS: ~1374M. load average: 0.97 1.05 1.00 1/284 588344695 when there are errors with the import file4696 logs the error and raises an exception4697 when there are errors with the sub-relations4698 successfully imports the group4699 logs the import success4700# [RSpecRunTime] RSpec elapsed time: 19 minutes 39.37 seconds. Current RSS: ~1377M. load average: 0.97 1.05 1.00 2/284 588484701 when importing a json export4702 logs the error and raises an exception4703 tracks the error4704# [RSpecRunTime] RSpec elapsed time: 19 minutes 40.89 seconds. Current RSS: ~1378M. load average: 0.97 1.05 1.00 1/284 588594705# [RSpecRunTime] Finishing example group spec/services/groups/import_export/import_service_spec.rb. It took 17.7 seconds. Expected to take 19.02 seconds.4706# [RSpecRunTime] Starting example group spec/models/concerns/discussion_on_diff_spec.rb. Expected to take 17.92 seconds.4707DiscussionOnDiff4708 does not allow STI4709 #truncated_diff_lines4710 when diff is greater than allowed number of truncated diff lines4711 returns fewer lines4712 with truncated diff lines diff limit set4713 when diff limit is higher than default4714 returns fewer lines than the default4715# [RSpecRunTime] RSpec elapsed time: 19 minutes 43.89 seconds. Current RSS: ~1406M. load average: 0.97 1.05 1.00 1/287 589904716 when diff_limit is lower than default4717 returns fewer lines than the default4718# [RSpecRunTime] RSpec elapsed time: 19 minutes 45.26 seconds. Current RSS: ~1410M. load average: 0.97 1.05 1.00 1/287 590574719 when some diff lines are meta4720 returns no meta lines4721# [RSpecRunTime] RSpec elapsed time: 19 minutes 46.68 seconds. Current RSS: ~1417M. load average: 0.97 1.05 1.00 1/287 591244722 when the diff line does not exist on a legacy diff note4723 returns an empty array4724# [RSpecRunTime] RSpec elapsed time: 19 minutes 48.1 seconds. Current RSS: ~1420M. load average: 0.97 1.05 1.00 1/287 591764725 when the diff line does not exist on a corrupt diff note4726 returns an empty array4727# [RSpecRunTime] RSpec elapsed time: 19 minutes 49.5 seconds. Current RSS: ~1421M. load average: 0.97 1.05 1.00 1/287 592424728 when the discussion is on an image4729 returns an empty array4730# [RSpecRunTime] RSpec elapsed time: 19 minutes 50.76 seconds. Current RSS: ~1421M. load average: 0.98 1.05 1.00 1/287 592944731 #line_code_in_diffs4732 when the discussion is active in the diff4733 returns the current line code4734# [RSpecRunTime] RSpec elapsed time: 19 minutes 52.15 seconds. Current RSS: ~1422M. load average: 0.98 1.05 1.00 1/287 593604735 when the discussion was created in the diff4736 returns the original line code4737# [RSpecRunTime] RSpec elapsed time: 19 minutes 53.62 seconds. Current RSS: ~1422M. load average: 0.98 1.05 1.00 1/287 594254738 when the discussion is unrelated to the diff4739 returns nil4740# [RSpecRunTime] RSpec elapsed time: 19 minutes 55.1 seconds. Current RSS: ~1421M. load average: 0.98 1.05 1.00 1/287 594924741# [RSpecRunTime] Finishing example group spec/models/concerns/discussion_on_diff_spec.rb. It took 14.25 seconds. Expected to take 17.92 seconds.4742# [RSpecRunTime] Starting example group spec/lib/gitlab/suggestions/suggestion_set_spec.rb. Expected to take 17.43 seconds.4743Gitlab::Suggestions::SuggestionSet4744 merge_request: merge_request_same_project4745 #source_project4746 returns the source project associated with the suggestions4747# [RSpecRunTime] RSpec elapsed time: 19 minutes 57.94 seconds. Current RSS: ~1421M. load average: 0.98 1.05 1.00 1/287 596074748 #target_project4749 returns the target project associated with the suggestions4750 #branch4751 returns the branch associated with the suggestions4752 #valid?4753 returns true if no errors are found4754 returns false if an error is found4755# [RSpecRunTime] RSpec elapsed time: 20 minutes 0.08 second. Current RSS: ~1422M. load average: 0.98 1.05 1.00 1/287 597184756 #error_message4757 returns an error message if an error is found4758 returns nil if no errors are found4759# [RSpecRunTime] RSpec elapsed time: 20 minutes 1.89 seconds. Current RSS: ~1438M. load average: 0.98 1.04 1.00 1/288 598084760 #actions4761 returns an array of hashes with proper key/value pairs4762 #file_paths4763 returns an array of unique file paths associated with the suggestions4764 merge_request: merge_request_from_fork4765 #source_project4766 returns the source project associated with the suggestions4767 #target_project4768 returns the target project associated with the suggestions4769 #branch4770 returns the branch associated with the suggestions4771 #valid?4772 returns true if no errors are found4773 returns false if an error is found4774# [RSpecRunTime] RSpec elapsed time: 20 minutes 5.11 seconds. Current RSS: ~1436M. load average: 0.98 1.04 1.00 1/288 599944775 #error_message4776 returns an error message if an error is found4777 returns nil if no errors are found4778# [RSpecRunTime] RSpec elapsed time: 20 minutes 6.83 seconds. Current RSS: ~1439M. load average: 1.22 1.09 1.02 1/287 600844779 #actions4780 returns an array of hashes with proper key/value pairs4781 #file_paths4782 returns an array of unique file paths associated with the suggestions4783# [RSpecRunTime] Finishing example group spec/lib/gitlab/suggestions/suggestion_set_spec.rb. It took 12.53 seconds. Expected to take 17.43 seconds.4784# [RSpecRunTime] Starting example group spec/models/integrations/discord_spec.rb. Expected to take 16.36 seconds.4785Integrations::Discord4786 does not allow STI4787 behaves like chat integration4788 Associations4789 is expected to belong to project required: false4790 Validations4791 when integration is active4792 is expected to validate that :webhook cannot be empty/falsy4793 behaves like issue tracker integration URL attribute4794 is expected to allow :webhook to be ‹"https://example.com"›4795 is expected not to allow :webhook to be ‹"example.com"›4796 is expected not to allow :webhook to be ‹"ftp://example.com"›4797 is expected not to allow :webhook to be ‹"herp-and-derp"›4798# [RSpecRunTime] RSpec elapsed time: 20 minutes 9.22 seconds. Current RSS: ~1446M. load average: 1.22 1.09 1.02 1/286 601464799 when integration is inactive4800 is expected not to validate that :webhook cannot be empty/falsy4801 .supported_events4802 supports deployment_events4803 #execute4804 with push events4805 behaves like triggered Discord notifications integration4806 calls Discord notifications API4807 with default branch4808 when only default branch are to be notified4809 behaves like triggered Discord notifications integration4810 calls Discord notifications API4811 when only protected branches are to be notified4812 behaves like untriggered Discord notifications integration4813 does not call Discord notifications API4814 when default and protected branches are to be notified4815 behaves like triggered Discord notifications integration4816 calls Discord notifications API4817 when all branches are to be notified4818 behaves like triggered Discord notifications integration4819 calls Discord notifications API4820 with protected branch4821 when only default branch are to be notified4822 behaves like untriggered Discord notifications integration4823 does not call Discord notifications API4824 when only protected branches are to be notified4825 behaves like triggered Discord notifications integration4826 calls Discord notifications API4827 when default and protected branches are to be notified4828 behaves like triggered Discord notifications integration4829 calls Discord notifications API4830 when all branches are to be notified4831 behaves like triggered Discord notifications integration4832 calls Discord notifications API4833 with neither default nor protected branch4834 when only default branch are to be notified4835 behaves like untriggered Discord notifications integration4836 does not call Discord notifications API4837# [RSpecRunTime] RSpec elapsed time: 20 minutes 13.03 seconds. Current RSS: ~1454M. load average: 1.20 1.09 1.02 1/286 601894838 when only protected branches are to be notified4839 behaves like untriggered Discord notifications integration4840 does not call Discord notifications API4841 when default and protected branches are to be notified4842 behaves like untriggered Discord notifications integration4843 does not call Discord notifications API4844 when all branches are to be notified4845 behaves like triggered Discord notifications integration4846 calls Discord notifications API4847 with issue events4848 behaves like triggered Discord notifications integration4849 calls Discord notifications API4850 with merge events4851 behaves like triggered Discord notifications integration4852 calls Discord notifications API4853 with wiki page events4854 behaves like triggered Discord notifications integration4855 calls Discord notifications API4856 with note events4857 with commit comment4858 behaves like triggered Discord notifications integration4859 calls Discord notifications API4860 with merge request comment4861 behaves like triggered Discord notifications integration4862 calls Discord notifications API4863 with issue comment4864 behaves like triggered Discord notifications integration4865 calls Discord notifications API4866 with snippet comment4867 behaves like triggered Discord notifications integration4868 calls Discord notifications API4869 with pipeline events4870 with failed pipeline4871 behaves like triggered Discord notifications integration4872 calls Discord notifications API4873 with succeeded pipeline4874 with default notify_only_broken_pipelines4875 does not call Discord notifications API4876 when notify_only_broken_pipelines is false4877 behaves like triggered Discord notifications integration4878 calls Discord notifications API4879 with default branch4880 when only default branch are to be notified4881 behaves like triggered Discord notifications integration4882 calls Discord notifications API4883 when only protected branches are to be notified4884 behaves like untriggered Discord notifications integration4885 does not call Discord notifications API4886 when default and protected branches are to be notified4887 behaves like triggered Discord notifications integration4888 calls Discord notifications API4889 when all branches are to be notified4890 behaves like triggered Discord notifications integration4891 calls Discord notifications API4892 with protected branch4893 when only default branch are to be notified4894 behaves like untriggered Discord notifications integration4895 does not call Discord notifications API4896 when only protected branches are to be notified4897 behaves like triggered Discord notifications integration4898 calls Discord notifications API4899 when default and protected branches are to be notified4900 behaves like triggered Discord notifications integration4901 calls Discord notifications API4902 when all branches are to be notified4903 behaves like triggered Discord notifications integration4904 calls Discord notifications API4905 with neither default nor protected branch4906 when only default branch are to be notified4907 behaves like untriggered Discord notifications integration4908 does not call Discord notifications API4909 when only protected branches are to be notified4910 behaves like untriggered Discord notifications integration4911 does not call Discord notifications API4912 when default and protected branches are to be notified4913 behaves like untriggered Discord notifications integration4914 does not call Discord notifications API4915 when all branches are to be notified4916 behaves like triggered Discord notifications integration4917 calls Discord notifications API4918 deployment events4919 behaves like triggered Discord notifications integration4920 calls Discord notifications API4921 behaves like supports group mentions4922 supports group mentions4923 #supported_events4924 when used in a project4925 does not support group mentions4926 when used in a group4927 supports group mentions4928 validations4929 only allows one channel on events4930 when given more than one channel4931 is expected not to be valid4932 when given one channel4933 is expected to be valid4934 #execute4935 uses the right embed parameters4936 DNS rebind to local address4937 does not allow DNS rebinding4938 when the Discord request fails4939 logs an error and returns false4940# [RSpecRunTime] Finishing example group spec/models/integrations/discord_spec.rb. It took 15.85 seconds. Expected to take 16.36 seconds.4941# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 39.52 seconds.4942Lint factories for Integrations::Discord4943 with saas, license, and factory defaults4944 behaves like factory4945 discord_integration factory4946 does not raise error when built4947 does not raise error when created4948# [RSpecRunTime] RSpec elapsed time: 20 minutes 24.69 seconds. Current RSS: ~1464M. load average: 1.17 1.09 1.01 1/286 603784949# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.19 seconds. Expected to take 39.52 seconds.4950# [RSpecRunTime] Starting example group spec/policies/project_member_policy_spec.rb. Expected to take 15.92 seconds.4951ProjectMemberPolicy4952 with regular member4953 is expected to be allowed :read_project4954 is expected to be allowed :update_project_member4955 is expected to be allowed :destroy_project_member4956 is expected not to be allowed :destroy_project_bot_member4957# [RSpecRunTime] RSpec elapsed time: 20 minutes 30.57 seconds. Current RSS: ~1420M. load average: 1.16 1.09 1.01 1/286 603794958 when user is the holder of personal namespace in which the project resides4959 is expected to be allowed :read_project4960 is expected to be disallowed :update_project_member4961 is expected to be disallowed :destroy_project_member4962# [RSpecRunTime] RSpec elapsed time: 20 minutes 32.93 seconds. Current RSS: ~1407M. load average: 1.15 1.08 1.01 1/285 603804963 with a bot member4964 is expected to be allowed :destroy_project_bot_member4965 is expected not to be allowed :update_project_member4966 is expected not to be allowed :destroy_project_member4967# [RSpecRunTime] RSpec elapsed time: 20 minutes 36.95 seconds. Current RSS: ~1386M. load average: 1.13 1.08 1.01 1/281 603814968 for access requests4969 for own access request4970 is expected to be allowed :withdraw_member_access_request4971# [RSpecRunTime] RSpec elapsed time: 20 minutes 38.83 seconds. Current RSS: ~1383M. load average: 1.13 1.08 1.01 1/281 603824972 for another user's access request4973 is expected not to be allowed :withdraw_member_access_request4974# [RSpecRunTime] RSpec elapsed time: 20 minutes 40.39 seconds. Current RSS: ~1384M. load average: 1.13 1.08 1.01 1/281 603834975 for own, valid membership4976 is expected not to be allowed :withdraw_member_access_request4977# [RSpecRunTime] RSpec elapsed time: 20 minutes 41.7 seconds. Current RSS: ~1384M. load average: 1.12 1.08 1.01 1/281 603844978# [RSpecRunTime] Finishing example group spec/policies/project_member_policy_spec.rb. It took 16.99 seconds. Expected to take 15.92 seconds.4979# [RSpecRunTime] Starting example group spec/models/deployment_metrics_spec.rb. Expected to take 14.87 seconds.4980DeploymentMetrics4981 does not allow STI4982 #has_metrics?4983 when deployment is failed4984 is expected to be falsy4985# [RSpecRunTime] RSpec elapsed time: 20 minutes 43.22 seconds. Current RSS: ~1389M. load average: 1.12 1.08 1.01 1/283 603964986 when deployment is success4987 without a monitoring integration4988 is expected to be falsy4989# [RSpecRunTime] RSpec elapsed time: 20 minutes 44.27 seconds. Current RSS: ~1400M. load average: 1.12 1.08 1.01 1/285 604084990 with a Prometheus integration4991 is expected to be truthy4992 with a Prometheus integration that cannot query4993 is expected to be falsy4994 with a Prometheus integration that is not configured4995 is expected to be falsy4996 with a cluster Prometheus4997 is expected to be truthy4998# [RSpecRunTime] RSpec elapsed time: 20 minutes 49.25 seconds. Current RSS: ~1432M. load average: 1.19 1.10 1.02 1/286 604644999 #metrics5000 metrics are disabled5001 is expected to eq {}5002# [RSpecRunTime] RSpec elapsed time: 20 minutes 50.33 seconds. Current RSS: ~1429M. load average: 1.19 1.10 1.02 1/286 604765003 metrics are enabled5004 is expected to eq {:deployment_time=>1717002366, :last_update=>42, :metrics=>{}, :success=>true}5005 #additional_metrics5006 metrics are disabled5007 is expected to eq {}5008# [RSpecRunTime] RSpec elapsed time: 20 minutes 52.94 seconds. Current RSS: ~1424M. load average: 1.18 1.10 1.02 1/286 605055009 metrics are enabled5010 is expected to eq {:deployment_time=>1717002369, :last_update=>42, :metrics=>{}, :success=>true}5011# [RSpecRunTime] RSpec elapsed time: 20 minutes 54.6 seconds. Current RSS: ~1426M. load average: 1.18 1.10 1.02 1/286 605235012# [RSpecRunTime] Finishing example group spec/models/deployment_metrics_spec.rb. It took 12.92 seconds. Expected to take 14.87 seconds.5013# [RSpecRunTime] Starting example group spec/finders/starred_projects_finder_spec.rb. Expected to take 14.51 seconds.5014StarredProjectsFinder5015 #execute5016 user has a public profile5017 as same user5018 is expected to contain exactly #<Project id:601 namespace658/project-600>>, #<Project id:602 namespace659/project-601>>, and #<Project id:603 namespace660/project-602>>5019# [RSpecRunTime] RSpec elapsed time: 20 minutes 56.69 seconds. Current RSS: ~1415M. load average: 1.16 1.09 1.02 1/286 605305020 as other user5021 is expected to contain exactly #<Project id:604 namespace661/project-603>> and #<Project id:605 namespace662/project-604>>5022# [RSpecRunTime] RSpec elapsed time: 20 minutes 58.61 seconds. Current RSS: ~1396M. load average: 1.16 1.09 1.02 1/286 605375023 as no user5024 is expected to contain exactly #<Project id:607 namespace664/project-606>> and #<Project id:608 namespace665/project-607>>5025# [RSpecRunTime] RSpec elapsed time: 21 minutes 0.42 second. Current RSS: ~1385M. load average: 1.16 1.09 1.02 1/286 605445026 user has a private profile5027 as same user5028 is expected to contain exactly #<Project id:610 namespace667/project-609>>, #<Project id:611 namespace668/project-610>>, and #<Project id:612 namespace669/project-611>>5029# [RSpecRunTime] RSpec elapsed time: 21 minutes 3.45 seconds. Current RSS: ~1366M. load average: 1.15 1.09 1.02 1/286 605515030 as other user5031 user does not have access to view the private profile5032 is expected to be empty5033# [RSpecRunTime] RSpec elapsed time: 21 minutes 5.33 seconds. Current RSS: ~1360M. load average: 1.15 1.09 1.02 1/281 605585034 user has access to view the private profile5035 is expected to contain exactly #<Project id:616 namespace673/project-615>>, #<Project id:617 namespace674/project-616>>, and #<Project id:618 namespace675/project-617>>5036# [RSpecRunTime] RSpec elapsed time: 21 minutes 7.33 seconds. Current RSS: ~1359M. load average: 1.22 1.11 1.02 1/281 605655037 as no user5038 is expected to be empty5039# [RSpecRunTime] RSpec elapsed time: 21 minutes 9.15 seconds. Current RSS: ~1356M. load average: 1.22 1.11 1.02 1/281 605725040# [RSpecRunTime] Finishing example group spec/finders/starred_projects_finder_spec.rb. It took 14.56 seconds. Expected to take 14.51 seconds.5041# [RSpecRunTime] Starting example group spec/uploaders/packages/debian/distribution_release_file_uploader_spec.rb. Expected to take 14.09 seconds.5042Packages::Debian::DistributionReleaseFileUploader5043 Packages::Debian::ProjectDistribution5044 behaves like builds correct paths5045 #store_dir5046 behaves like matches the method pattern5047 is expected to match /^\h{2}\/\h{2}\/\h{64}\/debian_project_distribution\/\d+$/5048 #cache_dir5049 behaves like matches the method pattern5050 is expected to match /\/packages\/tmp\/cache$/5051 #work_dir5052 behaves like matches the method pattern5053 is expected to match /\/packages\/tmp\/work$/5054 #upload_path5055 behaves like matches the method pattern5056 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5057 #relative_path5058 is relative (PENDING: Path not set, skipping.)5059 .absolute_path5060 behaves like matches the method pattern5061 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5062 .base_dir5063 behaves like matches the method pattern5064 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5065 path traversal exploits5066 throws an exception5067 object store is remote5068 behaves like builds correct paths5069 #store_dir5070 behaves like matches the method pattern5071 is expected to match /^\h{2}\/\h{2}\/\h{64}\/debian_project_distribution\/\d+$/5072 #cache_dir5073 behaves like matches the method pattern5074 is expected to match /\/packages\/tmp\/cache$/5075 #work_dir5076 behaves like matches the method pattern5077 is expected to match /\/packages\/tmp\/work$/5078 #upload_path5079 behaves like matches the method pattern5080 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5081 #relative_path5082 is relative (PENDING: Path not set, skipping.)5083 .absolute_path5084 behaves like matches the method pattern5085 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5086 .base_dir5087 behaves like matches the method pattern5088 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5089 path traversal exploits5090 throws an exception5091 remote file5092 with object storage enabled5093 can store file remotely5094 #filename5095 is expected to eq "Release"5096 with signed_file5097 is expected to eq "InRelease"5098# [RSpecRunTime] RSpec elapsed time: 21 minutes 20.04 seconds. Current RSS: ~1389M. load average: 1.18 1.10 1.02 1/281 605735099 Packages::Debian::GroupDistribution5100 behaves like builds correct paths5101 #store_dir5102 behaves like matches the method pattern5103 is expected to match /^\h{2}\/\h{2}\/\h{64}\/debian_group_distribution\/\d+$/5104 #cache_dir5105 behaves like matches the method pattern5106 is expected to match /\/packages\/tmp\/cache$/5107 #work_dir5108 behaves like matches the method pattern5109 is expected to match /\/packages\/tmp\/work$/5110 #upload_path5111 behaves like matches the method pattern5112 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5113 #relative_path5114 is relative (PENDING: Path not set, skipping.)5115 .absolute_path5116 behaves like matches the method pattern5117 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5118 .base_dir5119 behaves like matches the method pattern5120 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5121 path traversal exploits5122 throws an exception5123 object store is remote5124 behaves like builds correct paths5125 #store_dir5126 behaves like matches the method pattern5127 is expected to match /^\h{2}\/\h{2}\/\h{64}\/debian_group_distribution\/\d+$/5128 #cache_dir5129 behaves like matches the method pattern5130 is expected to match /\/packages\/tmp\/cache$/5131 #work_dir5132 behaves like matches the method pattern5133 is expected to match /\/packages\/tmp\/work$/5134 #upload_path5135 behaves like matches the method pattern5136 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5137 #relative_path5138 is relative (PENDING: Path not set, skipping.)5139 .absolute_path5140 behaves like matches the method pattern5141 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5142 .base_dir5143 behaves like matches the method pattern5144 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5145 path traversal exploits5146 throws an exception5147 remote file5148 with object storage enabled5149 can store file remotely5150 #filename5151 is expected to eq "Release"5152 with signed_file5153 is expected to eq "InRelease"5154# [RSpecRunTime] Finishing example group spec/uploaders/packages/debian/distribution_release_file_uploader_spec.rb. It took 15.66 seconds. Expected to take 14.09 seconds.5155# [RSpecRunTime] Starting example group spec/services/search/global_service_spec.rb. Expected to take 13.31 seconds.5156Search::GlobalService5157 #execute5158 unauthenticated5159 returns public projects only5160# [RSpecRunTime] RSpec elapsed time: 21 minutes 26.88 seconds. Current RSS: ~1409M. load average: 1.16 1.10 1.02 1/281 605745161 authenticated5162 returns public, internal and private projects5163 returns only public & internal projects5164 project name is searchable5165 does not return archived projects5166 returns archived projects if the include_archived option is passed5167 issues5168 sorting5169 sort: created_desc5170 sorts results by created_at5171 sort: created_asc5172 sorts results by created_at5173 sort: updated_desc5174 sorts results by updated_desc5175 sort: updated_asc5176 sorts results by updated_asc5177 merge_request5178 sorting5179 sort: created_desc5180 sorts results by created_at5181# [RSpecRunTime] RSpec elapsed time: 21 minutes 31.71 seconds. Current RSS: ~1405M. load average: 1.06 1.08 1.01 1/281 605755182 sort: created_asc5183 sorts results by created_at5184# [RSpecRunTime] RSpec elapsed time: 21 minutes 33.17 seconds. Current RSS: ~1397M. load average: 1.06 1.08 1.01 1/281 605765185 sort: updated_desc5186 sorts results by updated_desc5187# [RSpecRunTime] RSpec elapsed time: 21 minutes 34.54 seconds. Current RSS: ~1383M. load average: 1.06 1.08 1.01 1/281 605775188 sort: updated_asc5189 sorts results by updated_asc5190# [RSpecRunTime] RSpec elapsed time: 21 minutes 36.42 seconds. Current RSS: ~1389M. load average: 1.06 1.08 1.01 1/281 605785191# [RSpecRunTime] Finishing example group spec/services/search/global_service_spec.rb. It took 11.73 seconds. Expected to take 13.31 seconds.5192# [RSpecRunTime] Starting example group spec/services/ci/pipeline_artifacts/destroy_all_expired_service_spec.rb. Expected to take 12.97 seconds.5193Ci::PipelineArtifacts::DestroyAllExpiredService5194 .execute5195 when timeout happens5196 returns 0 and does not continue destroying5197 when there are no artifacts5198 does not raise error5199 when the loop limit is reached5200 destroys one artifact5201 reports the number of destroyed artifacts5202# [RSpecRunTime] RSpec elapsed time: 21 minutes 40.17 seconds. Current RSS: ~1391M. load average: 1.06 1.08 1.01 1/281 605795203 when there are artifacts more than batch sizes5204 destroys all expired artifacts5205 reports the number of destroyed artifacts5206# [RSpecRunTime] RSpec elapsed time: 21 minutes 42.7 seconds. Current RSS: ~1389M. load average: 0.97 1.06 1.01 1/281 605805207 when artifacts are not expired5208 does not destroy pipeline artifacts5209 reports the number of destroyed artifacts5210# [RSpecRunTime] RSpec elapsed time: 21 minutes 44.1 seconds. Current RSS: ~1390M. load average: 0.97 1.06 1.01 1/281 605815211 when pipeline is locked5212 does not destroy pipeline artifacts5213 reports the number of destroyed artifacts5214# [RSpecRunTime] RSpec elapsed time: 21 minutes 45.47 seconds. Current RSS: ~1390M. load average: 0.97 1.06 1.01 1/281 605825215 with unlocked pipeline artifacts5216 destroys all expired artifacts5217 when the loop limit is reached5218 destroys one artifact5219 reports the number of destroyed artifacts5220# [RSpecRunTime] RSpec elapsed time: 21 minutes 49.41 seconds. Current RSS: ~1384M. load average: 0.97 1.06 1.01 1/281 605835221 .destroy_artifacts_batch5222 returns a falsy value without artifacts5223# [RSpecRunTime] Finishing example group spec/services/ci/pipeline_artifacts/destroy_all_expired_service_spec.rb. It took 12.98 seconds. Expected to take 12.97 seconds.5224# [RSpecRunTime] Starting example group spec/uploaders/ci/pipeline_artifact_uploader_spec.rb. Expected to take 12.42 seconds.5225Ci::PipelineArtifactUploader5226 behaves like builds correct paths5227 #store_dir5228 behaves like matches the method pattern5229 is expected to match /\h{2}\/\h{2}\/\h{64}\/pipelines\/\d+\/artifacts\/\d+/5230 #cache_dir5231 behaves like matches the method pattern5232 is expected to match /artifacts\/tmp\/cache/5233 #work_dir5234 behaves like matches the method pattern5235 is expected to match /artifacts\/tmp\/work/5236 #upload_path5237 behaves like matches the method pattern5238 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5239 #relative_path5240 is relative (PENDING: Path not set, skipping.)5241 .absolute_path5242 behaves like matches the method pattern5243 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5244 .base_dir5245 behaves like matches the method pattern5246 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5247 path traversal exploits5248 throws an exception5249 when object store is REMOTE5250 behaves like builds correct paths5251 #store_dir5252 behaves like matches the method pattern5253 is expected to match /\h{2}\/\h{2}\/\h{64}\/pipelines\/\d+\/artifacts\/\d+/5254 #cache_dir5255 behaves like matches the method pattern5256 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5257 #work_dir5258 behaves like matches the method pattern5259 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5260 #upload_path5261 behaves like matches the method pattern5262 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5263 #relative_path5264 is relative (PENDING: Path not set, skipping.)5265 .absolute_path5266 behaves like matches the method pattern5267 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5268 .base_dir5269 behaves like matches the method pattern5270 example at ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:8 (PENDING: No pattern provided, skipping.)5271 path traversal exploits5272 throws an exception5273 when file is stored in valid local_path5274 is expected to match /\/builds\/gitlab-community\/gitlab\/tmp\/tests\/artifacts\/\h{2}\/\h{2}\/\h{64}\/pipelines\/170\/artifacts\/36\/code_coverage.json/5275# [RSpecRunTime] Finishing example group spec/uploaders/ci/pipeline_artifact_uploader_spec.rb. It took 10.64 seconds. Expected to take 12.42 seconds.5276# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/pipeline/chain/ensure_environments_spec.rb. Expected to take 11.72 seconds.5277Gitlab::Ci::Pipeline::Chain::EnsureEnvironments5278 #perform!5279 when a pipeline contains a deployment job5280 and the environment does not exist5281 creates the environment specified by the job5282 and the pipeline is for a merge request5283 associates the environment with the merge request5284# [RSpecRunTime] RSpec elapsed time: 22 minutes 3.68 seconds. Current RSS: ~1375M. load average: 0.98 1.06 1.01 1/281 605845285 when an environment has already been existed5286 ensures environment existence for the job5287 and the pipeline is for a merge request5288 does not associate the environment with the merge request5289# [RSpecRunTime] RSpec elapsed time: 22 minutes 6.93 seconds. Current RSS: ~1373M. load average: 0.90 1.04 1.00 1/281 605855290 when an environment name contains an invalid character5291 sets the failure status5292# [RSpecRunTime] RSpec elapsed time: 22 minutes 9.73 seconds. Current RSS: ~1365M. load average: 0.90 1.04 1.00 1/281 605865293 when a pipeline contains a teardown job5294 ensures environment existence for the job5295# [RSpecRunTime] RSpec elapsed time: 22 minutes 11.3 seconds. Current RSS: ~1365M. load average: 0.91 1.04 1.00 1/281 605875296 when a pipeline does not contain a deployment job5297 does not create any environments5298# [RSpecRunTime] RSpec elapsed time: 22 minutes 12.81 seconds. Current RSS: ~1368M. load average: 0.91 1.04 1.00 1/281 605885299# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/pipeline/chain/ensure_environments_spec.rb. It took 12.62 seconds. Expected to take 11.72 seconds.5300# [RSpecRunTime] Starting example group spec/lib/gitlab/import_export/project/import_task_spec.rb. Expected to take 11.63 seconds.5301Gitlab::ImportExport::Project::ImportTask5302 when project import is valid5303 performs project import successfully5304 behaves like rake task with disabled object_storage5305 disables direct & background upload only for service call5306# [RSpecRunTime] RSpec elapsed time: 22 minutes 20.97 seconds. Current RSS: ~1355M. load average: 0.92 1.04 1.00 1/288 607295307 when project import is invalid5308 performs project import successfully5309# [RSpecRunTime] RSpec elapsed time: 22 minutes 24.67 seconds. Current RSS: ~1351M. load average: 0.92 1.04 1.00 1/289 607985310# [RSpecRunTime] Finishing example group spec/lib/gitlab/import_export/project/import_task_spec.rb. It took 11.88 seconds. Expected to take 11.63 seconds.5311# [RSpecRunTime] Starting example group spec/models/ci/job_token/allowlist_spec.rb. Expected to take 10.96 seconds.5312Ci::JobToken::Allowlist5313 does not allow STI5314 #includes_project?5315 without scoped projects5316 includes_project: source_project, direction: :outbound, result: false5317 is expected to equal false5318 includes_project: source_project, direction: :inbound, result: false5319 is expected to equal false5320 includes_project: unscoped_project, direction: :outbound, result: false5321 is expected to equal false5322 includes_project: unscoped_project, direction: :inbound, result: false5323 is expected to equal false5324 with a project in each allowlist5325 includes_project: source_project, direction: :outbound, result: false5326 is expected to equal false5327# [RSpecRunTime] RSpec elapsed time: 22 minutes 28.39 seconds. Current RSS: ~1359M. load average: 0.93 1.03 1.00 1/284 607995328 includes_project: source_project, direction: :inbound, result: false5329 is expected to equal false5330 includes_project: inbound_allowlist_project, direction: :outbound, result: false5331 is expected to equal false5332 includes_project: inbound_allowlist_project, direction: :inbound, result: true5333 is expected to equal true5334 includes_project: outbound_allowlist_project, direction: :outbound, result: true5335 is expected to equal true5336 includes_project: outbound_allowlist_project, direction: :inbound, result: false5337 is expected to equal false5338 includes_project: unscoped_project1, direction: :outbound, result: false5339 is expected to equal false5340 includes_project: unscoped_project1, direction: :inbound, result: false5341 is expected to equal false5342 includes_project: unscoped_project2, direction: :outbound, result: false5343 is expected to equal false5344 includes_project: unscoped_project2, direction: :inbound, result: false5345 is expected to equal false5346 #includes_group5347 without scoped groups5348 source_project: unscoped_project, result: false5349 is expected to equal false5350 with a group in each allowlist5351 source_project: project_with_target_project_group_in_allowlist, result: true5352 is expected to equal true5353 source_project: project_wo_target_project_group_in_allowlist, result: false5354 is expected to equal false5355 add_group!5356 adds the group5357 when no groups are added to the scope5358 returns an empty list5359 #projects5360 when no projects are added to the scope5361 with inbound5362 returns the project defining the scope5363 with outbound5364 returns the project defining the scope5365 when projects are added to the scope5366 direction: :outbound, additional_project: outbound_allowlist_project5367 returns all projects that can be accessed from a given scope5368# [RSpecRunTime] RSpec elapsed time: 22 minutes 33.59 seconds. Current RSS: ~1396M. load average: 0.94 1.03 1.00 1/282 608005369 direction: :inbound, additional_project: inbound_allowlist_project5370 returns all projects that can be accessed from a given scope5371 add!5372 with inbound5373 adds the project5374 with outbound5375 adds the project5376# [RSpecRunTime] Finishing example group spec/models/ci/job_token/allowlist_spec.rb. It took 9.74 seconds. Expected to take 10.96 seconds.5377# [RSpecRunTime] Starting example group spec/serializers/merge_request_diff_entity_spec.rb. Expected to take 10.84 seconds.5378MergeRequestDiffEntity5379 as json5380 exposes needed attributes5381# [RSpecRunTime] RSpec elapsed time: 22 minutes 35.79 seconds. Current RSS: ~1403M. load average: 0.94 1.03 1.00 1/286 608545382 #version_index5383 when diff is not present5384 behaves like version_index is nil5385 returns nil5386 when diff is not included in @merge_request_diffs5387 behaves like version_index is nil5388 returns nil5389# [RSpecRunTime] RSpec elapsed time: 22 minutes 38.4 seconds. Current RSS: ~1417M. load average: 0.94 1.03 1.00 1/286 609675390 when @merge_request_diffs.size <= 15391 behaves like version_index is nil5392 returns nil5393 when @merge_request_diffs.size > 15394 returns difference between size and diff index5395# [RSpecRunTime] RSpec elapsed time: 22 minutes 40.36 seconds. Current RSS: ~1416M. load average: 0.94 1.03 1.00 1/286 610785396 #short_commit_sha5397 returns short sha5398 returns nil if head_commit_sha does not exist5399# [RSpecRunTime] RSpec elapsed time: 22 minutes 41.5 seconds. Current RSS: ~1418M. load average: 0.95 1.03 1.00 1/286 611585400 #head_version_path5401 merge request can be merged5402 returns diff path with diff_head param set5403 merge request cannot be merged5404 returns diff path with diff_head param set5405# [RSpecRunTime] Finishing example group spec/serializers/merge_request_diff_entity_spec.rb. It took 8.12 seconds. Expected to take 10.84 seconds.5406# [RSpecRunTime] Starting example group spec/services/test_hooks/project_service_spec.rb. Expected to take 10.26 seconds.5407TestHooks::ProjectService5408 #execute5409 allows to set a custom project5410 hook with not implemented test5411 returns error message5412# [RSpecRunTime] RSpec elapsed time: 22 minutes 44.07 seconds. Current RSS: ~1424M. load average: 0.95 1.03 1.00 1/286 612445413 push_events5414 executes hook5415 tag_push_events5416 executes hook5417 note_events5418 returns error message if not enough data5419 executes hook5420# [RSpecRunTime] RSpec elapsed time: 22 minutes 46.75 seconds. Current RSS: ~1430M. load average: 0.95 1.03 1.00 1/285 612455421 issues_events5422 behaves like a test webhook that operates on issues5423 returns error message if not enough data5424 executes hook5425 confidential_issues_events5426 behaves like a test webhook that operates on issues5427 returns error message if not enough data5428 executes hook5429 merge_requests_events5430 returns error message if not enough data5431 executes hook5432 job_events5433 returns error message if not enough data5434 executes hook5435# [RSpecRunTime] RSpec elapsed time: 22 minutes 50.05 seconds. Current RSS: ~1447M. load average: 0.95 1.03 1.00 1/285 612465436 pipeline_events5437 returns error message if not enough data5438 executes hook5439 wiki_page_events5440 returns error message if wiki disabled5441 returns error message if not enough data5442 executes hook5443# [RSpecRunTime] RSpec elapsed time: 22 minutes 52.68 seconds. Current RSS: ~1500M. load average: 0.96 1.03 1.00 2/282 612825444 releases_events5445 returns error message if not enough data5446 executes hook5447 emoji5448 returns error message if not enough data5449 executes hook5450# [RSpecRunTime] RSpec elapsed time: 22 minutes 54.67 seconds. Current RSS: ~1494M. load average: 0.96 1.03 1.00 6/282 612835451 when resource access token events hook5452 executes hook5453# [RSpecRunTime] Finishing example group spec/services/test_hooks/project_service_spec.rb. It took 12.48 seconds. Expected to take 10.26 seconds.5454# [RSpecRunTime] Starting example group spec/services/ci/pipeline_artifacts/coverage_report_service_spec.rb. Expected to take 10.13 seconds.5455Ci::PipelineArtifacts::CoverageReportService5456 #execute5457 when pipeline has coverage report5458 artifact has pipeline's locked status5459 behaves like creating or updating a pipeline coverage report5460 when pipeline is finished5461 creates or updates a pipeline artifact5462 persists the default file name5463 sets expire_at to 1 week from now5464 logs relevant information5465# [RSpecRunTime] RSpec elapsed time: 22 minutes 58.3 seconds. Current RSS: ~1497M. load average: 1.04 1.05 1.01 1/284 613275466 when pipeline has coverage report from child pipeline5467 behaves like creating or updating a pipeline coverage report5468 when pipeline is finished5469 creates or updates a pipeline artifact5470 persists the default file name5471 sets expire_at to 1 week from now5472 logs relevant information5473# [RSpecRunTime] RSpec elapsed time: 23 minutes 0.48 second. Current RSS: ~1489M. load average: 1.04 1.05 1.01 3/284 613605474 when pipeline has existing pipeline artifact for coverage report5475 behaves like creating or updating a pipeline coverage report5476 when pipeline is finished5477 creates or updates a pipeline artifact5478 persists the default file name5479 sets expire_at to 1 week from now5480 logs relevant information5481# [RSpecRunTime] RSpec elapsed time: 23 minutes 3.55 seconds. Current RSS: ~1488M. load average: 1.04 1.04 1.00 1/283 614025482 when pipeline is running and coverage report does not exist5483 does not persist data5484# [RSpecRunTime] Finishing example group spec/services/ci/pipeline_artifacts/coverage_report_service_spec.rb. It took 9.2 seconds. Expected to take 10.13 seconds.5485# [RSpecRunTime] Starting example group spec/graphql/mutations/issues/set_confidential_spec.rb. Expected to take 9.79 seconds.5486Mutations::Issues::SetConfidential5487 is expected to require graphql authorizations :update_issue5488 #resolve5489 behaves like permission level for issue mutation is correctly verified5490 when the user is not a project member5491 behaves like when the user does not have access to the resource5492 raises an error5493 even if assigned to the issue5494 does not modify issue5495# [RSpecRunTime] RSpec elapsed time: 23 minutes 6.55 seconds. Current RSS: ~1483M. load average: 1.03 1.04 1.00 1/280 614035496 even if author of the issue5497 does not modify issue5498 when the user is a project member5499 with guest role5500 behaves like when the user does not have access to the resource5501 raises an error5502 even if assigned to the issue5503 does not modify issue5504# [RSpecRunTime] RSpec elapsed time: 23 minutes 9.49 seconds. Current RSS: ~1458M. load average: 1.03 1.04 1.00 1/280 614045505 even if author of the issue5506 does not modify issue5507# [RSpecRunTime] RSpec elapsed time: 23 minutes 10.65 seconds. Current RSS: ~1445M. load average: 1.03 1.04 1.00 1/280 614055508 when the user can update the issue5509 returns the issue as confidential5510 when passing confidential as false5511 updates the issue confidentiality to false5512# [RSpecRunTime] RSpec elapsed time: 23 minutes 12.9 seconds. Current RSS: ~1429M. load average: 1.03 1.04 1.00 1/280 614065513 when guest user is an assignee5514 does not change issue confidentiality5515# [RSpecRunTime] RSpec elapsed time: 23 minutes 14.09 seconds. Current RSS: ~1419M. load average: 1.03 1.04 1.00 1/280 614075516# [RSpecRunTime] Finishing example group spec/graphql/mutations/issues/set_confidential_spec.rb. It took 9.85 seconds. Expected to take 9.79 seconds.5517# [RSpecRunTime] Starting example group spec/lib/gitlab/optimistic_locking_spec.rb. Expected to take 9.36 seconds.5518Gitlab::OptimisticLocking5519 #retry_lock5520 does not change current_scope5521 when state changed successfully without retries5522 does not reload object5523 does not create log record5524 adds number of retries to histogram5525# [RSpecRunTime] RSpec elapsed time: 23 minutes 17.46 seconds. Current RSS: ~1413M. load average: 1.03 1.04 1.00 1/280 614085526 when at least one retry happened, the change succeeded5527 completes the action5528 creates a single log record5529 adds number of retries to histogram5530# [RSpecRunTime] RSpec elapsed time: 23 minutes 20.48 seconds. Current RSS: ~1422M. load average: 1.03 1.04 1.00 1/280 614095531 when MAX_RETRIES attempts exceeded5532 raises an exception5533 creates a single log record5534 adds number of retries to histogram5535# [RSpecRunTime] RSpec elapsed time: 23 minutes 22.44 seconds. Current RSS: ~1419M. load average: 1.03 1.04 1.00 1/280 614105536 #retry_optimistic_lock5537 when locking module is mixed in5538 is an alias for retry_lock5539# [RSpecRunTime] Finishing example group spec/lib/gitlab/optimistic_locking_spec.rb. It took 8.91 seconds. Expected to take 9.36 seconds.5540# [RSpecRunTime] Starting example group spec/models/concerns/cache_markdown_field_spec.rb. Expected to take 9.13 seconds.5541CacheMarkdownField5542 does not allow STI5543 for Active record classes5544 behaves like a class with cached markdown fields5545 #cached_html_up_to_date?5546 returns false when the version is absent5547 returns false when the version is too early5548 returns false when the version is too late5549 returns false when the local version was bumped5550 returns true when the local version is default5551 returns true when the cached version is just right5552# [RSpecRunTime] RSpec elapsed time: 23 minutes 24.41 seconds. Current RSS: ~1426M. load average: 1.03 1.04 1.00 1/280 614115553 #latest_cached_markdown_version5554 returns default version5555 #refresh_markdown_cache5556 fills all html fields5557 does not save the result5558 updates the markdown cache version5559 #refresh_markdown_cache!5560 fills all html fields5561 saves the changes5562 #banzai_render_context5563 sets project to nil if the object lacks a project5564 excludes author if the object lacks an author5565 raises if the context for an unrecognised field is requested5566 includes the pipeline5567 returns copies of the context template5568 with a project5569 sets the project in the context5570 with an author5571 sets the author in the context5572 with a parent_user5573 sets the user in the context5574 when the personal_snippet_reference_filters flag is disabled5575 does not set the user in the context5576 #updated_cached_html_for5577 when the markdown cache is outdated5578 calls #refresh_markdown_cache!5579 when the markdown field does not exist5580 returns nil5581 when the markdown cache is up to date5582 does not call #refresh_markdown_cache!5583 #rendered_field_content5584 when a field can be cached5585 returns the html5586 when a field cannot be cached5587 returns nil5588 behaves like a class with mentionable markdown fields5589 when klass is a Mentionable5590 #mentionable_attributes_changed?5591 returns true with key string5592 returns false with key symbol5593 returns false when no attr_mentionable keys5594# [RSpecRunTime] RSpec elapsed time: 23 minutes 28.67 seconds. Current RSS: ~1474M. load average: 1.02 1.04 1.00 1/280 614125595 #save5596 when cache is outdated5597 when the markdown field also a mentionable attribute5598 calls #store_mentions!5599 when the markdown field is not mentionable attribute5600 does not call #store_mentions!5601 when the markdown field does not exist5602 does not call #store_mentions!5603 #attribute_invalidated?5604 returns true when cached_markdown_version is different5605 returns true when markdown is changed5606 returns true when both markdown and HTML are changed5607 returns false when there are no changes5608 returns false if skip_markdown_cache_validation is true5609 when cache version is updated5610 correctly updates cached HTML even if refresh_markdown_cache is called before updating the attribute5611 for other classes5612 behaves like a class with cached markdown fields5613 #cached_html_up_to_date?5614 returns false when the version is absent5615 returns false when the version is too early5616 returns false when the version is too late5617 returns false when the local version was bumped5618 returns true when the local version is default5619 returns true when the cached version is just right5620 #latest_cached_markdown_version5621 returns default version5622 #refresh_markdown_cache5623 fills all html fields5624 does not save the result5625 updates the markdown cache version5626 #refresh_markdown_cache!5627 fills all html fields5628 saves the changes5629 #banzai_render_context5630 sets project to nil if the object lacks a project5631 excludes author if the object lacks an author5632 raises if the context for an unrecognised field is requested5633 includes the pipeline5634 returns copies of the context template5635 with a project5636 sets the project in the context5637 with an author5638 sets the author in the context5639 with a parent_user5640 sets the user in the context5641 when the personal_snippet_reference_filters flag is disabled5642 does not set the user in the context5643 #updated_cached_html_for5644 when the markdown cache is outdated5645 calls #refresh_markdown_cache!5646 when the markdown field does not exist5647 returns nil5648 when the markdown cache is up to date5649 does not call #refresh_markdown_cache!5650 #rendered_field_content5651 when a field can be cached5652 returns the html5653 when a field cannot be cached5654 returns nil5655# [RSpecRunTime] Finishing example group spec/models/concerns/cache_markdown_field_spec.rb. It took 10.19 seconds. Expected to take 9.13 seconds.5656# [RSpecRunTime] Starting example group spec/workers/projects/git_garbage_collect_worker_spec.rb. Expected to take 8.72 seconds.5657Projects::GitGarbageCollectWorker5658 behaves like can collect git garbage5659 #perform5660 with active lease_uuid5661 flushes ref caches when the task if 'gc'5662 handles gRPC errors5663 behaves like it calls Gitaly5664 is expected to receive optimize_repository(*(any args)) 1 time5665# [RSpecRunTime] RSpec elapsed time: 23 minutes 34.61 seconds. Current RSS: ~1551M. load average: 1.02 1.04 1.00 1/281 614405666 behaves like it updates the resource statistics5667 updates the resource statistics5668 does nothing if the database is read-only5669 with different lease than the active one5670 returns silently5671 with no active lease5672 when is able to get the lease5673 flushes ref caches when the task if 'gc'5674 behaves like it calls Gitaly5675 is expected to receive optimize_repository(*(any args)) 1 time5676 behaves like it updates the resource statistics5677 updates the resource statistics5678 does nothing if the database is read-only5679 when no lease can be obtained5680 returns silently5681 prune5682 is expected to receive prune_unreachable_objects(*(any args)) 1 time5683 eager5684 is expected to receive optimize_repository({:eager=>true}) 1 time5685 when is able to get the lease5686 when the repository has joined a pool5687 ensures the repositories are linked5688 when deduplication service runs into a GRPC internal error5689 behaves like can collect git garbage5690 #perform5691 with active lease_uuid5692 flushes ref caches when the task if 'gc'5693 handles gRPC errors5694 behaves like it calls Gitaly5695 is expected to receive optimize_repository(*(any args)) 1 time5696 behaves like it updates the resource statistics5697 updates the resource statistics5698 does nothing if the database is read-only5699 with different lease than the active one5700 returns silently5701 with no active lease5702 when is able to get the lease5703 flushes ref caches when the task if 'gc'5704 behaves like it calls Gitaly5705 is expected to receive optimize_repository(*(any args)) 1 time5706 behaves like it updates the resource statistics5707 updates the resource statistics5708 does nothing if the database is read-only5709 when no lease can be obtained5710 returns silently5711 prune5712 is expected to receive prune_unreachable_objects(*(any args)) 1 time5713 eager5714 is expected to receive optimize_repository({:eager=>true}) 1 time5715 LFS object garbage collection5716 cleans up unreferenced LFS objects5717 catches and logs exceptions5718 does nothing if the database is read-only5719 when optimize repository call fails5720 does not clean up unreferenced LFS objects5721# [RSpecRunTime] Finishing example group spec/workers/projects/git_garbage_collect_worker_spec.rb. It took 6.96 seconds. Expected to take 8.72 seconds.5722# [RSpecRunTime] Starting example group spec/finders/joined_groups_finder_spec.rb. Expected to take 8.55 seconds.5723JoinedGroupsFinder5724 #execute5725 without a user5726 only shows public groups from profile owner5727# [RSpecRunTime] RSpec elapsed time: 23 minutes 41.47 seconds. Current RSS: ~1538M. load average: 1.02 1.04 1.00 1/283 616255728 with a user5729 when the profile visitor is in the private group5730 only shows groups where both users are authorized to see5731# [RSpecRunTime] RSpec elapsed time: 23 minutes 43.11 seconds. Current RSS: ~1539M. load average: 1.02 1.04 1.00 1/283 616265732 if profile visitor is in one of the private group projects5733 shows group5734# [RSpecRunTime] RSpec elapsed time: 23 minutes 45.25 seconds. Current RSS: ~1536M. load average: 1.02 1.04 1.00 1/283 616275735 external users5736 if not a member5737 does not show internal groups5738# [RSpecRunTime] RSpec elapsed time: 23 minutes 46.75 seconds. Current RSS: ~1522M. load average: 1.02 1.04 1.00 1/283 616285739 if authorized5740 shows internal groups if authorized5741# [RSpecRunTime] RSpec elapsed time: 23 minutes 48.5 seconds. Current RSS: ~1496M. load average: 1.02 1.04 1.00 1/283 616295742# [RSpecRunTime] Finishing example group spec/finders/joined_groups_finder_spec.rb. It took 8.35 seconds. Expected to take 8.55 seconds.5743# [RSpecRunTime] Starting example group spec/services/protected_branches/cache_service_spec.rb. Expected to take 8.29 seconds.5744ProtectedBranches::CacheService5745 with entity project5746 behaves like execute with entity5747 #fetch5748 caches the value5749 sets expiry on the key5750 does not set an expiry on the key after the hash is already created5751 when CACHE_LIMIT is exceeded5752 recreates cache5753# [RSpecRunTime] RSpec elapsed time: 23 minutes 49.75 seconds. Current RSS: ~1484M. load average: 1.02 1.04 1.00 1/282 616305754 when dry_run is on5755 does not use cached value5756 when cache mismatch5757 logs an error5758 when cache matches5759 does not log an error5760 #refresh5761 clears cached values5762 metrics5763 records hit ratio metrics5764 with entity group5765 when feature flag enabled5766 behaves like execute with entity5767 #fetch5768 caches the value5769 sets expiry on the key5770 does not set an expiry on the key after the hash is already created5771 when CACHE_LIMIT is exceeded5772 recreates cache5773# [RSpecRunTime] RSpec elapsed time: 23 minutes 52.02 seconds. Current RSS: ~1505M. load average: 1.09 1.05 1.01 1/282 616315774 when dry_run is on5775 does not use cached value5776 when cache mismatch5777 logs an error5778 when cache matches5779 does not log an error5780 #refresh5781 clears cached values5782 metrics5783 records hit ratio metrics5784 when feature flag disabled5785 behaves like execute with entity5786 #fetch5787 caches the value5788 sets expiry on the key5789 does not set an expiry on the key after the hash is already created5790 when CACHE_LIMIT is exceeded5791 recreates cache5792# [RSpecRunTime] RSpec elapsed time: 23 minutes 55.0 seconds. Current RSS: ~1504M. load average: 1.09 1.05 1.01 1/282 616325793 when dry_run is on5794 does not use cached value5795 when cache mismatch5796 logs an error5797 when cache matches5798 does not log an error5799 #refresh5800 clears cached values5801 metrics5802 records hit ratio metrics5803# [RSpecRunTime] Finishing example group spec/services/protected_branches/cache_service_spec.rb. It took 8.25 seconds. Expected to take 8.29 seconds.5804# [RSpecRunTime] Starting example group spec/lib/gitlab/diff/position_tracer/file_strategy_spec.rb. Expected to take 8.12 seconds.5805Gitlab::Diff::PositionTracer::FileStrategy5806 #trace5807 diff scenarios5808 when the file was created in the old diff5809 when the file is unchanged between the old and the new diff5810 returns the new position5811# [RSpecRunTime] RSpec elapsed time: 23 minutes 58.07 seconds. Current RSS: ~1520M. load average: 1.09 1.05 1.01 1/287 617015812 when the file was updated between the old and the new diff5813 returns the position of the change5814 when the file was renamed in between the old and the new diff5815 returns the position of the change5816 when the file was removed in between the old and the new diff5817 returns the position of the change5818 when the file is unchanged in the new diff5819 returns the position of the change5820 when the file was changed in the old diff5821 when the file is unchanged in between the old and the new diff5822 returns the new position5823 when the file was updated in between the old and the new diff5824 returns the position of the change5825 when the file was renamed in between the old and the new diff5826 returns the position of the change5827 when the file was removed in between the old and the new diff5828 returns the position of the change5829 when the file is unchanged in the new diff5830 returns the position of the change5831# [RSpecRunTime] Finishing example group spec/lib/gitlab/diff/position_tracer/file_strategy_spec.rb. It took 5.5 seconds. Expected to take 8.12 seconds.5832# [RSpecRunTime] Starting example group spec/lib/gitlab/cleanup/orphan_lfs_file_references_spec.rb. Expected to take 7.79 seconds.5833Gitlab::Cleanup::OrphanLfsFileReferences5834 dry run5835 prints messages and does not delete references5836# [RSpecRunTime] RSpec elapsed time: 24 minutes 4.44 seconds. Current RSS: ~1530M. load average: 1.16 1.07 1.01 1/287 622565837 regular run5838 prints messages and deletes invalid reference5839 does nothing if the project has no LFS objects5840 LFS object is in design repository5841 is not removed5842# [RSpecRunTime] RSpec elapsed time: 24 minutes 7.12 seconds. Current RSS: ~1552M. load average: 1.15 1.07 1.01 1/287 622905843 LFS object is in wiki repository5844 is not removed5845 LFS for project snippets5846 is disabled5847# [RSpecRunTime] RSpec elapsed time: 24 minutes 9.4 seconds. Current RSS: ~1562M. load average: 1.15 1.07 1.01 1/287 623125848# [RSpecRunTime] Finishing example group spec/lib/gitlab/cleanup/orphan_lfs_file_references_spec.rb. It took 7.17 seconds. Expected to take 7.79 seconds.5849# [RSpecRunTime] Starting example group spec/graphql/mutations/incident_management/timeline_event/create_spec.rb. Expected to take 7.65 seconds.5850Mutations::IncidentManagement::TimelineEvent::Create5851 is expected to require graphql authorizations :admin_incident_management_timeline_event5852 #resolve5853 when a user has permissions to create a timeline event5854 behaves like creating an incident timeline event5855 creates a timeline event5856 responds with a timeline event5857# [RSpecRunTime] RSpec elapsed time: 24 minutes 11.11 seconds. Current RSS: ~1548M. load average: 1.13 1.06 1.01 1/287 623135858 when TimelineEvents::CreateService responds with an error5859 behaves like responding with an incident timeline errors5860 returns errors5861 when timeline event tags are passed5862 behaves like creating an incident timeline event5863 creates a timeline event5864 responds with a timeline event5865 when predefined tags are passed5866 creates and sets the tag on the event5867 behaves like creating an incident timeline event5868 creates a timeline event5869 responds with a timeline event5870# [RSpecRunTime] RSpec elapsed time: 24 minutes 13.71 seconds. Current RSS: ~1523M. load average: 1.13 1.06 1.01 1/287 623145871 when predefined tags exist5872 does not create a new tag5873 when same tags are tried to be assigned to same timeline event5874 only assigns the tag once on the event5875 with case-insentive tags5876 sets the tag on the event5877 when non-existing tags are passed5878 does not create the timeline event5879 behaves like responding with an incident timeline errors5880 returns errors5881 behaves like failing to create an incident timeline event5882 when a user has no permissions to create timeline event5883 raises an error5884# [RSpecRunTime] Finishing example group spec/graphql/mutations/incident_management/timeline_event/create_spec.rb. It took 6.3 seconds. Expected to take 7.65 seconds.5885# [RSpecRunTime] Starting example group spec/services/gpg_keys/validate_integrations_service_spec.rb. Expected to take 7.49 seconds.5886GpgKeys::ValidateIntegrationsService5887 returns true5888 when BeyondIdentity integration is activated5889 returns true on successful check5890 when the check is unsuccessful5891 when authorization fails5892 returns false and sets an error5893# [RSpecRunTime] RSpec elapsed time: 24 minutes 20.41 seconds. Current RSS: ~1506M. load average: 1.04 1.05 1.00 1/282 623855894 when the key is not found5895 returns true and does not set an error5896# [RSpecRunTime] RSpec elapsed time: 24 minutes 21.45 seconds. Current RSS: ~1506M. load average: 1.12 1.06 1.01 1/282 624065897 when BeyondIdentity integration is not activated5898 return false5899# [RSpecRunTime] Finishing example group spec/services/gpg_keys/validate_integrations_service_spec.rb. It took 6.69 seconds. Expected to take 7.49 seconds.5900# [RSpecRunTime] Starting example group spec/views/projects/empty.html.haml_spec.rb. Expected to take 7.16 seconds.5901projects/empty5902 when user can push code on the project5903 displays "git clone" instructions5904 when default branch name contains special shell characters5905 escapes the default branch name5906# [RSpecRunTime] RSpec elapsed time: 24 minutes 24.55 seconds. Current RSS: ~1509M. load average: 1.12 1.06 1.01 1/282 624325907 when user can not push code on the project5908 does not display "git clone" instructions5909 project is archived5910 shows archived notice5911# [RSpecRunTime] RSpec elapsed time: 24 minutes 27.2 seconds. Current RSS: ~1505M. load average: 1.11 1.06 1.01 1/282 624385912 with invite button on empty projects5913 shows invite members info5914 when user does not have permissions to invite members5915 does not show invite member info5916# [RSpecRunTime] RSpec elapsed time: 24 minutes 28.39 seconds. Current RSS: ~1512M. load average: 1.11 1.06 1.01 1/282 624395917# [RSpecRunTime] Finishing example group spec/views/projects/empty.html.haml_spec.rb. It took 5.98 seconds. Expected to take 7.16 seconds.5918# [RSpecRunTime] Starting example group spec/policies/personal_snippet_policy_spec.rb. Expected to take 6.97 seconds.5919PersonalSnippetPolicy5920 public snippet5921 no user5922 is expected to be disallowed :update_snippet and :admin_snippet5923 regular user5924 is expected to be disallowed :update_snippet and :admin_snippet5925 author5926 is expected to be allowed :update_snippet and :admin_snippet5927 behaves like admin access with admin mode5928 admin user5929 is expected to be allowed :update_snippet and :admin_snippet5930 internal snippet5931 no user5932 is expected to be disallowed :update_snippet and :admin_snippet5933 regular user5934 is expected to be disallowed :update_snippet and :admin_snippet5935 external user5936 is expected to be disallowed :update_snippet and :admin_snippet5937 snippet author5938 is expected to be allowed :update_snippet and :admin_snippet5939 behaves like admin access with admin mode5940 admin user5941 is expected to be allowed :update_snippet and :admin_snippet5942 private snippet5943 no user5944 is expected to be disallowed :update_snippet and :admin_snippet5945 regular user5946 is expected to be disallowed :update_snippet and :admin_snippet5947 external user5948 is expected to be disallowed :update_snippet and :admin_snippet5949 snippet author5950 is expected to be allowed :update_snippet and :admin_snippet5951 behaves like admin access with admin mode5952 admin user5953 is expected to be allowed :update_snippet and :admin_snippet5954 when the author of the snippet is banned5955 no user5956 is expected to be disallowed :update_snippet and :admin_snippet5957 regular user5958 is expected to be disallowed :update_snippet and :admin_snippet5959 external user5960 is expected to be disallowed :update_snippet and :admin_snippet5961 snippet author5962 is expected to be disallowed :update_snippet and :admin_snippet5963 behaves like admin access with admin mode5964 admin user5965 is expected to be allowed :update_snippet and :admin_snippet5966# [RSpecRunTime] Finishing example group spec/policies/personal_snippet_policy_spec.rb. It took 6.7 seconds. Expected to take 6.97 seconds.5967# [RSpecRunTime] Starting example group spec/services/todos/allowed_target_filter_service_spec.rb. Expected to take 6.86 seconds.5968Todos::AllowedTargetFilterService5969 #execute5970 with reporter user5971 behaves like allowed Todos filter5972 is expected to contain exactly #<Todo id: 22, user_id: 1350, project_id: 781, target_id: 299, target_type: "MergeRequest", author_id...-29 17:09:51.852432952 +0000", commit_id: nil, group_id: nil, resolved_by_action: nil, note_id: nil>, #<Todo id: 14, user_id: 1350, project_id: 781, target_id: 1343, target_type: "Issue", author_id: 1347...-29 17:09:51.100970856 +0000", commit_id: nil, group_id: nil, resolved_by_action: nil, note_id: nil>, #<Todo id: 16, user_id: 1350, project_id: 781, target_id: 1344, target_type: "Issue", author_id: 1347...-29 17:09:51.221546755 +0000", commit_id: nil, group_id: nil, resolved_by_action: nil, note_id: nil>, #<Todo id: 17, user_id: 1350, project_id: 781, target_id: 1343, target_type: "Issue", author_id: 1347...-29 17:09:51.272272515 +0000", commit_id: nil, group_id: nil, resolved_by_action: nil, note_id: 434>, and #<Todo id: 19, user_id: 1350, project_id: 781, target_id: 146, target_type: "DesignManagement::Design...-29 17:09:51.383278005 +0000", commit_id: nil, group_id: nil, resolved_by_action: nil, note_id: nil>5973# [RSpecRunTime] RSpec elapsed time: 24 minutes 37.3 seconds. Current RSS: ~1492M. load average: 1.17 1.08 1.01 1/282 624455974 with guest user5975 behaves like allowed Todos filter5976 is expected to contain exactly #<Todo id: 14, user_id: 1350, project_id: 781, target_id: 1343, target_type: "Issue", author_id: 1347...-29 17:09:51.100970856 +0000", commit_id: nil, group_id: nil, resolved_by_action: nil, note_id: nil> and #<Todo id: 19, user_id: 1350, project_id: 781, target_id: 146, target_type: "DesignManagement::Design...-29 17:09:51.383278005 +0000", commit_id: nil, group_id: nil, resolved_by_action: nil, note_id: nil>5977 with a non-member user5978 behaves like allowed Todos filter5979 is expected to contain exactly5980# [RSpecRunTime] Finishing example group spec/services/todos/allowed_target_filter_service_spec.rb. It took 3.46 seconds. Expected to take 6.86 seconds.5981# [RSpecRunTime] Starting example group spec/models/concerns/ci/has_variable_spec.rb. Expected to take 6.65 seconds.5982Ci::HasVariable5983 does not allow STI5984 is expected to validate that :key cannot be empty/falsy5985 is expected to validate that the length of :key is at most 2555986 is expected to allow :key to be ‹"foo"›5987 is expected not to allow :key to be ‹"foo bar"›5988 is expected not to allow :key to be ‹"foo/bar"›5989 scopes5990 .by_key5991 is expected to contain exactly #<Ci::Variable id: 1, key: [FILTERED], value: nil, encrypted_value: "5TKT7I9TlRIytx5NknE+3g==\n", enc...nt_scope: "*", masked: false, variable_type: "env_var", raw: false, description: nil, hidden: false>5992# [RSpecRunTime] RSpec elapsed time: 24 minutes 40.67 seconds. Current RSS: ~1489M. load average: 1.17 1.08 1.01 1/282 624465993 #key=5994 when the new key is nil5995 strips leading and trailing whitespaces5996 when the new key has leadind and trailing whitespaces5997 strips leading and trailing whitespaces5998 #value5999 stores the encrypted value6000 stores an iv for value6001 stores a salt for value6002 fails to decrypt if iv is incorrect6003 #to_runner_variable6004 returns a hash for the runner6005 with RequestStore enabled6006 decrypts once6007 does not cache similar keys6008 does not cache unpersisted values6009# [RSpecRunTime] RSpec elapsed time: 24 minutes 42.93 seconds. Current RSS: ~1492M. load average: 1.16 1.07 1.01 1/282 624476010 .order_by6011 supports ordering by key ascending6012 supports ordering by key descending6013 when order method is unknown6014 does not call reorder6015 when order method is nil6016 does not call reorder6017# [RSpecRunTime] Finishing example group spec/models/concerns/ci/has_variable_spec.rb. It took 4.81 seconds. Expected to take 6.65 seconds.6018# [RSpecRunTime] Starting example group spec/models/projects/forks/details_spec.rb. Expected to take 6.51 seconds.6019Projects::Forks::Details6020 does not allow STI6021 #exclusive_lease6022 returns exclusive lease to the details6023# [RSpecRunTime] RSpec elapsed time: 24 minutes 45.09 seconds. Current RSS: ~1524M. load average: 1.16 1.07 1.01 1/282 624616024 #update!6025 updates the cache with the specified value6026 #counts6027 shows how far behind/ahead a fork is from the upstream6028 when counts calculated from a branch that exists upstream6029 compares the fork branch to upstream default branch6030# [RSpecRunTime] RSpec elapsed time: 24 minutes 47.8 seconds. Current RSS: ~1539M. load average: 1.23 1.09 1.02 1/288 627216031 when specified branch does not exist6032 returns nils as counts6033 syncing?6034 returns whether there is a sync in progress6035 #has_conflicts6036 returns whether merge for the stored commits failed due to conflicts6037# [RSpecRunTime] Finishing example group spec/models/projects/forks/details_spec.rb. It took 4.81 seconds. Expected to take 6.51 seconds.6038# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/include/rules/rule_spec.rb. Expected to take 6.3 seconds.6039Gitlab::Ci::Config::Entry::Include::Rules::Rule6040 when specifying an if: clause6041 behaves like a valid config6042 is expected to be valid6043 returns the expected value6044 with when:6045 behaves like a valid config6046 is expected to be valid6047 returns the expected value6048 with when: <invalid string>6049 behaves like an invalid config6050 is expected not to be valid6051 has errors6052 with when: null6053 behaves like a valid config6054 is expected to be valid6055 returns the expected value6056 when if: clause is invalid6057 behaves like an invalid config6058 is expected not to be valid6059 has errors6060 when if: clause has an integer operand6061 behaves like an invalid config6062 is expected not to be valid6063 has errors6064 when if: clause has invalid regex6065 behaves like an invalid config6066 is expected not to be valid6067 has errors6068 when if: clause has lookahead regex character "?"6069 behaves like an invalid config6070 is expected not to be valid6071 has errors6072 when if: clause has array of expressions6073 behaves like an invalid config6074 is expected not to be valid6075 has errors6076 when specifying an exists: clause6077 with a string6078 behaves like a valid config6079 is expected to be valid6080 returns the expected value6081 with a nil value6082 behaves like a valid config6083 is expected to be valid6084 returns the expected value6085 with an array6086 behaves like a valid config6087 is expected to be valid6088 returns the expected value6089 when empty array6090 behaves like a valid config6091 is expected to be valid6092 returns the expected value6093 when array contains integers6094 behaves like an invalid config6095 is expected not to be valid6096 has errors6097 when array has more items than MAX_PATHS6098 behaves like a valid config6099 is expected to be valid6100 returns the expected value6101 with a hash6102 when empty hash6103 behaves like a valid config6104 is expected to be valid6105 returns the expected value6106 with paths:6107 behaves like a valid config6108 is expected to be valid6109 returns the expected value6110 with project:6111 behaves like a valid config6112 is expected to be valid6113 returns the expected value6114 with project: and ref:6115 behaves like a valid config6116 is expected to be valid6117 returns the expected value6118 when specifying a changes: clause6119 behaves like a valid config6120 is expected to be valid6121 returns the expected value6122 with paths:6123 behaves like a valid config6124 is expected to be valid6125 returns the expected value6126 with paths: and compare_to:6127 behaves like a valid config6128 is expected to be valid6129 returns the expected value6130 when specifying an unknown keyword6131 behaves like an invalid config6132 is expected not to be valid6133 has errors6134 when config is blank6135 behaves like an invalid config6136 is expected not to be valid6137 has errors6138 when config type is invalid6139 behaves like an invalid config6140 is expected not to be valid6141 has errors6142# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/include/rules/rule_spec.rb. It took 5.47 seconds. Expected to take 6.3 seconds.6143# [RSpecRunTime] Starting example group spec/graphql/resolvers/board_lists_resolver_spec.rb. Expected to take 6.18 seconds.6144Resolvers::BoardListsResolver6145 #resolve6146 when project boards6147 behaves like group and project board lists resolver6148 does not create the backlog list6149 with unauthorized user6150 raises an error6151# [RSpecRunTime] RSpec elapsed time: 24 minutes 55.09 seconds. Current RSS: ~1631M. load average: 1.21 1.09 1.02 1/288 627306152 when authorized6153 returns a list of board lists6154 when another user has list preferences6155 returns the complete list of board lists for this user6156 when querying for a single list6157 returns specified list6158 returns empty result if list is not found6159 generates an error if list ID is not valid6160# [RSpecRunTime] RSpec elapsed time: 24 minutes 57.01 seconds. Current RSS: ~1616M. load average: 1.19 1.09 1.02 1/288 627316161 when group boards6162 behaves like group and project board lists resolver6163 does not create the backlog list6164 with unauthorized user6165 raises an error6166 when authorized6167 returns a list of board lists6168 when another user has list preferences6169 returns the complete list of board lists for this user6170 when querying for a single list6171 returns specified list6172 returns empty result if list is not found6173 generates an error if list ID is not valid6174# [RSpecRunTime] RSpec elapsed time: 24 minutes 59.65 seconds. Current RSS: ~1602M. load average: 1.19 1.09 1.02 1/283 627326175# [RSpecRunTime] Finishing example group spec/graphql/resolvers/board_lists_resolver_spec.rb. It took 6.02 seconds. Expected to take 6.18 seconds.6176# [RSpecRunTime] Starting example group spec/finders/keys_finder_spec.rb. Expected to take 6.02 seconds.6177KeysFinder6178 key_type6179 when `key_type` is `ssh`6180 returns only SSH keys6181# [RSpecRunTime] RSpec elapsed time: 25 minutes 2.79 seconds. Current RSS: ~1533M. load average: 1.18 1.08 1.02 1/284 627336182 when `key_type` is not specified6183 returns all types of keys6184 fingerprint6185 with invalid fingerprint6186 with invalid MD5 fingerprint6187 raises InvalidFingerprint6188 with invalid SHA fingerprint6189 raises InvalidFingerprint6190 with valid fingerprints6191 personal key with valid MD5 params6192 with an existent fingerprint6193 returns the key6194 with FIPS mode6195 raises InvalidFingerprint6196 deploy key with an existent fingerprint6197 returns the key6198 with FIPS mode6199 raises InvalidFingerprint6200 with a non-existent fingerprint6201 returns nil6202 with FIPS mode6203 raises InvalidFingerprint6204 personal key with valid SHA256 params6205 with an existent fingerprint6206 returns key6207 deploy key with an existent fingerprint6208 returns key6209 with a non-existent fingerprint6210 returns nil6211 user6212 without user6213 contains ssh_keys of all users in the system6214 with user6215 contains ssh_keys of only the specified users6216 sort order6217 sorts in last_used_at_desc order6218# [RSpecRunTime] Finishing example group spec/finders/keys_finder_spec.rb. It took 4.94 seconds. Expected to take 6.02 seconds.6219# [RSpecRunTime] Starting example group spec/models/jira_connect_installation_spec.rb. Expected to take 5.95 seconds.6220JiraConnectInstallation6221 does not allow STI6222 associations6223 is expected to have many subscriptions class_name => JiraConnectSubscription6224 validations6225 is expected to validate that :client_key cannot be empty/falsy6226 is expected to validate that :client_key is case-sensitively unique6227 is expected to validate that :shared_secret cannot be empty/falsy6228 is expected to validate that :base_url cannot be empty/falsy6229 is expected to allow :base_url to be ‹"https://test.atlassian.net"›6230 is expected not to allow :base_url to be ‹"not/a/url"›6231 is expected to allow :instance_url to be ‹"https://test.atlassian.net"›6232 is expected not to allow :instance_url to be ‹"not/a/url"›6233# [RSpecRunTime] RSpec elapsed time: 25 minutes 6.42 seconds. Current RSS: ~1589M. load average: 1.16 1.08 1.02 1/283 627346234 scopes6235 .for_project6236 returns installations with subscriptions for project6237 returns distinct installations6238# [RSpecRunTime] RSpec elapsed time: 25 minutes 7.94 seconds. Current RSS: ~1602M. load average: 1.16 1.08 1.02 1/283 627356239 .direct_installations6240 is expected to contain exactly #<JiraConnectInstallation id: 2, client_key: [FILTERED], encrypted_shared_secret: [FILTERED], encrypt...ret_iv: [FILTERED], base_url: "https://sample.atlassian.net", instance_url: nil, shared_secret: nil>6241 .proxy_installations6242 is expected to be empty6243 with an installation on a self-managed instance6244 is expected to contain exactly #<JiraConnectInstallation id: 7, client_key: [FILTERED], encrypted_shared_secret: [FILTERED], encrypt... "https://sample.atlassian.net", instance_url: "http://self-managed-gitlab.com", shared_secret: nil>6245 #oauth_authorization_url6246 is expected to eq "http://test.host"6247 with instance_url6248 is expected to eq "https://gitlab.example.com"6249 audience_url6250 is expected to eq nil6251 when proxy installation6252 is expected to eq "https://example.com/-/jira_connect"6253 audience_installed_event_url6254 is expected to eq nil6255 when proxy installation6256 is expected to eq "https://example.com/-/jira_connect/events/installed"6257 audience_uninstalled_event_url6258 is expected to eq nil6259 when proxy installation6260 is expected to eq "https://example.com/-/jira_connect/events/uninstalled"6261 proxy?6262 is expected to eq false6263 when instance_url is present6264 is expected to eq true6265# [RSpecRunTime] Finishing example group spec/models/jira_connect_installation_spec.rb. It took 4.86 seconds. Expected to take 5.95 seconds.6266# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 39.52 seconds.6267Lint factories for JiraConnectInstallation6268 with saas, license, and factory defaults6269 behaves like factory6270 jira_connect_installation factory6271 does not raise error when built6272 does not raise error when created6273# [RSpecRunTime] RSpec elapsed time: 25 minutes 10.69 seconds. Current RSS: ~1603M. load average: 1.16 1.08 1.02 1/283 627426274# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.25 seconds. Expected to take 39.52 seconds.6275# [RSpecRunTime] Starting example group spec/presenters/packages/conan/package_presenter_spec.rb. Expected to take 5.72 seconds.6276Packages::Conan::PackagePresenter6277 #recipe_urls6278 behaves like no existing package6279 when package does not exist6280 is expected to be empty6281# [RSpecRunTime] RSpec elapsed time: 25 minutes 13.3 seconds. Current RSS: ~1591M. load average: 1.15 1.08 1.02 1/283 627436282 behaves like conan_file_metadatum is not found6283 when no conan_file_metadatum exists6284 is expected to be empty6285 existing package6286 is expected to eq {"conanfile.py"=>"http://localhost/api/v4/packages/conan/v1/files/package-1/1.0.0/namespace864+projec...packages/conan/v1/files/package-1/1.0.0/namespace864+project-809/stable/0/export/conanmanifest.txt"}6287 when there are multiple channels for the same package6288 is expected to eq {"conanfile.py"=>"http://localhost/api/v4/packages/conan/v1/files/package-1/1.0.0/namespace864+projec...packages/conan/v1/files/package-1/1.0.0/namespace864+project-809/stable/0/export/conanmanifest.txt"}6289 with package_scope of project6290 is expected to eq {"conanfile.py"=>"http://localhost/api/v4/projects/794/packages/conan/v1/files/package-1/1.0.0/namesp...packages/conan/v1/files/package-1/1.0.0/namespace864+project-809/stable/0/export/conanmanifest.txt"}6291 #recipe_snapshot6292 behaves like no existing package6293 when package does not exist6294 is expected to be empty6295 behaves like conan_file_metadatum is not found6296 when no conan_file_metadatum exists6297 is expected to be empty6298 existing package6299 is expected to eq {"conanfile.py"=>"12345abcde", "conanmanifest.txt"=>"12345abcde"}6300 #package_urls6301 behaves like no existing package6302 when package does not exist6303 is expected to be empty6304 behaves like conan_file_metadatum is not found6305 when no conan_file_metadatum exists6306 is expected to be empty6307 existing package6308 is expected to eq {"conan_package.tgz"=>"http://localhost/api/v4/packages/conan/v1/files/package-1/1.0.0/namespace864+p...n/v1/files/package-1/1.0.0/namespace864+project-809/stable/0/package/123456789/0/conanmanifest.txt"}6309 with package_scope of project6310 is expected to eq {"conan_package.tgz"=>"http://localhost/api/v4/projects/794/packages/conan/v1/files/package-1/1.0.0/n...n/v1/files/package-1/1.0.0/namespace864+project-809/stable/0/package/123456789/0/conanmanifest.txt"}6311 multiple packages with different references6312 is expected to eq {"conan_package.tgz"=>"http://localhost/api/v4/packages/conan/v1/files/package-1/1.0.0/namespace864+p...n/v1/files/package-1/1.0.0/namespace864+project-809/stable/0/package/123456789/0/conanmanifest.txt"}6313 returns empty if the reference does not exist6314 requesting the alternative reference6315 is expected to eq {"conan_package.tgz"=>"http://localhost/api/v4/packages/conan/v1/files/package-1/1.0.0/namespace864+p...n/v1/files/package-1/1.0.0/namespace864+project-809/stable/0/package/abcdefghi/0/conanmanifest.txt"}6316 #package_snapshot6317 behaves like no existing package6318 when package does not exist6319 is expected to be empty6320 behaves like conan_file_metadatum is not found6321 when no conan_file_metadatum exists6322 is expected to be empty6323 existing package6324 is expected to eq {"conan_package.tgz"=>"12345abcde", "conaninfo.txt"=>"12345abcde", "conanmanifest.txt"=>"12345abcde"}6325 when requested with invalid reference6326 is expected to eq {}6327# [RSpecRunTime] Finishing example group spec/presenters/packages/conan/package_presenter_spec.rb. It took 5.63 seconds. Expected to take 5.72 seconds.6328# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/status/external/common_spec.rb. Expected to take 5.64 seconds.6329Gitlab::Ci::Status::External::Common6330 #label6331 returns description6332 when description is nil6333 uses core status label6334# [RSpecRunTime] RSpec elapsed time: 25 minutes 18.12 seconds. Current RSS: ~1577M. load average: 1.14 1.08 1.02 1/284 627446335 when description is empty string6336 uses core status label6337 #has_action?6338 is expected not to have action6339 #has_details?6340 when user has access to read commit status6341 is expected to have details6342 when user does not have access to read commit status6343 is expected not to have details6344 #details_path6345 links to the external target URL6346# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/status/external/common_spec.rb. It took 5.76 seconds. Expected to take 5.64 seconds.6347# [RSpecRunTime] Starting example group spec/lib/gitlab/checks/commits_check_spec.rb. Expected to take 5.48 seconds.6348Gitlab::Checks::CommitsCheck6349 #validate!6350 when commits is not empty6351 when deletion is true6352 does not call check_signed_commit_authorship!6353# [RSpecRunTime] RSpec elapsed time: 25 minutes 23.5 seconds. Current RSS: ~1563M. load average: 1.12 1.08 1.02 1/284 627536354 when commits are not signed by GitLab6355 does not call check_signed_commit_authorship!6356# [RSpecRunTime] RSpec elapsed time: 25 minutes 24.56 seconds. Current RSS: ~1547M. load average: 1.12 1.08 1.02 1/285 627626357 when a commit is signed by GitLab6358 when author is equal to the committer6359 does not call check_signed_commit_authorship!6360# [RSpecRunTime] RSpec elapsed time: 25 minutes 25.59 seconds. Current RSS: ~1537M. load average: 1.12 1.08 1.02 1/286 627716361 when author is not equal to the committer6362 does not call check_signed_commit_authorship!6363# [RSpecRunTime] RSpec elapsed time: 25 minutes 26.66 seconds. Current RSS: ~1530M. load average: 1.19 1.09 1.02 1/287 627806364# [RSpecRunTime] Finishing example group spec/lib/gitlab/checks/commits_check_spec.rb. It took 4.59 seconds. Expected to take 5.48 seconds.6365# [RSpecRunTime] Starting example group spec/helpers/dropdowns_helper_spec.rb. Expected to take 5.35 seconds.6366DropdownsHelper6367 #dropdown_tag6368 returns the container in the content6369 returns the block in the content6370 #dropdown_toggle6371 returns the button6372 returns the buttons default label data attribute6373 returns the dropdown toggle text6374 returns the button icon in the content6375 #dropdown_toggle_link6376 returns the link6377 returns the links data attribute6378 returns the link text6379 #dropdown_title6380 with a back and close button6381 applies the justification class to the container6382 behaves like has a back button6383 contains the back button6384 behaves like has the title text6385 contains the title text6386 behaves like has a close button6387 contains the close button6388 behaves like has two icons6389 returns two icons6390 behaves like does not have the title margin class6391 does not have the title margin class6392 with a back button6393 returns the back button icon6394 behaves like has a back button6395 contains the back button6396 behaves like has the title text6397 contains the title text6398 behaves like has the title margin class6399 contains the title margin class6400 behaves like does not have a close button6401 does not contain the close button6402 with a close button6403 returns the close button icon6404 behaves like does not have a back button6405 does not contain the back button6406 behaves like has the title text6407 contains the title text6408 behaves like has the title margin class6409 contains the title margin class6410 behaves like has a close button6411 contains the close button6412 without any buttons6413 returns no button icons6414 behaves like does not have a back button6415 does not contain the back button6416 behaves like has the title text6417 contains the title text6418 behaves like does not have the title margin class6419 does not have the title margin class6420 behaves like does not have a close button6421 does not contain the close button6422 #dropdown_filter6423 returns the container6424 returns the search input6425 behaves like has two icons6426 returns two icons6427 #dropdown_content6428 without block6429 behaves like contains the container6430 returns the container in the content6431 with block6432 returns the block in the content6433 behaves like contains the container6434 returns the container in the content6435 #dropdown_footer6436 without a content class6437 behaves like contains the content6438 returns the container in the content6439 returns the block in the content6440 without a content class6441 returns the footer in the content6442 behaves like contains the content6443 returns the container in the content6444 returns the block in the content6445 #dropdown_loading6446 returns the container in the content6447 returns a gl-spinner in the content6448# [RSpecRunTime] Finishing example group spec/helpers/dropdowns_helper_spec.rb. It took 5.1 seconds. Expected to take 5.35 seconds.6449# [RSpecRunTime] Starting example group spec/lib/banzai/reference_parser/external_issue_parser_spec.rb. Expected to take 5.31 seconds.6450Banzai::ReferenceParser::ExternalIssueParser6451 #nodes_visible_to_user6452 when the link has a data-issue attribute6453 creates reference when the feature is 06454 creates reference when the feature is 106455 creates reference when the feature is 206456# [RSpecRunTime] RSpec elapsed time: 25 minutes 33.81 seconds. Current RSS: ~1606M. load average: 1.18 1.09 1.02 1/286 627816457 #referenced_by6458 when the link has a data-project attribute6459 when the link has a data-external-issue attribute6460 returns an Array of ExternalIssue instances6461 when the link does not have a data-external-issue attribute6462 returns an empty Array6463 when the link does not have a data-project attribute6464 returns an empty Array6465 #issue_ids_per_project6466 returns a Hash containing range IDs per project6467 does not add a project when the data-external-issue attribute is empty6468# [RSpecRunTime] RSpec elapsed time: 25 minutes 36.81 seconds. Current RSS: ~1593M. load average: 1.16 1.09 1.02 1/283 627826469# [RSpecRunTime] Finishing example group spec/lib/banzai/reference_parser/external_issue_parser_spec.rb. It took 5.05 seconds. Expected to take 5.31 seconds.6470# [RSpecRunTime] Starting example group spec/models/zoom_meeting_spec.rb. Expected to take 5.07 seconds.6471ZoomMeeting6472 does not allow STI6473 Factory6474 is expected to be valid6475 Associations6476 is expected to belong to project required: false6477 is expected to belong to issue required: false6478 scopes6479 .added_to_issue6480 gets only added meetings6481# [RSpecRunTime] RSpec elapsed time: 25 minutes 39.34 seconds. Current RSS: ~1565M. load average: 1.16 1.09 1.02 1/283 627836482 .removed_from_issue6483 gets only removed meetings6484 Validations6485 is expected to validate that :project cannot be empty/falsy6486 is expected to validate that :issue cannot be empty/falsy6487 when importing6488 is expected not to validate that :project cannot be empty/falsy6489 is expected not to validate that :issue cannot be empty/falsy6490 url6491 is expected to validate that :url cannot be empty/falsy6492 is expected to validate that the length of :url is at most 2556493 with non-Zoom URL6494 is expected to contain exactly "must contain one valid Zoom URL"6495 with multiple Zoom-URLs6496 is expected to contain exactly "must contain one valid Zoom URL"6497 issue association6498 for the same project6499 is expected to be valid6500 for a different project6501 is expected to contain exactly "must associate the same project"6502 limit number of meetings per issue6503 without meetings6504 behaves like can add meetings6505 can add new Zoom meetings6506 when no other meeting is added6507 behaves like can add meetings6508 can add new Zoom meetings6509 when meeting is added6510 behaves like cannot add meetings6511 fails to add a new meeting6512 when meeting is added to another issue6513 behaves like can add meetings6514 can add new Zoom meetings6515 when second meeting is removed6516 behaves like can remove meetings6517 can remove Zoom meetings6518# [RSpecRunTime] Finishing example group spec/models/zoom_meeting_spec.rb. It took 6.82 seconds. Expected to take 5.07 seconds.6519# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 39.52 seconds.6520Lint factories for ZoomMeeting6521 with saas, license, and factory defaults6522 behaves like factory6523 zoom_meeting factory6524 does not raise error when built6525 does not raise error when created6526 linting :added_to_issue trait6527 does not raise error when created6528# [RSpecRunTime] RSpec elapsed time: 25 minutes 45.12 seconds. Current RSS: ~1532M. load average: 1.15 1.09 1.02 1/283 627906529 linting :removed_from_issue trait6530 does not raise error when created6531# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.74 seconds. Expected to take 39.52 seconds.6532# [RSpecRunTime] Starting example group spec/services/merge_requests/migrate_external_diffs_service_spec.rb. Expected to take 5.06 seconds.6533MergeRequests::MigrateExternalDiffsService6534 .enqueue!6535 enqueues nothing if external diffs are disabled6536 enqueues eligible in-database diffs if external diffs are enabled6537# [RSpecRunTime] RSpec elapsed time: 25 minutes 48.01 seconds. Current RSS: ~1536M. load average: 1.14 1.09 1.02 1/289 628966538 #execute6539 migrates an in-database diff to the external store6540# [RSpecRunTime] RSpec elapsed time: 25 minutes 49.22 seconds. Current RSS: ~1532M. load average: 1.14 1.09 1.02 1/289 629486541# [RSpecRunTime] Finishing example group spec/services/merge_requests/migrate_external_diffs_service_spec.rb. It took 3.84 seconds. Expected to take 5.06 seconds.6542# [RSpecRunTime] Starting example group spec/models/lfs_object_spec.rb. Expected to take 4.84 seconds.6543LfsObject6544 does not allow STI6545 has a distinct has_many :projects relation through lfs_objects_projects6546 scopes6547 .not_existing_in_project6548 contains only lfs objects not linked to the project6549# [RSpecRunTime] RSpec elapsed time: 25 minutes 50.87 seconds. Current RSS: ~1522M. load average: 1.13 1.08 1.02 1/289 629496550 .for_oids6551 returns the correct LfsObjects6552 #local_store?6553 returns true when file_store is equal to LfsObjectUploader::Store::LOCAL6554 returns false when file_store is equal to LfsObjectUploader::Store::REMOTE6555 #project_allowed_access?6556 returns true when project is linked6557 returns false when project is not linked6558 when project is a member of a fork network6559 returns true for all members when forked project is linked6560 returns true for all members when root of network is linked6561 returns false when no member of fork network is linked6562# [RSpecRunTime] RSpec elapsed time: 25 minutes 53.04 seconds. Current RSS: ~1510M. load average: 1.13 1.08 1.02 1/288 629506563 storage types6564 file is being stored6565 when existing object has local store6566 behaves like mounted file in local store6567 is stored locally6568 when direct upload is enabled6569 behaves like mounted file in object store6570 is stored remotely6571 .calculate_oid6572 returns SHA256 sum of the file6573 when an lfs object is associated with a project6574 cannot be deleted6575 .unreferenced_in_batches6576 returns lfs objects in batches6577# [RSpecRunTime] Finishing example group spec/models/lfs_object_spec.rb. It took 5.38 seconds. Expected to take 4.84 seconds.6578# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 39.52 seconds.6579Lint factories for LfsObject6580 with saas, license, and factory defaults6581 behaves like factory6582 lfs_object factory6583 does not raise error when built6584 does not raise error when created6585 linting :checksummed trait6586 does not raise error when created (PENDING: Trait skipped linting due to legacy error)6587# [RSpecRunTime] RSpec elapsed time: 25 minutes 55.91 seconds. Current RSS: ~1519M. load average: 1.12 1.08 1.02 1/288 629576588 linting :checksum_failure trait6589 does not raise error when created (PENDING: Trait skipped linting due to legacy error)6590 linting :verification_succeeded trait6591 does not raise error when created (PENDING: Trait skipped linting due to legacy error)6592 linting :verification_failed trait6593 does not raise error when created (PENDING: Trait skipped linting due to legacy error)6594# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.72 seconds. Expected to take 39.52 seconds.6595# [RSpecRunTime] Starting example group spec/models/customer_relations/organization_spec.rb. Expected to take 4.83 seconds.6596CustomerRelations::Organization6597 does not allow STI6598 associations6599 is expected to belong to group required: false6600 validations6601 is expected to validate that :group cannot be empty/falsy6602 is expected to validate that :name cannot be empty/falsy6603 is expected to validate that :name is case-insensitively unique within the scope of :group_id6604 is expected to validate that the length of :name is at most 2556605 is expected to validate that the length of :description is at most 10246606 #root_group6607 when root group6608 is expected to be valid6609 when subgroup6610 is expected to be invalid6611 #name6612 strips name6613 #find_by_name6614 strips name6615 #self.move_to_root_group6616 moves organizations with unique names and deletes the rest6617 updates contact.organization_id for dupes and leaves the rest untouched6618# [RSpecRunTime] RSpec elapsed time: 25 minutes 59.34 seconds. Current RSS: ~1548M. load average: 1.12 1.08 1.02 1/288 629586619 .search6620 when search term is empty6621 returns all group crm_organizations6622 when search term is not empty6623 when searching for name6624 is expected to contain exactly #<CustomerRelations::Organization id: 18, group_id: 1998, created_at: "2024-05-29 17:11:14.315087868 ...11:14.315087868 +0000", state: "active", default_rate: nil, name: "ABC_st", description: [FILTERED]>6625 when searching for description6626 is expected to contain exactly #<CustomerRelations::Organization id: 17, group_id: 1998, created_at: "2024-05-29 17:11:14.308459318 ...:11:14.308459318 +0000", state: "inactive", default_rate: nil, name: "DEF", description: [FILTERED]>6627 when searching for name and description6628 is expected to contain exactly #<CustomerRelations::Organization id: 17, group_id: 1998, created_at: "2024-05-29 17:11:14.308459318 ...:11:14.308459318 +0000", state: "inactive", default_rate: nil, name: "DEF", description: [FILTERED]> and #<CustomerRelations::Organization id: 18, group_id: 1998, created_at: "2024-05-29 17:11:14.315087868 ...11:14.315087868 +0000", state: "active", default_rate: nil, name: "ABC_st", description: [FILTERED]>6629 .search_by_state6630 when searching for crm_organizations state6631 returns only inactive crm_organizations6632 returns only active crm_organizations6633 .counts_by_state6634 returns correct crm_organization counts6635 returns 0 with no results6636 sorting6637 .sort_by_name6638 sorts them by name in ascendent order6639 .sort_by_field6640 sorts them by description in descending order6641# [RSpecRunTime] Finishing example group spec/models/customer_relations/organization_spec.rb. It took 4.31 seconds. Expected to take 4.83 seconds.6642# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 39.52 seconds.6643Lint factories for CustomerRelations::Organization6644 with saas, license, and factory defaults6645 behaves like factory6646 crm_organization factory6647 does not raise error when built6648 does not raise error when created6649# [RSpecRunTime] RSpec elapsed time: 26 minutes 1.99 seconds. Current RSS: ~1551M. load average: 1.11 1.08 1.02 1/284 629656650# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.39 seconds. Expected to take 39.52 seconds.6651# [RSpecRunTime] Starting example group spec/services/ci/job_artifacts/destroy_associations_service_spec.rb. Expected to take 4.61 seconds.6652Ci::JobArtifacts::DestroyAssociationsService6653 #destroy_records6654 removes all types of artifacts without updating statistics6655 with a locked artifact6656 removes all artifacts6657# [RSpecRunTime] RSpec elapsed time: 26 minutes 7.06 seconds. Current RSS: ~1528M. load average: 1.10 1.08 1.02 1/283 629666658 when there are no artifacts6659 does not raise error6660 #update_statistics6661 updates project statistics6662 when there are no artifacts6663 does not raise error6664# [RSpecRunTime] Finishing example group spec/services/ci/job_artifacts/destroy_associations_service_spec.rb. It took 5.48 seconds. Expected to take 4.61 seconds.6665# [RSpecRunTime] Starting example group spec/finders/packages/go/package_finder_spec.rb. Expected to take 4.6 seconds.6666Packages::Go::PackageFinder6667 #exists?6668 with a valid name and version6669 executes SELECT 16670 is expected to eq true6671# [RSpecRunTime] RSpec elapsed time: 26 minutes 9.39 seconds. Current RSS: ~1525M. load average: 1.10 1.08 1.02 1/288 631506672 with an invalid name6673 is expected to eq false6674 with an invalid version6675 is expected to eq false6676 #execute6677 with a valid name and version6678 executes a single query6679 is expected to eq #<Packages::Go::Package id: 5, project_id: 844, created_at: "2024-05-29 17:11:24.064197000 +0000", up...e_type: "golang", creator_id: 1442, status: "default", last_downloaded_at: nil, status_message: nil>6680 with an uninstallable package6681 is expected to eq nil6682 with an invalid name6683 is expected to eq nil6684 with an invalid version6685 is expected to eq nil6686# [RSpecRunTime] Finishing example group spec/finders/packages/go/package_finder_spec.rb. It took 2.65 seconds. Expected to take 4.6 seconds.6687# [RSpecRunTime] Starting example group spec/services/packages/debian/generate_distribution_key_service_spec.rb. Expected to take 4.48 seconds.6688Packages::Debian::GenerateDistributionKeyService6689 returns an Hash6690# [RSpecRunTime] Finishing example group spec/services/packages/debian/generate_distribution_key_service_spec.rb. It took 3.77 seconds. Expected to take 4.48 seconds.6691# [RSpecRunTime] RSpec elapsed time: 26 minutes 14.1 seconds. Current RSS: ~1530M. load average: 1.17 1.10 1.02 1/288 631686692# [RSpecRunTime] Starting example group spec/models/merge_request_reviewer_spec.rb. Expected to take 4.38 seconds.6693MergeRequestReviewer6694 does not allow STI6695 behaves like having unique enum values6696 has unique values in "state"6697 associations6698 is expected to belong to merge_request class_name => MergeRequest required: false6699 is expected to belong to reviewer class_name => User required: false inverse_of => merge_request_reviewers6700# [RSpecRunTime] RSpec elapsed time: 26 minutes 16.79 seconds. Current RSS: ~1550M. load average: 1.16 1.09 1.02 1/289 632726701# [RSpecRunTime] Finishing example group spec/models/merge_request_reviewer_spec.rb. It took 2.82 seconds. Expected to take 4.38 seconds.6702# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 39.52 seconds.6703Lint factories for MergeRequestReviewer6704 with saas, license, and factory defaults6705 behaves like factory6706 merge_request_reviewer factory6707 does not raise error when built6708 does not raise error when created6709# [RSpecRunTime] RSpec elapsed time: 26 minutes 18.33 seconds. Current RSS: ~1554M. load average: 1.16 1.09 1.02 1/289 633246710# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.56 seconds. Expected to take 39.52 seconds.6711# [RSpecRunTime] Starting example group spec/graphql/resolvers/merge_requests_count_resolver_spec.rb. Expected to take 4.34 seconds.6712Resolvers::MergeRequestsCountResolver6713 #resolve6714 is expected to have nullable GraphQL type Int6715 when user can only view an issue's closing merge requests that are public6716 returns the count of the merge requests closing the issue6717# [RSpecRunTime] RSpec elapsed time: 26 minutes 21.28 seconds. Current RSS: ~1554M. load average: 1.14 1.09 1.02 1/289 634346718 when user can view an issue's closing merge requests that are both public and private6719 returns the count of the merge requests closing the issue6720# [RSpecRunTime] Finishing example group spec/graphql/resolvers/merge_requests_count_resolver_spec.rb. It took 3.16 seconds. Expected to take 4.34 seconds.6721# [RSpecRunTime] Starting example group spec/components/pajamas/badge_component_spec.rb. Expected to take 4.2 seconds.6722Pajamas::BadgeComponent6723 HTML options6724 get added as HTML attributes6725 can be combined with component options in no particular order6726 with custom CSS classes6727 combines custom classes and component classes6728 text param6729 is shown inside the badge6730 options6731 icon6732 adds the correct icon and margin6733 icon_classes6734 as string6735 combines custom classes and component classes6736 as array6737 combines custom classes and component classes6738 icon_only6739 adds no extra margin to the icon6740 adds the text as ARIA label6741 href6742 makes the a badge a link6743 size6744 size: :sm6745 adds size class6746 size: :md6747 adds size class6748 size: :lg6749 adds size class6750 with unknown size6751 adds the default size class6752 variant6753 variant: :muted6754 adds variant class6755 variant: :neutral6756 adds variant class6757 variant: :info6758 adds variant class6759 variant: :success6760 adds variant class6761 variant: :warning6762 adds variant class6763 variant: :danger6764 adds variant class6765 with unknown variant6766 adds the default variant class6767 content slot6768 can be used instead of the text param6769 takes presendence over the text param6770# [RSpecRunTime] Finishing example group spec/components/pajamas/badge_component_spec.rb. It took 2.85 seconds. Expected to take 4.2 seconds.6771# [RSpecRunTime] Starting example group spec/services/packages/pypi/create_package_service_spec.rb. Expected to take 4.14 seconds.6772Packages::Pypi::CreatePackageService6773 #execute6774 without an existing package6775 creates the package6776 with FIPS mode6777 does not generate file_md56778 without required_python6779 creates the package6780 with additional metadata6781 creates the package6782 with a very long metadata field6783 field_name: :required_python, param_name: :requires_python, max_length: 2556784 truncates the field and creates the package and its metadata6785 field_name: :keywords, param_name: nil, max_length: 10246786 truncates the field and creates the package and its metadata6787 field_name: :metadata_version, param_name: nil, max_length: 166788 truncates the field and creates the package and its metadata6789 field_name: :description, param_name: nil, max_length: 40006790 truncates the field and creates the package and its metadata6791 field_name: :summary, param_name: nil, max_length: 2556792 truncates the field and creates the package and its metadata6793 field_name: :description_content_type, param_name: nil, max_length: 1286794 truncates the field and creates the package and its metadata6795 field_name: :author_email, param_name: nil, max_length: 20486796 truncates the field and creates the package and its metadata6797 behaves like assigns the package creator6798 assigns the package creator6799 behaves like assigns build to package6800 with build info6801 assigns the pipeline to the package6802# [RSpecRunTime] RSpec elapsed time: 26 minutes 29.0 seconds. Current RSS: ~1570M. load average: 1.13 1.09 1.02 1/288 634356803 behaves like assigns status to package6804 with status param6805 assigns the status to the package6806 with an existing package6807 with an existing file6808 does not create a pypi package6809 behaves like returning an error service response6810 returns an error service response6811 is expected to have attributes {:reason => :invalid_parameter}6812 with a pending_destruction package6813 creates a new package6814 without an existing file6815 adds the file6816# [RSpecRunTime] Finishing example group spec/services/packages/pypi/create_package_service_spec.rb. It took 5.71 seconds. Expected to take 4.14 seconds.6817# [RSpecRunTime] Starting example group spec/workers/clusters/applications/deactivate_integration_worker_spec.rb. Expected to take 4.07 seconds.6818Clusters::Applications::DeactivateIntegrationWorker#perform6819 when cluster exists6820 prometheus integration6821 when prometheus integration exists6822 with cluster type: group6823 ensures Prometheus integration is deactivated6824# [RSpecRunTime] RSpec elapsed time: 26 minutes 31.62 seconds. Current RSS: ~1573M. load average: 1.12 1.09 1.02 1/285 634366825 with cluster type: project6826 ensures Prometheus integration is deactivated6827 with cluster type: instance6828 ensures Prometheus integration is deactivated6829 when prometheus integration does not exist6830 with cluster type: project6831 does not raise errors6832 when cluster does not exist6833 raises Record Not Found error6834# [RSpecRunTime] Finishing example group spec/workers/clusters/applications/deactivate_integration_worker_spec.rb. It took 3.63 seconds. Expected to take 4.07 seconds.6835# [RSpecRunTime] Starting example group spec/serializers/analytics_issue_entity_spec.rb. Expected to take 4.01 seconds.6836AnalyticsIssueEntity6837 without subgroup6838 behaves like generic entity6839 contains the entity URL6840 contains the author6841 contains the project path6842 contains the namespace full path6843 contains the end event timestamp6844 does not contain sensitive information6845 when end_event_timestamp is nil6846 contains a nil end_event_timestamp6847# [RSpecRunTime] RSpec elapsed time: 26 minutes 35.59 seconds. Current RSS: ~1550M. load average: 1.12 1.09 1.02 1/283 634376848 with subgroup6849 has URL containing subgroup6850 behaves like generic entity6851 contains the entity URL6852 contains the author6853 contains the project path6854 contains the namespace full path6855 contains the end event timestamp6856 does not contain sensitive information6857 when end_event_timestamp is nil6858 contains a nil end_event_timestamp6859# [RSpecRunTime] RSpec elapsed time: 26 minutes 37.35 seconds. Current RSS: ~1546M. load average: 1.11 1.09 1.02 1/283 634386860# [RSpecRunTime] Finishing example group spec/serializers/analytics_issue_entity_spec.rb. It took 3.63 seconds. Expected to take 4.01 seconds.6861# [RSpecRunTime] Starting example group spec/services/import_csv/preprocess_milestones_service_spec.rb. Expected to take 3.92 seconds.6862ImportCsv::PreprocessMilestonesService6863 #execute6864 with csv that has missing or unavailable milestones6865 behaves like csv import6866 does not create milestones6867 reports any missing milestones6868 with csv that includes project milestones6869 behaves like csv import6870 does not create milestones6871 reports any missing milestones6872 with csv that includes milestones column6873 when milestones exist in the importing projects group6874 behaves like csv import6875 does not create milestones6876 reports any missing milestones6877 when milestones exist in a subgroup of the importing projects group6878 behaves like csv import6879 does not create milestones6880 reports any missing milestones6881 when milestones exist in a different project from the importing project6882 behaves like csv import6883 does not create milestones6884 reports any missing milestones6885 when duplicate milestones exist in the projects group and parent group6886 behaves like csv import6887 does not create milestones6888 reports any missing milestones6889# [RSpecRunTime] Finishing example group spec/services/import_csv/preprocess_milestones_service_spec.rb. It took 3.4 seconds. Expected to take 3.92 seconds.6890# [RSpecRunTime] Starting example group spec/services/personal_access_tokens/create_service_spec.rb. Expected to take 3.85 seconds.6891PersonalAccessTokens::CreateService6892 #execute6893 when current_user is an administrator6894 when admin mode is enabled6895 behaves like a successfully created token6896 creates personal access token record6897 logs the event6898 notifies the user6899 when admin mode is disabled6900 behaves like an unsuccessfully created token6901 is expected to equal false6902 is expected to eq "Not permitted to create"6903 is expected to be nil6904 when current_user is not an administrator6905 target_user is not the same as current_user6906 behaves like an unsuccessfully created token6907 is expected to equal false6908 is expected to eq "Not permitted to create"6909 is expected to be nil6910 target_user is same as current_user6911 behaves like a successfully created token6912 creates personal access token record6913 logs the event6914 notifies the user6915 with no expires_at set6916 is expected to eq Thu, 29 May 20256917 when invalid scope6918 when concatenate_errors: true6919 is expected to be an instance of String6920 when concatenate_errors: false6921 is expected to be an instance of Array6922# [RSpecRunTime] Finishing example group spec/services/personal_access_tokens/create_service_spec.rb. It took 3.39 seconds. Expected to take 3.85 seconds.6923# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/importer/events/reviewed_spec.rb. Expected to take 3.82 seconds.6924Gitlab::GithubImport::Importer::Events::Reviewed6925 creates a review note6926 does not create a reviewer for the Merge Request6927 when stage is approved6928 creates an approval for the Merge Request6929# [RSpecRunTime] RSpec elapsed time: 26 minutes 46.66 seconds. Current RSS: ~1542M. load average: 1.25 1.12 1.03 1/289 635736930# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/importer/events/reviewed_spec.rb. It took 2.54 seconds. Expected to take 3.82 seconds.6931# [RSpecRunTime] Starting example group spec/serializers/merge_request_widget_commit_entity_spec.rb. Expected to take 3.73 seconds.6932MergeRequestWidgetCommitEntity6933 as json6934 is expected to eq "Merge branch 'branch-merged' into 'master'\r\n\r\nadds bar folder and branch-test text file to check Repository merged_to_root_ref method\r\n\r\n\r\n\r\nSee merge request !12"6935 is expected to eq "b83d6e39"6936 is expected to eq "Merge branch 'branch-merged' into 'master'"6937# [RSpecRunTime] RSpec elapsed time: 26 minutes 49.21 seconds. Current RSS: ~1546M. load average: 1.25 1.12 1.03 1/289 635986938# [RSpecRunTime] Finishing example group spec/serializers/merge_request_widget_commit_entity_spec.rb. It took 2.55 seconds. Expected to take 3.73 seconds.6939# [RSpecRunTime] Starting example group spec/lib/api/ml/mlflow/api_helpers_spec.rb. Expected to take 3.65 seconds.6940API::Ml::Mlflow::ApiHelpers6941 #custom_version6942 input: [], output: nil6943 is correct6944 input: [{}], output: nil6945 is correct6946 input: [{:key=>"foo", :value=>"bar"}], output: nil6947 is correct6948 input: [{:key=>"gitlab.version", :value=>"1.2.3"}], output: "1.2.3"6949 is correct6950 input: [{:key=>"foo", :value=>"bar"}, {:key=>"gitlab.foo", :value=>"baz"}], output: nil6951 is correct6952 #model_order_params6953 input: "", order_by: "name", sort: "asc"6954 is correct6955 input: "name", order_by: "name", sort: "asc"6956 is correct6957 input: "name DESC", order_by: "name", sort: "desc"6958 is correct6959 input: "last_updated_timestamp", order_by: "updated_at", sort: "asc"6960 is correct6961 input: "last_updated_timestamp asc", order_by: "updated_at", sort: "asc"6962 is correct6963 input: "last_updated_timestamp DESC", order_by: "updated_at", sort: "desc"6964 is correct6965 #candidates_order_params6966 input: "", order_by: nil, order_by_type: nil, sort: nil6967 is correct6968 input: "created_at", order_by: "created_at", order_by_type: "column", sort: nil6969 is correct6970 input: "created_at ASC", order_by: "created_at", order_by_type: "column", sort: "ASC"6971 is correct6972 input: "metrics.something", order_by: "something", order_by_type: "metric", sort: nil6973 is correct6974 input: "metrics.something asc", order_by: "something", order_by_type: "metric", sort: "asc"6975 is correct6976 input: "metrics.something.blah asc", order_by: "something", order_by_type: "metric", sort: "asc"6977 is correct6978 input: "params.something ASC", order_by: nil, order_by_type: nil, sort: "ASC"6979 is correct6980 input: "metadata.something ASC", order_by: nil, order_by_type: nil, sort: "ASC"6981 is correct6982 #model_filter_params6983 input: "", output: {}6984 is correct6985 input: "name=\"\"", output: {:name=>""}6986 is correct6987 input: "name=foo", output: {:name=>"foo"}6988 is correct6989 input: "name=\"foo\"", output: {:name=>"foo"}6990 is correct6991 input: "invalid=\"foo\"", output: {}6992 is correct6993 #gitlab_tags6994 when tags param is not supplied6995 returns nil6996 when tags param is supplied6997 input: [], output: nil6998 is correct6999 input: [{}], output: {}7000 is correct7001 input: [{:key=>"foo", :value=>"bar"}], output: {}7002 is correct7003 input: [{:key=>"gitlab.version", :value=>"1.2.3"}], output: {"version"=>"1.2.3"}7004 is correct7005 input: [{:key=>"foo", :value=>"bar"}, {:key=>"gitlab.foo", :value=>"baz"}], output: {"foo"=>"baz"}7006 is correct7007# [RSpecRunTime] Finishing example group spec/lib/api/ml/mlflow/api_helpers_spec.rb. It took 3.68 seconds. Expected to take 3.65 seconds.7008# [RSpecRunTime] Starting example group spec/services/service_ping/submit_service_ping_service_spec.rb. Expected to take 3.61 seconds.7009ServicePing::SubmitService7010 when usage ping is disabled7011 behaves like does not run7012 is expected not to receive post(*(any args)) 0 times7013 when usage ping is disabled from GitLab config file7014 behaves like does not run7015 is expected not to receive post(*(any args)) 0 times7016 when enabled_and_consented is false7017 behaves like does not run7018 is expected not to receive post(*(any args)) 0 times7019 when enabled_and_consented is true7020 submits a service ping payload without errors7021 when usage ping is enabled7022 sends a POST request7023 and user requires usage stats consent7024 behaves like does not run7025 is expected not to receive post(*(any args)) 0 times7026 when conv_index data is passed7027 saves usage_data_id to version_usage_data_id_value7028 behaves like saves DevOps report data from the response7029 is expected to eq 31.377030 when only usage_data_id is passed in response7031 does not save DevOps report data7032 saves usage_data_id to version_usage_data_id_value7033 when version app usage_data_id is invalid7034 raises an exception7035 when DevOps report data is passed7036 behaves like saves DevOps report data from the response7037 is expected to eq 31.377038 with saving raw_usage_data7039 creates a raw_usage_data record7040 saves the correct payload7041 links to the default organization7042 and usage ping response has unsuccessful status7043 raises an exception7044 and usage data is empty string7045 behaves like does not send a blank usage ping payload7046 is expected to raise ServicePing::SubmitService::SubmissionError7047 and usage data is nil7048 behaves like does not send a blank usage ping payload7049 is expected to raise ServicePing::SubmitService::SubmissionError7050 if version app response fails7051 raises SubmissionError7052 when skip_db_write passed to service7053 does not save RawUsageData7054 does not call DevOpsReport service7055 metadata reporting7056 submits metadata7057# [RSpecRunTime] Finishing example group spec/services/service_ping/submit_service_ping_service_spec.rb. It took 3.49 seconds. Expected to take 3.61 seconds.7058# [RSpecRunTime] Starting example group spec/graphql/mutations/security/ci_configuration/configure_sast_iac_spec.rb. Expected to take 3.52 seconds.7059Mutations::Security::CiConfiguration::ConfigureSastIac7060 is expected to require graphql authorizations :push_code7061 #resolve7062 generates an error if the resource is not accessible to the user7063 when user does not have enough permissions7064 generates an error7065# [RSpecRunTime] RSpec elapsed time: 26 minutes 57.8 seconds. Current RSS: ~1610M. load average: 1.22 1.11 1.03 1/286 636057066 when user is a maintainer of a different project7067 generates an error7068 when the user does not have permission to create a new branch7069 returns an array of errors7070 when the user can create a merge request7071 when service successfully generates a path to create a new merge request7072 returns a success path7073 when service can not generate any path to create a new merge request7074 returns an array of errors7075# [RSpecRunTime] Finishing example group spec/graphql/mutations/security/ci_configuration/configure_sast_iac_spec.rb. It took 3.08 seconds. Expected to take 3.52 seconds.7076# [RSpecRunTime] Starting example group spec/services/environments/update_service_spec.rb. Expected to take 3.47 seconds.7077Environments::UpdateService7078 #execute7079 updates the external URL7080 returns successful response7081 when setting a kubernetes namespace to the environment7082 updates the kubernetes namespace7083 returns successful response7084# [RSpecRunTime] RSpec elapsed time: 27 minutes 1.25 seconds. Current RSS: ~1579M. load average: 1.20 1.11 1.03 3/286 636297085 when setting a flux resource path to the environment7086 updates the flux resource path7087 returns successful response7088 when setting a cluster agent to the environment7089 returns successful response7090 when user does not have permission to read the agent7091 returns an error7092 when unsetting a cluster agent of the environment7093 returns successful response7094 when params contain invalid value7095 returns an error7096 when disallowed parameter is passed7097 ignores the parameter7098 when user is reporter7099 returns an error7100# [RSpecRunTime] Finishing example group spec/services/environments/update_service_spec.rb. It took 3.72 seconds. Expected to take 3.47 seconds.7101# [RSpecRunTime] Starting example group spec/models/analytics/cycle_analytics/value_stream_spec.rb. Expected to take 3.43 seconds.7102Analytics::CycleAnalytics::ValueStream7103 does not allow STI7104 scopes7105 .order_by_name_asc7106 returns in case-insensitive alphabetical order7107 validations7108 is expected to validate that :name cannot be empty/falsy7109 is expected to validate that the length of :name is at most 1007110 validates uniqueness of name7111 validates count of value streams per namespace7112 behaves like value stream analytics namespace models7113 when ProjectNamespace is given7114 is valid7115# [RSpecRunTime] RSpec elapsed time: 27 minutes 5.02 seconds. Current RSS: ~1560M. load average: 1.20 1.11 1.03 1/285 636307116 when personal namespace is given7117 is valid7118 ordering of stages7119 stages attribute7120 sorts stages by relative position7121 #project7122 when namespace is a project7123 is expected to eq #<Project id:871 namespace947/project-891>>7124 when namespace is a group7125 is expected to be nil7126 associations7127 is expected to belong to namespace required: true7128 is expected to have many stages7129 #custom?7130 when value stream is not persisted7131 when the name of the value stream is default7132 is expected not to be custom7133 when the name of the value stream is not default7134 is expected to be custom7135 when value stream is persisted7136 is expected to be custom7137# [RSpecRunTime] Finishing example group spec/models/analytics/cycle_analytics/value_stream_spec.rb. It took 3.82 seconds. Expected to take 3.43 seconds.7138# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 39.52 seconds.7139Lint factories for Analytics::CycleAnalytics::ValueStream7140 with saas, license, and factory defaults7141 behaves like factory7142 cycle_analytics_value_stream factory7143 does not raise error when built7144 does not raise error when created7145# [RSpecRunTime] RSpec elapsed time: 27 minutes 8.23 seconds. Current RSS: ~1538M. load average: 1.18 1.11 1.03 1/285 636377146# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.23 seconds. Expected to take 39.52 seconds.7147# [RSpecRunTime] Starting example group spec/graphql/mutations/alert_management/update_alert_status_spec.rb. Expected to take 3.33 seconds.7148Mutations::AlertManagement::UpdateAlertStatus7149 is expected to require graphql authorizations :update_alert_management_alert7150 #resolve7151 raises an error if the resource is not accessible to the user7152 user has access to project7153 changes the status7154 returns the alert with no errors7155 behaves like an incident management tracked event7156 .track_event7157 tracks the event using redis7158# [RSpecRunTime] RSpec elapsed time: 27 minutes 10.23 seconds. Current RSS: ~1533M. load average: 1.18 1.11 1.03 1/283 636387159 behaves like Snowplow event tracking with RedisHLL context7160 behaves like Snowplow event tracking7161 is emitted7162 error occurs when updating7163 returns the alert with errors7164 invalid status given7165 returns the alert with errors7166# [RSpecRunTime] Finishing example group spec/graphql/mutations/alert_management/update_alert_status_spec.rb. It took 2.97 seconds. Expected to take 3.33 seconds.7167# [RSpecRunTime] Starting example group spec/services/cloud_seed/google_cloud/create_cloudsql_instance_service_spec.rb. Expected to take 3.31 seconds.7168CloudSeed::GoogleCloud::CreateCloudsqlInstanceService7169 #execute7170 triggers creation of a cloudsql instance7171 triggers worker to manage cloudsql instance creation operation results7172 when google APIs fail7173 returns error7174# [RSpecRunTime] RSpec elapsed time: 27 minutes 13.05 seconds. Current RSS: ~1520M. load average: 1.17 1.11 1.03 1/283 636397175 when project has GCP_REGION defined7176 uses defined region7177# [RSpecRunTime] Finishing example group spec/services/cloud_seed/google_cloud/create_cloudsql_instance_service_spec.rb. It took 2.49 seconds. Expected to take 3.31 seconds.7178# [RSpecRunTime] Starting example group spec/workers/invalid_gpg_signature_update_worker_spec.rb. Expected to take 3.21 seconds.7179InvalidGpgSignatureUpdateWorker7180 when GpgKey is found7181 calls NotificationService.new.run7182# [RSpecRunTime] RSpec elapsed time: 27 minutes 15.37 seconds. Current RSS: ~1508M. load average: 1.17 1.11 1.03 1/283 636717183 when GpgKey is not found7184 does not raise errors7185 does not call NotificationService.new.run7186# [RSpecRunTime] Finishing example group spec/workers/invalid_gpg_signature_update_worker_spec.rb. It took 1.91 seconds. Expected to take 3.21 seconds.7187# [RSpecRunTime] Starting example group spec/graphql/mutations/merge_requests/set_subscription_spec.rb. Expected to take 3.2 seconds.7188Mutations::MergeRequests::SetSubscription7189 is expected to require graphql authorizations :update_subscription7190 when user does not have access to the project7191 behaves like a subscribeable not accessible graphql resource7192 raises an error if the resource is not accessible to the user7193 when user is developer member of the project7194 behaves like a subscribeable graphql resource7195 subscribes to the resource7196 when passing subscribe as false7197 unsubscribes from the discussion7198# [RSpecRunTime] RSpec elapsed time: 27 minutes 17.69 seconds. Current RSS: ~1508M. load average: 1.15 1.11 1.03 1/283 636727199 when the project is public7200 behaves like a subscribeable graphql resource7201 subscribes to the resource7202 when passing subscribe as false7203 unsubscribes from the discussion7204# [RSpecRunTime] Finishing example group spec/graphql/mutations/merge_requests/set_subscription_spec.rb. It took 3.02 seconds. Expected to take 3.2 seconds.7205# [RSpecRunTime] Starting example group spec/finders/abuse_reports_finder_spec.rb. Expected to take 3.11 seconds.7206AbuseReportsFinder7207 #execute7208 when params is empty7209 behaves like returns all abuse reports7210 returns all abuse reports7211 when params[:user] is present7212 behaves like returns filtered reports7213 returns abuse reports filtered by user_id7214 when no user has username = params[:user]7215 behaves like returns all abuse reports7216 returns all abuse reports7217 when params[:reporter] is present7218 behaves like returns filtered reports7219 returns abuse reports filtered by reporter_id7220 when no user has username = params[:reporter]7221 behaves like returns all abuse reports7222 returns all abuse reports7223 when params[:status] = open7224 returns only open abuse reports7225 when params[:status] = closed7226 returns only closed abuse reports7227 when params[:status] is not a valid status7228 defaults to returning open abuse reports7229 when params[:category] is present7230 returns abuse reports with the specified category7231 aggregating reports7232 when multiple open reports exist7233 aggregates open reports by user and category7234 sorts by aggregated_count in descending order and created_at in descending order7235 returns count with aggregated reports7236 when a different sorting attribute is given7237 returns reports sorted by the specified sort attribute7238 when params[:sort] is invalid7239 sorts reports by aggregated_count in descending order7240 when multiple closed reports exist7241 does not aggregate closed reports7242 sorts reports by created_at in descending order7243 when a different sorting attribute is given7244 returns reports sorted by the specified sort attribute7245 when params[:sort] is invalid7246 sorts reports by created_at in descending order7247# [RSpecRunTime] Finishing example group spec/finders/abuse_reports_finder_spec.rb. It took 3.1 seconds. Expected to take 3.11 seconds.7248# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/importer/events/renamed_spec.rb. Expected to take 3.09 seconds.7249Gitlab::GithubImport::Importer::Events::Renamed7250 #execute7251 with Issue7252 behaves like import renamed event7253 creates expected note7254 creates expected system note metadata7255# [RSpecRunTime] RSpec elapsed time: 27 minutes 23.11 seconds. Current RSS: ~1547M. load average: 1.14 1.10 1.03 1/283 636797256 with MergeRequest7257 behaves like import renamed event7258 creates expected note7259 creates expected system note metadata7260# [RSpecRunTime] RSpec elapsed time: 27 minutes 24.33 seconds. Current RSS: ~1544M. load average: 1.14 1.10 1.03 1/289 637657261# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/importer/events/renamed_spec.rb. It took 2.63 seconds. Expected to take 3.09 seconds.7262# [RSpecRunTime] Starting example group spec/lib/gitlab/jira_import/base_importer_spec.rb. Expected to take 3.0 seconds.7263Gitlab::JiraImport::BaseImporter7264 with any inheriting class7265 when project validation is ok7266 when Jira service exists7267 when Jira import data is not present7268 raises exception7269 when import data exists7270 when #imported_items_cache_key is not implemented7271 is expected to raise NotImplementedError7272 when #imported_items_cache_key is implemented7273 #imported_items_cache_key7274 is expected to eq "dumb-importer-key"7275 #mark_as_imported7276 stores id in redis cache7277 #already_imported?7278 returns false if value is not in cache7279 returns true if value already stored in cache7280# [RSpecRunTime] Finishing example group spec/lib/gitlab/jira_import/base_importer_spec.rb. It took 2.88 seconds. Expected to take 3.0 seconds.7281# [RSpecRunTime] Starting example group spec/lib/gitlab/jira_import/issue_serializer_spec.rb. Expected to take 2.95 seconds.7282Gitlab::JiraImport::IssueSerializer7283 #execute7284 attributes setting7285 sets the basic attributes7286 creates a hash for valid issue7287 labels7288 creates all missing labels (on project level)7289 when there are no new labels7290 assigns the labels to the Issue hash7291 does not create new labels7292# [RSpecRunTime] RSpec elapsed time: 27 minutes 28.93 seconds. Current RSS: ~1554M. load average: 1.21 1.12 1.03 1/288 637667293 author7294 when reporter maps to a valid GitLab user7295 sets the issue author to the mapped user7296 when reporter does not map to a valid Gitlab user7297 defaults the issue author to project creator7298 when reporter field is empty7299 defaults the issue author to project creator7300 when reporter field is missing accountId7301 defaults the issue author to project creator7302 assignee7303 when assignee maps to a valid GitLab user7304 sets the issue assignees to the mapped user7305 when assignee does not map to a valid GitLab user7306 leaves the assignee empty7307 when assginee field is empty7308 leaves the assignee empty7309 when assginee field is missing accountId7310 leaves the assignee empty7311 with jira server response7312 when assignee maps to a valid GitLab user7313 sets the issue assignees to the mapped user7314 with done status7315 maps the status to closed7316 without the iid7317 does not set the iid7318# [RSpecRunTime] Finishing example group spec/lib/gitlab/jira_import/issue_serializer_spec.rb. It took 3.11 seconds. Expected to take 2.95 seconds.7319# [RSpecRunTime] Starting example group spec/services/bulk_imports/file_download_service_spec.rb. Expected to take 2.95 seconds.7320BulkImports::FileDownloadService7321 #execute7322 downloads file7323 when content-type is application/gzip7324 downloads file7325 when url is not valid7326 raises an error7327 when content-type is not valid7328 logs and raises an error7329 when file size is not valid7330 when size exceeds limit7331 raises an error7332 when size is equals the file size limit7333 does not raise an error7334 when chunk code is not 2007335 raises an error7336 when chunk code is retriable7337 raises a retriable error7338 when chunk code is redirection7339 does not write a redirection chunk7340 when redirection chunk appears at a later stage of the download7341 raises an error7342 remote content validation7343 on redirect chunk7344 does not run content type & validation7345 when there is one data chunk7346 validates content type7347 when there are multiple data chunks7348 validates content type only once7349 when file is a symlink7350 raises an error and removes the file7351 when file shares multiple hard links7352 raises an error and removes the file7353 when dir is not in tmpdir7354 raises an error7355 when dir path is being traversed7356 raises an error7357 when using the remote filename7358 when no filename is given7359 raises an error when the filename is not provided in the request header7360 with a given filename7361 uses the given filename7362 when the filename is a path7363 raises an error when the filename is not provided in the request header7364 when the filename is longer the the limit7365 raises an error when the filename is not provided in the request header7366# [RSpecRunTime] Finishing example group spec/services/bulk_imports/file_download_service_spec.rb. It took 2.62 seconds. Expected to take 2.95 seconds.7367# [RSpecRunTime] Starting example group spec/serializers/trigger_variable_entity_spec.rb. Expected to take 2.84 seconds.7368TriggerVariableEntity7369 exposes the variable key7370 when user has access to the value7371 when user is maintainer7372 exposes the variable value7373# [RSpecRunTime] RSpec elapsed time: 27 minutes 34.54 seconds. Current RSS: ~1579M. load average: 1.19 1.12 1.03 1/288 637677374 when user is owner7375 exposes the variable value7376 when user does not have access to the value7377 does not expose the variable value7378# [RSpecRunTime] Finishing example group spec/serializers/trigger_variable_entity_spec.rb. It took 2.72 seconds. Expected to take 2.84 seconds.7379# [RSpecRunTime] Starting example group spec/models/merge_request/approval_removal_settings_spec.rb. Expected to take 2.83 seconds.7380MergeRequest::ApprovalRemovalSettings7381 does not allow STI7382 validations7383 when enabling selective_code_owner_removals and reset_approvals_on_push is disabled7384 is expected to be valid7385 when enabling selective_code_owner_removals and reset_approvals_on_push is enabled7386 is expected not to be valid7387 when enabling reset_approvals_on_push and selective_code_owner_removals is disabled7388 is expected to be valid7389 when enabling reset_approvals_on_push and selective_code_owner_removals is enabled7390 is expected not to be valid7391 when enabling reset_approvals_on_push and selective_code_owner_removals7392 is expected not to be valid7393# [RSpecRunTime] Finishing example group spec/models/merge_request/approval_removal_settings_spec.rb. It took 2.98 seconds. Expected to take 2.83 seconds.7394# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/pipeline/expression/lexeme/or_spec.rb. Expected to take 2.75 seconds.7395Gitlab::Ci::Pipeline::Expression::Lexeme::Or7396 .build7397 creates a new instance of the token7398 with non-evaluable operands7399 raises an operator error7400 .type7401 is an operator7402 .precedence7403 has a precedence7404 #evaluate7405 when left and right are truthy7406 left_value: true, right_value: 17407 is expected to be truthy7408 is expected to eq true7409 left_value: true, right_value: "a"7410 is expected to be truthy7411 is expected to eq true7412 left_value: 1, right_value: true7413 is expected to be truthy7414 is expected to eq 17415 left_value: 1, right_value: "a"7416 is expected to be truthy7417 is expected to eq 17418 left_value: "a", right_value: true7419 is expected to be truthy7420 is expected to eq "a"7421 left_value: "a", right_value: 17422 is expected to be truthy7423 is expected to eq "a"7424 when left or right is truthy7425 left_value: true, right_value: false7426 is expected to be truthy7427 left_value: true, right_value: "a"7428 is expected to be truthy7429 left_value: false, right_value: true7430 is expected to be truthy7431 left_value: false, right_value: "a"7432 is expected to be truthy7433 left_value: "a", right_value: true7434 is expected to be truthy7435 left_value: "a", right_value: false7436 is expected to be truthy7437 when left and right are falsey7438 left_value: false, right_value: nil7439 is expected to be falsey7440 is expected to eq nil7441 left_value: nil, right_value: false7442 is expected to be falsey7443 is expected to eq false7444# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/pipeline/expression/lexeme/or_spec.rb. It took 2.92 seconds. Expected to take 2.75 seconds.7445# [RSpecRunTime] Starting example group spec/models/loose_foreign_keys/modification_tracker_spec.rb. Expected to take 2.73 seconds.7446LooseForeignKeys::ModificationTracker7447 does not allow STI7448 #over_limit?7449 is true when deletion max_deletes is exceeded7450 is false when MAX_DELETES is not exceeded7451 is true when deletion MAX_UPDATES is exceeded7452 is false when MAX_UPDATES is not exceeded7453 is true when max runtime is exceeded7454 is false when max runtime is not exceeded7455 #add_deletions7456 increments a Prometheus counter7457 #add_updates7458 increments a Prometheus counter7459 #stats7460 exposes stats7461# [RSpecRunTime] Finishing example group spec/models/loose_foreign_keys/modification_tracker_spec.rb. It took 1.23 seconds. Expected to take 2.73 seconds.7462# [RSpecRunTime] Starting example group spec/graphql/resolvers/projects/jira_projects_resolver_spec.rb. Expected to take 2.68 seconds.7463Resolvers::Projects::JiraProjectsResolver7464 is expected to have nullable GraphQL type JiraProjectConnection7465 #resolve7466 when project has no Jira service7467 when user is a maintainer7468 behaves like no project service access7469 generates an error7470 when project has Jira service7471 when user is a developer7472 behaves like no project service access7473 generates an error7474 when user is a maintainer7475 when Jira connection is valid7476 returns Jira projects7477 when filtering projects by name7478 returns Jira projects7479 when Jira connection is not valid7480 generates a failure error7481# [RSpecRunTime] Finishing example group spec/graphql/resolvers/projects/jira_projects_resolver_spec.rb. It took 2.33 seconds. Expected to take 2.68 seconds.7482# [RSpecRunTime] Starting example group spec/graphql/resolvers/incident_management/timeline_event_tags_resolver_spec.rb. Expected to take 2.65 seconds.7483Resolvers::IncidentManagement::TimelineEventTagsResolver7484 is expected to have nullable GraphQL type TimelineEventTagTypeConnection7485 returns timeline event tags7486 when timeline event is nil7487 returns no timeline event tags7488# [RSpecRunTime] RSpec elapsed time: 27 minutes 47.3 seconds. Current RSS: ~1593M. load average: 1.15 1.11 1.03 1/283 637687489 when there is no timeline event tag link7490 returns no timeline event tags7491 when user does not have permissions7492 returns no timeline event tags7493# [RSpecRunTime] Finishing example group spec/graphql/resolvers/incident_management/timeline_event_tags_resolver_spec.rb. It took 2.57 seconds. Expected to take 2.65 seconds.7494# [RSpecRunTime] Starting example group spec/validators/system_hook_url_validator_spec.rb. Expected to take 2.59 seconds.7495SystemHookUrlValidator7496 #validate7497 with no options7498 allows http,https schemes by default7499 checks that the url structure is valid7500 with schemes7501 allows urls with the defined schemes7502 add error if the url scheme does not match the selected ones7503 by default7504 blocks urls pointing to localhost7505 blocks urls pointing to the local network7506 when local requests are allowed7507 does not block urls pointing to localhost7508 does not block urls pointing to the local network7509# [RSpecRunTime] RSpec elapsed time: 27 minutes 50.22 seconds. Current RSS: ~1611M. load average: 1.15 1.11 1.03 1/283 637697510# [RSpecRunTime] Finishing example group spec/validators/system_hook_url_validator_spec.rb. It took 2.52 seconds. Expected to take 2.59 seconds.7511# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/rules/rule/changes_spec.rb. Expected to take 2.56 seconds.7512Gitlab::Ci::Config::Entry::Rules::Rule::Changes7513 .new7514 when using a string array7515 is expected to be valid7516 when using an integer array7517 is expected not to be valid7518 returns errors7519 when using a string7520 is expected not to be valid7521 reports an error about invalid policy7522 when using a long array7523 is expected not to be valid7524 returns errors7525 when clause is empty7526 is expected to be valid7527 when policy strategy does not match7528 is expected not to be valid7529 returns information about errors7530 with paths7531 when paths is an array of strings7532 is expected to be valid7533 when paths is not an array7534 is expected not to be valid7535 returns information about errors7536 when paths is an array of integers7537 is expected not to be valid7538 returns information about errors7539 when paths is an array of long strings7540 is expected not to be valid7541 returns information about errors7542 when paths is nil7543 is expected not to be valid7544 returns information about errors7545 with paths and compare_to7546 is expected to be valid7547 when compare_to is not a string7548 is expected not to be valid7549 returns information about errors7550 #value7551 when using a string array7552 is expected to eq {:paths=>["app/", "lib/", "spec/", "other/*", "paths/**/*.rb"]}7553 with paths7554 is expected to eq {:paths=>["app/", "lib/"]}7555 with paths and compare_to7556 is expected to eq {:compare_to=>"branch1", :paths=>["app/", "lib/"]}7557# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/rules/rule/changes_spec.rb. It took 3.08 seconds. Expected to take 2.56 seconds.7558# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/reports/coverage_report_spec.rb. Expected to take 2.5 seconds.7559Gitlab::Ci::Config::Entry::Reports::CoverageReport7560 validations7561 when it is valid7562 is expected to be valid7563 is expected to eq {:coverage_format=>"cobertura", :path=>"cobertura-coverage.xml"}7564 when it is not a hash7565 config: "string"7566 is expected not to be valid7567 is expected to include /should be a hash/7568 config: true7569 is expected not to be valid7570 is expected to include /should be a hash/7571 config: []7572 is expected not to be valid7573 is expected to include /should be a hash/7574 with unsupported coverage format7575 is expected not to be valid7576 is expected to include /format must be one of supported formats/7577 without coverage format7578 is expected not to be valid7579 is expected to include /format can't be blank/7580 without path7581 is expected not to be valid7582 is expected to include /path can't be blank/7583 with invalid path7584 is expected not to be valid7585 is expected to include /path should be a string/7586 with unknown keys7587 is expected not to be valid7588 is expected to include /contains unknown keys/7589# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/reports/coverage_report_spec.rb. It took 2.18 seconds. Expected to take 2.5 seconds.7590# [RSpecRunTime] Starting example group spec/graphql/resolvers/projects/snippets_resolver_spec.rb. Expected to take 2.48 seconds.7591Resolvers::Projects::SnippetsResolver7592 #resolve7593 calls SnippetsFinder7594 when using no filter7595 returns expected snippets7596 when using filters7597 returns the snippets by visibility7598 returns the snippets by gid7599 returns the snippets by array of gid7600 when no project is provided7601 returns no snippets7602 when provided user is not current user7603 returns no snippets7604 when project snippets are disabled7605 generates an error7606# [RSpecRunTime] Finishing example group spec/graphql/resolvers/projects/snippets_resolver_spec.rb. It took 2.52 seconds. Expected to take 2.48 seconds.7607# [RSpecRunTime] Starting example group spec/services/ci/catalog/resources/destroy_service_spec.rb. Expected to take 2.43 seconds.7608Ci::Catalog::Resources::DestroyService7609 #execute7610 with an unauthorized user7611 raises an AccessDeniedError7612# [RSpecRunTime] RSpec elapsed time: 27 minutes 59.4 seconds. Current RSS: ~1654M. load average: 1.13 1.11 1.03 1/288 638577613 with an authorized user7614 destroys a catalog resource7615# [RSpecRunTime] Finishing example group spec/services/ci/catalog/resources/destroy_service_spec.rb. It took 1.69 seconds. Expected to take 2.43 seconds.7616# [RSpecRunTime] Starting example group spec/lib/gitlab/database/async_constraints/validators/foreign_key_spec.rb. Expected to take 2.41 seconds.7617Gitlab::Database::AsyncConstraints::Validators::ForeignKey7618 behaves like async constraints validation7619 validates the constraint while controlling statement timeout7620 removes the constraint validation record from table7621 skips logic if not able to acquire exclusive lease7622 logs messages around execution7623 when the constraint does not exist7624 skips validation and removes the record7625 logs an appropriate message7626# [RSpecRunTime] RSpec elapsed time: 28 minutes 0.88 second. Current RSS: ~1646M. load average: 1.12 1.10 1.03 1/288 638587627 with error handling7628 on production7629 increases execution attempts7630 logs an error message including the constraint_name7631 on development7632 also raises errors7633 with fully qualified table names7634 validates the constraint7635# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/async_constraints/validators/foreign_key_spec.rb. It took 1.98 seconds. Expected to take 2.41 seconds.7636# [RSpecRunTime] Starting example group spec/models/concerns/semantic_versionable_spec.rb. Expected to take 2.37 seconds.7637SemanticVersionable7638-- create_table(:_test_semantic_versions, {:force=>true})7639 -> 0.0095s7640 does not allow STI7641 #semver7642 semver_input: "1", semver_value: ""7643 is expected to eq ""7644 semver_input: "1.2", semver_value: ""7645 is expected to eq ""7646 semver_input: "1.2.3", semver_value: "1.2.3"7647 is expected to eq "1.2.3"7648 semver_input: "1.2.3-beta", semver_value: "1.2.3-beta"7649 is expected to eq "1.2.3-beta"7650 semver_input: "1.2.3.beta", semver_value: ""7651 is expected to eq ""7652 with a prefix7653 semver_input: "v1.2.3", semver_value: "v1.2.3"7654-- add_column(:_test_semantic_versions, :semver_prefixed, :boolean)7655 -> 0.0023s7656 is expected to eq "v1.2.3"7657 semver_input: "v1.2.3-beta", semver_value: "v1.2.3-beta"7658-- add_column(:_test_semantic_versions, :semver_prefixed, :boolean)7659 -> 0.0021s7660 is expected to eq "v1.2.3-beta"7661 scopes7662 .order_by_semantic_version_asc7663 orders the versions by semantic order ascending7664 .order_by_semantic_version_desc7665 orders the versions by semantic order descending7666 #semver=7667 semver: "1", major: nil, minor: nil, patch: nil, prerelease: nil7668 is expected to eq nil7669 semver: "1.2", major: nil, minor: nil, patch: nil, prerelease: nil7670 is expected to eq nil7671 semver: "1.2.3", major: 1, minor: 2, patch: 3, prerelease: nil7672 is expected to eq nil7673 semver: "1.2.3-beta", major: 1, minor: 2, patch: 3, prerelease: "beta"7674 is expected to eq "beta"7675 semver: "1.2.3.beta", major: nil, minor: nil, patch: nil, prerelease: nil7676 is expected to eq nil7677 with a prefix7678 semver: "v1.2.3", major: 1, minor: 2, patch: 3, prerelease: nil, prefixed: true7679-- add_column(:_test_semantic_versions, :semver_prefixed, :boolean)7680 -> 0.0019s7681 is expected to eq true7682 semver: "v1.2.3-beta", major: 1, minor: 2, patch: 3, prerelease: "beta", prefixed: true7683-- add_column(:_test_semantic_versions, :semver_prefixed, :boolean)7684 -> 0.0018s7685 is expected to eq true7686# [RSpecRunTime] Finishing example group spec/models/concerns/semantic_versionable_spec.rb. It took 2.57 seconds. Expected to take 2.37 seconds.7687# [RSpecRunTime] Starting example group spec/workers/merge_requests/resolve_todos_worker_spec.rb. Expected to take 2.32 seconds.7688MergeRequests::ResolveTodosWorker7689 behaves like an idempotent worker7690 is labeled as idempotent7691 performs multiple times sequentially without raising an exception7692# [RSpecRunTime] RSpec elapsed time: 28 minutes 5.62 seconds. Current RSS: ~1647M. load average: 1.12 1.10 1.03 1/289 639117693 #perform7694 calls MergeRequests::ResolveTodosService#execute7695 with a non-existing merge request7696 does nothing7697 with a non-existing user7698 does nothing7699# [RSpecRunTime] Finishing example group spec/workers/merge_requests/resolve_todos_worker_spec.rb. It took 1.71 seconds. Expected to take 2.32 seconds.7700# [RSpecRunTime] Starting example group spec/lib/banzai/issuable_extractor_spec.rb. Expected to take 2.29 seconds.7701Banzai::IssuableExtractor7702 returns instances of issuables for nodes with references7703 caching7704 saves records to cache7705# [RSpecRunTime] RSpec elapsed time: 28 minutes 8.16 seconds. Current RSS: ~1634M. load average: 1.11 1.10 1.03 1/288 639127706# [RSpecRunTime] Finishing example group spec/lib/banzai/issuable_extractor_spec.rb. It took 2.22 seconds. Expected to take 2.29 seconds.7707# [RSpecRunTime] Starting example group spec/workers/authorized_project_update/project_recalculate_per_user_worker_spec.rb. Expected to take 2.25 seconds.7708AuthorizedProjectUpdate::ProjectRecalculatePerUserWorker7709 is labeled as idempotent7710 performs multiple times sequentially without raising an exception7711 does not change authorizations when run twice7712 #perform7713 does not fail if the project does not exist7714 does not fail if the user does not exist7715 calls AuthorizedProjectUpdate::ProjectRecalculatePerUserService7716 exclusive lease7717 when exclusive lease has not been taken7718 obtains a new exclusive lease7719# [RSpecRunTime] RSpec elapsed time: 28 minutes 9.9 seconds. Current RSS: ~1628M. load average: 1.11 1.10 1.03 1/288 639137720 when exclusive lease has already been taken7721 raises an error7722# [RSpecRunTime] Finishing example group spec/workers/authorized_project_update/project_recalculate_per_user_worker_spec.rb. It took 1.94 seconds. Expected to take 2.25 seconds.7723# [RSpecRunTime] Starting example group spec/services/design_management/move_designs_service_spec.rb. Expected to take 2.21 seconds.7724DesignManagement::MoveDesignsService7725 #execute7726 the user cannot move designs7727 raises cannot_move7728 the designs are not distinct7729 raises not_distinct7730 the designs are not on the same issue7731 raises not_same_issue7732 no focus is passed7733 raises no_focus7734 no neighbours are passed7735 raises no_neighbors7736 moving a design with neighbours7737 repositions existing designs and correctly places the given design7738# [RSpecRunTime] Finishing example group spec/services/design_management/move_designs_service_spec.rb. It took 2.13 seconds. Expected to take 2.21 seconds.7739# [RSpecRunTime] Starting example group spec/serializers/entity_date_helper_spec.rb. Expected to take 2.19 seconds.7740EntityDateHelper7741 converts 0 seconds7742 converts 40 seconds7743 converts 60 seconds7744 converts 70 seconds7745 converts 3600 seconds7746 converts 3750 seconds7747 converts 86400 seconds7748 converts 86560 seconds7749 converts 86760 seconds7750 converts 986760 seconds7751 #remaining_days_in_words7752 when less than 31 days remaining7753 returns days remaining7754# [RSpecRunTime] RSpec elapsed time: 28 minutes 13.64 seconds. Current RSS: ~1609M. load average: 1.02 1.08 1.02 1/288 639147755 when milestone due date is today7756 returns today7757 when milestone due date is tomorrow7758 returns 1 day remaining7759 when queried mid-day7760 returns 1 day remaining7761 when less than 1 year and more than 30 days remaining7762 returns months remaining7763 when more than 1 year remaining7764 returns years remaining7765 when milestone is expired7766 returns "Past due"7767 when milestone has start_date in the future7768 returns "Upcoming"7769 when milestone has start_date in the past7770 returns days elapsed7771# [RSpecRunTime] Finishing example group spec/serializers/entity_date_helper_spec.rb. It took 2.24 seconds. Expected to take 2.19 seconds.7772# [RSpecRunTime] Starting example group spec/lib/banzai/filter/image_link_filter_spec.rb. Expected to take 2.13 seconds.7773Banzai::Filter::ImageLinkFilter7774 wraps the image with a link to the image src7775 does not wrap a duplicate link7776 works with external images7777 works with inline images7778 keep the data-canonical-src7779 moves the data-diagram* attributes7780 adds no-attachment icon class to the link7781 when :link_replaces_image is true7782 replaces the image with link to image src7783 uses image alt as a link text7784 uses image data-src as a link text7785 adds attachment icon class to the link7786 when link attributes contain malicious code7787 when image alt contains malicious code7788 ignores image alt and uses image path as the link text7789# [RSpecRunTime] RSpec elapsed time: 28 minutes 16.2 seconds. Current RSS: ~1636M. load average: 1.02 1.08 1.02 1/283 639157790 when image src contains malicious code7791 ignores image src and does not use it as the link text7792 keeps image src unchanged, malicious code does not execute as part of url7793 when image data-src contains malicious code7794 ignores data-src and uses image path as the link text7795 uses image data-src, malicious code does not execute as part of url7796# [RSpecRunTime] Finishing example group spec/lib/banzai/filter/image_link_filter_spec.rb. It took 2.14 seconds. Expected to take 2.13 seconds.7797# [RSpecRunTime] Starting example group spec/services/environments/canary_ingress/update_service_spec.rb. Expected to take 2.12 seconds.7798Environments::CanaryIngress::UpdateService7799 #execute_async7800 when the actor does not have permission to update environment7801 behaves like failed request7802 returns an error7803 when weight parameter is invalid7804 behaves like failed request7805 returns an error7806 when no parameters exist7807 behaves like failed request7808 returns an error7809 when environment has a running deployment7810 behaves like failed request7811 returns an error7812 when canary ingress was updated recently7813 behaves like failed request7814 returns an error7815 #execute7816 when canary ingress is present in the environment7817 when patch request succeeds7818 returns success7819 clears all caches7820 when patch request does not succeed7821 behaves like failed request7822 returns an error7823 when canary ingress is not present in the environment7824 behaves like failed request7825 returns an error7826# [RSpecRunTime] Finishing example group spec/services/environments/canary_ingress/update_service_spec.rb. It took 2.11 seconds. Expected to take 2.12 seconds.7827# [RSpecRunTime] Starting example group spec/models/projects/triggered_hooks_spec.rb. Expected to take 2.07 seconds.7828Projects::TriggeredHooks7829 does not allow STI7830 executes hooks by scope7831 applies branch filters, when they match7832 applies branch filters, when they do not match7833 with access token hooks7834 executes hook7835# [RSpecRunTime] RSpec elapsed time: 28 minutes 20.08 seconds. Current RSS: ~1641M. load average: 1.02 1.08 1.02 1/283 639167836 with emoji hooks7837 executes hook7838 when emoji_webhooks feature flag is disabled7839 does not execute the hook7840# [RSpecRunTime] Finishing example group spec/models/projects/triggered_hooks_spec.rb. It took 1.63 seconds. Expected to take 2.07 seconds.7841# [RSpecRunTime] Starting example group spec/lib/json_web_token/hmac_token_spec.rb. Expected to take 2.06 seconds.7842JSONWebToken::HMACToken7843 .decode7844 with an invalid token7845 that is junk7846 raises exception saying 'Not enough or too many segments'7847 that has been fiddled with7848 raises exception saying 'Invalid segment encoding'7849 that was generated using a different secret7850 raises exception saying 'Signature verification failed7851 that is expired7852 raises exception saying 'Signature has expired'7853 with a valid token7854 that has expired7855 with the default leeway7856 behaves like a valid, non-expired token7857 is an Array with two elements7858 contains the following keys in the first Array element Hash - jti, iat, nbf, exp7859 contains the following keys in the second Array element Hash - typ and alg7860 with a leeway of 0 seconds7861 raises exception saying 'Signature has expired'7862 that has not expired7863 behaves like a valid, non-expired token7864 is an Array with two elements7865 contains the following keys in the first Array element Hash - jti, iat, nbf, exp7866 contains the following keys in the second Array element Hash - typ and alg7867 #encoded7868 without data7869 behaves like a valid, non-expired token7870 is an Array with two elements7871 contains the following keys in the first Array element Hash - jti, iat, nbf, exp7872 contains the following keys in the second Array element Hash - typ and alg7873 with data7874 contains the 'data' key in the first Array element Hash7875 can re-read back the data7876 behaves like a valid, non-expired token7877 is an Array with two elements7878 contains the following keys in the first Array element Hash - jti, iat, nbf, exp7879 contains the following keys in the second Array element Hash - typ and alg7880# [RSpecRunTime] Finishing example group spec/lib/json_web_token/hmac_token_spec.rb. It took 2.18 seconds. Expected to take 2.06 seconds.7881# [RSpecRunTime] Starting example group spec/services/namespaces/update_denormalized_descendants_service_spec.rb. Expected to take 2.02 seconds.7882Namespaces::UpdateDenormalizedDescendantsService7883 updates an outdated cache7884 when passing in a non existing namespace7885 does nothing7886# [RSpecRunTime] RSpec elapsed time: 28 minutes 23.92 seconds. Current RSS: ~1652M. load average: 1.10 1.10 1.03 1/283 639177887 when passing in a namespace without cache7888 does nothing7889 when the namespace was removed in the meantime7890 removes the cache record7891# [RSpecRunTime] Finishing example group spec/services/namespaces/update_denormalized_descendants_service_spec.rb. It took 1.72 seconds. Expected to take 2.02 seconds.7892# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/pipeline/chain/create_spec.rb. Expected to take 1.98 seconds.7893Gitlab::Ci::Pipeline::Chain::Create7894 when pipeline is ready to be saved7895 saves a pipeline7896 does not break the chain7897 creates stages7898# [RSpecRunTime] RSpec elapsed time: 28 minutes 25.51 seconds. Current RSS: ~1642M. load average: 1.10 1.10 1.03 1/283 639187899 when pipeline has validation errors7900 breaks the chain7901 appends validation error7902 tags persistence7903 without tags7904 extracts an empty tag list7905 with tags7906 bulk inserts tags7907# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/pipeline/chain/create_spec.rb. It took 2.11 seconds. Expected to take 1.98 seconds.7908# [RSpecRunTime] Starting example group spec/lib/sidebars/panel_spec.rb. Expected to take 1.98 seconds.7909Sidebars::Panel7910 #renderable_menus7911 returns only renderable menus7912 #super_sidebar_menu_items7913 serializes every renderable menu and returns a flattened result7914 #super_sidebar_context_header7915 raises `NotImplementedError`7916 #render?7917 returns false with no menus7918 returns false with no renderable menus7919 returns true with renderable menus7920 #add_element7921 adds the element to the last position of the list7922 does not add nil elements7923 #insert_element_before7924 adds element before the specific element class7925 does not add nil elements7926 when reference element does not exist7927 adds the element to the top of the list7928 #insert_element_after7929 adds element after the specific element class7930 does not add nil elements7931 when reference element does not exist7932 adds the element to the end of the list7933 #replace_element7934 replace existing element in the list7935 does not add nil elements7936 does not add the element if the other element is not found7937# [RSpecRunTime] Finishing example group spec/lib/sidebars/panel_spec.rb. It took 1.94 seconds. Expected to take 1.98 seconds.7938# [RSpecRunTime] Starting example group spec/lib/gitlab/redis/boolean_spec.rb. Expected to take 1.92 seconds.7939Gitlab::Redis::Boolean7940 #to_s7941 true7942 is expected to eq "_b:1"7943 false7944 is expected to eq "_b:0"7945 .encode7946 true7947 is expected to eq "_b:1"7948 false7949 is expected to eq "_b:0"7950 .decode7951 valid encoded bool7952 true7953 is expected to equal true7954 false7955 is expected to equal false7956 partially invalid bool7957 raises an error7958 invalid encoded bool7959 raises an error7960 .true?7961 valid encoded bool7962 true7963 is expected to equal true7964 false7965 is expected to equal false7966 partially invalid bool7967 raises an error7968 invalid encoded bool7969 raises an error7970 .false?7971 valid encoded bool7972 true7973 is expected to equal false7974 false7975 is expected to equal true7976 partially invalid bool7977 raises an error7978 invalid encoded bool7979 raises an error7980# [RSpecRunTime] Finishing example group spec/lib/gitlab/redis/boolean_spec.rb. It took 1.85 seconds. Expected to take 1.92 seconds.7981# [RSpecRunTime] Starting example group spec/services/ci/abort_pipelines_service_spec.rb. Expected to take 1.91 seconds.7982Ci::AbortPipelinesService7983 #execute7984 with project pipelines7985 fails all running pipelines and related jobs7986 avoids N+1 queries7987 with live build logs7988 makes failed builds with stale trace visible7989# [RSpecRunTime] RSpec elapsed time: 28 minutes 31.84 seconds. Current RSS: ~1644M. load average: 1.23 1.13 1.04 1/283 639197990# [RSpecRunTime] Finishing example group spec/services/ci/abort_pipelines_service_spec.rb. It took 1.67 seconds. Expected to take 1.91 seconds.7991# [RSpecRunTime] Starting example group spec/serializers/cluster_serializer_spec.rb. Expected to take 1.87 seconds.7992ClusterSerializer7993 #represent_list7994 serializes attrs correctly7995 #represent_status7996 when provider type is gcp and cluster is errored7997 serializes attrs correctly7998 when provider type is user7999 serializes attrs correctly8000# [RSpecRunTime] Finishing example group spec/serializers/cluster_serializer_spec.rb. It took 1.71 seconds. Expected to take 1.87 seconds.8001# [RSpecRunTime] Starting example group spec/workers/packages/npm/create_metadata_cache_worker_spec.rb. Expected to take 1.86 seconds.8002Packages::Npm::CreateMetadataCacheWorker8003 #perform8004 behaves like an idempotent worker8005 is labeled as idempotent8006 performs multiple times sequentially without raising an exception8007 creates a new metadata cache8008# [RSpecRunTime] RSpec elapsed time: 28 minutes 34.8 seconds. Current RSS: ~1598M. load average: 1.23 1.13 1.04 1/283 639208009 when errors happened8010 logs errors8011 without project8012 behaves like does not trigger service to create npm metadata cache8013 is expected not to receive new(*(any args)) 0 times8014# [RSpecRunTime] Finishing example group spec/workers/packages/npm/create_metadata_cache_worker_spec.rb. It took 1.71 seconds. Expected to take 1.86 seconds.8015# [RSpecRunTime] Starting example group spec/services/projects/batch_open_issues_count_service_spec.rb. Expected to take 1.82 seconds.8016Projects::BatchOpenIssuesCountService8017 #refresh_cache_and_retrieve_data8018 when cache is clean8019 refreshes cache keys correctly8020# [RSpecRunTime] RSpec elapsed time: 28 minutes 36.91 seconds. Current RSS: ~1584M. load average: 1.22 1.13 1.04 1/283 639218021# [RSpecRunTime] Finishing example group spec/services/projects/batch_open_issues_count_service_spec.rb. It took 1.65 seconds. Expected to take 1.82 seconds.8022# [RSpecRunTime] Starting example group spec/lib/gitlab/config/entry/composable_hash_spec.rb. Expected to take 1.8 seconds.8023Gitlab::Config::Entry::ComposableHash8024 when ComposableHash is instantiated8025 behaves like composes a hash8026 #valid?8027 is valid8028 is invalid8029 is expected not to be valid8030 #value8031 when config is a hash8032 returns key value8033 #compose!8034 composes child entry with configured value8035 composes child entries with configured values8036 #descendants8037 creates descendant nodes8038 when ComposableHash entry is configured in the parent class8039 creates entry with configuration from parent class8040 behaves like composes a hash8041 #valid?8042 is valid8043 is invalid8044 is expected not to be valid8045 #value8046 when config is a hash8047 returns key value8048 #compose!8049 composes child entry with configured value8050 composes child entries with configured values8051 #descendants8052 creates descendant nodes8053# [RSpecRunTime] Finishing example group spec/lib/gitlab/config/entry/composable_hash_spec.rb. It took 1.63 seconds. Expected to take 1.8 seconds.8054# [RSpecRunTime] Starting example group spec/services/packages/terraform_module/process_package_file_service_spec.rb. Expected to take 1.77 seconds.8055Packages::TerraformModule::ProcessPackageFileService8056 #execute8057 with valid package file8058 with a tar archive8059 behaves like extracting metadata8060 calls the ExtractFilesService with the correct arguments8061 with an extraction error8062 behaves like raises an error8063 is expected to raise Packages::TerraformModule::ProcessPackageFileService::ExtractionError with "extraction error"8064 with a zip archive8065 behaves like extracting metadata8066 calls the ExtractFilesService with the correct arguments8067 with an extraction error8068 behaves like raises an error8069 is expected to raise Packages::TerraformModule::ProcessPackageFileService::ExtractionError with "extraction error"8070 with invalid package file8071 behaves like raises an error8072 is expected to raise Packages::TerraformModule::ProcessPackageFileService::ExtractionError with "invalid package file"8073 when linked to a non terraform module package8074 behaves like raises an error8075 is expected to raise Packages::TerraformModule::ProcessPackageFileService::ExtractionError with "invalid package file"8076 with a 0 byte package file8077 behaves like raises an error8078 is expected to raise Packages::TerraformModule::ProcessPackageFileService::ExtractionError with "invalid package file"8079# [RSpecRunTime] Finishing example group spec/services/packages/terraform_module/process_package_file_service_spec.rb. It took 1.78 seconds. Expected to take 1.77 seconds.8080# [RSpecRunTime] Starting example group spec/models/blob_viewer/package_json_spec.rb. Expected to take 1.76 seconds.8081BlobViewer::PackageJson8082 does not allow STI8083 #package_name8084 returns the package name8085 yarn8086 #package_url8087 returns the package URL8088 #manager_url8089 returns the manager URL8090 when json is an array8091 does not raise an error8092 npm8093 #package_url8094 returns the package URL8095 #manager_url8096 returns the manager URL8097 #package_type8098 returns "package"8099 when package.json has "private": true8100 #package_url8101 when the homepage has a valid URL8102 returns homepage URL8103 when the homepage has an invalid URL8104 returns nil8105 #package_type8106 returns "private package"8107# [RSpecRunTime] Finishing example group spec/models/blob_viewer/package_json_spec.rb. It took 1.47 seconds. Expected to take 1.76 seconds.8108# [RSpecRunTime] Starting example group spec/lib/gitlab/database/query_analyzers/ci/partitioning_id_analyzer_spec.rb. Expected to take 1.71 seconds.8109Gitlab::Database::QueryAnalyzers::Ci::PartitioningIdAnalyzer8110 when ci_partitioning_analyze_queries_partition_id_check is disabled8111 does not analyze the query8112 when ci_partitioning_analyze_queries_partition_id_check is enabled8113 when querying a routing table8114 when partition_id is present8115 when selecting data8116 behaves like a good query8117 does not raise error8118 with a join query8119 behaves like a good query8120 does not raise error8121 when removing data8122 behaves like a good query8123 does not raise error8124 when updating data8125 behaves like a good query8126 does not raise error8127 when inserting a record8128 behaves like a good query8129 does not raise error8130 when partition_id is missing8131 when inserting a record8132 behaves like a bad query8133 raises PartitionIdMissingError8134 when selecting data8135 behaves like a bad query8136 raises PartitionIdMissingError8137 when removing data8138 behaves like a bad query8139 raises PartitionIdMissingError8140 when updating data8141 behaves like a bad query8142 raises PartitionIdMissingError8143 with a join query8144 behaves like a bad query8145 raises PartitionIdMissingError8146# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/query_analyzers/ci/partitioning_id_analyzer_spec.rb. It took 1.35 seconds. Expected to take 1.71 seconds.8147# [RSpecRunTime] Starting example group spec/lib/gitlab/import_export/design_repo_restorer_spec.rb. Expected to take 1.7 seconds.8148Gitlab::ImportExport::DesignRepoRestorer8149 bundle a design Git repo8150 restores the repo successfully8151# [RSpecRunTime] RSpec elapsed time: 28 minutes 44.41 seconds. Current RSS: ~1629M. load average: 1.12 1.11 1.03 1/283 639258152# [RSpecRunTime] Finishing example group spec/lib/gitlab/import_export/design_repo_restorer_spec.rb. It took 1.26 seconds. Expected to take 1.7 seconds.8153# [RSpecRunTime] Starting example group spec/services/service_desk/custom_emails/destroy_service_spec.rb. Expected to take 1.67 seconds.8154ServiceDesk::CustomEmails::DestroyService8155 #execute8156 with illegitimate user8157 behaves like a service that exits with error8158 exits early8159 with legitimate user8160 behaves like a service that exits with error8161 exits early8162 when service desk setting exists8163 behaves like a successful service that destroys all custom email records8164 ensures no custom email records exist8165 when custom email is present8166 behaves like a successful service that destroys all custom email records8167 ensures no custom email records exist8168 when credential exists8169 behaves like a successful service that destroys all custom email records8170 ensures no custom email records exist8171 when verification exists8172 behaves like a successful service that destroys all custom email records8173 ensures no custom email records exist8174# [RSpecRunTime] Finishing example group spec/services/service_desk/custom_emails/destroy_service_spec.rb. It took 1.59 seconds. Expected to take 1.67 seconds.8175# [RSpecRunTime] Starting example group spec/lib/api/entities/deployment_extended_spec.rb. Expected to take 1.65 seconds.8176API::Entities::DeploymentExtended8177 #as_json8178 includes fields from deployment entity8179# [RSpecRunTime] RSpec elapsed time: 28 minutes 47.38 seconds. Current RSS: ~1629M. load average: 1.11 1.10 1.03 2/286 639398180# [RSpecRunTime] Finishing example group spec/lib/api/entities/deployment_extended_spec.rb. It took 1.38 seconds. Expected to take 1.65 seconds.8181# [RSpecRunTime] Starting example group spec/tooling/lib/tooling/mappings/graphql_base_type_mappings_spec.rb. Expected to take 1.63 seconds.8182Tooling::Mappings::GraphqlBaseTypeMappings8183 #filename_to_spec_filename8184 when the spec file exists8185 returns the correct spec filename8186 when the spec file does not exist8187 returns nil8188 #execute8189 when no GraphQL files were changed8190 does not change the output file8191 when some GraphQL files were changed8192 when none of those GraphQL types are included in other GraphQL types8193 does not change the output file8194 when the GraphQL types are included in other GraphQL types8195 writes the correct specs in the output8196 #types_hierarchies8197 when no types are implementing other types8198 returns nothing8199 when types are implementing other types8200 when FOSS8201 returns only FOSS types8202 when EE8203 returns the correct children types8204 when JH8205 returns the correct children types8206 #filename_to_class_name8207 returns the correct class name8208 #filter_files8209 when no files were changed8210 returns an empty array8211 when GraphQL files were changed8212 returns the path to the GraphQL files8213 when files are deleted8214 returns an empty array8215# [RSpecRunTime] Finishing example group spec/tooling/lib/tooling/mappings/graphql_base_type_mappings_spec.rb. It took 1.65 seconds. Expected to take 1.63 seconds.8216# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/reports/security/reports_spec.rb. Expected to take 1.59 seconds.8217Gitlab::Ci::Reports::Security::Reports8218 #get_report8219 when report type is sast8220 is expected to eq "sast"8221 is expected to eq 2024-05-29 17:14:04.989468091 +00008222 initializes a new report and returns it8223 when report type is already allocated8224 does not initialize a new report8225# [RSpecRunTime] RSpec elapsed time: 28 minutes 50.57 seconds. Current RSS: ~1633M. load average: 1.11 1.10 1.03 1/286 639408226 #findings8227 is expected to contain exactly #<Gitlab::Ci::Reports::Security::Finding:0x00007b2515b194e0 @confidence=:medium, @identifiers=[#<Gitl.../AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N"}], @project_fingerprint="ff0b28eac253505611737f0392186aa49ed6c6b0"> and #<Gitlab::Ci::Reports::Security::Finding:0x00007b2515b193a0 @confidence=:medium, @identifiers=[#<Gitl.../AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N"}], @project_fingerprint="1b808a83ff9bcd5aa6052684556c63df9fce1164">8228# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/reports/security/reports_spec.rb. It took 1.68 seconds. Expected to take 1.59 seconds.8229# [RSpecRunTime] Starting example group spec/lib/gitlab/import_export/group/object_builder_spec.rb. Expected to take 1.57 seconds.8230Gitlab::ImportExport::Group::ObjectBuilder8231 labels8232 finds the existing group label8233 creates a new label8234 when description is an empty string8235 finds the existing group label8236 milestones8237 finds the existing group milestone8238 creates a new milestone8239# [RSpecRunTime] Finishing example group spec/lib/gitlab/import_export/group/object_builder_spec.rb. It took 1.38 seconds. Expected to take 1.57 seconds.8240# [RSpecRunTime] Starting example group spec/models/ci/pipeline_chat_data_spec.rb. Expected to take 1.53 seconds.8241Ci::PipelineChatData8242 is expected to belong to chat_name required: false8243 is expected to validate that :pipeline_id cannot be empty/falsy8244 does not allow STI8245 is expected to belong to pipeline required: false8246 is expected to validate that :chat_name_id cannot be empty/falsy8247 is expected to validate that :response_url cannot be empty/falsy8248 partitioning8249 assigns the same partition id as the one that pipeline has8250# [RSpecRunTime] RSpec elapsed time: 28 minutes 53.68 seconds. Current RSS: ~1614M. load average: 1.10 1.10 1.03 1/286 639418251# [RSpecRunTime] Finishing example group spec/models/ci/pipeline_chat_data_spec.rb. It took 1.59 seconds. Expected to take 1.53 seconds.8252# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 39.52 seconds.8253Lint factories for Ci::PipelineChatData8254 with saas, license, and factory defaults8255 behaves like factory8256 ci_pipeline_chat_data factory8257 does not raise error when built8258 does not raise error when created8259# [RSpecRunTime] RSpec elapsed time: 28 minutes 55.04 seconds. Current RSS: ~1608M. load average: 1.10 1.10 1.03 1/286 639498260# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.36 seconds. Expected to take 39.52 seconds.8261# [RSpecRunTime] Starting example group spec/uploaders/object_storage/s3_spec.rb. Expected to take 1.52 seconds.8262ObjectStorage::S38263 .signed_head_url8264 when the provider is AWS8265 generates a signed url8266 delegates to Fog::AWS::Storage::Files#head_url8267# [RSpecRunTime] RSpec elapsed time: 28 minutes 56.4 seconds. Current RSS: ~1599M. load average: 1.09 1.10 1.03 1/286 639508268# [RSpecRunTime] Finishing example group spec/uploaders/object_storage/s3_spec.rb. It took 1.37 seconds. Expected to take 1.52 seconds.8269# [RSpecRunTime] Starting example group spec/services/users/dismiss_project_callout_service_spec.rb. Expected to take 1.48 seconds.8270Users::DismissProjectCalloutService8271 #execute8272 sets the project_id8273 behaves like dismissing user callout8274 creates a new user callout8275 returns a user callout8276 sets the dismissed_at attribute to current time8277 updates an existing callout dismissed_at time8278 does not update an invalid record with dismissed_at time8279# [RSpecRunTime] RSpec elapsed time: 28 minutes 57.91 seconds. Current RSS: ~1596M. load average: 1.09 1.10 1.03 1/286 639518280# [RSpecRunTime] Finishing example group spec/services/users/dismiss_project_callout_service_spec.rb. It took 1.5 seconds. Expected to take 1.48 seconds.8281# [RSpecRunTime] Starting example group spec/services/releases/create_evidence_service_spec.rb. Expected to take 1.47 seconds.8282Releases::CreateEvidenceService8283 creates evidence8284 saves evidence summary8285 saves sha8286# [RSpecRunTime] Finishing example group spec/services/releases/create_evidence_service_spec.rb. It took 1.25 seconds. Expected to take 1.47 seconds.8287# [RSpecRunTime] RSpec elapsed time: 28 minutes 59.34 seconds. Current RSS: ~1587M. load average: 1.09 1.10 1.03 1/283 639528288# [RSpecRunTime] Starting example group spec/lib/gitlab/gitaly_client/diff_spec.rb. Expected to take 1.44 seconds.8289Gitlab::GitalyClient::Diff8290 is expected to respond to #from_path8291 is expected to respond to #to_path8292 is expected to respond to #old_mode8293 is expected to respond to #new_mode8294 is expected to respond to #from_id8295 is expected to respond to #to_id8296 is expected to respond to #patch8297 is expected to respond to #collapsed8298 is expected to respond to #too_large8299 #==8300 is expected to eq #<Gitlab::GitalyClient::Diff:0x00007b253f7a49c0 @from_path=".gitmodules", @to_path=".gitmodules", @ol...aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", @overflow_marker=nil, @collapsed=false, @too_large=false>8301 is expected not to eq #<Gitlab::GitalyClient::Diff:0x00007b253fbdda28 @from_path=".gitmodules", @to_path=".gitmodules", @ol...61d36efde08bad36b43687ee6bf0", @patch="a", @overflow_marker=nil, @collapsed=false, @too_large=false>8302# [RSpecRunTime] RSpec elapsed time: 29 minutes 0.67 second. Current RSS: ~1594M. load average: 1.09 1.10 1.03 1/283 639538303# [RSpecRunTime] Finishing example group spec/lib/gitlab/gitaly_client/diff_spec.rb. It took 1.46 seconds. Expected to take 1.44 seconds.8304# [RSpecRunTime] Starting example group spec/services/service_desk_settings/update_service_spec.rb. Expected to take 1.43 seconds.8305ServiceDeskSettings::UpdateService8306 #execute8307 with valid params8308 updates service desk settings8309 with custom email verification in finished state8310 allows to enable custom email8311# [RSpecRunTime] RSpec elapsed time: 29 minutes 1.86 seconds. Current RSS: ~1595M. load average: 1.32 1.15 1.05 1/284 639548312 when issue_email_participants feature flag is disabled8313 updates service desk setting but not add_external_participants_from_cc value8314 when service_desk_tickets_confidentiality feature flag is disabled8315 updates service desk setting but not tickets_confidential_by_default value8316 when project_key is an empty string8317 sets nil project_key8318 with invalid params8319 does not update service desk settings8320# [RSpecRunTime] Finishing example group spec/services/service_desk_settings/update_service_spec.rb. It took 1.88 seconds. Expected to take 1.43 seconds.8321# [RSpecRunTime] Starting example group spec/graphql/types/time_tracking/timelog_connection_type_spec.rb. Expected to take 1.38 seconds.8322#<Class:0x00007b255ffdac00>8323 has the expected fields8324 for total_spent_time field8325 when requested8326 returns the total spent time8327# [RSpecRunTime] Finishing example group spec/graphql/types/time_tracking/timelog_connection_type_spec.rb. It took 1.06 seconds. Expected to take 1.38 seconds.8328# [RSpecRunTime] Starting example group spec/services/achievements/destroy_service_spec.rb. Expected to take 1.37 seconds.8329Achievements::DestroyService8330 #execute8331 when user does not have permission8332 returns an error8333 when user has permission8334 deletes the achievement8335# [RSpecRunTime] Finishing example group spec/services/achievements/destroy_service_spec.rb. It took 0.87 second. Expected to take 1.37 seconds.8336# [RSpecRunTime] Starting example group spec/graphql/resolvers/work_items/types_resolver_spec.rb. Expected to take 1.34 seconds.8337Resolvers::WorkItems::TypesResolver8338 #resolve8339 when parent is a group8340 behaves like a work item type resolver8341 returns all default work item types8342 when filtering by type name8343 returns type with the given name8344 when parent is a project8345 behaves like a work item type resolver8346 returns all default work item types8347 when filtering by type name8348 returns type with the given name8349# [RSpecRunTime] Finishing example group spec/graphql/resolvers/work_items/types_resolver_spec.rb. It took 1.28 seconds. Expected to take 1.34 seconds.8350# [RSpecRunTime] Starting example group spec/rubocop/cop/migration/prevent_index_creation_spec.rb. Expected to take 1.33 seconds.8351RuboCop::Cop::Migration::PreventIndexCreation8352 when in migration8353 when adding an index to a forbidden table8354 does not register an offense when direction is down8355 when table_name is a symbol8356 registers an offense when add_index is used8357 registers an offense when add_concurrent_index is used8358 when table_name is a string8359 registers an offense when add_index is used8360 registers an offense when add_concurrent_index is used8361 when table_name is a constant8362 registers an offense when add_concurrent_index is used8363 when adding an index to a regular table8364 does not register an offense8365 when using a constant8366 does not register an offense8367 when outside of migration8368 does not register an offense8369# [RSpecRunTime] Finishing example group spec/rubocop/cop/migration/prevent_index_creation_spec.rb. It took 1.34 seconds. Expected to take 1.33 seconds.8370# [RSpecRunTime] Starting example group spec/lib/api/entities/issue_spec.rb. Expected to take 1.29 seconds.8371API::Entities::Issue8372 #service_desk_reply_to8373 as developer8374 is expected to eq "creator@example.com"8375 as guest8376 is expected to eq "cr*****@e*****.c**"8377 without email8378 is expected to have key :service_desk_reply_to8379 is expected to eq nil8380# [RSpecRunTime] Finishing example group spec/lib/api/entities/issue_spec.rb. It took 1.1 seconds. Expected to take 1.29 seconds.8381# [RSpecRunTime] Starting example group spec/models/projects/ci_feature_usage_spec.rb. Expected to take 1.29 seconds.8382Projects::CiFeatureUsage8383 does not allow STI8384 associations8385 is expected to belong to project required: false8386 behaves like having unique enum values8387 has unique values in "feature"8388 validations8389 is expected to validate that :project cannot be empty/falsy8390 is expected to validate that :feature cannot be empty/falsy8391 .insert_usage8392 when data is not a duplicate8393 creates a new record8394 when data is a duplicate8395 does not create a new record8396# [RSpecRunTime] Finishing example group spec/models/projects/ci_feature_usage_spec.rb. It took 1.31 seconds. Expected to take 1.29 seconds.8397# [RSpecRunTime] Starting example group spec/support/shared_examples/lint_factories_shared_examples.rb. Expected to take 39.52 seconds.8398Lint factories for Projects::CiFeatureUsage8399 with saas, license, and factory defaults8400 behaves like factory8401 project_ci_feature_usage factory8402 does not raise error when built8403 does not raise error when created8404# [RSpecRunTime] RSpec elapsed time: 29 minutes 10.71 seconds. Current RSS: ~1601M. load average: 1.38 1.16 1.05 1/283 639638405# [RSpecRunTime] Finishing example group spec/support/shared_examples/lint_factories_shared_examples.rb. It took 1.21 seconds. Expected to take 39.52 seconds.8406# [RSpecRunTime] Starting example group spec/lib/gitlab/mailgun/webhook_processors/member_invites_spec.rb. Expected to take 1.25 seconds.8407Gitlab::Mailgun::WebhookProcessors::MemberInvites8408 #execute8409 marks the member invite email success as false8410 when invite token is not found in payload8411 does not change member status and logs an error8412 when member can not be found8413 behaves like does nothing8414 does not change member status8415 when failure is temporary8416 behaves like does nothing8417 does not change member status8418 when email is not a member invite8419 behaves like does nothing8420 does not change member status8421# [RSpecRunTime] Finishing example group spec/lib/gitlab/mailgun/webhook_processors/member_invites_spec.rb. It took 1.18 seconds. Expected to take 1.25 seconds.8422# [RSpecRunTime] Starting example group spec/services/pages_domains/delete_service_spec.rb. Expected to take 1.23 seconds.8423PagesDomains::DeleteService8424 when the user does not have the required permissions8425 does not delete the pages domain and does not publish a PagesDomainDeletedEvent8426 when the user has the required permissions8427 when it updates the domain successfully8428 deletes the domain and publishes a PagesDomainDeletedEvent8429# [RSpecRunTime] Finishing example group spec/services/pages_domains/delete_service_spec.rb. It took 1.2 seconds. Expected to take 1.23 seconds.8430# [RSpecRunTime] Starting example group spec/lib/banzai/filter/kroki_filter_spec.rb. Expected to take 1.22 seconds.8431Banzai::Filter::KrokiFilter8432 replaces nomnoml pre tag with img tag if kroki is enabled8433 replaces nomnoml pre tag with img tag if both kroki and plantuml are enabled8434 does not replace nomnoml pre tag with img tag if kroki is disabled8435 does not replace plantuml pre tag with img tag if both kroki and plantuml are enabled8436 adds hidden attribute when content size is large8437 allows the lang attribute on the code tag to support RST files processed by gitlab-markup gem8438 verifies diagram type to avoid possible XSS8439# [RSpecRunTime] Finishing example group spec/lib/banzai/filter/kroki_filter_spec.rb. It took 1.06 seconds. Expected to take 1.22 seconds.8440# [RSpecRunTime] RSpec elapsed time: 29 minutes 14.35 seconds. Current RSS: ~1583M. load average: 1.51 1.19 1.06 1/283 639648441# [RSpecRunTime] Starting example group spec/lib/version_check_spec.rb. Expected to take 1.19 seconds.8442VersionCheck8443 .url8444 returns the correct URL8445 reactive cache properties8446 .reactive_cache_refresh_interval8447 returns 12.hours8448 .reactive_cache_lifetime8449 returns 7.days8450 #calculate_reactive_cache8451 response code is 200 with valid body8452 returns the response object8453 response code is 200 with invalid body8454 returns an error hash8455 response code is not 2008456 returns an error hash8457 #response8458 with old string value in cache8459 returns nil8460 with non-hash value in cache8461 returns nil and invalidates the reactive cache8462 cache returns value8463 returns the response object8464 cache returns error8465 returns nil and invalidates the reactive cache8466# [RSpecRunTime] Finishing example group spec/lib/version_check_spec.rb. It took 1.28 seconds. Expected to take 1.19 seconds.8467# [RSpecRunTime] Starting example group spec/tooling/danger/master_pipeline_status_spec.rb. Expected to take 1.18 seconds.8468Tooling::Danger::MasterPipelineStatus8469 check!8470 when not in ci environment8471 does not add the warnings8472 when in ci environment8473 when MR target branch is not master8474 does not add the warnings8475 when CI_MERGE_REQUEST_EVENT_TYPE is not merge_request8476 does not add the warnings8477 when all tests are reported as passed in status page8478 does not raise any warning8479 when rubocop is reported to have failed in the pipeline status page8480 raises warnings for rubocop8481 when status file request returned 4048482 does not raise any warning8483 when status file does not contain a valid JSON8484 does not raise any warning8485 when api returns error when fetching pipeline jobs8486 does not raise any warning8487# [RSpecRunTime] Finishing example group spec/tooling/danger/master_pipeline_status_spec.rb. It took 1.16 seconds. Expected to take 1.18 seconds.8488# [RSpecRunTime] Starting example group spec/workers/concerns/click_house_worker_spec.rb. Expected to take 1.15 seconds.8489ClickHouseWorker8490 registers worker to pause on ClickHouse migrations8491 registers ClickHouse worker8492 sets default TTL for worker registration8493 .register_click_house_worker?8494 when click_house_migration_lock is set8495 is expected to equal true8496 when click_house_migration_lock is not set8497 is expected to equal true8498 when worker does not include module8499 is expected not to respond to #register_click_house_worker?8500 .click_house_worker_attrs8501 is expected not to raise Exception8502 is expected to match (a hash including {:migration_lock_ttl => 60 seconds})8503 with invalid ttl8504 raises exception8505# [RSpecRunTime] Finishing example group spec/workers/concerns/click_house_worker_spec.rb. It took 1.2 seconds. Expected to take 1.15 seconds.8506# [RSpecRunTime] Starting example group spec/views/groups/milestones/index.html.haml_spec.rb. Expected to take 1.14 seconds.8507groups/milestones/index.html.haml8508 behaves like milestone empty states8509 with no milestones8510 shows empty state8511 does not show tabs or searchbar8512 with no open milestones8513 shows tabs and searchbar8514 shows empty state8515 with no closed milestones8516 shows tabs and searchbar8517 shows empty state on closed milestones8518# [RSpecRunTime] Finishing example group spec/views/groups/milestones/index.html.haml_spec.rb. It took 1.33 seconds. Expected to take 1.14 seconds.8519# [RSpecRunTime] Starting example group spec/lib/gitlab/auth/ldap/authentication_spec.rb. Expected to take 1.11 seconds.8520Gitlab::Auth::Ldap::Authentication8521 login8522 finds the user if authentication is successful8523 is false if the user does not exist8524 is false if authentication fails8525 fails if ldap is disabled8526 fails if no login is supplied8527 fails if no password is supplied8528# [RSpecRunTime] Finishing example group spec/lib/gitlab/auth/ldap/authentication_spec.rb. It took 0.98 second. Expected to take 1.11 seconds.8529# [RSpecRunTime] Starting example group spec/services/saved_replies/destroy_service_spec.rb. Expected to take 1.09 seconds.8530SavedReplies::DestroyService8531 #execute8532 when destroy fails8533 does not remove Saved Reply from database8534 is expected to eq :error8535 when destroy succeeds8536 is expected to eq :success8537 removes Saved Reply from database8538 returns saved reply8539# [RSpecRunTime] Finishing example group spec/services/saved_replies/destroy_service_spec.rb. It took 1.13 seconds. Expected to take 1.09 seconds.8540# [RSpecRunTime] Starting example group spec/lib/gitlab/database/query_analyzers/prevent_set_operator_mismatch/columns_spec.rb. Expected to take 1.09 seconds.8541Gitlab::Database::QueryAnalyzers::PreventSetOperatorMismatch::Columns8542 .types8543 when static column8544 is expected to contain exactly :static8545 with dynamic reference8546 is expected to contain exactly :static8547 when dynamic column8548 is expected to contain exactly :dynamic8549 with static reference8550 is expected to contain exactly :static8551 when reference has errors8552 forward through error state8553 when static and dynamic columns8554 is expected to contain exactly :dynamic and :static8555 when static column and error8556 is expected to contain exactly :static and :invalid8557 when dynamic column and error8558 is expected to contain exactly :dynamic, :static, and :invalid8559# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/query_analyzers/prevent_set_operator_mismatch/columns_spec.rb. It took 1.08 seconds. Expected to take 1.09 seconds.8560# [RSpecRunTime] Starting example group spec/views/admin/identities/index.html.haml_spec.rb. Expected to take 1.07 seconds.8561admin/identities/index.html.haml8562 without identities8563 shows table headers8564 shows information text8565 with LDAP identities8566 shows exactly 6 columns8567 shows identity without provider ID or group8568 shows edit and delete identity buttons8569# [RSpecRunTime] Finishing example group spec/views/admin/identities/index.html.haml_spec.rb. It took 1.05 seconds. Expected to take 1.07 seconds.8570# [RSpecRunTime] Starting example group spec/lib/gitlab/audit/null_author_spec.rb. Expected to take 1.05 seconds.8571Gitlab::Audit::NullAuthor8572 .for8573 returns an DeletedAuthor8574 returns an UnauthenticatedAuthor when id equals -18575 returns a CiRunnerTokenAuthor when details contain runner registration token8576 returns a CiRunnerTokenAuthor when details contain runner authentication token8577 returns DeployTokenAuthor when id equals -28578 returns DeployKeyAuthor when id equals -38579 #current_sign_in_ip8580 is expected to be nil8581# [RSpecRunTime] Finishing example group spec/lib/gitlab/audit/null_author_spec.rb. It took 0.99 second. Expected to take 1.05 seconds.8582# [RSpecRunTime] Starting example group spec/models/packages/event_spec.rb. Expected to take 1.04 seconds.8583Packages::Event8584 does not allow STI8585 .unique_counters_for8586 is expected to contain exactly "i_package_npm_deploy_token"8587 behaves like handle forbidden event type8588 is expected to eq []8589 when an originator type is quest8590 is expected to eq []8591 .event_allowed?8592 is expected to eq true8593 behaves like handle forbidden event type8594 is expected to eq false8595 .counters_for8596 is expected to contain exactly "i_package_push_package", "i_package_push_package_by_deploy_token", and "i_package_npm_push_package"8597 behaves like handle forbidden event type8598 is expected to eq []8599# [RSpecRunTime] Finishing example group spec/models/packages/event_spec.rb. It took 1.05 seconds. Expected to take 1.04 seconds.8600# [RSpecRunTime] Starting example group spec/rubocop/cop/rspec/env_mocking_spec.rb. Expected to take 1.02 seconds.8601RuboCop::Cop::RSpec::EnvMocking8602 with acceptable cases8603 does not register an offense for mocking other methods8604 with other special cases and variations8605 behaves like cop offense mocking the ENV constant correctable with stub_env8606 registers an offense for `allow(::ENV).to receive(:[]).with(key).and_return(value)` and corrects8607 behaves like cop offense mocking the ENV constant correctable with stub_env8608 registers an offense for `allow(ENV).to receive(:[]).with(fetch_key(object)).and_return(fetch_value(object))` and corrects8609 with mocking fetch calls8610 behaves like cop offense mocking the ENV constant correctable with stub_env8611 registers an offense for `allow(ENV).to receive(:fetch).with('FOO').and_return('bar')` and corrects8612 behaves like cop offense mocking the ENV constant correctable with stub_env8613 registers an offense for `allow(ENV).to receive(:fetch).with(key).and_return(value)` and corrects8614 with mocking bracket calls8615 behaves like cop offense mocking the ENV constant correctable with stub_env8616 registers an offense for `allow(ENV).to receive(:[]).with('FOO').and_return('bar')` and corrects8617 behaves like cop offense mocking the ENV constant correctable with stub_env8618 registers an offense for `allow(ENV).to receive(:[]).with(key).and_return(value)` and corrects8619# [RSpecRunTime] Finishing example group spec/rubocop/cop/rspec/env_mocking_spec.rb. It took 0.98 second. Expected to take 1.02 seconds.8620# [RSpecRunTime] Starting example group spec/lib/gitlab/database/shared_model_spec.rb. Expected to take 1.01 seconds.8621Gitlab::Database::SharedModel8622 using an external connection8623 overrides the connection for the duration of the block8624 does not affect connections in other threads8625 raises an error if the connection does not include `:gitlab_shared` schema8626 when multiple connection overrides are nested8627 allows the nesting with the same connection object8628 raises an error if the connection is changed8629 when the block raises an error8630 re-raises the error, removing the overridden connection8631 #connection_db_config8632 returns the class connection_db_config8633 when switching the class connection8634 returns the db_config of the used connection when using load balancing8635# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/shared_model_spec.rb. It took 1.08 seconds. Expected to take 1.01 seconds.8636# [RSpecRunTime] Starting example group spec/lib/gitlab/auth/saml/auth_hash_spec.rb. Expected to take 0.99 second.8637Gitlab::Auth::Saml::AuthHash8638 #groups8639 returns array of groups8640 raw info hash attributes empty8641 returns an empty array8642 #azure_group_overage_claim?8643 when the claim is not present8644 is false8645 when the claim is present8646 is true8647 #authn_context8648 with response_object8649 can extract authn_context8650 with SAML 2.0 response_object8651 can extract authn_context8652 with ADFS SAML response_object8653 can extract authn_context8654 without response_object8655 returns an empty string8656# [RSpecRunTime] Finishing example group spec/lib/gitlab/auth/saml/auth_hash_spec.rb. It took 1.16 seconds. Expected to take 0.99 second.8657# [RSpecRunTime] Starting example group spec/views/shared/projects/_inactive_project_deletion_alert.html.haml_spec.rb. Expected to take 0.97 second.8658shared/projects/_inactive_project_deletion_alert8659 without a project8660 behaves like does not render8661 is expected not to have text "Due to inactivity, this project is scheduled to be deleted on 2022-04-01. Why is this scheduled?"8662 with a project8663 when the project is active8664 behaves like does not render8665 is expected not to have text "Due to inactivity, this project is scheduled to be deleted on 2022-04-01. Why is this scheduled?"8666 when the project is inactive8667 does render the alert8668# [RSpecRunTime] Finishing example group spec/views/shared/projects/_inactive_project_deletion_alert.html.haml_spec.rb. It took 0.87 second. Expected to take 0.97 second.8669# [RSpecRunTime] Starting example group spec/lib/gitlab/sidekiq_config/cli_methods_spec.rb. Expected to take 0.97 second.8670Gitlab::SidekiqConfig::CliMethods8671 .worker_queues8672 when the file exists8673 when the file contains an array of hashes8674 memoizes the result8675 flattens and joins the contents8676 when the file does not exist8677 returns an empty array8678 .expand_queues8679 defaults the value of the second argument to .worker_queues8680 expands queue namespaces to concrete queue names8681 lets concrete queue names pass through8682 lets unknown queues pass through8683 .query_queues8684 returns the queue names of matched workers8685# [RSpecRunTime] Finishing example group spec/lib/gitlab/sidekiq_config/cli_methods_spec.rb. It took 1.04 seconds. Expected to take 0.97 second.8686# [RSpecRunTime] Starting example group spec/lib/api/entities/ml/mlflow/run_spec.rb. Expected to take 0.94 second.8687API::Entities::Ml::Mlflow::Run8688 presents the params8689 has the id8690 presents params correctly8691 presents the metrics8692 presents metrics correctly8693 when candidate has no params8694 data is empty8695 when candidate has no metrics8696 returns empty data8697# [RSpecRunTime] Finishing example group spec/lib/api/entities/ml/mlflow/run_spec.rb. It took 1.05 seconds. Expected to take 0.94 second.8698# [RSpecRunTime] Starting example group spec/lib/gitlab/slash_commands/verify_request_spec.rb. Expected to take 0.93 second.8699Gitlab::SlashCommands::VerifyRequest8700 #valid?8701 compares tokens8702 #approve!8703 updates the token8704 updates the ephemeral message8705# [RSpecRunTime] Finishing example group spec/lib/gitlab/slash_commands/verify_request_spec.rb. It took 0.92 second. Expected to take 0.93 second.8706# [RSpecRunTime] Starting example group spec/graphql/mutations/work_items/linked_items/base_spec.rb. Expected to take 0.92 second.8707Mutations::WorkItems::LinkedItems::Base8708 raises a NotImplementedError error if the update_links method is called on the base class8709# [RSpecRunTime] Finishing example group spec/graphql/mutations/work_items/linked_items/base_spec.rb. It took 0.95 second. Expected to take 0.92 second.8710# [RSpecRunTime] Starting example group spec/lib/mattermost/team_spec.rb. Expected to take 0.9 second.8711Mattermost::Team8712 #all8713 for valid request8714 returns teams8715 for error message8716 raises an error with message8717 #create8718 for a new team8719 returns the new team8720 for existing team8721 raises an error with message8722 #delete8723 for an existing team8724 returns team status8725 for an unknown team8726 raises an error with message8727# [RSpecRunTime] Finishing example group spec/lib/mattermost/team_spec.rb. It took 0.87 second. Expected to take 0.9 second.8728# [RSpecRunTime] Starting example group spec/graphql/mutations/work_items/update_spec.rb. Expected to take 0.9 second.8729Mutations::WorkItems::Update8730 #ready?8731 is expected to be ready {:id=>"gid://gitlab/WorkItem/1375", :parent_id=>"gid://gitlab/WorkItem/1376"}8732# [RSpecRunTime] Finishing example group spec/graphql/mutations/work_items/update_spec.rb. It took 0.93 second. Expected to take 0.9 second.8733# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/status/preparing_spec.rb. Expected to take 0.87 second.8734Gitlab::Ci::Status::Preparing8735 #text8736 is expected to eq "Preparing"8737 #label8738 is expected to eq "preparing"8739 #icon8740 is expected to eq "status_preparing"8741 #favicon8742 is expected to eq "favicon_status_preparing"8743 #group8744 is expected to eq "preparing"8745 #details_path8746 is expected to be nil8747# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/status/preparing_spec.rb. It took 0.85 second. Expected to take 0.87 second.8748# [RSpecRunTime] Starting example group spec/lib/gitlab/config/entry/configurable_spec.rb. Expected to take 0.86 second.8749Gitlab::Config::Entry::Configurable8750 validations8751 when entry is a hash8752 correctly validates an instance8753 when entry is not a hash8754 invalidates the instance8755 configured entries8756 .nodes8757 has valid nodes8758 creates a node factory8759 returns a duplicated factory object8760 .reserved_node_names8761 returns all nodes with reserved: true8762# [RSpecRunTime] Finishing example group spec/lib/gitlab/config/entry/configurable_spec.rb. It took 0.84 second. Expected to take 0.86 second.8763# [RSpecRunTime] Starting example group spec/services/packages/debian/parse_debian822_service_spec.rb. Expected to take 0.85 second.8764Packages::Debian::ParseDebian822Service8765 with dpkg-deb --field output8766 return as expected, preserving order8767 with control file8768 return as expected, preserving order8769 with empty input8770 return a empty hash8771 with unexpected continuation line8772 raise error8773 with duplicate field8774 raise error8775 with incorrect input8776 raise error8777 with duplicate section8778 raise error8779# [RSpecRunTime] Finishing example group spec/services/packages/debian/parse_debian822_service_spec.rb. It took 0.97 second. Expected to take 0.85 second.8780# [RSpecRunTime] Starting example group spec/presenters/ci/freeze_period_presenter_spec.rb. Expected to take 0.84 second.8781Ci::FreezePeriodPresenter8782 #start_time8783 when active8784 returns the previous time of the freeze period start8785 when inactive8786 returns the next time of the freeze period start8787# [RSpecRunTime] Finishing example group spec/presenters/ci/freeze_period_presenter_spec.rb. It took 0.49 second. Expected to take 0.84 second.8788# [RSpecRunTime] Starting example group spec/lib/gitlab/config/entry/validators/nested_array_helpers_spec.rb. Expected to take 0.82 second.8789Gitlab::Config::Entry::Validators::NestedArrayHelpers8790 #validate_nested_array8791 with valid values8792 with arrays of integers8793 is expected to be empty8794 with nested arrays of integers8795 is expected to be empty8796 with invalid values8797 with single integers8798 is expected to eq {:value=>["is invalid"]}8799 when it is nested over the limit8800 is expected to eq {:value=>["is invalid"]}8801 when a value in the array is not valid8802 is expected to eq {:value=>["is invalid"]}8803 when a value in the nested array is not valid8804 is expected to eq {:value=>["is invalid"]}8805# [RSpecRunTime] Finishing example group spec/lib/gitlab/config/entry/validators/nested_array_helpers_spec.rb. It took 0.9 second. Expected to take 0.82 second.8806# [RSpecRunTime] Starting example group spec/serializers/project_access_token_serializer_spec.rb. Expected to take 0.81 second.8807ProjectAccessTokenSerializer8808 #represent8809 can render a single token8810 can render a collection of tokens8811# [RSpecRunTime] Finishing example group spec/serializers/project_access_token_serializer_spec.rb. It took 0.88 second. Expected to take 0.81 second.8812# [RSpecRunTime] Starting example group spec/lib/gitlab/themes_spec.rb. Expected to take 0.79 second.8813Gitlab::Themes8814 .body_classes8815 returns a space-separated list of class names8816 .by_id8817 returns a Theme by its ID8818 .default8819 returns the default application theme8820 prevents an infinite loop when configuration default is invalid8821 .each8822 passes the block to the THEMES Array8823 .valid_ids8824 returns array of available_themes ids with DEPRECATED_DARK_THEME_ID8825# [RSpecRunTime] Finishing example group spec/lib/gitlab/themes_spec.rb. It took 0.84 second. Expected to take 0.79 second.8826# [RSpecRunTime] Starting example group spec/lib/gitlab/search/abuse_validators/no_abusive_term_length_validator_spec.rb. Expected to take 0.79 second.8827Gitlab::Search::AbuseValidators::NoAbusiveTermLengthValidator8828 when a term is over the limit8829 adds a validation error8830 when all terms are under the limit8831 does NOT add any validation errors8832 when a URL is detected in a search term8833 when under twice the limit8834 does NOT add any validation errors8835 when over twice the limit8836 adds a validation error8837# [RSpecRunTime] Finishing example group spec/lib/gitlab/search/abuse_validators/no_abusive_term_length_validator_spec.rb. It took 0.66 second. Expected to take 0.79 second.8838# [RSpecRunTime] Starting example group spec/services/packages/debian/extract_deb_metadata_service_spec.rb. Expected to take 0.77 second.8839Packages::Debian::ExtractDebMetadataService8840 with correct file8841 return as expected8842 with incorrect file8843 raise error8844# [RSpecRunTime] Finishing example group spec/services/packages/debian/extract_deb_metadata_service_spec.rb. It took 0.83 second. Expected to take 0.77 second.8845# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/mask_secret_spec.rb. Expected to take 0.77 second.8846Gitlab::Ci::MaskSecret8847 #mask8848 masks exact number of characters8849 masks multiple occurrences8850 does not mask if not found8851 does support null token8852 does not change a bytesize of a value8853# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/mask_secret_spec.rb. It took 0.85 second. Expected to take 0.77 second.8854# [RSpecRunTime] Starting example group spec/helpers/git_helper_spec.rb. Expected to take 0.74 second.8855GitHelper8856 #short_sha8857 is expected to eq "d4e043f6"8858 #strip_signature8859 strips PGP SIGNATURE8860 is expected to eq "Version 1.69.0\n\n"8861 strips PGP MESSAGE8862 is expected to eq "Version 1.69.0\n\n"8863 strips SIGNED MESSAGE8864 is expected to eq "this is Roger's signed tag\n\n"8865# [RSpecRunTime] Finishing example group spec/helpers/git_helper_spec.rb. It took 0.68 second. Expected to take 0.74 second.8866# [RSpecRunTime] Starting example group spec/lib/gitlab/manifest_import/metadata_spec.rb. Expected to take 0.72 second.8867Gitlab::ManifestImport::Metadata8868 #save8869 stores data in Redis with an expiry of EXPIRY_TIME8870 #repositories8871 allows repositories to round-trip with symbol keys8872 uses the fallback when there is nothing in Redis8873 #group_id8874 returns the group ID as an integer8875 uses the fallback when there is nothing in Redis8876# [RSpecRunTime] Finishing example group spec/lib/gitlab/manifest_import/metadata_spec.rb. It took 0.76 second. Expected to take 0.72 second.8877# [RSpecRunTime] Starting example group spec/lib/gitlab/cluster/rack_timeout_observer_spec.rb. Expected to take 0.72 second.8878Gitlab::Cluster::RackTimeoutObserver8879 #callback8880 when request times out8881 increments counter8882 when request expires8883 increments counter8884 when request is being processed8885 does not increment counter8886 when request contains invalid string8887 sanitizes string8888# [RSpecRunTime] Finishing example group spec/lib/gitlab/cluster/rack_timeout_observer_spec.rb. It took 0.65 second. Expected to take 0.72 second.8889# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/variables/downstream/expandable_variable_generator_spec.rb. Expected to take 0.7 second.8890Gitlab::Ci::Variables::Downstream::ExpandableVariableGenerator8891 #for8892 when given a variable without interpolation8893 returns an array containing the variable8894 when given a variable with interpolation8895 returns an array containing the expanded variables8896 when given a variable with nested interpolation8897 returns an array containing the expanded variables8898 when given a variable with expansion on a file variable8899 when expand_file_refs is false8900 returns an array containing the unexpanded variable and the file variable dependency8901 when expand_file_refs is true8902 returns an array containing the expanded variables8903# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/variables/downstream/expandable_variable_generator_spec.rb. It took 0.74 second. Expected to take 0.7 second.8904# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/parsers/accessibility/pa11y_spec.rb. Expected to take 0.69 second.8905Gitlab::Ci::Parsers::Accessibility::Pa11y8906 #parse!8907 when data is pa11y style JSON8908 when there are no URLs provided8909 returns an accessibility report8910 when there are no errors8911 returns an accessibility report8912 when there are errors8913 returns an accessibility report8914 when data is not a valid JSON string8915 sets error_message8916# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/parsers/accessibility/pa11y_spec.rb. It took 0.62 second. Expected to take 0.69 second.8917# [RSpecRunTime] Starting example group spec/rubocop/cop/gitlab/delegate_predicate_methods_spec.rb. Expected to take 0.68 second.8918RuboCop::Cop::Gitlab::DelegatePredicateMethods8919 registers no offense with predicate method with allow_nil:false8920 registers offense for multiple predicate methods with allow_nil:true8921 registers no offense with predicate method without allow_nil8922 registers offense for single predicate method with allow_nil:true8923 registers no offense for non-predicate method with allow_nil:true8924# [RSpecRunTime] Finishing example group spec/rubocop/cop/gitlab/delegate_predicate_methods_spec.rb. It took 0.81 second. Expected to take 0.68 second.8925# [RSpecRunTime] Starting example group spec/validators/js_regex_validator_spec.rb. Expected to take 0.67 second.8926JsRegexValidator8927 #validates_each8928 user_default_internal_regex: nil, result: []8929 generates correct errors8930 user_default_internal_regex: "", result: []8931 generates correct errors8932 user_default_internal_regex: "(?#comment)", result: ["Regex Pattern (?#comment) can not be expressed in Javascript"]8933 generates correct errors8934 user_default_internal_regex: "(?(a)b|c)", result: ["invalid conditional pattern: /(?(a)b|c)/i"]8935 generates correct errors8936# [RSpecRunTime] Finishing example group spec/validators/js_regex_validator_spec.rb. It took 0.65 second. Expected to take 0.67 second.8937# [RSpecRunTime] Starting example group spec/lib/gitlab/incident_management/pager_duty/incident_issue_description_spec.rb. Expected to take 0.66 second.8938Gitlab::IncidentManagement::PagerDuty::IncidentIssueDescription8939 #to_s8940 returns description8941 when created_at is missing8942 description contains current time in UTC8943 when there are several assignees8944 assignees is a list of links8945 when there is an impacted service8946 impacted service is a single link8947# [RSpecRunTime] Finishing example group spec/lib/gitlab/incident_management/pager_duty/incident_issue_description_spec.rb. It took 0.63 second. Expected to take 0.66 second.8948# [RSpecRunTime] Starting example group spec/scripts/setup/generate_as_if_foss_env_spec.rb. Expected to take 0.65 second.8949GenerateAsIfFossEnv8950 .gitlab/ci/rules.gitlab-ci.yml8951 uses all the ENABLE variables8952 .gitlab/ci/as-if-foss.gitlab-ci.yml8953 uses all the ENABLE variables8954 #variables8955 returns correct variables8956 #display8957 puts correct variables8958# [RSpecRunTime] Finishing example group spec/scripts/setup/generate_as_if_foss_env_spec.rb. It took 0.72 second. Expected to take 0.65 second.8959# [RSpecRunTime] Starting example group spec/lib/bulk_imports/clients/graphql_spec.rb. Expected to take 0.63 second.8960BulkImports::Clients::Graphql8961 #execute8962 network errors8963 when response cannot be parsed8964 raises network error8965 when response is unsuccessful8966 raises network error8967# [RSpecRunTime] Finishing example group spec/lib/bulk_imports/clients/graphql_spec.rb. It took 0.54 second. Expected to take 0.63 second.8968# [RSpecRunTime] Starting example group spec/lib/gitlab/lazy_spec.rb. Expected to take 0.63 second.8969Gitlab::Lazy8970 when not calling any methods8971 does not call the supplied block8972 when calling a method on the object8973 lazy loads the value returned by the block8974 #respond_to?8975 returns true for a method defined on the wrapped object8976 returns false for a method not defined on the wrapped object8977# [RSpecRunTime] Finishing example group spec/lib/gitlab/lazy_spec.rb. It took 0.61 second. Expected to take 0.63 second.8978# [RSpecRunTime] Starting example group spec/lib/gitlab/git/util_spec.rb. Expected to take 0.61 second.8979Gitlab::Git::Util8980 #count_lines8981 counts 0 lines in ""8982 counts 1 lines in "foo"8983 counts 1 lines in "foo\n"8984 counts 2 lines in "foo\n\n"8985# [RSpecRunTime] Finishing example group spec/lib/gitlab/git/util_spec.rb. It took 0.67 second. Expected to take 0.61 second.8986# [RSpecRunTime] Starting example group spec/lib/sidebars/your_work/menus/organizations_menu_spec.rb. Expected to take 0.6 second.8987Sidebars::YourWork::Menus::OrganizationsMenu8988 #render?8989 when `ui_for_organizations` feature flag is enabled8990 when `current_user` is available8991 returns true8992 when `current_user` is not available8993 returns false8994 when `ui_for_organizations` feature flag is disabled8995 returns false8996# [RSpecRunTime] Finishing example group spec/lib/sidebars/your_work/menus/organizations_menu_spec.rb. It took 0.55 second. Expected to take 0.6 second.8997# [RSpecRunTime] Starting example group spec/models/groups/feature_setting_spec.rb. Expected to take 0.59 second.8998Groups::FeatureSetting8999 does not allow STI9000 associations9001 is expected to belong to group required: false9002 validations9003 is expected to validate that :group cannot be empty/falsy9004# [RSpecRunTime] Finishing example group spec/models/groups/feature_setting_spec.rb. It took 0.54 second. Expected to take 0.59 second.9005# [RSpecRunTime] Starting example group spec/serializers/codequality_degradation_entity_spec.rb. Expected to take 0.58 second.9006CodequalityDegradationEntity9007 #as_json9008 when codequality contains an error9009 when line is included in location9010 contains correct codequality degradation details9011 when line is included in positions9012 contains correct codequality degradation details9013 when severity is capitalized9014 lowercases severity9015 when severity is a non-codeclimate-standard severity9016 returns severity as unknown9017# [RSpecRunTime] Finishing example group spec/serializers/codequality_degradation_entity_spec.rb. It took 0.64 second. Expected to take 0.58 second.9018# [RSpecRunTime] Starting example group spec/views/admin/application_settings/_eks.html.haml_spec.rb. Expected to take 0.57 second.9019admin/application_settings/_eks9020 when eks_secret_access_key is not set9021 renders an empty password field9022 when eks_secret_access_key is set9023 renders an empty password field9024# [RSpecRunTime] Finishing example group spec/views/admin/application_settings/_eks.html.haml_spec.rb. It took 0.55 second. Expected to take 0.57 second.9025# [RSpecRunTime] Starting example group spec/services/import/github/gists_import_service_spec.rb. Expected to take 0.56 second.9026Import::Github::GistsImportService9027 #execute9028 when import in progress9029 returns error9030 when import was not started9031 returns success9032 when user token is invalid9033 returns 401 error9034# [RSpecRunTime] Finishing example group spec/services/import/github/gists_import_service_spec.rb. It took 0.59 second. Expected to take 0.56 second.9035# [RSpecRunTime] Starting example group spec/serializers/codequality_reports_comparer_serializer_spec.rb. Expected to take 0.55 second.9036CodequalityReportsComparerSerializer9037 #to_json9038 when base report has error and head has a different error9039 matches the schema9040 when base report has no error and head has errors9041 matches the schema9042# [RSpecRunTime] Finishing example group spec/serializers/codequality_reports_comparer_serializer_spec.rb. It took 0.53 second. Expected to take 0.55 second.9043# [RSpecRunTime] Starting example group spec/lib/sidebars/explore/panel_spec.rb. Expected to take 0.54 second.9044Sidebars::Explore::Panel9045 implements #super_sidebar_context_header9046 behaves like a panel with uniquely identifiable menu items9047 all menu_items have unique item_id9048 all menu_items have an item_id9049# [RSpecRunTime] Finishing example group spec/lib/sidebars/explore/panel_spec.rb. It took 0.56 second. Expected to take 0.54 second.9050# [RSpecRunTime] Starting example group spec/lib/bulk_imports/groups/extractors/subgroups_extractor_spec.rb. Expected to take 0.53 second.9051BulkImports::Groups::Extractors::SubgroupsExtractor9052 #extract9053 returns ExtractedData response9054# [RSpecRunTime] Finishing example group spec/lib/bulk_imports/groups/extractors/subgroups_extractor_spec.rb. It took 0.57 second. Expected to take 0.53 second.9055# [RSpecRunTime] Starting example group spec/views/pwa/manifest.json.erb_spec.rb. Expected to take 0.52 second.9056pwa/manifest9057 view caching9058 when appearance is unchanged9059 reuses the cached view9060 when appearance has changed9061 does not use the cached view9062# [RSpecRunTime] Finishing example group spec/views/pwa/manifest.json.erb_spec.rb. It took 0.51 second. Expected to take 0.52 second.9063# [RSpecRunTime] Starting example group spec/lib/gitlab/database/migrations/observers/total_database_size_change_spec.rb. Expected to take 0.51 second.9064Gitlab::Database::Migrations::Observers::TotalDatabaseSizeChange9065 records the size change9066 out of order calls9067 does not record anything if before size is unknown9068 does not record anything if after size is unknown9069# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/migrations/observers/total_database_size_change_spec.rb. It took 0.52 second. Expected to take 0.51 second.9070# [RSpecRunTime] Starting example group spec/lib/gitlab/database/schema_migrations/migrations_spec.rb. Expected to take 0.51 second.9071Gitlab::Database::SchemaMigrations::Migrations9072 #touch_all9073 creates a file containing a checksum for each version with a matching migration9074 #load_all9075 when there are no version files9076 does nothing9077 when there are version files9078 inserts the missing versions into schema_migrations9079# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/schema_migrations/migrations_spec.rb. It took 0.55 second. Expected to take 0.51 second.9080# [RSpecRunTime] Starting example group spec/policies/concerns/archived_abilities_spec.rb. Expected to take 0.5 second.9081ArchivedAbilities9082 .archived_features9083 returns an array of features to be prevented when archived9084 .archived_abilities9085 returns an array of abilities to be prevented when archived9086# [RSpecRunTime] Finishing example group spec/policies/concerns/archived_abilities_spec.rb. It took 0.44 second. Expected to take 0.5 second.9087# [RSpecRunTime] Starting example group spec/lib/gitlab/grape_logging/loggers/token_logger_spec.rb. Expected to take 0.49 second.9088Gitlab::GrapeLogging::Loggers::TokenLogger9089 .parameters9090 when no token information is available9091 returns an empty hash9092 when token information is available9093 adds the token information to log parameters9094# [RSpecRunTime] Finishing example group spec/lib/gitlab/grape_logging/loggers/token_logger_spec.rb. It took 0.43 second. Expected to take 0.49 second.9095# [RSpecRunTime] Starting example group spec/graphql/resolvers/audit_events/audit_event_definitions_resolver_spec.rb. Expected to take 0.48 second.9096Resolvers::AuditEvents::AuditEventDefinitionsResolver9097 #resolve9098 returns an array of audit event definitions9099# [RSpecRunTime] Finishing example group spec/graphql/resolvers/audit_events/audit_event_definitions_resolver_spec.rb. It took 0.42 second. Expected to take 0.48 second.9100# [RSpecRunTime] Starting example group spec/graphql/types/alert_management/severity_enum_spec.rb. Expected to take 0.48 second.9101Types::AlertManagement::SeverityEnum9102 is expected to eq "AlertManagementSeverity"9103 exposes all the severity values9104# [RSpecRunTime] Finishing example group spec/graphql/types/alert_management/severity_enum_spec.rb. It took 0.44 second. Expected to take 0.48 second.9105# [RSpecRunTime] Starting example group spec/graphql/types/snippets/blob_action_input_type_spec.rb. Expected to take 0.47 second.9106Types::Snippets::BlobActionInputType9107 is expected to eq "SnippetBlobActionInputType"9108 has the correct arguments9109 sets the type of action argument to BlobActionEnum9110# [RSpecRunTime] Finishing example group spec/graphql/types/snippets/blob_action_input_type_spec.rb. It took 0.52 second. Expected to take 0.47 second.9111# [RSpecRunTime] Starting example group spec/serializers/entity_request_spec.rb. Expected to take 0.47 second.9112EntityRequest9113 methods created9114 defines accessible attributes9115 raises error when attribute is not defined9116# [RSpecRunTime] Finishing example group spec/serializers/entity_request_spec.rb. It took 0.47 second. Expected to take 0.47 second.9117# [RSpecRunTime] Starting example group spec/graphql/types/ci/stage_type_spec.rb. Expected to take 0.46 second.9118Types::Ci::StageType9119 is expected to eq "CiStage"9120 exposes the expected fields9121# [RSpecRunTime] Finishing example group spec/graphql/types/ci/stage_type_spec.rb. It took 0.46 second. Expected to take 0.46 second.9122# [RSpecRunTime] Starting example group spec/graphql/types/branch_type_spec.rb. Expected to take 0.45 second.9123Types::BranchType9124 is expected to eq "Branch"9125 is expected to have graphql fields :name and :commit9126# [RSpecRunTime] Finishing example group spec/graphql/types/branch_type_spec.rb. It took 0.53 second. Expected to take 0.45 second.9127# [RSpecRunTime] Starting example group spec/validators/rsa_key_validator_spec.rb. Expected to take 0.45 second.9128RsaKeyValidator9129 is not valid when invalid RSA key is provided9130 is valid when valid RSA key is provided9131# [RSpecRunTime] Finishing example group spec/validators/rsa_key_validator_spec.rb. It took 0.55 second. Expected to take 0.45 second.9132# [RSpecRunTime] Starting example group spec/graphql/types/error_tracking/sentry_error_stack_trace_entry_type_spec.rb. Expected to take 0.44 second.9133Types::ErrorTracking::SentryErrorStackTraceEntryType9134 is expected to eq "SentryErrorStackTraceEntry"9135 exposes the expected fields9136# [RSpecRunTime] Finishing example group spec/graphql/types/error_tracking/sentry_error_stack_trace_entry_type_spec.rb. It took 0.45 second. Expected to take 0.44 second.9137# [RSpecRunTime] Starting example group spec/lib/gitlab/database/background_migration/batch_metrics_spec.rb. Expected to take 0.43 second.9138Gitlab::Database::BackgroundMigration::BatchMetrics9139 #time_operation9140 tracks the duration of the operation using monotonic time9141 #instrument_operation9142 tracks duration and affected rows9143# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/background_migration/batch_metrics_spec.rb. It took 0.44 second. Expected to take 0.43 second.9144# [RSpecRunTime] Starting example group spec/lib/gitlab/usage/metrics/instrumentations/gitlab_settings_metric_spec.rb. Expected to take 0.43 second.9145Gitlab::Usage::Metrics::Instrumentations::GitlabSettingsMetric9146 settings metric9147 setting_value: false, expected_value: false9148 behaves like a correct instrumented metric value9149 has correct value9150 setting_value: true, expected_value: true9151 behaves like a correct instrumented metric value9152 has correct value9153# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage/metrics/instrumentations/gitlab_settings_metric_spec.rb. It took 0.44 second. Expected to take 0.43 second.9154# [RSpecRunTime] Starting example group spec/initializers/postgresql_cte_spec.rb. Expected to take 0.42 second.9155ActiveRecord::Relation patch for PostgreSQL WITH statements9156 ActiveRecord::Relation::WithChain#recursive9157 sets recursive value flag on the relation9158 raises an error when #update_all is called9159# [RSpecRunTime] Finishing example group spec/initializers/postgresql_cte_spec.rb. It took 0.43 second. Expected to take 0.42 second.9160# [RSpecRunTime] Starting example group spec/graphql/types/ci/catalog/resources/component_type_spec.rb. Expected to take 0.42 second.9161Types::Ci::Catalog::Resources::ComponentType9162 exposes the expected fields9163 is expected to eq "CiCatalogResourceComponent"9164# [RSpecRunTime] Finishing example group spec/graphql/types/ci/catalog/resources/component_type_spec.rb. It took 0.43 second. Expected to take 0.42 second.9165# [RSpecRunTime] Starting example group spec/lib/gitlab/database/migrations/base_background_runner_spec.rb. Expected to take 0.4 second.9166Gitlab::Database::Migrations::BaseBackgroundRunner9167 subclassing9168 requires that jobs_by_migration_name be implemented9169 requires that run_job be implemented9170# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/migrations/base_background_runner_spec.rb. It took 0.43 second. Expected to take 0.4 second.9171# [RSpecRunTime] Starting example group spec/graphql/types/ci/freeze_period_status_enum_spec.rb. Expected to take 0.4 second.9172Types::Ci::FreezePeriodStatusEnum9173 exposes all freeze period statuses9174# [RSpecRunTime] Finishing example group spec/graphql/types/ci/freeze_period_status_enum_spec.rb. It took 0.34 second. Expected to take 0.4 second.9175# [RSpecRunTime] Starting example group spec/graphql/types/ci/pipeline_status_enum_spec.rb. Expected to take 0.39 second.9176Types::Ci::PipelineStatusEnum9177 exposes all pipeline states9178# [RSpecRunTime] Finishing example group spec/graphql/types/ci/pipeline_status_enum_spec.rb. It took 0.34 second. Expected to take 0.39 second.9179# [RSpecRunTime] Starting example group spec/serializers/impersonation_access_token_entity_spec.rb. Expected to take 0.38 second.9180ImpersonationAccessTokenEntity9181 has the correct attributes9182# [RSpecRunTime] Finishing example group spec/serializers/impersonation_access_token_entity_spec.rb. It took 0.41 second. Expected to take 0.38 second.9183# [RSpecRunTime] Starting example group spec/lib/api/helpers/pagination_spec.rb. Expected to take 0.37 second.9184API::Helpers::Pagination9185 delegates to OffsetPagination9186# [RSpecRunTime] Finishing example group spec/lib/api/helpers/pagination_spec.rb. It took 0.38 second. Expected to take 0.37 second.9187# [RSpecRunTime] Starting example group spec/graphql/types/dependency_proxy/blob_type_spec.rb. Expected to take 0.36 second.9188Types::DependencyProxy::BlobType9189 includes dependency proxy blob fields9190# [RSpecRunTime] Finishing example group spec/graphql/types/dependency_proxy/blob_type_spec.rb. It took 0.34 second. Expected to take 0.36 second.9191# [RSpecRunTime] Starting example group spec/lib/gitlab/serializer/ci/variables_spec.rb. Expected to take 0.36 second.9192Gitlab::Serializer::Ci::Variables9193 converts keys into strings and symbolizes hash9194# [RSpecRunTime] Finishing example group spec/lib/gitlab/serializer/ci/variables_spec.rb. It took 0.34 second. Expected to take 0.36 second.9195# [RSpecRunTime] Starting example group spec/rubocop/cop/gitlab/avoid_uploaded_file_from_params_spec.rb. Expected to take 0.34 second.9196RuboCop::Cop::Gitlab::AvoidUploadedFileFromParams9197 when using UploadedFile.from_params9198 flags its call9199# [RSpecRunTime] Finishing example group spec/rubocop/cop/gitlab/avoid_uploaded_file_from_params_spec.rb. It took 0.34 second. Expected to take 0.34 second.9200# [RSpecRunTime] Starting example group spec/graphql/types/ml/model_links_type_spec.rb. Expected to take 0.34 second.9201Types::Ml::ModelLinksType9202 has the expected fields9203# [RSpecRunTime] Finishing example group spec/graphql/types/ml/model_links_type_spec.rb. It took 0.36 second. Expected to take 0.34 second.9204# [RSpecRunTime] Starting example group spec/lib/gitlab/usage/metrics/instrumentations/collected_data_categories_metric_spec.rb. Expected to take 0.33 second.9205Gitlab::Usage::Metrics::Instrumentations::CollectedDataCategoriesMetric9206 behaves like a correct instrumented metric value9207 has correct value9208# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage/metrics/instrumentations/collected_data_categories_metric_spec.rb. It took 0.34 second. Expected to take 0.33 second.9209# [RSpecRunTime] Starting example group spec/serializers/evidences/issue_entity_spec.rb. Expected to take 0.32 second.9210Evidences::IssueEntity9211 exposes the expected fields9212# [RSpecRunTime] Finishing example group spec/serializers/evidences/issue_entity_spec.rb. It took 0.35 second. Expected to take 0.32 second.9213# [RSpecRunTime] Starting example group spec/lib/gitlab/usage/metrics/instrumentations/gitaly_apdex_metric_spec.rb. Expected to take 0.29 second.9214Gitlab::Usage::Metrics::Instrumentations::GitalyApdexMetric9215 gathers gitaly apdex9216# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage/metrics/instrumentations/gitaly_apdex_metric_spec.rb. It took 0.34 second. Expected to take 0.29 second.9217auto_explain log contains 1653 entries for main, writing to /builds/gitlab-community/gitlab/auto_explain/rspec-unit-pg14-single-db-ci-connection-29-32.51838.main.ndjson.gz9218took 43.9348457169219auto_explain log contains 1652 entries for ci, writing to /builds/gitlab-community/gitlab/auto_explain/rspec-unit-pg14-single-db-ci-connection-29-32.51838.ci.ndjson.gz9220took 41.6034160719221[TEST PROF INFO] EventProf results for sql.active_record9222Total time: 06:31.157 of 30:02.228 (21.7%)9223Total events: 2978239224Top 5 slowest suites (by time):9225Issue (./spec/models/issue_spec.rb:5) – 00:45.171 (36354 / 476) of 03:16.492 (22.99%)9226Gitlab::Impor...::TreeRestorer (./spec/lib/gitlab/import_export/project/tree_restorer_spec.rb:9) – 00:38.920 (29764 / 188) of 02:49.820 (22.92%)9227QuickActions::InterpretService (./spec/services/quick_actions/interpret_service_spec.rb:5) – 00:37.953 (29624 / 586) of 03:23.821 (18.62%)9228Issues::CreateService (./spec/services/issues/create_service_spec.rb:5) – 00:16.946 (11130 / 73) of 01:06.206 (25.6%)9229IssuesFinder (./spec/finders/issues_finder_spec.rb:5) – 00:16.789 (12111 / 154) of 01:08.005 (24.69%)9230Knapsack report was generated. Preview:9231{9232 "spec/models/issue_spec.rb": 196.4918955890007,9233 "spec/support/shared_examples/lint_factories_shared_examples.rb": 26.37530062500082,9234 "spec/services/quick_actions/interpret_service_spec.rb": 203.82071011699918,9235 "spec/lib/gitlab/import_export/project/tree_restorer_spec.rb": 169.81998632500108,9236 "spec/policies/group_policy_spec.rb": 95.31174323099913,9237 "spec/services/issues/create_service_spec.rb": 66.20600555200144,9238 "spec/finders/issues_finder_spec.rb": 68.0048679449992,9239 "spec/workers/projects/import_export/create_relation_exports_worker_spec.rb": 43.936979076999705,9240 "spec/views/search/_results.html.haml_spec.rb": 39.630809734999275,9241 "spec/models/integrations/slack_spec.rb": 39.81130594199931,9242 "spec/services/system_notes/merge_requests_service_spec.rb": 31.262741874999847,9243 "spec/lib/gitlab/checks/branch_check_spec.rb": 27.546276361999844,9244 "spec/finders/clusters/knative_services_finder_spec.rb": 24.54814562499996,9245 "spec/models/concerns/avatarable_spec.rb": 27.49760482199963,9246 "spec/serializers/member_serializer_spec.rb": 27.543255500999294,9247 "spec/models/terraform/state_version_spec.rb": 23.391244696000285,9248 "spec/lib/banzai/reference_parser/base_parser_spec.rb": 22.875602829000854,9249 "spec/services/members/projects/creator_service_spec.rb": 19.172170968999126,9250 "spec/services/members/create_service_spec.rb": 16.44169050599885,9251 "spec/services/groups/import_export/import_service_spec.rb": 17.701613987999735,9252 "spec/models/concerns/discussion_on_diff_spec.rb": 14.248090338000111,9253 "spec/lib/gitlab/suggestions/suggestion_set_spec.rb": 12.52926985799968,9254 "spec/models/integrations/discord_spec.rb": 15.847973758998705,9255 "spec/policies/project_member_policy_spec.rb": 16.99193827199997,9256 "spec/models/deployment_metrics_spec.rb": 12.922978005000914,9257 "spec/finders/starred_projects_finder_spec.rb": 14.558120427000176,9258 "spec/uploaders/packages/debian/distribution_release_file_uploader_spec.rb": 15.654966939999213,9259 "spec/services/search/global_service_spec.rb": 11.731647422000606,9260 "spec/services/ci/pipeline_artifacts/destroy_all_expired_service_spec.rb": 12.979387454999596,9261 "spec/uploaders/ci/pipeline_artifact_uploader_spec.rb": 10.640898928999377,9262 "spec/lib/gitlab/ci/pipeline/chain/ensure_environments_spec.rb": 12.6191098470008,9263 "spec/lib/gitlab/import_export/project/import_task_spec.rb": 11.876110221001,9264 "spec/models/ci/job_token/allowlist_spec.rb": 9.739763063998907,9265 "spec/serializers/merge_request_diff_entity_spec.rb": 8.121711902998868,9266 "spec/services/test_hooks/project_service_spec.rb": 12.482709057998363,9267 "spec/services/ci/pipeline_artifacts/coverage_report_service_spec.rb": 9.200581925999359,9268 "spec/graphql/mutations/issues/set_confidential_spec.rb": 9.847053743000288,9269 "spec/lib/gitlab/optimistic_locking_spec.rb": 8.912484139000298,9270 "spec/models/concerns/cache_markdown_field_spec.rb": 10.188686711000628,9271 "spec/workers/projects/git_garbage_collect_worker_spec.rb": 6.964183529998991,9272 "spec/finders/joined_groups_finder_spec.rb": 8.349907781001093,9273 "spec/services/protected_branches/cache_service_spec.rb": 8.252929962000053,9274 "spec/lib/gitlab/diff/position_tracer/file_strategy_spec.rb": 5.494928378000623,9275 "spec/lib/gitlab/cleanup/orphan_lfs_file_references_spec.rb": 7.167882280000413,9276 "spec/graphql/mutations/incident_management/timeline_event/create_spec.rb": 6.297145814000032,9277 "spec/services/gpg_keys/validate_integrations_service_spec.rb": 6.690139741000166,9278 "spec/views/projects/empty.html.haml_spec.rb": 5.980444805998559,9279 "spec/policies/personal_snippet_policy_spec.rb": 6.701472940998428,9280 "spec/services/todos/allowed_target_filter_service_spec.rb": 3.459639751001305,9281 "spec/models/concerns/ci/has_variable_spec.rb": 4.805914432999998,9282 "spec/models/projects/forks/details_spec.rb": 4.808483482000156,9283 "spec/lib/gitlab/ci/config/entry/include/rules/rule_spec.rb": 5.468409418999727,9284 "spec/graphql/resolvers/board_lists_resolver_spec.rb": 6.019397354999455,9285 "spec/finders/keys_finder_spec.rb": 4.934695351999835,9286 "spec/models/jira_connect_installation_spec.rb": 4.856565252001019,9287 "spec/presenters/packages/conan/package_presenter_spec.rb": 5.626501857999756,9288 "spec/lib/gitlab/ci/status/external/common_spec.rb": 5.760760987001049,9289 "spec/lib/gitlab/checks/commits_check_spec.rb": 4.585374943999341,9290 "spec/helpers/dropdowns_helper_spec.rb": 5.101582231000066,9291 "spec/lib/banzai/reference_parser/external_issue_parser_spec.rb": 5.045422209999742,9292 "spec/models/zoom_meeting_spec.rb": 6.8234795200005465,9293 "spec/services/merge_requests/migrate_external_diffs_service_spec.rb": 3.8381830979997176,9294 "spec/models/lfs_object_spec.rb": 5.37808583900005,9295 "spec/models/customer_relations/organization_spec.rb": 4.309086365001349,9296 "spec/services/ci/job_artifacts/destroy_associations_service_spec.rb": 5.4778980480004975,9297 "spec/finders/packages/go/package_finder_spec.rb": 2.6467235249983787,9298 "spec/services/packages/debian/generate_distribution_key_service_spec.rb": 3.765813178000826,9299 "spec/models/merge_request_reviewer_spec.rb": 2.815435943000921,9300 "spec/graphql/resolvers/merge_requests_count_resolver_spec.rb": 3.1585692019998532,9301 "spec/components/pajamas/badge_component_spec.rb": 2.8488899639996816,9302 "spec/services/packages/pypi/create_package_service_spec.rb": 5.714196117000029,9303 "spec/workers/clusters/applications/deactivate_integration_worker_spec.rb": 3.6272417889995268,9304 "spec/serializers/analytics_issue_entity_spec.rb": 3.6265673190009693,9305 "spec/services/import_csv/preprocess_milestones_service_spec.rb": 3.397560089999388,9306 "spec/services/personal_access_tokens/create_service_spec.rb": 3.3851490699998976,9307 "spec/lib/gitlab/github_import/importer/events/reviewed_spec.rb": 2.5443032260009204,9308 "spec/serializers/merge_request_widget_commit_entity_spec.rb": 2.5461342449998483,9309 "spec/lib/api/ml/mlflow/api_helpers_spec.rb": 3.6793561289996433,9310 "spec/services/service_ping/submit_service_ping_service_spec.rb": 3.486713438998777,9311 "spec/graphql/mutations/security/ci_configuration/configure_sast_iac_spec.rb": 3.0774989620003907,9312 "spec/services/environments/update_service_spec.rb": 3.7187803479992,9313 "spec/models/analytics/cycle_analytics/value_stream_spec.rb": 3.8197490269994887,9314 "spec/graphql/mutations/alert_management/update_alert_status_spec.rb": 2.96914001299956,9315 "spec/services/cloud_seed/google_cloud/create_cloudsql_instance_service_spec.rb": 2.4918947759997536,9316 "spec/workers/invalid_gpg_signature_update_worker_spec.rb": 1.9059291189987562,9317 "spec/graphql/mutations/merge_requests/set_subscription_spec.rb": 3.0160861919994204,9318 "spec/finders/abuse_reports_finder_spec.rb": 3.1005358829988836,9319 "spec/lib/gitlab/github_import/importer/events/renamed_spec.rb": 2.6269426439994277,9320 "spec/lib/gitlab/jira_import/base_importer_spec.rb": 2.8776692139999795,9321 "spec/lib/gitlab/jira_import/issue_serializer_spec.rb": 3.1078728820011747,9322 "spec/services/bulk_imports/file_download_service_spec.rb": 2.620014264999554,9323 "spec/serializers/trigger_variable_entity_spec.rb": 2.7182732750006835,9324 "spec/models/merge_request/approval_removal_settings_spec.rb": 2.978706603000319,9325 "spec/lib/gitlab/ci/pipeline/expression/lexeme/or_spec.rb": 2.915976424001201,9326 "spec/models/loose_foreign_keys/modification_tracker_spec.rb": 1.2265280629999324,9327 "spec/graphql/resolvers/projects/jira_projects_resolver_spec.rb": 2.3282481060014106,9328 "spec/graphql/resolvers/incident_management/timeline_event_tags_resolver_spec.rb": 2.569200665999233,9329 "spec/validators/system_hook_url_validator_spec.rb": 2.518500525999116,9330 "spec/lib/gitlab/ci/config/entry/rules/rule/changes_spec.rb": 3.0785257520001323,9331 "spec/lib/gitlab/ci/config/entry/reports/coverage_report_spec.rb": 2.1805153869991045,9332 "spec/graphql/resolvers/projects/snippets_resolver_spec.rb": 2.5221337049988506,9333 "spec/services/ci/catalog/resources/destroy_service_spec.rb": 1.6870336409992888,9334 "spec/lib/gitlab/database/async_constraints/validators/foreign_key_spec.rb": 1.981888059000994,9335 "spec/models/concerns/semantic_versionable_spec.rb": 2.5681888350009103,9336 "spec/workers/merge_requests/resolve_todos_worker_spec.rb": 1.7138167709999834,9337 "spec/lib/banzai/issuable_extractor_spec.rb": 2.2206071070013422,9338 "spec/workers/authorized_project_update/project_recalculate_per_user_worker_spec.rb": 1.9429530090001208,9339 "spec/services/design_management/move_designs_service_spec.rb": 2.129829678000533,9340 "spec/serializers/entity_date_helper_spec.rb": 2.2391649080000207,9341 "spec/lib/banzai/filter/image_link_filter_spec.rb": 2.141529308000827,9342 "spec/services/environments/canary_ingress/update_service_spec.rb": 2.1067444380005327,9343 "spec/models/projects/triggered_hooks_spec.rb": 1.6335271610005293,9344 "spec/lib/json_web_token/hmac_token_spec.rb": 2.175939386999744,9345 "spec/services/namespaces/update_denormalized_descendants_service_spec.rb": 1.7242391609997867,9346 "spec/lib/gitlab/ci/pipeline/chain/create_spec.rb": 2.1079722300000867,9347 "spec/lib/sidebars/panel_spec.rb": 1.9409674479993555,9348 "spec/lib/gitlab/redis/boolean_spec.rb": 1.8488026699997135,9349 "spec/services/ci/abort_pipelines_service_spec.rb": 1.672360030001073,9350 "spec/serializers/cluster_serializer_spec.rb": 1.711695140998927,9351 "spec/workers/packages/npm/create_metadata_cache_worker_spec.rb": 1.7071222809991013,9352 "spec/services/projects/batch_open_issues_count_service_spec.rb": 1.6519665209998493,9353 "spec/lib/gitlab/config/entry/composable_hash_spec.rb": 1.6291706210013217,9354 "spec/services/packages/terraform_module/process_package_file_service_spec.rb": 1.784517591000622,9355 "spec/models/blob_viewer/package_json_spec.rb": 1.4734371319991624,9356 "spec/lib/gitlab/database/query_analyzers/ci/partitioning_id_analyzer_spec.rb": 1.3514218740001525,9357 "spec/lib/gitlab/import_export/design_repo_restorer_spec.rb": 1.2615040140008205,9358 "spec/services/service_desk/custom_emails/destroy_service_spec.rb": 1.5889866239995172,9359 "spec/lib/api/entities/deployment_extended_spec.rb": 1.3750093119997473,9360 "spec/tooling/lib/tooling/mappings/graphql_base_type_mappings_spec.rb": 1.6497555519999878,9361 "spec/lib/gitlab/ci/reports/security/reports_spec.rb": 1.6775729210003192,9362 "spec/lib/gitlab/import_export/group/object_builder_spec.rb": 1.3818558519997168,9363 "spec/models/ci/pipeline_chat_data_spec.rb": 1.5877328700007638,9364 "spec/uploaders/object_storage/s3_spec.rb": 1.3652670619994751,9365 "spec/services/users/dismiss_project_callout_service_spec.rb": 1.494798592000734,9366 "spec/services/releases/create_evidence_service_spec.rb": 1.2477240529988194,9367 "spec/lib/gitlab/gitaly_client/diff_spec.rb": 1.455573111999911,9368 "spec/services/service_desk_settings/update_service_spec.rb": 1.8759399490008946,9369 "spec/graphql/types/time_tracking/timelog_connection_type_spec.rb": 1.059877603998757,9370 "spec/services/achievements/destroy_service_spec.rb": 0.8705698149988166,9371 "spec/graphql/resolvers/work_items/types_resolver_spec.rb": 1.275942443000531,9372 "spec/rubocop/cop/migration/prevent_index_creation_spec.rb": 1.3366676929999812,9373 "spec/lib/api/entities/issue_spec.rb": 1.1031506129984336,9374 "spec/models/projects/ci_feature_usage_spec.rb": 1.3093368029985868,9375 "spec/lib/gitlab/mailgun/webhook_processors/member_invites_spec.rb": 1.1818681740005559,9376 "spec/services/pages_domains/delete_service_spec.rb": 1.197510952999437,9377 "spec/lib/banzai/filter/kroki_filter_spec.rb": 1.058805114000279,9378 "spec/lib/version_check_spec.rb": 1.2802014730004885,9379 "spec/tooling/danger/master_pipeline_status_spec.rb": 1.154857532999813,9380 "spec/workers/concerns/click_house_worker_spec.rb": 1.202733853000609,9381 "spec/views/groups/milestones/index.html.haml_spec.rb": 1.332161382000777,9382 "spec/lib/gitlab/auth/ldap/authentication_spec.rb": 0.9825267439991876,9383 "spec/services/saved_replies/destroy_service_spec.rb": 1.1337550440002815,9384 "spec/lib/gitlab/database/query_analyzers/prevent_set_operator_mismatch/columns_spec.rb": 1.0765843629997107,9385 "spec/views/admin/identities/index.html.haml_spec.rb": 1.0453957139998238,9386 "spec/lib/gitlab/audit/null_author_spec.rb": 0.9944434339995496,9387 "spec/models/packages/event_spec.rb": 1.0500595239991526,9388 "spec/rubocop/cop/rspec/env_mocking_spec.rb": 0.9765485839998291,9389 "spec/lib/gitlab/database/shared_model_spec.rb": 1.077327303999482,9390 "spec/lib/gitlab/auth/saml/auth_hash_spec.rb": 1.1622379630007345,9391 "spec/views/shared/projects/_inactive_project_deletion_alert.html.haml_spec.rb": 0.8735683350005274,9392 "spec/lib/gitlab/sidekiq_config/cli_methods_spec.rb": 1.0412081840004248,9393 "spec/lib/api/entities/ml/mlflow/run_spec.rb": 1.0497830040003464,9394 "spec/lib/gitlab/slash_commands/verify_request_spec.rb": 0.9224621949997527,9395 "spec/graphql/mutations/work_items/linked_items/base_spec.rb": 0.948636623999846,9396 "spec/lib/mattermost/team_spec.rb": 0.8684220949999144,9397 "spec/graphql/mutations/work_items/update_spec.rb": 0.9247430249997706,9398 "spec/lib/gitlab/ci/status/preparing_spec.rb": 0.8450983950006048,9399 "spec/lib/gitlab/config/entry/configurable_spec.rb": 0.8431654150008399,9400 "spec/services/packages/debian/parse_debian822_service_spec.rb": 0.9705001740003354,9401 "spec/presenters/ci/freeze_period_presenter_spec.rb": 0.48633022800095205,9402 "spec/lib/gitlab/config/entry/validators/nested_array_helpers_spec.rb": 0.9035335549997399,9403 "spec/serializers/project_access_token_serializer_spec.rb": 0.8844477849997929,9404 "spec/lib/gitlab/themes_spec.rb": 0.8418636559999868,9405 "spec/lib/gitlab/search/abuse_validators/no_abusive_term_length_validator_spec.rb": 0.6565205860006245,9406 "spec/services/packages/debian/extract_deb_metadata_service_spec.rb": 0.8324027149992617,9407 "spec/lib/gitlab/ci/mask_secret_spec.rb": 0.8504691750003985,9408 "spec/helpers/git_helper_spec.rb": 0.6786870759988233,9409 "spec/lib/gitlab/manifest_import/metadata_spec.rb": 0.7634052860012162,9410 "spec/lib/gitlab/cluster/rack_timeout_observer_spec.rb": 0.6538640559992928,9411 "spec/lib/gitlab/ci/variables/downstream/expandable_variable_generator_spec.rb": 0.7430173460015794,9412 "spec/lib/gitlab/ci/parsers/accessibility/pa11y_spec.rb": 0.6227744770003483,9413 "spec/rubocop/cop/gitlab/delegate_predicate_methods_spec.rb": 0.8096630449999793,9414 "spec/validators/js_regex_validator_spec.rb": 0.6478965169990261,9415 "spec/lib/gitlab/incident_management/pager_duty/incident_issue_description_spec.rb": 0.6249918960002105,9416 "spec/scripts/setup/generate_as_if_foss_env_spec.rb": 0.7163948560009885,9417 "spec/lib/bulk_imports/clients/graphql_spec.rb": 0.5415123969996785,9418 "spec/lib/gitlab/lazy_spec.rb": 0.6084998160004034,9419 "spec/lib/gitlab/git/util_spec.rb": 0.670726955999271,9420 "spec/lib/sidebars/your_work/menus/organizations_menu_spec.rb": 0.5485894569992524,9421 "spec/models/groups/feature_setting_spec.rb": 0.5374506670013943,9422 "spec/serializers/codequality_degradation_entity_spec.rb": 0.6381982060011069,9423 "spec/views/admin/application_settings/_eks.html.haml_spec.rb": 0.5505776969985163,9424 "spec/services/import/github/gists_import_service_spec.rb": 0.58727800700035,9425 "spec/serializers/codequality_reports_comparer_serializer_spec.rb": 0.5307825170002616,9426 "spec/lib/sidebars/explore/panel_spec.rb": 0.5574948260000383,9427 "spec/lib/bulk_imports/groups/extractors/subgroups_extractor_spec.rb": 0.5728747560006013,9428 "spec/views/pwa/manifest.json.erb_spec.rb": 0.5051546569993661,9429 "spec/lib/gitlab/database/migrations/observers/total_database_size_change_spec.rb": 0.5157814670001244,9430 "spec/lib/gitlab/database/schema_migrations/migrations_spec.rb": 0.5476620669996919,9431 "spec/policies/concerns/archived_abilities_spec.rb": 0.4363621280008374,9432 "spec/lib/gitlab/grape_logging/loggers/token_logger_spec.rb": 0.43449540700021316,9433 "spec/graphql/resolvers/audit_events/audit_event_definitions_resolver_spec.rb": 0.4160895980003261,9434 "spec/graphql/types/alert_management/severity_enum_spec.rb": 0.44166573700022127,9435 "spec/graphql/types/snippets/blob_action_input_type_spec.rb": 0.522658677000436,9436 "spec/serializers/entity_request_spec.rb": 0.4656153380001342,9437 "spec/graphql/types/ci/stage_type_spec.rb": 0.4603816970011394,9438 "spec/graphql/types/branch_type_spec.rb": 0.5298849669998162,9439 "spec/validators/rsa_key_validator_spec.rb": 0.547022527000081,9440 "spec/graphql/types/error_tracking/sentry_error_stack_trace_entry_type_spec.rb": 0.4543838469999173,9441 "spec/lib/gitlab/database/background_migration/batch_metrics_spec.rb": 0.43728672799989,9442 "spec/lib/gitlab/usage/metrics/instrumentations/gitlab_settings_metric_spec.rb": 0.44130090799990285,9443 "spec/initializers/postgresql_cte_spec.rb": 0.4257510679999541,9444 "spec/graphql/types/ci/catalog/resources/component_type_spec.rb": 0.432210667999243,9445 "spec/lib/gitlab/database/migrations/base_background_runner_spec.rb": 0.4336467979992449,9446 "spec/graphql/types/ci/freeze_period_status_enum_spec.rb": 0.34142090900058975,9447 "spec/graphql/types/ci/pipeline_status_enum_spec.rb": 0.344176497999797,9448 "spec/serializers/impersonation_access_token_entity_spec.rb": 0.4083426970009896,9449 "spec/lib/api/helpers/pagination_spec.rb": 0.3780006080014573,9450 "spec/graphql/types/dependency_proxy/blob_type_spec.rb": 0.34143249800035846,9451 "spec/lib/gitlab/serializer/ci/variables_spec.rb": 0.33596801800013054,9452 "spec/rubocop/cop/gitlab/avoid_uploaded_file_from_params_spec.rb": 0.34464506800031813,9453 "spec/graphql/types/ml/model_links_type_spec.rb": 0.35516797799937194,9454 "spec/lib/gitlab/usage/metrics/instrumentations/collected_data_categories_metric_spec.rb": 0.34060524800042913,9455 "spec/serializers/evidences/issue_entity_spec.rb": 0.354478798000855,9456 "spec/lib/gitlab/usage/metrics/instrumentations/gitaly_apdex_metric_spec.rb": 0.339288678000239457}9458Knapsack global time execution for tests: 30m 01s9459Pending: (Failures listed here are expected and do not affect your suite's status)9460 1) Issue 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 blank9461 # No reason given9462 # ./spec/support/shared_examples/models/atomic_internal_id_shared_examples.rb:499463 2) Issue 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 blank9464 # No reason given9465 # ./spec/support/shared_examples/models/atomic_internal_id_shared_examples.rb:579466 3) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::ProjectDistribution behaves like builds correct paths #upload_path behaves like matches the method pattern 9467 # No pattern provided, skipping.9468 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89469 4) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::ProjectDistribution behaves like builds correct paths #relative_path is relative9470 # Path not set, skipping.9471 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:409472 5) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::ProjectDistribution behaves like builds correct paths .absolute_path behaves like matches the method pattern 9473 # No pattern provided, skipping.9474 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89475 6) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::ProjectDistribution behaves like builds correct paths .base_dir behaves like matches the method pattern 9476 # No pattern provided, skipping.9477 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89478 7) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::ProjectDistribution object store is remote behaves like builds correct paths #upload_path behaves like matches the method pattern 9479 # No pattern provided, skipping.9480 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89481 8) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::ProjectDistribution object store is remote behaves like builds correct paths #relative_path is relative9482 # Path not set, skipping.9483 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:409484 9) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::ProjectDistribution object store is remote behaves like builds correct paths .absolute_path behaves like matches the method pattern 9485 # No pattern provided, skipping.9486 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89487 10) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::ProjectDistribution object store is remote behaves like builds correct paths .base_dir behaves like matches the method pattern 9488 # No pattern provided, skipping.9489 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89490 11) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::GroupDistribution behaves like builds correct paths #upload_path behaves like matches the method pattern 9491 # No pattern provided, skipping.9492 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89493 12) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::GroupDistribution behaves like builds correct paths #relative_path is relative9494 # Path not set, skipping.9495 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:409496 13) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::GroupDistribution behaves like builds correct paths .absolute_path behaves like matches the method pattern 9497 # No pattern provided, skipping.9498 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89499 14) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::GroupDistribution behaves like builds correct paths .base_dir behaves like matches the method pattern 9500 # No pattern provided, skipping.9501 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89502 15) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::GroupDistribution object store is remote behaves like builds correct paths #upload_path behaves like matches the method pattern 9503 # No pattern provided, skipping.9504 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89505 16) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::GroupDistribution object store is remote behaves like builds correct paths #relative_path is relative9506 # Path not set, skipping.9507 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:409508 17) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::GroupDistribution object store is remote behaves like builds correct paths .absolute_path behaves like matches the method pattern 9509 # No pattern provided, skipping.9510 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89511 18) Packages::Debian::DistributionReleaseFileUploader Packages::Debian::GroupDistribution object store is remote behaves like builds correct paths .base_dir behaves like matches the method pattern 9512 # No pattern provided, skipping.9513 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89514 19) Ci::PipelineArtifactUploader behaves like builds correct paths #upload_path behaves like matches the method pattern 9515 # No pattern provided, skipping.9516 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89517 20) Ci::PipelineArtifactUploader behaves like builds correct paths #relative_path is relative9518 # Path not set, skipping.9519 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:409520 21) Ci::PipelineArtifactUploader behaves like builds correct paths .absolute_path behaves like matches the method pattern 9521 # No pattern provided, skipping.9522 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89523 22) Ci::PipelineArtifactUploader behaves like builds correct paths .base_dir behaves like matches the method pattern 9524 # No pattern provided, skipping.9525 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89526 23) Ci::PipelineArtifactUploader when object store is REMOTE behaves like builds correct paths #cache_dir behaves like matches the method pattern 9527 # No pattern provided, skipping.9528 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89529 24) Ci::PipelineArtifactUploader when object store is REMOTE behaves like builds correct paths #work_dir behaves like matches the method pattern 9530 # No pattern provided, skipping.9531 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89532 25) Ci::PipelineArtifactUploader when object store is REMOTE behaves like builds correct paths #upload_path behaves like matches the method pattern 9533 # No pattern provided, skipping.9534 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89535 26) Ci::PipelineArtifactUploader when object store is REMOTE behaves like builds correct paths #relative_path is relative9536 # Path not set, skipping.9537 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:409538 27) Ci::PipelineArtifactUploader when object store is REMOTE behaves like builds correct paths .absolute_path behaves like matches the method pattern 9539 # No pattern provided, skipping.9540 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89541 28) Ci::PipelineArtifactUploader when object store is REMOTE behaves like builds correct paths .base_dir behaves like matches the method pattern 9542 # No pattern provided, skipping.9543 # ./spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb:89544 29) Lint factories for LfsObject with saas, license, and factory defaults behaves like factory lfs_object factory linting :checksummed trait does not raise error when created9545 # Trait skipped linting due to legacy error9546 # ./spec/support/shared_examples/lint_factories_shared_examples.rb:2839547 30) Lint factories for LfsObject with saas, license, and factory defaults behaves like factory lfs_object factory linting :checksum_failure trait does not raise error when created9548 # Trait skipped linting due to legacy error9549 # ./spec/support/shared_examples/lint_factories_shared_examples.rb:2839550 31) Lint factories for LfsObject with saas, license, and factory defaults behaves like factory lfs_object factory linting :verification_succeeded trait does not raise error when created9551 # Trait skipped linting due to legacy error9552 # ./spec/support/shared_examples/lint_factories_shared_examples.rb:2839553 32) Lint factories for LfsObject with saas, license, and factory defaults behaves like factory lfs_object factory linting :verification_failed trait does not raise error when created9554 # Trait skipped linting due to legacy error9555 # ./spec/support/shared_examples/lint_factories_shared_examples.rb:2839556Finished in 31 minutes 34 seconds (files took 1 minute 11.39 seconds to load)95574182 examples, 0 failures, 32 pending9558Randomized with seed 560139559[TEST PROF INFO] Time spent in factories: 11:52.154 (37.36% of total time)9560RSpec exited with 0.9561No examples to retry, congrats! 9562 Running after_script 9563Running after script...9564$ source scripts/utils.sh9565$ bundle exec gem list gitlab_quality-test_tooling9566gitlab_quality-test_tooling (1.24.0)9567$ section_start "failed-test-issues" "Report test failures" # collapsed multi-line command9570$ section_start "flaky-test-issues" "Report test flakiness" # collapsed multi-line command9573$ section_start "slow-test-issues" "Report test slowness" # collapsed multi-line command9576$ section_start "slow-test-merge-request-report-note" "Report test slowness in MR note" # collapsed multi-line command9599WARNING: after_script failed, but job will continue unaffected: exit code 19601Not uploading cache ruby-gems-debian-bookworm-ruby-3.2 due to policy9603Uploading artifacts...9604auto_explain/: found 3 matching artifact files and directories 9605coverage/: found 5 matching artifact files and directories 9606crystalball/: found 2 matching artifact files and directories 9607WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-community/gitlab) 9608knapsack/: found 4 matching artifact files and directories 9609rspec/: found 16 matching artifact files and directories 9610WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-community/gitlab) 9611log/*.log: found 20 matching artifact files and directories 9612WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6972243722/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com9613WARNING: Retrying... context=artifacts-uploader error=request redirected9614Uploading artifacts as "archive" to coordinator... 201 Created id=6972243722 responseStatus=201 Created token=glcbt-659615Uploading artifacts...9616rspec/rspec-*.xml: found 1 matching artifact files and directories 9617WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6972243722/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com9618WARNING: Retrying... context=artifacts-uploader error=request redirected9619Uploading artifacts as "junit" to coordinator... 201 Created id=6972243722 responseStatus=201 Created token=glcbt-659621Job succeeded