rspec unit pg14 32/32
Passed Started
by
@a_akgun

Alper Akgun
1Run options: exclude {:quarantine=>true, :level=>"background_migration", :click_house=>true, :real_ai_request=>true}2# [RSpecRunTime] Starting RSpec timer...3[TEST PROF INFO] EventProf enabled (sql.active_record)4unknown OID 2249: failed to recognize type of 'pg_stat_file'. It will be treated as String.5unknown OID 2249: failed to recognize type of 'pg_stat_file'. It will be treated as String.6Test environment set up in 0.783483249 seconds7# [RSpecRunTime] Starting example group spec/models/deployment_spec.rb. Expected to take 4 minutes 20.5 seconds.8Deployment9 does not allow STI10 is expected to belong to project required: true11 is expected to belong to environment required: true12 is expected to belong to user required: false13 is expected to belong to deployable required: false14 is expected to have one deployment_cluster15 is expected to have many deployment_merge_requests16 is expected to have many merge_requests through deployment_merge_requests17 is expected to delegate #environment_name to the #environment object as #name18 is expected to delegate #commit to the #project object19 is expected to delegate #commit_title to the #commit object as #try20 is expected to delegate #kubernetes_namespace to the #deployment_cluster object21 is expected to delegate #cluster to the #deployment_cluster object22 is expected to validate that :ref cannot be empty/falsy23 is expected to validate that :sha cannot be empty/falsy24 behaves like having unique enum values25 has unique values in "status"26 #manual_actions27 delegates to environment_manual_actions28# [RSpecRunTime] RSpec elapsed time: 13.74 seconds. Current RSS: ~1439M. load average: 1.20 1.52 1.51 1/287 40629 #scheduled_actions30 delegates to environment_scheduled_actions31# [RSpecRunTime] RSpec elapsed time: 14.91 seconds. Current RSS: ~1455M. load average: 1.20 1.52 1.51 1/289 41832 modules33 is expected to includes the EachBatch module34 behaves like AtomicInternalId35 .has_internal_id36 Module inclusion37 is expected to includes the AtomicInternalId module38# [RSpecRunTime] RSpec elapsed time: 16.42 seconds. Current RSS: ~1471M. load average: 1.20 1.52 1.51 1/290 42639 Validation40 when presence validation is required41 when creating an object42 raises an error if the internal id is blank43 when updating an object44 raises an error if the internal id is blank45 when presence validation is not required46 when creating an object47 does not raise an error if the internal id is blank (PENDING: No reason given)48 when updating an object49 does not raise an error if the internal id is blank (PENDING: No reason given)50 Creating an instance51 saves a new instance properly52 internal id generation53 calls InternalId.generate_next and sets internal id attribute54 does not overwrite an existing internal id55 when the instance has an internal ID set56 calls InternalId.update_last_value and sets the `last_value` to that of the instance57 unsetting the instance internal id on rollback58 when the internal id has been changed59 when the internal id is automatically set60 clears it on the instance61 when the internal id is manually set62 does not clear it on the instance63 when the internal id has not been changed64 preserves the value on the instance65 supply of internal ids66 provides a persistent supply of IID values, sensitive to the current state67 #reset_scope_internal_id_attribute68 rewinds the allocated IID69 allocates the same IID70 .stoppable71 when deployment is stoppable72 is expected to eq [#<Deployment id: 11, iid: 1, project_id: 20, environment_id: 4, ref: "master", tag: false, sha: "b83...: "success", finished_at: "2024-02-29 08:22:00.741722982 +0000", deployable_id: 4, archived: false>]73 when deployment is not stoppable74 is expected to be empty75 .for_iid76 finds the deployment77 when iid does not match78 does not find the deployment79# [RSpecRunTime] RSpec elapsed time: 21.45 seconds. Current RSS: ~1541M. load average: 1.19 1.51 1.51 1/291 50280 .for_environment_name81 when deployment belongs to the environment82 is expected to eq [#<Deployment id: 14, iid: 1, project_id: 24, environment_id: 7, ref: "master", tag: false, sha: "b83...15368 +0000", on_stop: nil, status: "created", finished_at: nil, deployable_id: 7, archived: false>]83# [RSpecRunTime] RSpec elapsed time: 22.72 seconds. Current RSS: ~1556M. load average: 1.17 1.50 1.51 1/292 52184 when deployment belongs to the same project but different environment name85 is expected to be empty86 when deployment belongs to the same environment name but different project87 is expected to be empty88 .success89 when deployment status is success90 is expected to eq [#<Deployment id: 17, iid: 1, project_id: 26, environment_id: 10, ref: "master", tag: false, sha: "b8... "success", finished_at: "2024-02-29 08:22:05.571242287 +0000", deployable_id: 10, archived: false>]91 when deployment status is created92 is expected to be empty93 when deployment status is running94 is expected to be empty95 state machine96 when deployment runs97 starts running98 executes Deployments::HooksWorker asynchronously99# [RSpecRunTime] RSpec elapsed time: 25.94 seconds. Current RSS: ~1572M. load average: 1.17 1.50 1.51 1/292 565100 when deployment succeeded101 has correct status102 executes Deployments::UpdateEnvironmentWorker asynchronously103 executes Deployments::HooksWorker asynchronously104# [RSpecRunTime] RSpec elapsed time: 29.61 seconds. Current RSS: ~1584M. load average: 1.16 1.49 1.51 1/292 599105 when deployment failed106 has correct status107 does not execute Deployments::LinkMergeRequestWorker108 executes Deployments::HooksWorker asynchronously109# [RSpecRunTime] RSpec elapsed time: 32.52 seconds. Current RSS: ~1580M. load average: 1.15 1.48 1.50 1/292 633110 when deployment was canceled111 has correct status112 does not execute Deployments::LinkMergeRequestWorker113 executes Deployments::HooksWorker asynchronously114# [RSpecRunTime] RSpec elapsed time: 35.25 seconds. Current RSS: ~1586M. load average: 1.15 1.48 1.50 1/292 667115 when deployment was skipped116 has correct status117 does not execute Deployments::LinkMergeRequestWorker asynchronously118 does not execute Deployments::HooksWorker119# [RSpecRunTime] RSpec elapsed time: 38.18 seconds. Current RSS: ~1588M. load average: 1.13 1.47 1.50 1/292 701120 when deployment is blocked121 has correct status122 does not execute Deployments::LinkMergeRequestWorker asynchronously123 does not execute Deployments::HooksWorker124# [RSpecRunTime] RSpec elapsed time: 40.92 seconds. Current RSS: ~1589M. load average: 1.13 1.47 1.50 1/292 735125 synching status to Jira126 when Jira Connect subscription does not exist127 does not call the worker128# [RSpecRunTime] RSpec elapsed time: 42.37 seconds. Current RSS: ~1588M. load average: 1.12 1.47 1.50 1/292 753129 when Jira Connect subscription exists130 calls the worker on creation131 does not call the worker for skipped deployments132 when we call pipeline.run!133 triggers a Jira synch worker134# [RSpecRunTime] RSpec elapsed time: 45.34 seconds. Current RSS: ~1589M. load average: 1.12 1.47 1.50 1/293 788135 when we call pipeline.succeed!136 triggers a Jira synch worker137 when we call pipeline.drop!138 triggers a Jira synch worker139 when we call pipeline.cancel!140 triggers a Jira synch worker141 #older_than_last_successful_deployment?142 when deployment is current deployment143 is expected to be falsey144# [RSpecRunTime] RSpec elapsed time: 49.6 seconds. Current RSS: ~1586M. load average: 1.11 1.46 1.49 1/293 839145 when deployment is behind current deployment146 is expected to be truthy147 when deployment is the same sha as the current deployment148 is expected to be falsey149 when environment is undefined150 is expected to be falsey151 #success?152 when deployment status is success153 is expected to be truthy154 when deployment status is failed155 is expected to be falsy156 #status_name157 when deployment status is success158 is expected to eq :success159 when deployment status is failed160 is expected to eq :failed161 #deployed_at162 when deployment status is created163 is expected to be nil164 when deployment status is success165 is expected to eq 2024-02-29 08:22:37.640402304 +0000166 when deployment status is running167 is expected to be nil168 .archivables_in169 when there are no archivable deployments in the project170 returns nothing171# [RSpecRunTime] RSpec elapsed time: 59.61 seconds. Current RSS: ~1613M. load average: 1.10 1.44 1.49 1/293 979172 when there are archivable deployments in the project173 returns all archivable deployments174 with limit175 takes the limit into account176 scopes177 last_for_environment178 retrieves last deployments for environments179# [RSpecRunTime] RSpec elapsed time: 1 minute 2.54 seconds. Current RSS: ~1609M. load average: 1.17 1.45 1.49 1/293 1013180 active181 retrieves the active deployments182# [RSpecRunTime] RSpec elapsed time: 1 minute 7.61 seconds. Current RSS: ~1594M. load average: 1.15 1.44 1.49 1/295 1080183 older_than184 retrives the correct older deployments185# [RSpecRunTime] RSpec elapsed time: 1 minute 10.91 seconds. Current RSS: ~1581M. load average: 1.15 1.44 1.49 1/294 1125186 .finished_before187 filters deployments by finished_at188# [RSpecRunTime] RSpec elapsed time: 1 minute 12.69 seconds. Current RSS: ~1572M. load average: 1.14 1.44 1.48 1/294 1148189 .finished_after190 filters deployments by finished_at191# [RSpecRunTime] RSpec elapsed time: 1 minute 14.49 seconds. Current RSS: ~1573M. load average: 1.14 1.44 1.48 1/294 1171192 .ordered193 sorts by finished at194# [RSpecRunTime] RSpec elapsed time: 1 minute 17.83 seconds. Current RSS: ~1572M. load average: 1.13 1.43 1.48 1/294 1216195 .ordered_as_upcoming196 sorts by ID DESC197# [RSpecRunTime] RSpec elapsed time: 1 minute 20.28 seconds. Current RSS: ~1573M. load average: 1.13 1.43 1.48 1/295 1250198 visible199 retrieves the visible deployments200 has a corresponding database index201# [RSpecRunTime] RSpec elapsed time: 1 minute 25.34 seconds. Current RSS: ~1574M. load average: 1.12 1.42 1.48 1/294 1317202 finished203 retrieves the finished deployments204# [RSpecRunTime] RSpec elapsed time: 1 minute 30.15 seconds. Current RSS: ~1577M. load average: 1.11 1.41 1.48 1/294 1384205 upcoming206 retrieves the upcoming deployments207# [RSpecRunTime] RSpec elapsed time: 1 minute 35.2 seconds. Current RSS: ~1569M. load average: 1.18 1.42 1.48 1/294 1451208 last_deployment_group_for_environment209 behaves like find last deployment group for environment210 when there are no deployments and jobs211 is expected to eq #<ActiveRecord::Relation []>212 when there are no successful jobs213 is expected to eq #<ActiveRecord::Relation []>214 when there are deployments for multiple pipelines215 returns the successful deployment jobs for the last deployment pipeline216# [RSpecRunTime] RSpec elapsed time: 1 minute 38.2 seconds. Current RSS: ~1568M. load average: 1.41 1.47 1.49 1/294 1493217 when there are many environments218 batch loads for environments219# [RSpecRunTime] RSpec elapsed time: 1 minute 40.08 seconds. Current RSS: ~1566M. load average: 1.41 1.47 1.49 1/292 1536220 When last deployment for environment is a retried job221 is expected not to be nil222# [RSpecRunTime] RSpec elapsed time: 1 minute 41.29 seconds. Current RSS: ~1561M. load average: 1.41 1.47 1.49 1/292 1552223 behaves like find last deployment group for environment224 when there are no deployments and jobs225 is expected to eq #<ActiveRecord::Relation []>226 when there are no successful jobs227 is expected to eq #<ActiveRecord::Relation []>228 when there are deployments for multiple pipelines229 returns the successful deployment jobs for the last deployment pipeline230# [RSpecRunTime] RSpec elapsed time: 1 minute 44.6 seconds. Current RSS: ~1553M. load average: 1.37 1.46 1.49 1/292 1594231 when there are many environments232 batch loads for environments233# [RSpecRunTime] RSpec elapsed time: 1 minute 46.25 seconds. Current RSS: ~1550M. load average: 1.37 1.46 1.49 1/292 1637234 When last deployment for environment is a retried job235 is expected not to be nil236# [RSpecRunTime] RSpec elapsed time: 1 minute 47.38 seconds. Current RSS: ~1549M. load average: 1.34 1.45 1.49 1/292 1653237 last_finished_deployment_group_for_environment238 when there are no deployments and jobs239 is expected to eq #<ActiveRecord::Relation []>240 behaves like find last finished deployment for environment241 when there are no finished jobs242 is expected to eq #<ActiveRecord::Relation []>243 when there are deployments for multiple pipelines244 returns the finished deployments for the last finished pipeline245 when last finished deployment is a retried job246 is expected not to be nil247 when there are many environments248 batch loads for environments249 when last_deployment_group_for_environment is also called250 returns different results251# [RSpecRunTime] RSpec elapsed time: 1 minute 50.79 seconds. Current RSS: ~1534M. load average: 1.34 1.45 1.49 1/292 1736252 behaves like find last finished deployment for environment253 when there are no finished jobs254 is expected to eq #<ActiveRecord::Relation []>255 when there are deployments for multiple pipelines256 returns the finished deployments for the last finished pipeline257 when last finished deployment is a retried job258 is expected not to be nil259 when there are many environments260 batch loads for environments261 when last_deployment_group_for_environment is also called262 returns different results263# [RSpecRunTime] RSpec elapsed time: 1 minute 53.32 seconds. Current RSS: ~1534M. load average: 1.32 1.44 1.48 1/292 1813264 latest_for_sha265 finds the latest deployment with sha266 when sha is old267 finds the latest deployment with sha268# [RSpecRunTime] RSpec elapsed time: 1 minute 55.44 seconds. Current RSS: ~1535M. load average: 1.32 1.44 1.48 1/292 1845269 when sha is nil270 returns nothing271 #includes_commit?272 when there is no project commit273 returns false274 when they share the same tree branch275 returns true276 when the SHA for the deployment does not exist in the repo277 returns false278 #stop_action279 behaves like stop action for a job280 when no other actions281 is expected to be nil282 with other actions283 when matching action is defined284 is expected to be nil285 when no matching action is defined286 is expected to eq #<Ci::Build status: "manual", finished_at: nil, created_at: "2024-02-29 08:50:29.000000000 +0000", up...tage", id: 185, stage_id: 131, partition_id: 101, auto_canceled_by_partition_id: 100, tag_list: nil>287 behaves like stop action for a job288 when no other actions289 is expected to be nil290 with other actions291 when matching action is defined292 is expected to be nil293 when no matching action is defined294 is expected to eq #<Ci::Bridge status: "manual", finished_at: nil, created_at: "2013-10-29 08:50:00.000000000 +0000", u...duling_type: "stage", id: 190, stage_id: 134, partition_id: 101, auto_canceled_by_partition_id: 100>295 #deployed_by296 returns the deployment user if there is no deployable297 returns the deployment user if the deployable is build and have no user298 returns the deployment user if the deployable is bridge and have no user299 returns the deployable user if there is one300# [RSpecRunTime] RSpec elapsed time: 2 minutes 8.03 seconds. Current RSS: ~1520M. load average: 1.40 1.46 1.49 1/291 1934301 #triggered_by?302 is expected to eq true303 when deployment triggerer is different304 is expected to eq false305# [RSpecRunTime] RSpec elapsed time: 2 minutes 10.13 seconds. Current RSS: ~1534M. load average: 1.40 1.46 1.49 1/291 1957306 .find_successful_deployment!307 returns a successful deployment308 raises when no deployment is found309# [RSpecRunTime] RSpec elapsed time: 2 minutes 11.32 seconds. Current RSS: ~1533M. load average: 1.40 1.46 1.49 1/291 1969310 .jobs311 retrieves jobs for the deployments312 does not fetch the null deployable_ids313# [RSpecRunTime] RSpec elapsed time: 2 minutes 16.77 seconds. Current RSS: ~1559M. load average: 1.37 1.45 1.48 1/291 2036314 #job315 retrieves job for the deployment316 returns nil when the associated job is not found317# [RSpecRunTime] RSpec elapsed time: 2 minutes 18.59 seconds. Current RSS: ~1564M. load average: 1.34 1.44 1.48 1/291 2059318 #previous_deployment319 pointer: "production_deployment_1", expected_previous_deployment: nil320 returns the previous deployment321# [RSpecRunTime] RSpec elapsed time: 2 minutes 20.04 seconds. Current RSS: ~1561M. load average: 1.34 1.44 1.48 1/291 2106322 pointer: "production_deployment_2", expected_previous_deployment: "production_deployment_1"323 returns the previous deployment324 pointer: "production_deployment_3", expected_previous_deployment: "production_deployment_2"325 returns the previous deployment326 pointer: "production_deployment_4", expected_previous_deployment: "production_deployment_2"327 returns the previous deployment328 pointer: "staging_deployment_1", expected_previous_deployment: nil329 returns the previous deployment330 pointer: "staging_deployment_2", expected_previous_deployment: nil331 returns the previous deployment332 pointer: "production_deployment_5", expected_previous_deployment: "production_deployment_2"333 returns the previous deployment334 pointer: "staging_deployment_3", expected_previous_deployment: "staging_deployment_2"335 returns the previous deployment336 #link_merge_requests337 links merge requests with a deployment338 ignores already linked merge requests339# [RSpecRunTime] RSpec elapsed time: 2 minutes 25.04 seconds. Current RSS: ~1546M. load average: 1.31 1.43 1.48 1/292 2242340 #create_ref341 creates a ref using the sha342 #playable_job343 when there is a deployable job344 when the deployable job is build and playable345 returns that job346# [RSpecRunTime] RSpec elapsed time: 2 minutes 26.96 seconds. Current RSS: ~1533M. load average: 1.31 1.43 1.48 1/292 2253347 when the deployable job is bridge and playable348 returns that job349# [RSpecRunTime] RSpec elapsed time: 2 minutes 28.31 seconds. Current RSS: ~1527M. load average: 1.29 1.43 1.47 1/291 2264350 when the deployable job is not playable351 returns nil352# [RSpecRunTime] RSpec elapsed time: 2 minutes 29.71 seconds. Current RSS: ~1530M. load average: 1.29 1.43 1.47 1/291 2275353 when there is no deployable job354 returns nil355 #update_status356 changes the status357 schedules workers when finishing a deploy358 updates finished_at when transitioning to a finished status359 tracks an exception if an invalid argument360 tracks an exception if an invalid status transition is detected361 is expected to eq false362 is expected to eq false363# [RSpecRunTime] RSpec elapsed time: 2 minutes 36.44 seconds. Current RSS: ~1540M. load average: 1.34 1.43 1.48 1/291 2353364 mapping status to event365 status: "running", method: :run!366 calls the correct method for the given status367# [RSpecRunTime] RSpec elapsed time: 2 minutes 37.45 seconds. Current RSS: ~1540M. load average: 1.32 1.43 1.47 1/291 2365368 status: "success", method: :succeed!369 calls the correct method for the given status370# [RSpecRunTime] RSpec elapsed time: 2 minutes 38.52 seconds. Current RSS: ~1539M. load average: 1.32 1.43 1.47 1/291 2377371 status: "failed", method: :drop!372 calls the correct method for the given status373 status: "canceled", method: :cancel!374 calls the correct method for the given status375 status: "skipped", method: :skip!376 calls the correct method for the given status377 status: "blocked", method: :block!378 calls the correct method for the given status379# [RSpecRunTime] RSpec elapsed time: 2 minutes 42.66 seconds. Current RSS: ~1543M. load average: 1.29 1.42 1.47 1/290 2422380 for created status update381 calls the correct method382 #sync_status_with383 behaves like sync status with a job384 with created deployment385 with created job386 behaves like ignoring job387 does not change deployment status388# [RSpecRunTime] RSpec elapsed time: 2 minutes 45.64 seconds. Current RSS: ~1535M. load average: 1.29 1.42 1.47 1/290 2451389 with manual job390 behaves like synchronizing deployment391 changes deployment status392# [RSpecRunTime] RSpec elapsed time: 2 minutes 47.13 seconds. Current RSS: ~1536M. load average: 1.27 1.41 1.47 1/290 2463393 with running job394 behaves like synchronizing deployment395 changes deployment status396# [RSpecRunTime] RSpec elapsed time: 2 minutes 48.67 seconds. Current RSS: ~1530M. load average: 1.27 1.41 1.47 1/290 2475397 with finished job398 behaves like synchronizing deployment399 changes deployment status400# [RSpecRunTime] RSpec elapsed time: 2 minutes 50.14 seconds. Current RSS: ~1535M. load average: 1.27 1.41 1.47 1/290 2487401 with unrelated job402 behaves like ignoring job403 does not change deployment status404# [RSpecRunTime] RSpec elapsed time: 2 minutes 51.74 seconds. Current RSS: ~1529M. load average: 1.27 1.41 1.47 1/290 2499405 with running deployment406 with created job407 behaves like gracefully handling error408 tracks an exception409# [RSpecRunTime] RSpec elapsed time: 2 minutes 53.22 seconds. Current RSS: ~1522M. load average: 1.25 1.41 1.47 1/290 2511410 with manual job411 behaves like gracefully handling error412 tracks an exception413# [RSpecRunTime] RSpec elapsed time: 2 minutes 54.68 seconds. Current RSS: ~1518M. load average: 1.25 1.41 1.47 1/290 2523414 with running job415 behaves like ignoring job416 does not change deployment status417# [RSpecRunTime] RSpec elapsed time: 2 minutes 56.15 seconds. Current RSS: ~1516M. load average: 1.25 1.41 1.47 1/290 2535418 with finished job419 behaves like synchronizing deployment420 changes deployment status421# [RSpecRunTime] RSpec elapsed time: 2 minutes 57.8 seconds. Current RSS: ~1516M. load average: 1.31 1.42 1.47 1/290 2547422 with unrelated job423 behaves like ignoring job424 does not change deployment status425# [RSpecRunTime] RSpec elapsed time: 2 minutes 59.32 seconds. Current RSS: ~1516M. load average: 1.31 1.42 1.47 1/290 2559426 with finished deployment427 with created job428 behaves like gracefully handling error429 tracks an exception430# [RSpecRunTime] RSpec elapsed time: 3 minutes 0.83 second. Current RSS: ~1518M. load average: 1.31 1.42 1.47 1/291 2571431 with manual job432 behaves like gracefully handling error433 tracks an exception434# [RSpecRunTime] RSpec elapsed time: 3 minutes 2.28 seconds. Current RSS: ~1519M. load average: 1.28 1.41 1.47 1/291 2583435 with running job436 behaves like gracefully handling error437 tracks an exception438# [RSpecRunTime] RSpec elapsed time: 3 minutes 3.83 seconds. Current RSS: ~1519M. load average: 1.28 1.41 1.47 1/291 2595439 with finished job440 behaves like ignoring job441 does not change deployment status442# [RSpecRunTime] RSpec elapsed time: 3 minutes 5.31 seconds. Current RSS: ~1519M. load average: 1.28 1.41 1.47 1/291 2607443 with failed job444 behaves like synchronizing deployment445 changes deployment status446# [RSpecRunTime] RSpec elapsed time: 3 minutes 6.82 seconds. Current RSS: ~1521M. load average: 1.28 1.41 1.47 1/291 2619447 with unrelated job448 behaves like ignoring job449 does not change deployment status450# [RSpecRunTime] RSpec elapsed time: 3 minutes 8.31 seconds. Current RSS: ~1520M. load average: 1.18 1.39 1.46 1/291 2631451 behaves like sync status with a job452 with created deployment453 with created job454 behaves like ignoring job455 does not change deployment status456# [RSpecRunTime] RSpec elapsed time: 3 minutes 9.83 seconds. Current RSS: ~1520M. load average: 1.18 1.39 1.46 1/291 2643457 with manual job458 behaves like synchronizing deployment459 changes deployment status460# [RSpecRunTime] RSpec elapsed time: 3 minutes 11.39 seconds. Current RSS: ~1521M. load average: 1.18 1.39 1.46 1/290 2655461 with running job462 behaves like synchronizing deployment463 changes deployment status464# [RSpecRunTime] RSpec elapsed time: 3 minutes 12.9 seconds. Current RSS: ~1522M. load average: 1.24 1.40 1.46 1/290 2667465 with finished job466 behaves like synchronizing deployment467 changes deployment status468# [RSpecRunTime] RSpec elapsed time: 3 minutes 14.45 seconds. Current RSS: ~1525M. load average: 1.24 1.40 1.46 1/290 2679469 with unrelated job470 behaves like ignoring job471 does not change deployment status472# [RSpecRunTime] RSpec elapsed time: 3 minutes 16.03 seconds. Current RSS: ~1524M. load average: 1.24 1.40 1.46 1/290 2691473 with running deployment474 with created job475 behaves like gracefully handling error476 tracks an exception477# [RSpecRunTime] RSpec elapsed time: 3 minutes 17.5 seconds. Current RSS: ~1520M. load average: 1.22 1.39 1.46 1/290 2703478 with manual job479 behaves like gracefully handling error480 tracks an exception481# [RSpecRunTime] RSpec elapsed time: 3 minutes 19.06 seconds. Current RSS: ~1521M. load average: 1.22 1.39 1.46 1/290 2715482 with running job483 behaves like ignoring job484 does not change deployment status485# [RSpecRunTime] RSpec elapsed time: 3 minutes 20.61 seconds. Current RSS: ~1521M. load average: 1.22 1.39 1.46 1/290 2727486 with finished job487 behaves like synchronizing deployment488 changes deployment status489# [RSpecRunTime] RSpec elapsed time: 3 minutes 22.17 seconds. Current RSS: ~1524M. load average: 1.29 1.40 1.46 1/290 2739490 with unrelated job491 behaves like ignoring job492 does not change deployment status493# [RSpecRunTime] RSpec elapsed time: 3 minutes 23.62 seconds. Current RSS: ~1521M. load average: 1.29 1.40 1.46 1/290 2751494 with finished deployment495 with created job496 behaves like gracefully handling error497 tracks an exception498# [RSpecRunTime] RSpec elapsed time: 3 minutes 25.4 seconds. Current RSS: ~1517M. load average: 1.29 1.40 1.46 1/290 2763499 with manual job500 behaves like gracefully handling error501 tracks an exception502# [RSpecRunTime] RSpec elapsed time: 3 minutes 26.9 seconds. Current RSS: ~1514M. load average: 1.29 1.40 1.46 1/290 2775503 with running job504 behaves like gracefully handling error505 tracks an exception506# [RSpecRunTime] RSpec elapsed time: 3 minutes 28.48 seconds. Current RSS: ~1515M. load average: 1.26 1.39 1.46 1/290 2787507 with finished job508 behaves like ignoring job509 does not change deployment status510# [RSpecRunTime] RSpec elapsed time: 3 minutes 30.0 seconds. Current RSS: ~1514M. load average: 1.26 1.39 1.46 1/290 2799511 with failed job512 behaves like synchronizing deployment513 changes deployment status514# [RSpecRunTime] RSpec elapsed time: 3 minutes 31.43 seconds. Current RSS: ~1510M. load average: 1.26 1.39 1.46 1/290 2811515 with unrelated job516 behaves like ignoring job517 does not change deployment status518# [RSpecRunTime] RSpec elapsed time: 3 minutes 32.9 seconds. Current RSS: ~1518M. load average: 1.24 1.39 1.45 1/290 2823519 #tags520 will return tags related to this deployment521# [RSpecRunTime] RSpec elapsed time: 3 minutes 34.33 seconds. Current RSS: ~1521M. load average: 1.24 1.39 1.45 1/290 2841522 #valid_sha523 does not add errors for a valid SHA524 adds an error for an invalid SHA525# [RSpecRunTime] RSpec elapsed time: 3 minutes 36.01 seconds. Current RSS: ~1531M. load average: 1.24 1.39 1.45 1/290 2852526 #valid_ref527 does not add errors for a valid ref528 adds an error for an invalid ref529# [RSpecRunTime] RSpec elapsed time: 3 minutes 37.66 seconds. Current RSS: ~1538M. load average: 1.38 1.41 1.46 1/290 2863530 #tier_in_yaml531 when deployable is nil532 returns nil533 when deployable is present534 when tier is specified535 returns the tier536 when deployable is a bridge job537 returns the tier538# [RSpecRunTime] RSpec elapsed time: 3 minutes 40.23 seconds. Current RSS: ~1534M. load average: 1.38 1.41 1.46 1/290 2864539 when tier is not specified540 returns nil541# [RSpecRunTime] RSpec elapsed time: 3 minutes 41.33 seconds. Current RSS: ~1528M. load average: 1.38 1.41 1.46 1/290 2865542 .fast_destroy_all543 cleans path_refs for destroyed environments544 does not trigger N+1 queries545 when repository was already removed546 removes deployment without any errors547# [RSpecRunTime] RSpec elapsed time: 3 minutes 45.55 seconds. Current RSS: ~1533M. load average: 1.51 1.44 1.47 1/290 2970548 #update_merge_request_metrics!549 with production environment550 updates merge request metrics for production-grade environment551# [RSpecRunTime] RSpec elapsed time: 3 minutes 47.43 seconds. Current RSS: ~1536M. load average: 1.47 1.43 1.47 1/291 3021552 with staging environment553 updates merge request metrics for production-grade environment554# [RSpecRunTime] RSpec elapsed time: 3 minutes 48.76 seconds. Current RSS: ~1542M. load average: 1.47 1.43 1.47 1/291 3063555# [RSpecRunTime] Finishing example group spec/models/deployment_spec.rb. It took 3 minutes 46.69 seconds. Expected to take 4 minutes 20.5 seconds.556# [RSpecRunTime] RSpec elapsed time: 3 minutes 50.39 seconds. Current RSS: ~1535M. load average: 1.47 1.43 1.47 1/291 3064557# [RSpecRunTime] Starting example group spec/lib/gitlab/redis/multi_store_spec.rb. Expected to take 2 minutes 31.55 seconds.558Gitlab::Redis::MultiStore559 when primary_store is nil560 fails with exception561 when secondary_store is nil562 fails with exception563 when instance_name is nil564 fails with exception565 when primary_store is not a ::Redis instance566 fails with exception567 when secondary_store is not a ::Redis instance568 fails with exception569 with READ redis commands570 exists571 when reading from the primary is successful572 returns the correct value573 when reading from default instance is raising an exception574 logs the exception and re-raises the error575 when the command is executed within pipelined block576 is executed only 1 time on primary and secondary instance577 when block provided578 only default store to execute579 with both primary and secondary store using same redis instance580 behaves like secondary store581 execute on the secondary instance582 does not execute on the primary store583 when use_primary_and_secondary_stores feature flag is disabled584 when using secondary store as default585DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)586DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)587 executes only on secondary redis store588 when using primary store as default589DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)590 executes only on primary redis store591 exists?592 when reading from the primary is successful593 returns the correct value594 when reading from default instance is raising an exception595 logs the exception and re-raises the error596 when the command is executed within pipelined block597 is executed only 1 time on primary and secondary instance598 when block provided599 only default store to execute600 with both primary and secondary store using same redis instance601 behaves like secondary store602 execute on the secondary instance603 does not execute on the primary store604 when use_primary_and_secondary_stores feature flag is disabled605 when using secondary store as default606DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)607DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)608 executes only on secondary redis store609 when using primary store as default610DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)611 executes only on primary redis store612 get613 when reading from the primary is successful614 returns the correct value615 when reading from default instance is raising an exception616 logs the exception and re-raises the error617 when the command is executed within pipelined block618 is executed only 1 time on primary and secondary instance619 when block provided620 only default store to execute621 with both primary and secondary store using same redis instance622 behaves like secondary store623 execute on the secondary instance624 does not execute on the primary store625 when use_primary_and_secondary_stores feature flag is disabled626 when using secondary store as default627DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)628DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)629 executes only on secondary redis store630 when using primary store as default631DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)632 executes only on primary redis store633 hexists634 when reading from the primary is successful635 returns the correct value636 when reading from default instance is raising an exception637 logs the exception and re-raises the error638 when the command is executed within pipelined block639 is executed only 1 time on primary and secondary instance640 when block provided641 only default store to execute642 with both primary and secondary store using same redis instance643 behaves like secondary store644 execute on the secondary instance645 does not execute on the primary store646 when use_primary_and_secondary_stores feature flag is disabled647 when using secondary store as default648DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)649DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)650 executes only on secondary redis store651 when using primary store as default652DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)653 executes only on primary redis store654 hget655 when reading from the primary is successful656 returns the correct value657 when reading from default instance is raising an exception658 logs the exception and re-raises the error659 when the command is executed within pipelined block660 is executed only 1 time on primary and secondary instance661 when block provided662 only default store to execute663 with both primary and secondary store using same redis instance664 behaves like secondary store665 execute on the secondary instance666 does not execute on the primary store667 when use_primary_and_secondary_stores feature flag is disabled668 when using secondary store as default669DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)670DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)671 executes only on secondary redis store672 when using primary store as default673DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)674 executes only on primary redis store675 hgetall676 when reading from the primary is successful677 returns the correct value678 when reading from default instance is raising an exception679 logs the exception and re-raises the error680 when the command is executed within pipelined block681 is executed only 1 time on primary and secondary instance682 when block provided683 only default store to execute684 with both primary and secondary store using same redis instance685 behaves like secondary store686 execute on the secondary instance687 does not execute on the primary store688 when use_primary_and_secondary_stores feature flag is disabled689 when using secondary store as default690DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)691DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)692 executes only on secondary redis store693 when using primary store as default694DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)695 executes only on primary redis store696 hlen697 when reading from the primary is successful698 returns the correct value699 when reading from default instance is raising an exception700 logs the exception and re-raises the error701 when the command is executed within pipelined block702 is executed only 1 time on primary and secondary instance703 when block provided704 only default store to execute705 with both primary and secondary store using same redis instance706 behaves like secondary store707 execute on the secondary instance708 does not execute on the primary store709 when use_primary_and_secondary_stores feature flag is disabled710 when using secondary store as default711DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)712DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)713 executes only on secondary redis store714 when using primary store as default715DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)716 executes only on primary redis store717 hmget718 when reading from the primary is successful719 returns the correct value720 when reading from default instance is raising an exception721 logs the exception and re-raises the error722 when the command is executed within pipelined block723 is executed only 1 time on primary and secondary instance724 when block provided725 only default store to execute726 with both primary and secondary store using same redis instance727 behaves like secondary store728 execute on the secondary instance729 does not execute on the primary store730 when use_primary_and_secondary_stores feature flag is disabled731 when using secondary store as default732DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)733DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)734 executes only on secondary redis store735 when using primary store as default736DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)737 executes only on primary redis store738 hscan_each739 when reading from the primary is successful740 returns the correct value741 when reading from default instance is raising an exception742 logs the exception and re-raises the error743 when the command is executed within pipelined block744 is executed only 1 time on primary and secondary instance745 when block provided746 only default store to execute747 with both primary and secondary store using same redis instance748 behaves like secondary store749 execute on the secondary instance750 does not execute on the primary store751 when use_primary_and_secondary_stores feature flag is disabled752 when using secondary store as default753DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)754DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)755 executes only on secondary redis store756 when using primary store as default757DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)758 executes only on primary redis store759 llen760 when reading from the primary is successful761 returns the correct value762 when reading from default instance is raising an exception763 logs the exception and re-raises the error764 when the command is executed within pipelined block765 is executed only 1 time on primary and secondary instance766 when block provided767 only default store to execute768 with both primary and secondary store using same redis instance769 behaves like secondary store770 execute on the secondary instance771 does not execute on the primary store772 when use_primary_and_secondary_stores feature flag is disabled773 when using secondary store as default774DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)775DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)776 executes only on secondary redis store777 when using primary store as default778DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)779 executes only on primary redis store780 lrange781 when reading from the primary is successful782 returns the correct value783 when reading from default instance is raising an exception784 logs the exception and re-raises the error785 when the command is executed within pipelined block786 is executed only 1 time on primary and secondary instance787 when block provided788 only default store to execute789 with both primary and secondary store using same redis instance790 behaves like secondary store791 execute on the secondary instance792 does not execute on the primary store793 when use_primary_and_secondary_stores feature flag is disabled794 when using secondary store as default795DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)796DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)797 executes only on secondary redis store798 when using primary store as default799DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)800 executes only on primary redis store801 mapped_hmget802 when reading from the primary is successful803 returns the correct value804 when reading from default instance is raising an exception805 logs the exception and re-raises the error806 when the command is executed within pipelined block807 is executed only 1 time on primary and secondary instance808 when block provided809 only default store to execute810 with both primary and secondary store using same redis instance811 behaves like secondary store812 execute on the secondary instance813 does not execute on the primary store814 when use_primary_and_secondary_stores feature flag is disabled815 when using secondary store as default816DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)817DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)818 executes only on secondary redis store819 when using primary store as default820DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)821 executes only on primary redis store822 mget823 when reading from the primary is successful824 returns the correct value825 when reading from default instance is raising an exception826 logs the exception and re-raises the error827 when the command is executed within pipelined block828 is executed only 1 time on primary and secondary instance829 when block provided830 only default store to execute831 with both primary and secondary store using same redis instance832 behaves like secondary store833 execute on the secondary instance834 does not execute on the primary store835 when use_primary_and_secondary_stores feature flag is disabled836 when using secondary store as default837DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)838DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)839 executes only on secondary redis store840 when using primary store as default841DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)842 executes only on primary redis store843 pfcount844 when reading from the primary is successful845 returns the correct value846 when reading from default instance is raising an exception847 logs the exception and re-raises the error848 when the command is executed within pipelined block849 is executed only 1 time on primary and secondary instance850 when block provided851 only default store to execute852 with both primary and secondary store using same redis instance853 behaves like secondary store854 execute on the secondary instance855 does not execute on the primary store856 when use_primary_and_secondary_stores feature flag is disabled857 when using secondary store as default858DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)859DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)860 executes only on secondary redis store861 when using primary store as default862DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)863 executes only on primary redis store864 pttl865 when reading from the primary is successful866 returns the correct value867 when reading from default instance is raising an exception868 logs the exception and re-raises the error869 when the command is executed within pipelined block870 is executed only 1 time on primary and secondary instance871 when block provided872 only default store to execute873 with both primary and secondary store using same redis instance874 behaves like secondary store875 execute on the secondary instance876 does not execute on the primary store877 when use_primary_and_secondary_stores feature flag is disabled878 when using secondary store as default879DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)880DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)881 executes only on secondary redis store882 when using primary store as default883DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)884 executes only on primary redis store885 scan886 when reading from the primary is successful887 returns the correct value888 when reading from default instance is raising an exception889 logs the exception and re-raises the error890 when the command is executed within pipelined block891 is executed only 1 time on primary and secondary instance892 when block provided893 only default store to execute894 with both primary and secondary store using same redis instance895 behaves like secondary store896 execute on the secondary instance897 does not execute on the primary store898 when use_primary_and_secondary_stores feature flag is disabled899 when using secondary store as default900DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)901DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)902 executes only on secondary redis store903 when using primary store as default904DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)905 executes only on primary redis store906 scan_each907 when reading from the primary is successful908 returns the correct value909 when reading from default instance is raising an exception910 logs the exception and re-raises the error911 when the command is executed within pipelined block912 is executed only 1 time on primary and secondary instance913 when block provided914 only default store to execute915 with both primary and secondary store using same redis instance916 behaves like secondary store917 execute on the secondary instance918 does not execute on the primary store919 when use_primary_and_secondary_stores feature flag is disabled920 when using secondary store as default921DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)922DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)923 executes only on secondary redis store924 when using primary store as default925DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)926 executes only on primary redis store927 scard928 when reading from the primary is successful929 returns the correct value930 when reading from default instance is raising an exception931 logs the exception and re-raises the error932 when the command is executed within pipelined block933 is executed only 1 time on primary and secondary instance934 when block provided935 only default store to execute936 with both primary and secondary store using same redis instance937 behaves like secondary store938 execute on the secondary instance939 does not execute on the primary store940 when use_primary_and_secondary_stores feature flag is disabled941 when using secondary store as default942DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)943DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)944 executes only on secondary redis store945 when using primary store as default946DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)947 executes only on primary redis store948 sismember949 when reading from the primary is successful950 returns the correct value951 when reading from default instance is raising an exception952 logs the exception and re-raises the error953 when the command is executed within pipelined block954 is executed only 1 time on primary and secondary instance955 when block provided956 only default store to execute957 with both primary and secondary store using same redis instance958 behaves like secondary store959 execute on the secondary instance960 does not execute on the primary store961 when use_primary_and_secondary_stores feature flag is disabled962 when using secondary store as default963DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)964DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)965 executes only on secondary redis store966 when using primary store as default967DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)968 executes only on primary redis store969 smembers970 when reading from the primary is successful971 returns the correct value972 when reading from default instance is raising an exception973 logs the exception and re-raises the error974 when the command is executed within pipelined block975 is executed only 1 time on primary and secondary instance976 when block provided977 only default store to execute978 with both primary and secondary store using same redis instance979 behaves like secondary store980 execute on the secondary instance981 does not execute on the primary store982 when use_primary_and_secondary_stores feature flag is disabled983 when using secondary store as default984DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)985DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)986 executes only on secondary redis store987 when using primary store as default988DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)989 executes only on primary redis store990 sscan991 when reading from the primary is successful992 returns the correct value993 when reading from default instance is raising an exception994 logs the exception and re-raises the error995 when the command is executed within pipelined block996 is executed only 1 time on primary and secondary instance997 when block provided998 only default store to execute999 with both primary and secondary store using same redis instance1000 behaves like secondary store1001 execute on the secondary instance1002 does not execute on the primary store1003 when use_primary_and_secondary_stores feature flag is disabled1004 when using secondary store as default1005DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1006DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1007 executes only on secondary redis store1008 when using primary store as default1009DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1010 executes only on primary redis store1011 sscan_each1012 when reading from the primary is successful1013 returns the correct value1014 when reading from default instance is raising an exception1015 logs the exception and re-raises the error1016 when the command is executed within pipelined block1017 is executed only 1 time on primary and secondary instance1018 when block provided1019 only default store to execute1020 with both primary and secondary store using same redis instance1021 behaves like secondary store1022 execute on the secondary instance1023 does not execute on the primary store1024 when use_primary_and_secondary_stores feature flag is disabled1025 when using secondary store as default1026DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1027DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1028 executes only on secondary redis store1029 when using primary store as default1030DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1031 executes only on primary redis store1032 strlen1033 when reading from the primary is successful1034 returns the correct value1035 when reading from default instance is raising an exception1036 logs the exception and re-raises the error1037 when the command is executed within pipelined block1038 is executed only 1 time on primary and secondary instance1039 when block provided1040 only default store to execute1041 with both primary and secondary store using same redis instance1042 behaves like secondary store1043 execute on the secondary instance1044 does not execute on the primary store1045 when use_primary_and_secondary_stores feature flag is disabled1046 when using secondary store as default1047DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1048DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1049 executes only on secondary redis store1050 when using primary store as default1051DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1052 executes only on primary redis store1053 ttl1054 when reading from the primary is successful1055 returns the correct value1056 when reading from default instance is raising an exception1057 logs the exception and re-raises the error1058 when the command is executed within pipelined block1059 is executed only 1 time on primary and secondary instance1060 when block provided1061 only default store to execute1062 with both primary and secondary store using same redis instance1063 behaves like secondary store1064 execute on the secondary instance1065 does not execute on the primary store1066 when use_primary_and_secondary_stores feature flag is disabled1067 when using secondary store as default1068DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1069DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1070 executes only on secondary redis store1071 when using primary store as default1072DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1073 executes only on primary redis store1074 type1075 when reading from the primary is successful1076 returns the correct value1077 when reading from default instance is raising an exception1078 logs the exception and re-raises the error1079 when the command is executed within pipelined block1080 is executed only 1 time on primary and secondary instance1081 when block provided1082 only default store to execute1083 with both primary and secondary store using same redis instance1084 behaves like secondary store1085 execute on the secondary instance1086 does not execute on the primary store1087 when use_primary_and_secondary_stores feature flag is disabled1088 when using secondary store as default1089DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1090DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1091 executes only on secondary redis store1092 when using primary store as default1093DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1094 executes only on primary redis store1095 zcard1096 when reading from the primary is successful1097 returns the correct value1098 when reading from default instance is raising an exception1099 logs the exception and re-raises the error1100 when the command is executed within pipelined block1101 is executed only 1 time on primary and secondary instance1102 when block provided1103 only default store to execute1104 with both primary and secondary store using same redis instance1105 behaves like secondary store1106 execute on the secondary instance1107 does not execute on the primary store1108 when use_primary_and_secondary_stores feature flag is disabled1109 when using secondary store as default1110DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1111DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1112 executes only on secondary redis store1113 when using primary store as default1114DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1115 executes only on primary redis store1116 zcount1117 when reading from the primary is successful1118 returns the correct value1119 when reading from default instance is raising an exception1120 logs the exception and re-raises the error1121 when the command is executed within pipelined block1122 is executed only 1 time on primary and secondary instance1123 when block provided1124 only default store to execute1125 with both primary and secondary store using same redis instance1126 behaves like secondary store1127 execute on the secondary instance1128 does not execute on the primary store1129 when use_primary_and_secondary_stores feature flag is disabled1130 when using secondary store as default1131DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1132DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1133 executes only on secondary redis store1134 when using primary store as default1135DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1136 executes only on primary redis store1137 zrange1138 when reading from the primary is successful1139 returns the correct value1140 when reading from default instance is raising an exception1141 logs the exception and re-raises the error1142 when the command is executed within pipelined block1143 is executed only 1 time on primary and secondary instance1144 when block provided1145 only default store to execute1146 with both primary and secondary store using same redis instance1147 behaves like secondary store1148 execute on the secondary instance1149 does not execute on the primary store1150 when use_primary_and_secondary_stores feature flag is disabled1151 when using secondary store as default1152DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1153DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1154 executes only on secondary redis store1155 when using primary store as default1156DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1157 executes only on primary redis store1158 zrangebyscore1159 when reading from the primary is successful1160 returns the correct value1161 when reading from default instance is raising an exception1162 logs the exception and re-raises the error1163 when the command is executed within pipelined block1164 is executed only 1 time on primary and secondary instance1165 when block provided1166 only default store to execute1167 with both primary and secondary store using same redis instance1168 behaves like secondary store1169 execute on the secondary instance1170 does not execute on the primary store1171 when use_primary_and_secondary_stores feature flag is disabled1172 when using secondary store as default1173DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1174DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1175 executes only on secondary redis store1176 when using primary store as default1177DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1178 executes only on primary redis store1179 zrevrange1180 when reading from the primary is successful1181 returns the correct value1182 when reading from default instance is raising an exception1183 logs the exception and re-raises the error1184 when the command is executed within pipelined block1185 is executed only 1 time on primary and secondary instance1186 when block provided1187 only default store to execute1188 with both primary and secondary store using same redis instance1189 behaves like secondary store1190 execute on the secondary instance1191 does not execute on the primary store1192 when use_primary_and_secondary_stores feature flag is disabled1193 when using secondary store as default1194DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1195DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1196 executes only on secondary redis store1197 when using primary store as default1198DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1199 executes only on primary redis store1200 zscan_each1201 when reading from the primary is successful1202 returns the correct value1203 when reading from default instance is raising an exception1204 logs the exception and re-raises the error1205 when the command is executed within pipelined block1206 is executed only 1 time on primary and secondary instance1207 when block provided1208 only default store to execute1209 with both primary and secondary store using same redis instance1210 behaves like secondary store1211 execute on the secondary instance1212 does not execute on the primary store1213 when use_primary_and_secondary_stores feature flag is disabled1214 when using secondary store as default1215DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1216DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1217 executes only on secondary redis store1218 when using primary store as default1219DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1220 executes only on primary redis store1221 zscore1222 when reading from the primary is successful1223 returns the correct value1224 when reading from default instance is raising an exception1225 logs the exception and re-raises the error1226 when the command is executed within pipelined block1227 is executed only 1 time on primary and secondary instance1228 when block provided1229 only default store to execute1230 with both primary and secondary store using same redis instance1231 behaves like secondary store1232 execute on the secondary instance1233 does not execute on the primary store1234 when use_primary_and_secondary_stores feature flag is disabled1235 when using secondary store as default1236DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1237DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1238 executes only on secondary redis store1239 when using primary store as default1240DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1241 executes only on primary redis store1242 with nested command in block1243 when using both stores1244 when primary instance is default store1245 ensures primary instance is executing the block1246 when secondary instance is default store1247DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1248 ensures secondary instance is executing the block1249 when using 1 store only1250 when primary instance is default store1251DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1252 ensures only primary instance is executing the block1253 when secondary instance is default store1254DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1255DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1256 ensures only secondary instance is executing the block1257 with WRITE redis commands1258 decr1259 when executing on primary instance is successful1260 executes on both primary and secondary redis store1261 when use_primary_and_secondary_stores feature flag is disabled1262 when using secondary store as default1263DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1264DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1265 executes only on secondary redis store1266 when using primary store as default1267DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1268 executes only on primary redis store1269 when executing on the default instance is raising an exception1270 raises error and does not execute on non default instance1271 when executing on the non default instance is raising an exception1272 logs the exception and execute on default instance1273 when the command is executed within pipelined block1274 is executed only 1 time on each instance1275 del1276 when executing on primary instance is successful1277 executes on both primary and secondary redis store1278 when use_primary_and_secondary_stores feature flag is disabled1279 when using secondary store as default1280DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1281DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1282 executes only on secondary redis store1283 when using primary store as default1284DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1285 executes only on primary redis store1286 when executing on the default instance is raising an exception1287 raises error and does not execute on non default instance1288 when executing on the non default instance is raising an exception1289 logs the exception and execute on default instance1290 when the command is executed within pipelined block1291 is executed only 1 time on each instance1292 eval1293 when executing on primary instance is successful1294 executes on both primary and secondary redis store1295 when use_primary_and_secondary_stores feature flag is disabled1296 when using secondary store as default1297DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1298DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1299 executes only on secondary redis store1300 when using primary store as default1301DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1302 executes only on primary redis store1303 when executing on the default instance is raising an exception1304 raises error and does not execute on non default instance1305 when executing on the non default instance is raising an exception1306 logs the exception and execute on default instance1307 when the command is executed within pipelined block1308 is executed only 1 time on each instance1309 expire1310 when executing on primary instance is successful1311 executes on both primary and secondary redis store1312 when use_primary_and_secondary_stores feature flag is disabled1313 when using secondary store as default1314DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1315DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1316 executes only on secondary redis store1317 when using primary store as default1318DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1319 executes only on primary redis store1320 when executing on the default instance is raising an exception1321 raises error and does not execute on non default instance1322 when executing on the non default instance is raising an exception1323 logs the exception and execute on default instance1324 when the command is executed within pipelined block1325 is executed only 1 time on each instance1326 flushdb1327 when executing on primary instance is successful1328 executes on both primary and secondary redis store1329 when use_primary_and_secondary_stores feature flag is disabled1330 when using secondary store as default1331DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1332DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1333 executes only on secondary redis store1334 when using primary store as default1335DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1336 executes only on primary redis store1337 when executing on the default instance is raising an exception1338 raises error and does not execute on non default instance1339 when executing on the non default instance is raising an exception1340 logs the exception and execute on default instance1341 when the command is executed within pipelined block1342 is executed only 1 time on each instance1343 hdel1344 when executing on primary instance is successful1345 executes on both primary and secondary redis store1346 when use_primary_and_secondary_stores feature flag is disabled1347 when using secondary store as default1348DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1349DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1350 executes only on secondary redis store1351 when using primary store as default1352DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1353 executes only on primary redis store1354 when executing on the default instance is raising an exception1355 raises error and does not execute on non default instance1356 when executing on the non default instance is raising an exception1357 logs the exception and execute on default instance1358 when the command is executed within pipelined block1359 is executed only 1 time on each instance1360 hincrby1361 when executing on primary instance is successful1362 executes on both primary and secondary redis store1363 when use_primary_and_secondary_stores feature flag is disabled1364 when using secondary store as default1365DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1366DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1367 executes only on secondary redis store1368 when using primary store as default1369DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1370 executes only on primary redis store1371 when executing on the default instance is raising an exception1372 raises error and does not execute on non default instance1373 when executing on the non default instance is raising an exception1374 logs the exception and execute on default instance1375 when the command is executed within pipelined block1376 is executed only 1 time on each instance1377 hset1378 when executing on primary instance is successful1379 executes on both primary and secondary redis store1380 when use_primary_and_secondary_stores feature flag is disabled1381 when using secondary store as default1382DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1383DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1384 executes only on secondary redis store1385 when using primary store as default1386DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1387 executes only on primary redis store1388 when executing on the default instance is raising an exception1389 raises error and does not execute on non default instance1390 when executing on the non default instance is raising an exception1391 logs the exception and execute on default instance1392 when the command is executed within pipelined block1393 is executed only 1 time on each instance1394 incr1395 when executing on primary instance is successful1396 executes on both primary and secondary redis store1397 when use_primary_and_secondary_stores feature flag is disabled1398 when using secondary store as default1399DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1400DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1401 executes only on secondary redis store1402 when using primary store as default1403DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1404 executes only on primary redis store1405 when executing on the default instance is raising an exception1406 raises error and does not execute on non default instance1407 when executing on the non default instance is raising an exception1408 logs the exception and execute on default instance1409 when the command is executed within pipelined block1410 is executed only 1 time on each instance1411 incrby1412 when executing on primary instance is successful1413 executes on both primary and secondary redis store1414 when use_primary_and_secondary_stores feature flag is disabled1415 when using secondary store as default1416DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1417DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1418 executes only on secondary redis store1419 when using primary store as default1420DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1421 executes only on primary redis store1422 when executing on the default instance is raising an exception1423 raises error and does not execute on non default instance1424 when executing on the non default instance is raising an exception1425 logs the exception and execute on default instance1426 when the command is executed within pipelined block1427 is executed only 1 time on each instance1428 ltrim1429 when executing on primary instance is successful1430 executes on both primary and secondary redis store1431 when use_primary_and_secondary_stores feature flag is disabled1432 when using secondary store as default1433DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1434DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1435 executes only on secondary redis store1436 when using primary store as default1437DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1438 executes only on primary redis store1439 when executing on the default instance is raising an exception1440 raises error and does not execute on non default instance1441 when executing on the non default instance is raising an exception1442 logs the exception and execute on default instance1443 when the command is executed within pipelined block1444 is executed only 1 time on each instance1445 mapped_hmset1446 when executing on primary instance is successful1447 executes on both primary and secondary redis store1448 when use_primary_and_secondary_stores feature flag is disabled1449 when using secondary store as default1450DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1451DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1452 executes only on secondary redis store1453 when using primary store as default1454DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1455 executes only on primary redis store1456 when executing on the default instance is raising an exception1457 raises error and does not execute on non default instance1458 when executing on the non default instance is raising an exception1459 logs the exception and execute on default instance1460 when the command is executed within pipelined block1461 is executed only 1 time on each instance1462 pfadd1463 when executing on primary instance is successful1464 executes on both primary and secondary redis store1465 when use_primary_and_secondary_stores feature flag is disabled1466 when using secondary store as default1467DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1468DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1469 executes only on secondary redis store1470 when using primary store as default1471DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1472 executes only on primary redis store1473 when executing on the default instance is raising an exception1474 raises error and does not execute on non default instance1475 when executing on the non default instance is raising an exception1476 logs the exception and execute on default instance1477 when the command is executed within pipelined block1478 is executed only 1 time on each instance1479 pfmerge1480 when executing on primary instance is successful1481 executes on both primary and secondary redis store1482 when use_primary_and_secondary_stores feature flag is disabled1483 when using secondary store as default1484DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1485DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1486 executes only on secondary redis store1487 when using primary store as default1488DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1489 executes only on primary redis store1490 when executing on the default instance is raising an exception1491 raises error and does not execute on non default instance1492 when executing on the non default instance is raising an exception1493 logs the exception and execute on default instance1494 when the command is executed within pipelined block1495 is executed only 1 time on each instance1496 publish1497 when executing on primary instance is successful1498 executes on both primary and secondary redis store1499 when use_primary_and_secondary_stores feature flag is disabled1500 when using secondary store as default1501DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1502DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1503 executes only on secondary redis store1504 when using primary store as default1505DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1506 executes only on primary redis store1507 when executing on the default instance is raising an exception1508 raises error and does not execute on non default instance1509 when executing on the non default instance is raising an exception1510 logs the exception and execute on default instance1511 when the command is executed within pipelined block1512 is executed only 1 time on each instance1513 rpush1514 when executing on primary instance is successful1515 executes on both primary and secondary redis store1516 when use_primary_and_secondary_stores feature flag is disabled1517 when using secondary store as default1518DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1519DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1520 executes only on secondary redis store1521 when using primary store as default1522DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1523 executes only on primary redis store1524 when executing on the default instance is raising an exception1525 raises error and does not execute on non default instance1526 when executing on the non default instance is raising an exception1527 logs the exception and execute on default instance1528 when the command is executed within pipelined block1529 is executed only 1 time on each instance1530 sadd1531 when executing on primary instance is successful1532 executes on both primary and secondary redis store1533 when use_primary_and_secondary_stores feature flag is disabled1534 when using secondary store as default1535DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1536DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1537 executes only on secondary redis store1538 when using primary store as default1539DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1540 executes only on primary redis store1541 when executing on the default instance is raising an exception1542 raises error and does not execute on non default instance1543 when executing on the non default instance is raising an exception1544 logs the exception and execute on default instance1545 when the command is executed within pipelined block1546 is executed only 1 time on each instance1547 sadd?1548 when executing on primary instance is successful1549 executes on both primary and secondary redis store1550 when use_primary_and_secondary_stores feature flag is disabled1551 when using secondary store as default1552DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1553DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1554 executes only on secondary redis store1555 when using primary store as default1556DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1557 executes only on primary redis store1558 when executing on the default instance is raising an exception1559 raises error and does not execute on non default instance1560 when executing on the non default instance is raising an exception1561 logs the exception and execute on default instance1562 when the command is executed within pipelined block1563 is executed only 1 time on each instance1564 set1565 when executing on primary instance is successful1566 executes on both primary and secondary redis store1567 when use_primary_and_secondary_stores feature flag is disabled1568 when using secondary store as default1569DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1570DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1571 executes only on secondary redis store1572 when using primary store as default1573DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1574 executes only on primary redis store1575 when executing on the default instance is raising an exception1576 raises error and does not execute on non default instance1577 when executing on the non default instance is raising an exception1578 logs the exception and execute on default instance1579 when the command is executed within pipelined block1580 is executed only 1 time on each instance1581 setex1582 when executing on primary instance is successful1583 executes on both primary and secondary redis store1584 when use_primary_and_secondary_stores feature flag is disabled1585 when using secondary store as default1586DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1587DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1588 executes only on secondary redis store1589 when using primary store as default1590DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1591 executes only on primary redis store1592 when executing on the default instance is raising an exception1593 raises error and does not execute on non default instance1594 when executing on the non default instance is raising an exception1595 logs the exception and execute on default instance1596 when the command is executed within pipelined block1597 is executed only 1 time on each instance1598 setnx1599 when executing on primary instance is successful1600 executes on both primary and secondary redis store1601 when use_primary_and_secondary_stores feature flag is disabled1602 when using secondary store as default1603DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1604DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1605 executes only on secondary redis store1606 when using primary store as default1607DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1608 executes only on primary redis store1609 when executing on the default instance is raising an exception1610 raises error and does not execute on non default instance1611 when executing on the non default instance is raising an exception1612 logs the exception and execute on default instance1613 when the command is executed within pipelined block1614 is executed only 1 time on each instance1615 spop1616 when executing on primary instance is successful1617 executes on both primary and secondary redis store1618 when use_primary_and_secondary_stores feature flag is disabled1619 when using secondary store as default1620DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1621DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1622 executes only on secondary redis store1623 when using primary store as default1624DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1625 executes only on primary redis store1626 when executing on the default instance is raising an exception1627 raises error and does not execute on non default instance1628 when executing on the non default instance is raising an exception1629 logs the exception and execute on default instance1630 when the command is executed within pipelined block1631 is executed only 1 time on each instance1632 srem1633 when executing on primary instance is successful1634 executes on both primary and secondary redis store1635 when use_primary_and_secondary_stores feature flag is disabled1636 when using secondary store as default1637DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1638DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1639 executes only on secondary redis store1640 when using primary store as default1641DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1642 executes only on primary redis store1643 when executing on the default instance is raising an exception1644 raises error and does not execute on non default instance1645 when executing on the non default instance is raising an exception1646 logs the exception and execute on default instance1647 when the command is executed within pipelined block1648 is executed only 1 time on each instance1649 srem?1650 when executing on primary instance is successful1651 executes on both primary and secondary redis store1652 when use_primary_and_secondary_stores feature flag is disabled1653 when using secondary store as default1654DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1655DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1656 executes only on secondary redis store1657 when using primary store as default1658DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1659 executes only on primary redis store1660 when executing on the default instance is raising an exception1661 raises error and does not execute on non default instance1662 when executing on the non default instance is raising an exception1663 logs the exception and execute on default instance1664 when the command is executed within pipelined block1665 is executed only 1 time on each instance1666 unlink1667 when executing on primary instance is successful1668 executes on both primary and secondary redis store1669 when use_primary_and_secondary_stores feature flag is disabled1670 when using secondary store as default1671DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1672DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1673 executes only on secondary redis store1674 when using primary store as default1675DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1676 executes only on primary redis store1677 when executing on the default instance is raising an exception1678 raises error and does not execute on non default instance1679 when executing on the non default instance is raising an exception1680 logs the exception and execute on default instance1681 when the command is executed within pipelined block1682 is executed only 1 time on each instance1683 zadd1684 when executing on primary instance is successful1685 executes on both primary and secondary redis store1686 when use_primary_and_secondary_stores feature flag is disabled1687 when using secondary store as default1688DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1689DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1690 executes only on secondary redis store1691 when using primary store as default1692DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1693 executes only on primary redis store1694 when executing on the default instance is raising an exception1695 raises error and does not execute on non default instance1696 when executing on the non default instance is raising an exception1697 logs the exception and execute on default instance1698 when the command is executed within pipelined block1699 is executed only 1 time on each instance1700 zpopmin1701 when executing on primary instance is successful1702 executes on both primary and secondary redis store1703 when use_primary_and_secondary_stores feature flag is disabled1704 when using secondary store as default1705DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1706DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1707 executes only on secondary redis store1708 when using primary store as default1709DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1710 executes only on primary redis store1711 when executing on the default instance is raising an exception1712 raises error and does not execute on non default instance1713 when executing on the non default instance is raising an exception1714 logs the exception and execute on default instance1715 when the command is executed within pipelined block1716 is executed only 1 time on each instance1717 zrem1718 when executing on primary instance is successful1719 executes on both primary and secondary redis store1720 when use_primary_and_secondary_stores feature flag is disabled1721 when using secondary store as default1722DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1723DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1724 executes only on secondary redis store1725 when using primary store as default1726DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1727 executes only on primary redis store1728 when executing on the default instance is raising an exception1729 raises error and does not execute on non default instance1730 when executing on the non default instance is raising an exception1731 logs the exception and execute on default instance1732 when the command is executed within pipelined block1733 is executed only 1 time on each instance1734 zremrangebyrank1735 when executing on primary instance is successful1736 executes on both primary and secondary redis store1737 when use_primary_and_secondary_stores feature flag is disabled1738 when using secondary store as default1739DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1740DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1741 executes only on secondary redis store1742 when using primary store as default1743DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1744 executes only on primary redis store1745 when executing on the default instance is raising an exception1746 raises error and does not execute on non default instance1747 when executing on the non default instance is raising an exception1748 logs the exception and execute on default instance1749 when the command is executed within pipelined block1750 is executed only 1 time on each instance1751 zremrangebyscore1752 when executing on primary instance is successful1753 executes on both primary and secondary redis store1754 when use_primary_and_secondary_stores feature flag is disabled1755 when using secondary store as default1756DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1757DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1758 executes only on secondary redis store1759 when using primary store as default1760DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1761 executes only on primary redis store1762 when executing on the default instance is raising an exception1763 raises error and does not execute on non default instance1764 when executing on the non default instance is raising an exception1765 logs the exception and execute on default instance1766 when the command is executed within pipelined block1767 is executed only 1 time on each instance1768 memory1769 when executing on primary instance is successful1770 executes on both primary and secondary redis store1771 when use_primary_and_secondary_stores feature flag is disabled1772 when using secondary store as default1773DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1774DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1775 executes only on secondary redis store1776 when using primary store as default1777DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1778 executes only on primary redis store1779 when executing on the default instance is raising an exception1780 raises error and does not execute on non default instance1781 when executing on the non default instance is raising an exception1782 logs the exception and execute on default instance1783 when the command is executed within pipelined block1784 is executed only 1 time on each instance1785 #multi1786 command execution in a pipelined command1787 when executing on primary instance is successful1788 executes on both primary and secondary redis store1789 primary_store redis store contains correct values1790 secondary_store redis store contains correct values1791 when executing on the default instance is raising an exception1792 raises error and does not execute on non default instance1793 when executing on the non default instance is raising an exception1794 logs the exception and execute on default instance1795 default_store redis store contains correct values1796 return values from a pipelined command1797 when the value exists on both and are equal1798 returns the value1799 when the value exists on both but differ1800 returns the value from the secondary store, logging an error1801 when the value does not exist on the non-default store but it does on the default1802 returns the value from the secondary store, logging an error1803 when the value does not exist in either1804 returns nil without logging an error1805 when use_primary_and_secondary_stores feature flag is disabled1806 when using secondary store as default1807DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1808DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1809 executes on secondary store1810 when using primary store as default1811DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1812 executes on primary store1813 when with_readonly_pipeline is used1814 calls the default store only1815 when used in a nested manner1816 raises error1817 #pipelined1818 command execution in a pipelined command1819 when executing on primary instance is successful1820 executes on both primary and secondary redis store1821 primary_store redis store contains correct values1822 secondary_store redis store contains correct values1823 when executing on the default instance is raising an exception1824 raises error and does not execute on non default instance1825 when executing on the non default instance is raising an exception1826 logs the exception and execute on default instance1827 default_store redis store contains correct values1828 return values from a pipelined command1829 when the value exists on both and are equal1830 returns the value1831 when the value exists on both but differ1832 returns the value from the secondary store, logging an error1833 when the value does not exist on the non-default store but it does on the default1834 returns the value from the secondary store, logging an error1835 when the value does not exist in either1836 returns nil without logging an error1837 when use_primary_and_secondary_stores feature flag is disabled1838 when using secondary store as default1839DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1840DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1841 executes on secondary store1842 when using primary store as default1843DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1844 executes on primary store1845 when with_readonly_pipeline is used1846 calls the default store only1847 when used in a nested manner1848 raises error1849 #ping1850 when using both stores1851 without message1852 returns PONG1853 with message1854 returns the same message1855 when primary store returns an error1856 behaves like returns an error1857 returns the error1858 when secondary store returns an error1859 behaves like returns an error1860 returns the error1861 when using only one store1862 when using primary_store as default store1863 behaves like single store as default store1864 when the store retuns success1865 returns response from the respective store1866 when the store returns an error1867 returns the error1868 when using secondary_store as default store1869 behaves like single store as default store1870 when the store retuns success1871 returns response from the respective store1872 when the store returns an error1873 returns the error1874 #close1875 when connections are borrowed1876 closes both stores1877 when using identical stores1878 closes secondary store1879 without borrowed connections1880 directly returns nil1881 #blpop1882 when using both stores1883 behaves like calls blpop on default_store1884 calls blpop on default_store1885 when an element exists in the default_store1886 calls lpop on non_default_store1887 when the list is empty in default_store1888 behaves like does not call lpop on non_default_store1889 does not call blpop on non_default_store1890 when using one store1891 behaves like calls blpop on default_store1892 calls blpop on default_store1893 behaves like does not call lpop on non_default_store1894 does not call blpop on non_default_store1895 with unsupported command1896 when in test environment1897 raises error1898 when not in test environment1899 responds to missing method1900 executes method missing1901 when command is not in SKIP_LOG_METHOD_MISSING_FOR_COMMANDS1902 logs MethodMissingError1903 increments method missing counter1904 fallback and executes only on the secondary store1905 when command is in SKIP_LOG_METHOD_MISSING_FOR_COMMANDS1906 does not log MethodMissingError1907 does not increment method missing counter1908 with feature flag :use_primary_store_as_default_for_test_store is enabled1909 fallback and executes only on the secondary store1910 with feature flag :use_primary_store_as_default_for_test_store is disabled1911DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1912 fallback and executes only on the secondary store1913 when the command is executed within pipelined block1914 is executed only 1 time on each instance1915 #to_s1916 returns same value as primary_store1917 #is_a?1918 returns true for ::Redis::Store1919 #use_primary_and_secondary_stores?1920 multi store is enabled1921 with empty DB1922 multi store is disabled1923 when FF table guard raises1924 multi store is disabled1925 #use_primary_store_as_default?1926 multi store is disabled1927 with empty DB1928 multi store is disabled1929 when FF table guard raises1930 multi store is disabled1931 with pub/sub commands1932 when using both stores1933 behaves like publishes to stores1934DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1935 publishes to one or more stores1936 with primary store set as default1937 behaves like subscribes and unsubscribes1938DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1939DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1940 subscribes to the default store1941DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1942DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1943 unsubscribes to the default store1944 with secondary store set as default1945 behaves like subscribes and unsubscribes1946DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1947DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1948 subscribes to the default store1949DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1950DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1951 unsubscribes to the default store1952 when only using the primary store1953 behaves like subscribes and unsubscribes1954DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1955DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1956 subscribes to the default store1957DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1958DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1959 unsubscribes to the default store1960 behaves like publishes to stores1961DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1962DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1963 publishes to one or more stores1964 when only using the secondary store1965 behaves like subscribes and unsubscribes1966DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1967DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1968 subscribes to the default store1969DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1970DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1971 unsubscribes to the default store1972 behaves like publishes to stores1973DEPRECATION WARNING: Invalid Feature Flag use_primary_and_secondary_stores_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1974DEPRECATION WARNING: Invalid Feature Flag use_primary_store_as_default_for_test_store stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49)1975 publishes to one or more stores1976 *_COMMANDS1977 checks if every command is only defined once1978 .with_borrowed_connection1979 permits nested borrows1980# [RSpecRunTime] Finishing example group spec/lib/gitlab/redis/multi_store_spec.rb. It took 1 minute 17.5 seconds. Expected to take 2 minutes 31.55 seconds.1981# [RSpecRunTime] Starting example group spec/lib/banzai/filter/references/external_issue_reference_filter_spec.rb. Expected to take 2 minutes 0.12 second.1982Banzai::Filter::References::ExternalIssueReferenceFilter1983 redmine project1984 with a hash prefix1985 behaves like external issue tracker1986 requires project context1987 ignores valid references contained inside 'pre' element1988 ignores valid references contained inside 'code' element1989 ignores valid references contained inside 'a' element1990 ignores valid references contained inside 'style' element1991 ignores valid references when using default tracker1992 links to a valid reference1993 links to the external tracker1994 links with adjacent text1995 includes a title attribute1996 escapes the title attribute1997 includes default classes1998 supports an :only_path context1999 has an empty link if issue_url is invalid2000 has an empty link if issue_path is invalid2001 behaves like a reference containing an element node2002 does not escape inner html2003# [RSpecRunTime] RSpec elapsed time: 5 minutes 12.12 seconds. Current RSS: ~1583M. load average: 1.14 1.33 1.43 1/285 30652004 with RequestStore enabled2005 queries the collection on the first call2006 with a single-letter prefix2007 behaves like external issue tracker2008 requires project context2009 ignores valid references contained inside 'pre' element2010 ignores valid references contained inside 'code' element2011 ignores valid references contained inside 'a' element2012 ignores valid references contained inside 'style' element2013 ignores valid references when using default tracker2014 links to a valid reference2015 links to the external tracker2016 links with adjacent text2017 includes a title attribute2018 escapes the title attribute2019 includes default classes2020 supports an :only_path context2021 has an empty link if issue_url is invalid2022 has an empty link if issue_path is invalid2023 behaves like a reference containing an element node2024 does not escape inner html2025# [RSpecRunTime] RSpec elapsed time: 5 minutes 16.03 seconds. Current RSS: ~1572M. load average: 1.14 1.33 1.43 1/285 30662026 with RequestStore enabled2027 queries the collection on the first call2028 youtrack project2029 with right markdown2030 behaves like external issue tracker2031 requires project context2032 ignores valid references contained inside 'pre' element2033 ignores valid references contained inside 'code' element2034 ignores valid references contained inside 'a' element2035 ignores valid references contained inside 'style' element2036 ignores valid references when using default tracker2037 links to a valid reference2038 links to the external tracker2039 links with adjacent text2040 includes a title attribute2041 escapes the title attribute2042 includes default classes2043 supports an :only_path context2044 has an empty link if issue_url is invalid2045 has an empty link if issue_path is invalid2046 behaves like a reference containing an element node2047 does not escape inner html2048# [RSpecRunTime] RSpec elapsed time: 5 minutes 20.08 seconds. Current RSS: ~1554M. load average: 1.13 1.33 1.43 1/285 30672049 with RequestStore enabled2050 queries the collection on the first call2051 with underscores in the prefix2052 behaves like external issue tracker2053 requires project context2054 ignores valid references contained inside 'pre' element2055 ignores valid references contained inside 'code' element2056 ignores valid references contained inside 'a' element2057 ignores valid references contained inside 'style' element2058 ignores valid references when using default tracker2059 links to a valid reference2060 links to the external tracker2061 links with adjacent text2062 includes a title attribute2063 escapes the title attribute2064 includes default classes2065 supports an :only_path context2066 has an empty link if issue_url is invalid2067 has an empty link if issue_path is invalid2068 behaves like a reference containing an element node2069 does not escape inner html2070# [RSpecRunTime] RSpec elapsed time: 5 minutes 24.01 seconds. Current RSS: ~1549M. load average: 1.12 1.32 1.42 1/285 30682071 with RequestStore enabled2072 queries the collection on the first call2073 with lowercase letters in the prefix2074 behaves like external issue tracker2075 requires project context2076 ignores valid references contained inside 'pre' element2077 ignores valid references contained inside 'code' element2078 ignores valid references contained inside 'a' element2079 ignores valid references contained inside 'style' element2080 ignores valid references when using default tracker2081 links to a valid reference2082 links to the external tracker2083 links with adjacent text2084 includes a title attribute2085 escapes the title attribute2086 includes default classes2087 supports an :only_path context2088 has an empty link if issue_url is invalid2089 has an empty link if issue_path is invalid2090 behaves like a reference containing an element node2091 does not escape inner html2092# [RSpecRunTime] RSpec elapsed time: 5 minutes 27.91 seconds. Current RSS: ~1541M. load average: 1.11 1.32 1.42 1/285 30692093 with RequestStore enabled2094 queries the collection on the first call2095 with a single-letter prefix2096 behaves like external issue tracker2097 requires project context2098 ignores valid references contained inside 'pre' element2099 ignores valid references contained inside 'code' element2100 ignores valid references contained inside 'a' element2101 ignores valid references contained inside 'style' element2102 ignores valid references when using default tracker2103 links to a valid reference2104 links to the external tracker2105 links with adjacent text2106 includes a title attribute2107 escapes the title attribute2108 includes default classes2109 supports an :only_path context2110 has an empty link if issue_url is invalid2111 has an empty link if issue_path is invalid2112 behaves like a reference containing an element node2113 does not escape inner html2114# [RSpecRunTime] RSpec elapsed time: 5 minutes 31.87 seconds. Current RSS: ~1534M. load average: 1.11 1.32 1.42 1/285 30702115 with RequestStore enabled2116 queries the collection on the first call2117 with a lowercase prefix2118 behaves like external issue tracker2119 requires project context2120 ignores valid references contained inside 'pre' element2121 ignores valid references contained inside 'code' element2122 ignores valid references contained inside 'a' element2123 ignores valid references contained inside 'style' element2124 ignores valid references when using default tracker2125 links to a valid reference2126 links to the external tracker2127 links with adjacent text2128 includes a title attribute2129 escapes the title attribute2130 includes default classes2131 supports an :only_path context2132 has an empty link if issue_url is invalid2133 has an empty link if issue_path is invalid2134 behaves like a reference containing an element node2135 does not escape inner html2136# [RSpecRunTime] RSpec elapsed time: 5 minutes 35.78 seconds. Current RSS: ~1529M. load average: 1.18 1.33 1.43 1/285 30712137 with RequestStore enabled2138 queries the collection on the first call2139 clickup project2140 with right markdown2141 behaves like external issue tracker2142 requires project context2143 ignores valid references contained inside 'pre' element2144 ignores valid references contained inside 'code' element2145 ignores valid references contained inside 'a' element2146 ignores valid references contained inside 'style' element2147 ignores valid references when using default tracker2148 links to a valid reference2149 links to the external tracker2150 links with adjacent text2151 includes a title attribute2152 escapes the title attribute2153 includes default classes2154 supports an :only_path context2155 has an empty link if issue_url is invalid2156 has an empty link if issue_path is invalid2157 behaves like a reference containing an element node2158 does not escape inner html2159# [RSpecRunTime] RSpec elapsed time: 5 minutes 39.81 seconds. Current RSS: ~1532M. load average: 1.17 1.32 1.42 1/285 30722160 with RequestStore enabled2161 queries the collection on the first call2162 with underscores in the prefix2163 behaves like external issue tracker2164 requires project context2165 ignores valid references contained inside 'pre' element2166 ignores valid references contained inside 'code' element2167 ignores valid references contained inside 'a' element2168 ignores valid references contained inside 'style' element2169 ignores valid references when using default tracker2170 links to a valid reference2171 links to the external tracker2172 links with adjacent text2173 includes a title attribute2174 escapes the title attribute2175 includes default classes2176 supports an :only_path context2177 has an empty link if issue_url is invalid2178 has an empty link if issue_path is invalid2179 behaves like a reference containing an element node2180 does not escape inner html2181# [RSpecRunTime] RSpec elapsed time: 5 minutes 43.74 seconds. Current RSS: ~1528M. load average: 1.15 1.32 1.42 1/285 30732182 with RequestStore enabled2183 queries the collection on the first call2184 with a hash prefix and alphanumeric2185 behaves like external issue tracker2186 requires project context2187 ignores valid references contained inside 'pre' element2188 ignores valid references contained inside 'code' element2189 ignores valid references contained inside 'a' element2190 ignores valid references contained inside 'style' element2191 ignores valid references when using default tracker2192 links to a valid reference2193 links to the external tracker2194 links with adjacent text2195 includes a title attribute2196 escapes the title attribute2197 includes default classes2198 supports an :only_path context2199 has an empty link if issue_url is invalid2200 has an empty link if issue_path is invalid2201 behaves like a reference containing an element node2202 does not escape inner html2203# [RSpecRunTime] RSpec elapsed time: 5 minutes 47.7 seconds. Current RSS: ~1527M. load average: 1.14 1.31 1.42 1/285 30742204 with RequestStore enabled2205 queries the collection on the first call2206 with prefix and alphanumeric2207 behaves like external issue tracker2208 requires project context2209 ignores valid references contained inside 'pre' element2210 ignores valid references contained inside 'code' element2211 ignores valid references contained inside 'a' element2212 ignores valid references contained inside 'style' element2213 ignores valid references when using default tracker2214 links to a valid reference2215 links to the external tracker2216 links with adjacent text2217 includes a title attribute2218 escapes the title attribute2219 includes default classes2220 supports an :only_path context2221 has an empty link if issue_url is invalid2222 has an empty link if issue_path is invalid2223 behaves like a reference containing an element node2224 does not escape inner html2225# [RSpecRunTime] RSpec elapsed time: 5 minutes 51.68 seconds. Current RSS: ~1526M. load average: 1.14 1.31 1.42 1/285 30752226 with RequestStore enabled2227 queries the collection on the first call2228 jira project2229 with right markdown2230 behaves like external issue tracker2231 requires project context2232 ignores valid references contained inside 'pre' element2233 ignores valid references contained inside 'code' element2234 ignores valid references contained inside 'a' element2235 ignores valid references contained inside 'style' element2236 ignores valid references when using default tracker2237 links to a valid reference2238 links to the external tracker2239 links with adjacent text2240 includes a title attribute2241 escapes the title attribute2242 includes default classes2243 supports an :only_path context2244 has an empty link if issue_url is invalid2245 has an empty link if issue_path is invalid2246 behaves like a reference containing an element node2247 does not escape inner html2248# [RSpecRunTime] RSpec elapsed time: 5 minutes 54.72 seconds. Current RSS: ~1541M. load average: 1.13 1.31 1.42 1/285 30762249 with RequestStore enabled2250 queries the collection on the first call2251 with a single-letter prefix2252 ignores reference2253 with wrong markdown2254 ignores reference2255 with a custom regex2256 with right markdown2257 behaves like external issue tracker2258 requires project context2259 ignores valid references contained inside 'pre' element2260 ignores valid references contained inside 'code' element2261 ignores valid references contained inside 'a' element2262 ignores valid references contained inside 'style' element2263 ignores valid references when using default tracker2264 links to a valid reference2265 links to the external tracker2266 links with adjacent text2267 includes a title attribute2268 escapes the title attribute2269 includes default classes2270 supports an :only_path context2271 has an empty link if issue_url is invalid2272 has an empty link if issue_path is invalid2273 behaves like a reference containing an element node2274 does not escape inner html2275# [RSpecRunTime] RSpec elapsed time: 5 minutes 58.08 seconds. Current RSS: ~1542M. load average: 1.12 1.30 1.41 1/285 30772276 with RequestStore enabled2277 queries the collection on the first call2278 with a single-letter prefix2279 ignores reference2280 with wrong markdown2281 ignores reference2282 ewm project2283 rtcwi keyword2284 behaves like external issue tracker2285 requires project context2286 ignores valid references contained inside 'pre' element2287 ignores valid references contained inside 'code' element2288 ignores valid references contained inside 'a' element2289 ignores valid references contained inside 'style' element2290 ignores valid references when using default tracker2291 links to a valid reference2292 links to the external tracker2293 links with adjacent text2294 includes a title attribute2295 escapes the title attribute2296 includes default classes2297 supports an :only_path context2298 has an empty link if issue_url is invalid2299 has an empty link if issue_path is invalid2300 behaves like a reference containing an element node2301 does not escape inner html2302# [RSpecRunTime] RSpec elapsed time: 6 minutes 2.5 seconds. Current RSS: ~1536M. load average: 1.11 1.30 1.41 1/285 30782303 with RequestStore enabled2304 queries the collection on the first call2305 workitem keyword2306 behaves like external issue tracker2307 requires project context2308 ignores valid references contained inside 'pre' element2309 ignores valid references contained inside 'code' element2310 ignores valid references contained inside 'a' element2311 ignores valid references contained inside 'style' element2312 ignores valid references when using default tracker2313 links to a valid reference2314 links to the external tracker2315 links with adjacent text2316 includes a title attribute2317 escapes the title attribute2318 includes default classes2319 supports an :only_path context2320 has an empty link if issue_url is invalid2321 has an empty link if issue_path is invalid2322 behaves like a reference containing an element node2323 does not escape inner html2324# [RSpecRunTime] RSpec elapsed time: 6 minutes 6.46 seconds. Current RSS: ~1532M. load average: 1.11 1.30 1.41 1/286 30792325 with RequestStore enabled2326 queries the collection on the first call2327 defect keyword2328 behaves like external issue tracker2329 requires project context2330 ignores valid references contained inside 'pre' element2331 ignores valid references contained inside 'code' element2332 ignores valid references contained inside 'a' element2333 ignores valid references contained inside 'style' element2334 ignores valid references when using default tracker2335 links to a valid reference2336 links to the external tracker2337 links with adjacent text2338 includes a title attribute2339 escapes the title attribute2340 includes default classes2341 supports an :only_path context2342 has an empty link if issue_url is invalid2343 has an empty link if issue_path is invalid2344 behaves like a reference containing an element node2345 does not escape inner html2346# [RSpecRunTime] RSpec elapsed time: 6 minutes 10.39 seconds. Current RSS: ~1526M. load average: 1.10 1.29 1.41 1/286 30802347 with RequestStore enabled2348 queries the collection on the first call2349 task keyword2350 behaves like external issue tracker2351 requires project context2352 ignores valid references contained inside 'pre' element2353 ignores valid references contained inside 'code' element2354 ignores valid references contained inside 'a' element2355 ignores valid references contained inside 'style' element2356 ignores valid references when using default tracker2357 links to a valid reference2358 links to the external tracker2359 links with adjacent text2360 includes a title attribute2361 escapes the title attribute2362 includes default classes2363 supports an :only_path context2364 has an empty link if issue_url is invalid2365 has an empty link if issue_path is invalid2366 behaves like a reference containing an element node2367 does not escape inner html2368# [RSpecRunTime] RSpec elapsed time: 6 minutes 14.33 seconds. Current RSS: ~1520M. load average: 1.09 1.29 1.41 1/286 30812369 with RequestStore enabled2370 queries the collection on the first call2371 bug keyword2372 behaves like external issue tracker2373 requires project context2374 ignores valid references contained inside 'pre' element2375 ignores valid references contained inside 'code' element2376 ignores valid references contained inside 'a' element2377 ignores valid references contained inside 'style' element2378 ignores valid references when using default tracker2379 links to a valid reference2380 links to the external tracker2381 links with adjacent text2382 includes a title attribute2383 escapes the title attribute2384 includes default classes2385 supports an :only_path context2386 has an empty link if issue_url is invalid2387 has an empty link if issue_path is invalid2388 behaves like a reference containing an element node2389 does not escape inner html2390# [RSpecRunTime] RSpec elapsed time: 6 minutes 18.29 seconds. Current RSS: ~1517M. load average: 1.08 1.28 1.40 1/288 30822391 with RequestStore enabled2392 queries the collection on the first call2393 checking N+12394 does not have N+1 per multiple references per project2395# [RSpecRunTime] Finishing example group spec/lib/banzai/filter/references/external_issue_reference_filter_spec.rb. It took 1 minute 11.21 seconds. Expected to take 2 minutes 0.12 second.2396# [RSpecRunTime] Starting example group spec/services/boards/lists/move_service_spec.rb. Expected to take 1 minute 34.93 seconds.2397Boards::Lists::MoveService2398 #execute2399 when board parent is a project2400 behaves like lists move service2401 with complete position sequence2402 behaves like correct movement behavior2403 keeps position of lists when list type is closed2404 when list type is set to label2405 does not reorder lists when new position is nil2406 does not reorder lists when new position is equal to old position2407 does not reorder lists when new position is negative2408 does not reorder lists when new position is bigger then last position2409 moves the list to the first position when new position is equal to first position2410 moves the list to the last position when new position is equal to last position2411 moves the list to the correct position when new position is greater than old position (third list)2412 moves the list to the correct position when new position is lower than old position (second list)2413# [RSpecRunTime] RSpec elapsed time: 6 minutes 42.48 seconds. Current RSS: ~1470M. load average: 1.11 1.27 1.40 1/288 30832414 with corrupted position sequence2415 behaves like correct movement behavior2416 keeps position of lists when list type is closed2417 when list type is set to label2418 does not reorder lists when new position is nil2419 does not reorder lists when new position is equal to old position2420 does not reorder lists when new position is negative2421 does not reorder lists when new position is bigger then last position2422 moves the list to the first position when new position is equal to first position2423 moves the list to the last position when new position is equal to last position2424 moves the list to the correct position when new position is greater than old position (third list)2425 moves the list to the correct position when new position is lower than old position (second list)2426# [RSpecRunTime] RSpec elapsed time: 7 minutes 5.81 seconds. Current RSS: ~1466M. load average: 1.15 1.27 1.39 1/288 30842427 when board parent is a group2428 behaves like lists move service2429 with complete position sequence2430 behaves like correct movement behavior2431 keeps position of lists when list type is closed2432 when list type is set to label2433 does not reorder lists when new position is nil2434 does not reorder lists when new position is equal to old position2435 does not reorder lists when new position is negative2436 does not reorder lists when new position is bigger then last position2437 moves the list to the first position when new position is equal to first position2438 moves the list to the last position when new position is equal to last position2439 moves the list to the correct position when new position is greater than old position (third list)2440 moves the list to the correct position when new position is lower than old position (second list)2441# [RSpecRunTime] RSpec elapsed time: 7 minutes 26.24 seconds. Current RSS: ~1461M. load average: 1.18 1.27 1.39 1/288 30852442 with corrupted position sequence2443 behaves like correct movement behavior2444 keeps position of lists when list type is closed2445 when list type is set to label2446 does not reorder lists when new position is nil2447 does not reorder lists when new position is equal to old position2448 does not reorder lists when new position is negative2449 does not reorder lists when new position is bigger then last position2450 moves the list to the first position when new position is equal to first position2451 moves the list to the last position when new position is equal to last position2452 moves the list to the correct position when new position is greater than old position (third list)2453 moves the list to the correct position when new position is lower than old position (second list)2454# [RSpecRunTime] RSpec elapsed time: 7 minutes 48.78 seconds. Current RSS: ~1478M. load average: 1.12 1.25 1.38 1/288 30862455# [RSpecRunTime] Finishing example group spec/services/boards/lists/move_service_spec.rb. It took 1 minute 29.78 seconds. Expected to take 1 minute 34.93 seconds.2456# [RSpecRunTime] Starting example group spec/lib/release_highlights/validator_spec.rb. Expected to take 1 minute 13.06 seconds.2457ReleaseHighlights::Validator2458 #valid?2459 with a valid file2460 passes entries to entry validator and returns true2461 with invalid file2462 returns false and has errors2463 .validate_all!2464 with valid files2465 is expected to equal true2466# [RSpecRunTime] RSpec elapsed time: 7 minutes 51.29 seconds. Current RSS: ~1534M. load average: 1.12 1.25 1.38 1/288 30872467 with an invalid file2468 is expected to equal false2469# [RSpecRunTime] RSpec elapsed time: 7 minutes 52.46 seconds. Current RSS: ~1559M. load average: 1.11 1.24 1.37 1/288 30882470 .error_message2471 with a valid file2472 is expected to be empty2473 with an invalid file2474 returns a nice error message2475 when validating all files2476 they should have no errors2477# [RSpecRunTime] RSpec elapsed time: 9 minutes 6.87 seconds. Current RSS: ~1604M. load average: 1.14 1.22 1.36 1/288 30892478# [RSpecRunTime] Finishing example group spec/lib/release_highlights/validator_spec.rb. It took 1 minute 18.1 seconds. Expected to take 1 minute 13.06 seconds.2479# [RSpecRunTime] Starting example group spec/lib/gitlab/email/handler/create_note_handler_spec.rb. Expected to take 1 minute 8.5 seconds.2480Gitlab::Email::Handler::CreateNoteHandler2481 when the incoming email is from a different email address2482 when the issue is not a Service Desk issue2483 with only one email address2484 raises a UserNotFoundError2485# [RSpecRunTime] RSpec elapsed time: 9 minutes 9.64 seconds. Current RSS: ~1594M. load average: 1.13 1.22 1.35 1/294 31572486 with a secondary verified email address2487 does not raise a UserNotFoundError2488# [RSpecRunTime] RSpec elapsed time: 9 minutes 11.57 seconds. Current RSS: ~1588M. load average: 1.13 1.22 1.35 1/294 32262489 when the issue is a Service Desk issue2490 does not raise a UserNotFoundError2491# [RSpecRunTime] RSpec elapsed time: 9 minutes 13.5 seconds. Current RSS: ~1583M. load average: 1.12 1.21 1.35 1/294 32952492 when everything is fine2493 behaves like a reply to existing comment2494 creates a discussion2495# [RSpecRunTime] RSpec elapsed time: 9 minutes 15.02 seconds. Current RSS: ~1588M. load average: 1.12 1.21 1.35 1/294 33592496 when sub-addressing is not supported2497 when mail key is in the References header2498 behaves like an email that contains a mail key2499 fetches the mail key from the References header and creates a comment2500# [RSpecRunTime] RSpec elapsed time: 9 minutes 16.49 seconds. Current RSS: ~1590M. load average: 1.12 1.21 1.35 1/294 34232501 when mail key is in the References header with a comma2502 behaves like an email that contains a mail key2503 fetches the mail key from the References header and creates a comment2504# [RSpecRunTime] RSpec elapsed time: 9 minutes 18.0 seconds. Current RSS: ~1595M. load average: 1.11 1.21 1.35 1/294 34872505 when issue is closed2506 does not reopen issue but adds external participants comment2507 when noteable is a commit2508 does not reopen issue but adds external participants comment2509# [RSpecRunTime] RSpec elapsed time: 9 minutes 20.47 seconds. Current RSS: ~1599M. load average: 1.11 1.21 1.35 1/293 35062510 when reopen_issue_on_external_participant_note is true2511 does not contain an assignee mention2512 behaves like an automatically reopened issue2513 reopens issue, adds external participants comment and reopen comment2514# [RSpecRunTime] RSpec elapsed time: 9 minutes 23.37 seconds. Current RSS: ~1596M. load average: 1.10 1.20 1.35 1/293 35072515 when issue is assigned to a user2516 contains an assignee mention2517 behaves like an automatically reopened issue2518 reopens issue, adds external participants comment and reopen comment2519# [RSpecRunTime] RSpec elapsed time: 9 minutes 26.08 seconds. Current RSS: ~1573M. load average: 1.10 1.20 1.35 1/293 35082520 when issue is assigned to multiple users2521 contains two assignee mentions2522 behaves like an automatically reopened issue2523 reopens issue, adds external participants comment and reopen comment2524# [RSpecRunTime] RSpec elapsed time: 9 minutes 29.03 seconds. Current RSS: ~1552M. load average: 1.01 1.18 1.34 1/293 35092525 when issue is confidential2526 behaves like checks permissions on noteable examples2527 when user has access2528 creates a comment2529# [RSpecRunTime] RSpec elapsed time: 9 minutes 30.75 seconds. Current RSS: ~1548M. load average: 1.01 1.18 1.34 1/289 35122530 when user does not have access2531 raises UserNotAuthorizedError2532 behaves like note handler shared examples2533 when the noteable could not be found2534 raises a NoteableNotFoundError2535# [RSpecRunTime] RSpec elapsed time: 9 minutes 32.77 seconds. Current RSS: ~1549M. load average: 1.01 1.18 1.34 1/294 35612536 when the note could not be saved2537 raises an InvalidNoteError2538 because the note was update commands only2539 and current user cannot update noteable2540 does not raise an error2541# [RSpecRunTime] RSpec elapsed time: 9 minutes 35.52 seconds. Current RSS: ~1551M. load average: 1.01 1.18 1.34 1/294 36772542 and current user can update noteable2543 does not raise an error2544# [RSpecRunTime] RSpec elapsed time: 9 minutes 37.25 seconds. Current RSS: ~1554M. load average: 1.01 1.18 1.34 1/294 37322545 when the note contains quick actions2546 and current user cannot update the noteable2547 only executes the commands that the user can perform2548# [RSpecRunTime] RSpec elapsed time: 9 minutes 39.29 seconds. Current RSS: ~1558M. load average: 1.01 1.18 1.34 1/294 37942549 and current user can update noteable2550 posts a note and updates the noteable2551# [RSpecRunTime] RSpec elapsed time: 9 minutes 41.45 seconds. Current RSS: ~1528M. load average: 1.01 1.18 1.34 1/294 38562552 when the reply is blank2553 raises an EmptyEmailError2554# [RSpecRunTime] RSpec elapsed time: 9 minutes 42.53 seconds. Current RSS: ~1528M. load average: 1.01 1.17 1.34 1/294 39042555 when discussion is locked2556 behaves like checks permissions on noteable examples2557 when user has access2558 creates a comment2559# [RSpecRunTime] RSpec elapsed time: 9 minutes 44.15 seconds. Current RSS: ~1527M. load average: 1.01 1.17 1.34 1/294 39662560 when user does not have access2561 raises UserNotAuthorizedError2562 when everything is fine2563 adds all attachments2564# [RSpecRunTime] RSpec elapsed time: 9 minutes 46.6 seconds. Current RSS: ~1529M. load average: 1.01 1.17 1.34 1/294 40772565 when the service desk2566 is enabled2567 when issues are enabled for everyone2568 creates a comment2569 when quick actions are present2570 when author is a support_bot2571 encloses quick actions with code span markdown2572# [RSpecRunTime] RSpec elapsed time: 9 minutes 49.81 seconds. Current RSS: ~1526M. load average: 1.01 1.17 1.33 1/293 40782573 when issues are protected members only2574 creates a comment2575# [RSpecRunTime] RSpec elapsed time: 9 minutes 51.46 seconds. Current RSS: ~1524M. load average: 1.01 1.17 1.33 1/293 40792576 when issues are disabled2577 does not create a comment2578# [RSpecRunTime] RSpec elapsed time: 9 minutes 52.75 seconds. Current RSS: ~1495M. load average: 0.92 1.15 1.33 1/293 40802579 is disabled2580 does not create a comment2581# [RSpecRunTime] RSpec elapsed time: 9 minutes 53.92 seconds. Current RSS: ~1496M. load average: 0.92 1.15 1.33 1/293 40812582 when the recipient address does not include a mail key2583 raises a UnknownIncomingEmail2584 when no sent notification for the mail key could be found2585 raises a SentNotificationNotFoundError2586 behaves like reply processing shared examples2587 when the user could not be found2588 raises a UserNotFoundError2589# [RSpecRunTime] RSpec elapsed time: 9 minutes 56.76 seconds. Current RSS: ~1499M. load average: 0.92 1.15 1.33 1/294 42242590 when the user is not authorized to the project2591 raises a ProjectNotFound2592 when note is not a discussion2593 behaves like a reply to existing comment2594 creates a discussion2595# [RSpecRunTime] RSpec elapsed time: 9 minutes 59.06 seconds. Current RSS: ~1504M. load average: 0.85 1.13 1.32 1/294 42992596 when email contains reply2597 when noteable is not an issue2598 behaves like no content message2599 when email contains quoted text only2600 raises an EmptyEmailError2601 when email contains quoted text and quick commands only2602 does not create a discussion2603# [RSpecRunTime] RSpec elapsed time: 10 minutes 1.08 seconds. Current RSS: ~1507M. load average: 0.85 1.13 1.32 1/294 43272604 when email contains text, quoted text and quick commands2605 creates a discussion without appended reply2606# [RSpecRunTime] RSpec elapsed time: 10 minutes 2.36 seconds. Current RSS: ~1505M. load average: 0.86 1.13 1.32 1/293 43282607 when noteable is an issue2608 behaves like no content message2609 when email contains quoted text only2610 raises an EmptyEmailError2611 when email contains quoted text and quick commands only2612 does not create a discussion2613# [RSpecRunTime] RSpec elapsed time: 10 minutes 4.1 seconds. Current RSS: ~1507M. load average: 0.86 1.13 1.32 1/293 43292614 when email contains text, quoted text and quick commands2615 creates a discussion with appended reply2616# [RSpecRunTime] RSpec elapsed time: 10 minutes 5.53 seconds. Current RSS: ~1507M. load average: 0.86 1.13 1.32 1/293 43322617 when note is authored from external author for service desk2618 when email contains text, quoted text and quick commands2619 creates a discussion2620 links external participant2621# [RSpecRunTime] RSpec elapsed time: 10 minutes 8.85 seconds. Current RSS: ~1506M. load average: 0.87 1.13 1.31 1/294 44702622# [RSpecRunTime] Finishing example group spec/lib/gitlab/email/handler/create_note_handler_spec.rb. It took 1 minute 1.97 seconds. Expected to take 1 minute 8.5 seconds.2623# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/status/build/factory_spec.rb. Expected to take 56.47 seconds.2624Gitlab::Ci::Status::Build::Factory2625 when build is successful2626 matches correct core status2627 matches correct extended statuses2628 fabricates a retryable build status2629 fabricates status with correct details2630# [RSpecRunTime] RSpec elapsed time: 10 minutes 13.05 seconds. Current RSS: ~1501M. load average: 0.88 1.13 1.31 1/293 44712631 when build is erased2632 matches correct core status2633 matches correct extended statuses2634 fabricates a retryable build status2635 fabricates status with correct details2636# [RSpecRunTime] RSpec elapsed time: 10 minutes 17.03 seconds. Current RSS: ~1498M. load average: 0.88 1.13 1.31 1/293 44722637 when build is failed2638 when build is not allowed to fail2639 matches correct core status2640 matches correct extended statuses2641 fabricates a failed build status2642 fabricates status with correct details2643# [RSpecRunTime] RSpec elapsed time: 10 minutes 20.76 seconds. Current RSS: ~1497M. load average: 0.89 1.12 1.31 1/288 44732644 when build is allowed to fail2645 matches correct core status2646 matches correct extended statuses2647 fabricates a failed but allowed build status2648 fabricates status with correct details2649# [RSpecRunTime] RSpec elapsed time: 10 minutes 24.6 seconds. Current RSS: ~1498M. load average: 0.90 1.12 1.31 1/288 44742650 when build has unmet prerequisites2651 matches correct core status2652 matches correct extended statuses2653 fabricates a failed with unmet prerequisites build status2654 fabricates status with correct details2655# [RSpecRunTime] RSpec elapsed time: 10 minutes 28.42 seconds. Current RSS: ~1499M. load average: 0.99 1.14 1.31 1/288 44752656 when build is a canceled2657 matches correct core status2658 matches correct extended statuses2659 fabricates a retryable build status2660 fabricates status with correct details2661# [RSpecRunTime] RSpec elapsed time: 10 minutes 32.29 seconds. Current RSS: ~1500M. load average: 1.07 1.15 1.32 1/288 44762662 when build is running2663 matches correct core status2664 matches correct extended statuses2665 fabricates a canceable build status2666 fabricates status with correct details2667# [RSpecRunTime] RSpec elapsed time: 10 minutes 36.04 seconds. Current RSS: ~1501M. load average: 1.07 1.15 1.32 1/288 44772668 when build is pending2669 matches correct core status2670 matches correct extended statuses2671 fabricates a cancelable build status2672 fabricates status with correct details2673# [RSpecRunTime] RSpec elapsed time: 10 minutes 40.16 seconds. Current RSS: ~1499M. load average: 1.07 1.15 1.31 1/288 44782674 when build is skipped2675 matches correct core status2676 matches correct extended statuses2677 fabricates a skipped build status2678 fabricates status with correct details2679# [RSpecRunTime] RSpec elapsed time: 10 minutes 43.86 seconds. Current RSS: ~1497M. load average: 1.06 1.14 1.31 1/288 44792680 when build is a manual action2681 when build is a play action2682 matches correct core status2683 matches correct extended statuses2684 fabricates action detailed status2685 fabricates status with correct details2686 when user has ability to play action2687 fabricates status that has action2688# [RSpecRunTime] RSpec elapsed time: 10 minutes 48.57 seconds. Current RSS: ~1494M. load average: 1.06 1.14 1.31 1/288 44802689 when user does not have ability to play action2690 fabricates status that has no action2691# [RSpecRunTime] RSpec elapsed time: 10 minutes 49.7 seconds. Current RSS: ~1494M. load average: 1.06 1.14 1.31 1/288 44812692 when build is an environment stop action2693 matches correct core status2694 matches correct extended statuses2695 fabricates action detailed status2696 when user is not allowed to execute manual action2697 fabricates status with correct details2698# [RSpecRunTime] RSpec elapsed time: 10 minutes 53.6 seconds. Current RSS: ~1491M. load average: 1.05 1.14 1.31 1/288 44822699 when build is a delayed action2700 matches correct core status2701 matches correct extended statuses2702 fabricates action detailed status2703 fabricates status with correct details2704 when user has ability to play action2705 fabricates status that has action2706# [RSpecRunTime] RSpec elapsed time: 10 minutes 58.48 seconds. Current RSS: ~1489M. load average: 1.05 1.14 1.31 1/288 44832707 when user does not have ability to play action2708 fabricates status that has no action2709# [RSpecRunTime] RSpec elapsed time: 10 minutes 59.54 seconds. Current RSS: ~1489M. load average: 1.05 1.14 1.31 1/288 44842710# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/status/build/factory_spec.rb. It took 50.7 seconds. Expected to take 56.47 seconds.2711# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/parsers/security/common_spec.rb. Expected to take 51.37 seconds.2712Gitlab::Ci::Parsers::Security::Common2713 #parse!2714 signatures_enabled: true2715 schema validation2716 when the validate flag is set to `false`2717 does not instantiate the validator2718 marks the report as valid2719 keeps the execution flow as normal2720# [RSpecRunTime] RSpec elapsed time: 11 minutes 1.92 seconds. Current RSS: ~1491M. load average: 1.05 1.14 1.31 1/288 44852721 when the validate flag is set to `true`2722nil versions are discouraged and will be deprecated in Rubygems 42723 instantiates the validator with correct params2724 when the report data is not valid according to the schema2725 adds errors to the report2726 marks the report as invalid2727 does not try to create report entities2728# [RSpecRunTime] RSpec elapsed time: 11 minutes 4.04 seconds. Current RSS: ~1497M. load average: 1.04 1.13 1.31 1/288 44862729 when the report data is valid according to the schema2730 does not add errors to the report2731 keeps the execution flow as normal2732 and no warnings are present2733 does not add warnings to the report2734# [RSpecRunTime] RSpec elapsed time: 11 minutes 5.58 seconds. Current RSS: ~1497M. load average: 1.04 1.13 1.31 1/288 44872735 and some warnings are present2736 does add warnings to the report2737 report parsing2738 parsing finding.name2739 when name is provided2740 sets name from the report as a name2741 when name is not provided2742 when location does not exist2743 returns only identifier name2744 when location exists2745 when CVE identifier exists2746 combines identifier with location to create name2747 when CWE identifier exists2748 combines identifier with location to create name2749 when neither CVE nor CWE identifier exist2750 combines identifier with location to create name2751 parsing finding.details2752 when details are provided2753 sets details from the report2754 when details are not provided2755 sets empty hash2756 top-level scanner2757 is the primary scanner2758 returns nil report has no scanner2759# [RSpecRunTime] RSpec elapsed time: 11 minutes 10.7 seconds. Current RSS: ~1501M. load average: 1.04 1.13 1.30 1/288 44882760 parsing scanners2761 when the report contains top-level scanner2762 sets the scanner of finding as top-level scanner2763 when the report does not contain top-level scanner2764 sets the scanner of finding as `vulnerabilities[].scanner`2765 parsing scan2766 returns scan object for each finding2767 returns nil when scan is not a hash2768 parsing schema version2769 parses the version2770 returns nil when there is no version2771# [RSpecRunTime] RSpec elapsed time: 11 minutes 13.75 seconds. Current RSS: ~1499M. load average: 1.12 1.15 1.31 1/288 44892772 parsing analyzer2773 associates analyzer with report2774 returns nil when analyzer data is not available2775# [RSpecRunTime] RSpec elapsed time: 11 minutes 14.88 seconds. Current RSS: ~1496M. load average: 1.12 1.15 1.31 1/288 44902776 parsing flags2777 returns flags object for each finding2778 parsing links2779 returns links object for each finding2780 parsing evidence2781 returns evidence object for each finding2782 setting CVSS2783 ingests the provided CVSS vectors2784 setting the uuid2785 sets the UUIDv5 for findings2786 setting the `found_by_pipeline` attribute2787 is expected to eq [#<Ci::Pipeline id: 306, ref: "master", sha: "b83d6e391c22777fca1ed3012fce84f633d7fed0", before_sha: ...t_id: nil, ci_ref_id: 275, locked: "artifacts_locked", partition_id: 101, auto_canceled_by_id: nil>]2788 parsing tracking2789 with invalid tracking information2790 ignores invalid algorithm types2791 with valid tracking information2792 creates signatures for each signature algorithm2793 sets the uuid according to the higest priority signature2794# [RSpecRunTime] RSpec elapsed time: 11 minutes 19.5 seconds. Current RSS: ~1495M. load average: 1.11 1.14 1.31 1/288 44912795 handling the unicode null characters2796 escapes the unicode null characters while parsing the report2797 adds warning to report2798# [RSpecRunTime] RSpec elapsed time: 11 minutes 20.56 seconds. Current RSS: ~1495M. load average: 1.11 1.14 1.31 1/288 44922799 signatures_enabled: false2800 schema validation2801 when the validate flag is set to `false`2802 does not instantiate the validator2803 marks the report as valid2804 keeps the execution flow as normal2805# [RSpecRunTime] RSpec elapsed time: 11 minutes 22.43 seconds. Current RSS: ~1492M. load average: 1.10 1.14 1.30 1/288 44932806 when the validate flag is set to `true`2807 instantiates the validator with correct params2808 when the report data is not valid according to the schema2809 adds errors to the report2810 marks the report as invalid2811 does not try to create report entities2812# [RSpecRunTime] RSpec elapsed time: 11 minutes 24.53 seconds. Current RSS: ~1488M. load average: 1.10 1.14 1.30 1/288 44942813 when the report data is valid according to the schema2814 does not add errors to the report2815 keeps the execution flow as normal2816 and no warnings are present2817 does not add warnings to the report2818# [RSpecRunTime] RSpec elapsed time: 11 minutes 26.09 seconds. Current RSS: ~1490M. load average: 1.10 1.14 1.30 1/288 44952819 and some warnings are present2820 does add warnings to the report2821 report parsing2822 parsing finding.name2823 when name is provided2824 sets name from the report as a name2825 when name is not provided2826 when location does not exist2827 returns only identifier name2828 when location exists2829 when CVE identifier exists2830 combines identifier with location to create name2831 when CWE identifier exists2832 combines identifier with location to create name2833 when neither CVE nor CWE identifier exist2834 combines identifier with location to create name2835 parsing finding.details2836 when details are provided2837 sets details from the report2838 when details are not provided2839 sets empty hash2840 top-level scanner2841 is the primary scanner2842 returns nil report has no scanner2843 parsing scanners2844 when the report contains top-level scanner2845 sets the scanner of finding as top-level scanner2846 when the report does not contain top-level scanner2847 sets the scanner of finding as `vulnerabilities[].scanner`2848 parsing scan2849 returns scan object for each finding2850 returns nil when scan is not a hash2851 parsing schema version2852 parses the version2853 returns nil when there is no version2854 parsing analyzer2855 associates analyzer with report2856 returns nil when analyzer data is not available2857# [RSpecRunTime] RSpec elapsed time: 11 minutes 35.17 seconds. Current RSS: ~1488M. load average: 1.08 1.14 1.30 1/286 44962858 parsing flags2859 returns flags object for each finding2860 parsing links2861 returns links object for each finding2862 parsing evidence2863 returns evidence object for each finding2864 setting CVSS2865 ingests the provided CVSS vectors2866 setting the uuid2867 sets the UUIDv5 for findings2868 setting the `found_by_pipeline` attribute2869 is expected to eq [#<Ci::Pipeline id: 307, ref: "master", sha: "b83d6e391c22777fca1ed3012fce84f633d7fed0", before_sha: ...t_id: nil, ci_ref_id: 276, locked: "artifacts_locked", partition_id: 101, auto_canceled_by_id: nil>]2870 parsing tracking2871 with invalid tracking information2872 ignores invalid algorithm types2873 with valid tracking information2874 creates signatures for each signature algorithm2875 sets the uuid according to the higest priority signature2876 handling the unicode null characters2877 escapes the unicode null characters while parsing the report2878 adds warning to report2879# [RSpecRunTime] RSpec elapsed time: 11 minutes 40.87 seconds. Current RSS: ~1490M. load average: 1.08 1.13 1.30 1/286 44972880# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/parsers/security/common_spec.rb. It took 41.33 seconds. Expected to take 51.37 seconds.2881# [RSpecRunTime] Starting example group spec/models/alert_management/alert_spec.rb. Expected to take 46.99 seconds.2882AlertManagement::Alert2883 does not allow STI2884 associations2885 is expected to belong to project required: false2886 is expected to belong to issue optional: true2887 is expected to belong to prometheus_alert optional: true2888 is expected to belong to environment optional: true2889 is expected to have many assignees through alert_assignees2890 is expected to have many notes inverse_of => noteable2891 is expected to have many ordered_notes class_name => Note inverse_of => noteable2892 is expected to have many user_mentions class_name => AlertManagement::AlertUserMention inverse_of => alert2893# [RSpecRunTime] RSpec elapsed time: 11 minutes 43.37 seconds. Current RSS: ~1499M. load average: 1.07 1.13 1.30 1/286 44982894 validations2895 is expected to validate that :title cannot be empty/falsy2896 is expected to validate that :events cannot be empty/falsy2897 is expected to validate that :severity cannot be empty/falsy2898 is expected to validate that :status cannot be empty/falsy2899 is expected to validate that :started_at cannot be empty/falsy2900 is expected to validate that the length of :title is at most 2002901 is expected to validate that the length of :description is at most 10002902 is expected to validate that the length of :service is at most 1002903 is expected to validate that the length of :monitoring_tool is at most 1002904 fingerprint2905 adding an alert with the same fingerprint2906 same project, various states2907 existing_status_event: :resolve, new_status: :triggered, valid: true2908 is expected to be valid2909# [RSpecRunTime] RSpec elapsed time: 11 minutes 45.59 seconds. Current RSS: ~1515M. load average: 1.07 1.13 1.30 1/286 44992910 existing_status_event: :resolve, new_status: :acknowledged, valid: true2911 is expected to be valid2912 existing_status_event: :resolve, new_status: :ignored, valid: true2913 is expected to be valid2914 existing_status_event: :resolve, new_status: :resolved, valid: true2915 is expected to be valid2916 existing_status_event: :trigger, new_status: :triggered, valid: false2917 is expected to be invalid2918 existing_status_event: :trigger, new_status: :acknowledged, valid: false2919 is expected to be invalid2920 existing_status_event: :trigger, new_status: :ignored, valid: false2921 is expected to be invalid2922 existing_status_event: :trigger, new_status: :resolved, valid: true2923 is expected to be valid2924 existing_status_event: :acknowledge, new_status: :triggered, valid: false2925 is expected to be invalid2926 existing_status_event: :acknowledge, new_status: :acknowledged, valid: false2927 is expected to be invalid2928 existing_status_event: :acknowledge, new_status: :ignored, valid: false2929 is expected to be invalid2930 existing_status_event: :acknowledge, new_status: :resolved, valid: true2931 is expected to be valid2932 existing_status_event: :ignore, new_status: :triggered, valid: false2933 is expected to be invalid2934 existing_status_event: :ignore, new_status: :acknowledged, valid: false2935 is expected to be invalid2936 existing_status_event: :ignore, new_status: :ignored, valid: false2937 is expected to be invalid2938 existing_status_event: :ignore, new_status: :resolved, valid: true2939 is expected to be valid2940 different project2941 is expected to be valid2942 hosts2943 over 255 total chars2944 is expected not to be valid2945 under 255 chars2946 is expected to be valid2947 nested array2948 is expected not to be valid2949 enums2950 is expected to define :severity as an enum backed by an integer with values ‹{critical: 0, high: 1, medium: 2, low: 3, info: 4, unknown: 5}›2951 scopes2952 .for_iid2953 is expected to contain exactly #<AlertManagement::Alert id:1 namespace565/project-565^alert#1>2954 .for_fingerprint2955 is expected to contain exactly #<AlertManagement::Alert id:1 namespace565/project-565^alert#1>2956 .for_environment2957 is expected to contain exactly #<AlertManagement::Alert id:1 namespace565/project-565^alert#1>2958 .for_assignee_username2959 when matching assignee_username2960 is expected to contain exactly #<AlertManagement::Alert id:1 namespace565/project-565^alert#1>2961 when unknown assignee_username2962 is expected to be empty2963 with empty assignee_username2964 is expected to be empty2965 .order_severity_with_open_prometheus_alert2966 is expected to eq [#<AlertManagement::Alert id:8 namespace568/project-568^alert#2>, #<AlertManagement::Alert id:9 namespace568/project-568^alert#3>]2967 .counts_by_project_id2968 is expected to eq {559=>2, 560=>2}2969 .not_resolved2970 is expected to contain exactly #<AlertManagement::Alert id:2 namespace565/project-565^alert#2>, #<AlertManagement::Alert id:1 namespace565/project-565^alert#1>, and #<AlertManagement::Alert id:4 namespace566/project-566^alert#2>2971 behaves like a model including Escalatable2972 validations2973 is expected to validate that :status cannot be empty/falsy2974 when status is triggered2975 when resolved_at is blank2976 is expected to be valid2977# [RSpecRunTime] RSpec elapsed time: 11 minutes 53.23 seconds. Current RSS: ~1513M. load average: 1.06 1.13 1.29 1/286 45002978 when resolved_at is present2979 is expected to be invalid2980 when status is acknowledged2981 when resolved_at is blank2982 is expected to be valid2983 when resolved_at is present2984 is expected to be invalid2985 when status is resolved2986 when resolved_at is blank2987 is expected to be invalid2988 when resolved_at is present2989 is expected to be valid2990 when status is ignored2991 when resolved_at is blank2992 is expected to be valid2993 when resolved_at is present2994 is expected to be invalid2995 scopes2996 .order_status2997 descending2998 is expected to eq [#<AlertManagement::Alert id:10 namespace569/project-569^alert#1>, #<AlertManagement::Alert id:11 nam...namespace571/project-571^alert#1>, #<AlertManagement::Alert id:13 namespace572/project-572^alert#1>]2999 ascending3000 is expected to eq [#<AlertManagement::Alert id:13 namespace572/project-572^alert#1>, #<AlertManagement::Alert id:12 nam...namespace570/project-570^alert#1>, #<AlertManagement::Alert id:10 namespace569/project-569^alert#1>]3001 .open3002 is expected to contain exactly #<AlertManagement::Alert id:11 namespace570/project-570^alert#1> and #<AlertManagement::Alert id:10 namespace569/project-569^alert#1>3003 .status_value3004 status: :triggered, status_value: 03005 returns status value by its name3006 status: :acknowledged, status_value: 13007 returns status value by its name3008 status: :resolved, status_value: 23009 returns status value by its name3010 status: :ignored, status_value: 33011 returns status value by its name3012 status: :unknown, status_value: nil3013 returns status value by its name3014 .status_name3015 raw_status: 0, status: :triggered3016 returns status name by its values3017 raw_status: 1, status: :acknowledged3018 returns status name by its values3019 raw_status: 2, status: :resolved3020 returns status name by its values3021 raw_status: 3, status: :ignored3022 returns status name by its values3023 raw_status: -1, status: nil3024 returns status name by its values3025 .open_status?3026 status: :triggered, is_open_status: true3027 returns true when the status is open status3028 status: :acknowledged, is_open_status: true3029 returns true when the status is open status3030 status: :resolved, is_open_status: false3031 returns true when the status is open status3032 status: :ignored, is_open_status: false3033 returns true when the status is open status3034 status: nil, is_open_status: false3035 returns true when the status is open status3036 #trigger3037 when escalatable is in triggered state3038 does not change the escalatable status3039 when escalatable is not in triggered state3040 changes the escalatable status to triggered3041 resets resolved at3042 #acknowledge3043 changes the escalatable status to acknowledged3044 resets ended at3045 #resolve3046 when escalatable is already resolved3047 does not change the escalatable status3048 when escalatable is not resolved3049 changes escalatable status to "resolved"3050 #ignore3051 changes the escalatable status to ignored3052 resets ended at3053 #status_event_for3054 for_status: :triggered, event: :trigger3055 returns event by status name3056 for_status: "triggered", event: :trigger3057 returns event by status name3058 for_status: :acknowledged, event: :acknowledge3059 returns event by status name3060 for_status: "acknowledged", event: :acknowledge3061 returns event by status name3062 for_status: :resolved, event: :resolve3063 returns event by status name3064 for_status: "resolved", event: :resolve3065 returns event by status name3066 for_status: :ignored, event: :ignore3067 returns event by status name3068 for_status: "ignored", event: :ignore3069 returns event by status name3070 for_status: :unknown, event: nil3071 returns event by status name3072 for_status: nil, event: nil3073 returns event by status name3074 for_status: "", event: nil3075 returns event by status name3076 for_status: 1, event: nil3077 returns event by status name3078 #open?3079 returns true when the status is open status3080 .counts_by_status3081 is expected to eq {:acknowledged=>1, :ignored=>1, :resolved=>1, :triggered=>1}3082 .find_unresolved_alert3083 is expected to eq #<AlertManagement::Alert id:16 namespace565/project-565^alert#4>3084 .last_prometheus_alert_by_project_id3085 returns the latest alert for each project3086 .search3087 does not contain search string3088 is expected to be empty3089 title includes query3090 is expected to contain exactly #<AlertManagement::Alert id:1 namespace565/project-565^alert#1>3091 description includes query3092 is expected to contain exactly #<AlertManagement::Alert id:1 namespace565/project-565^alert#1>3093 service includes query3094 is expected to contain exactly #<AlertManagement::Alert id:1 namespace565/project-565^alert#1>3095 monitoring tool includes query3096 is expected to contain exactly #<AlertManagement::Alert id:1 namespace565/project-565^alert#1>3097 .reference_pattern3098 is expected to match "gitlab-org/gitlab^alert#123"3099 .link_reference_pattern3100 is expected to match "http://localhost/namespace565/project-565/-/alert_management/1/details"3101 is expected not to match "http://localhost/gitlab-org/gitlab/alert_management/123"3102 is expected not to match "http://localhost/gitlab-org/gitlab/issues/123"3103 is expected not to match "gitlab-org/gitlab/-/alert_management/123"3104 .reference_valid?3105 ref: "123456", result: true3106 is expected to eq true3107 ref: "1", result: true3108 is expected to eq true3109 ref: "-1", result: false3110 is expected to eq false3111 ref: nil, result: false3112 is expected to eq false3113 ref: "123456891012345678901234567890", result: false3114 is expected to eq false3115 #to_reference3116 is expected to eq "^alert#1"3117 #register_new_event!3118 increments the events count by 13119 #resolved_at3120 is expected to eq 2024-02-29 08:33:23.392025000 +00003121 #resolved_at=3122 sets ended_at3123# [RSpecRunTime] Finishing example group spec/models/alert_management/alert_spec.rb. It took 24.28 seconds. Expected to take 46.99 seconds.3124# [RSpecRunTime] Starting example group spec/services/incident_management/timeline_events/create_service_spec.rb. Expected to take 41.89 seconds.3125IncidentManagement::TimelineEvents::CreateService3126 #execute3127 successfully creates a database record3128 when current user is blank3129 behaves like error response3130 has an informative message3131 behaves like does not track incident management event3132 does not track the event3133# [RSpecRunTime] RSpec elapsed time: 12 minutes 6.82 seconds. Current RSS: ~1520M. load average: 1.05 1.12 1.29 1/286 45013134 when user does not have permissions to create timeline events3135 behaves like error response3136 has an informative message3137 behaves like does not track incident management event3138 does not track the event3139 when error occurs during creation3140 behaves like error response3141 has an informative message3142 behaves like does not track incident management event3143 does not track the event3144 with default action3145 matches the default action3146 creates a system note3147 behaves like success response3148 has timeline event3149 behaves like an incident management tracked event3150 .track_event3151 tracks the event using redis3152 behaves like Snowplow event tracking with RedisHLL context3153 behaves like Snowplow event tracking3154 is emitted3155 with auto_created param3156 when auto_created is true3157 does not create a system note3158 when user does not have permissions3159 behaves like success response3160 has timeline event3161 behaves like an incident management tracked event3162 .track_event3163 tracks the event using redis3164 behaves like Snowplow event tracking with RedisHLL context3165 behaves like Snowplow event tracking3166 is emitted3167 when auto_created is false3168 creates a system note3169 with non_default action3170 matches the action from arguments3171 behaves like success response3172 has timeline event3173 behaves like an incident management tracked event3174 .track_event3175 tracks the event using redis3176 behaves like Snowplow event tracking with RedisHLL context3177 behaves like Snowplow event tracking3178 is emitted3179 when timeline event tag names are passed3180 matches the tag name3181 behaves like success response3182 has timeline event3183 behaves like an incident management tracked event3184 .track_event3185 tracks the event using redis3186 behaves like Snowplow event tracking with RedisHLL context3187 behaves like Snowplow event tracking3188 is emitted3189 when predefined tags are passed3190 matches the two tags on the event and creates on project3191 behaves like success response3192 has timeline event3193 behaves like an incident management tracked event3194 .track_event3195 tracks the event using redis3196 behaves like Snowplow event tracking with RedisHLL context3197 behaves like Snowplow event tracking3198 is emitted3199 when invalid tag names are passed3200 does not create timeline event3201 behaves like error response3202 has an informative message3203 behaves like does not track incident management event3204 does not track the event3205 with editable param3206 when editable is true3207 behaves like success response3208 has timeline event3209 behaves like an incident management tracked event3210 .track_event3211 tracks the event using redis3212 behaves like Snowplow event tracking with RedisHLL context3213 behaves like Snowplow event tracking3214 is emitted3215 when editable is false3216 behaves like success response3217 has timeline event3218 behaves like an incident management tracked event3219 .track_event3220 tracks the event using redis3221 behaves like Snowplow event tracking with RedisHLL context3222 behaves like Snowplow event tracking3223 is emitted3224 when note is more than 280 characters long3225 when was not promoted from note3226 when auto_created is true3227 behaves like success response3228 has timeline event3229 behaves like an incident management tracked event3230 .track_event3231 tracks the event using redis3232 behaves like Snowplow event tracking with RedisHLL context3233 behaves like Snowplow event tracking3234 is emitted3235 when auto_created is false3236 behaves like error response3237 has an informative message3238 behaves like does not track incident management event3239 does not track the event3240 when promoted from note3241 behaves like success response3242 has timeline event3243 behaves like an incident management tracked event3244 .track_event3245 tracks the event using redis3246 behaves like Snowplow event tracking with RedisHLL context3247 behaves like Snowplow event tracking3248 is emitted3249 automatically created timeline events3250 .create_incident3251 behaves like successfully created timeline event3252 creates a timeline event3253 successfully creates a database record3254 does not create a system note3255 behaves like an incident management tracked event3256 .track_event3257 tracks the event using redis3258 behaves like Snowplow event tracking with RedisHLL context3259 behaves like Snowplow event tracking3260 is emitted3261 .reopen_incident3262 behaves like successfully created timeline event3263 creates a timeline event3264 successfully creates a database record3265 does not create a system note3266 behaves like an incident management tracked event3267 .track_event3268 tracks the event using redis3269 behaves like Snowplow event tracking with RedisHLL context3270 behaves like Snowplow event tracking3271 is emitted3272 .resolve_incident3273 behaves like successfully created timeline event3274 creates a timeline event3275 successfully creates a database record3276 does not create a system note3277 behaves like an incident management tracked event3278 .track_event3279 tracks the event using redis3280 behaves like Snowplow event tracking with RedisHLL context3281 behaves like Snowplow event tracking3282 is emitted3283 .change_incident_status3284 behaves like successfully created timeline event3285 creates a timeline event3286 successfully creates a database record3287 does not create a system note3288 behaves like an incident management tracked event3289 .track_event3290 tracks the event using redis3291 behaves like Snowplow event tracking with RedisHLL context3292 behaves like Snowplow event tracking3293 is emitted3294 .change_severity3295 behaves like successfully created timeline event3296 creates a timeline event3297 successfully creates a database record3298 does not create a system note3299 behaves like an incident management tracked event3300 .track_event3301 tracks the event using redis3302 behaves like Snowplow event tracking with RedisHLL context3303 behaves like Snowplow event tracking3304 is emitted3305 .change_labels3306 when there are neither added nor removed labels3307 responds with error3308 does not create timeline event3309 when there are only added labels3310 behaves like successfully created timeline event3311 creates a timeline event3312 successfully creates a database record3313 does not create a system note3314 behaves like an incident management tracked event3315 .track_event3316 tracks the event using redis3317 behaves like Snowplow event tracking with RedisHLL context3318 behaves like Snowplow event tracking3319 is emitted3320 when there are only removed labels3321 behaves like successfully created timeline event3322 creates a timeline event3323 successfully creates a database record3324 does not create a system note3325 behaves like an incident management tracked event3326 .track_event3327 tracks the event using redis3328 behaves like Snowplow event tracking with RedisHLL context3329 behaves like Snowplow event tracking3330 is emitted3331 when there are both added and removed labels3332 behaves like successfully created timeline event3333 creates a timeline event3334 successfully creates a database record3335 does not create a system note3336 behaves like an incident management tracked event3337 .track_event3338 tracks the event using redis3339 behaves like Snowplow event tracking with RedisHLL context3340 behaves like Snowplow event tracking3341 is emitted3342 when there is a single added and single removed labels3343 behaves like successfully created timeline event3344 creates a timeline event3345 successfully creates a database record3346 does not create a system note3347 behaves like an incident management tracked event3348 .track_event3349 tracks the event using redis3350 behaves like Snowplow event tracking with RedisHLL context3351 behaves like Snowplow event tracking3352 is emitted3353 when feature flag is disabled3354 does not create timeline event3355# [RSpecRunTime] Finishing example group spec/services/incident_management/timeline_events/create_service_spec.rb. It took 19.11 seconds. Expected to take 41.89 seconds.3356# [RSpecRunTime] Starting example group spec/services/ci/pipeline_creation/cancel_redundant_pipelines_service_spec.rb. Expected to take 39.65 seconds.3357Ci::PipelineCreation::CancelRedundantPipelinesService3358 #execute!3359 when build statuses are set up correctly3360 has builds of all statuses3361 when auto-cancel is enabled3362 cancels only previous non started builds3363 logs canceled pipelines3364 does not cancel future pipelines3365 when the previous pipeline has a child pipeline3366 with another nested child pipeline3367 cancels all nested child pipeline builds3368# [RSpecRunTime] RSpec elapsed time: 12 minutes 28.4 seconds. Current RSS: ~1520M. load average: 0.97 1.10 1.27 1/286 45023369 when started after pipeline was finished3370 cancels child pipeline builds3371# [RSpecRunTime] RSpec elapsed time: 12 minutes 29.42 seconds. Current RSS: ~1516M. load average: 0.97 1.10 1.27 1/286 45033372 when the child pipeline has interruptible running jobs3373 cancels all child pipeline builds3374 when the child pipeline includes completed interruptible jobs3375 cancels all child pipeline builds with a cancelable_status3376# [RSpecRunTime] RSpec elapsed time: 12 minutes 31.93 seconds. Current RSS: ~1505M. load average: 0.97 1.10 1.27 1/286 45043377 when the child pipeline has started non-interruptible job3378 does not cancel any child pipeline builds3379 when the child pipeline auto_cancel_on_new_commit is `interruptible`3380 cancels interruptible child pipeline builds3381# [RSpecRunTime] RSpec elapsed time: 12 minutes 34.62 seconds. Current RSS: ~1478M. load average: 1.05 1.11 1.28 1/286 45053382 when the child pipeline has non-interruptible non-started job3383 when the jobs are cancelable3384 cancels all child pipeline builds when build status preparing included3385 cancels all child pipeline builds when build status pending included3386 cancels all child pipeline builds when build status waiting_for_callback included3387 cancels all child pipeline builds when build status waiting_for_resource included3388 cancels all child pipeline builds when build status created included3389 cancels all child pipeline builds when build status scheduled included3390# [RSpecRunTime] RSpec elapsed time: 12 minutes 41.87 seconds. Current RSS: ~1475M. load average: 1.13 1.13 1.28 1/286 45063391 when the jobs are not cancelable3392 does not cancel child pipeline builds when build status canceling included3393 does not cancel child pipeline builds when build status canceled included3394 does not cancel child pipeline builds when build status skipped included3395 does not cancel child pipeline builds when build status manual included3396# [RSpecRunTime] RSpec elapsed time: 12 minutes 46.63 seconds. Current RSS: ~1477M. load average: 1.20 1.14 1.28 1/286 45073397 when the pipeline is a child pipeline3398 does not cancel any builds3399# [RSpecRunTime] RSpec elapsed time: 12 minutes 47.87 seconds. Current RSS: ~1476M. load average: 1.18 1.14 1.28 1/286 45083400 when the previous pipeline source is webide3401 does not cancel builds of the previous pipeline3402 when there are non-interruptible completed jobs in the pipeline3403 does not cancel any job3404 when there are trigger jobs3405 still cancels the pipeline because auto-cancel is not affected by non-interruptible started triggers3406 when auto_cancel_on_new_commit is `interruptible`3407 cancels only interruptible jobs3408 when there are non-interruptible completed jobs in the pipeline3409 still cancels only interruptible jobs3410# [RSpecRunTime] RSpec elapsed time: 12 minutes 50.61 seconds. Current RSS: ~1478M. load average: 1.18 1.14 1.28 1/286 45093411 when auto_cancel_on_new_commit is `none`3412 does not cancel any job3413 when auto_cancel_on_new_commit is `conservative`3414 cancels only previous non started builds3415 when there are non-interruptible completed jobs in the pipeline3416 does not cancel any job3417# [RSpecRunTime] RSpec elapsed time: 12 minutes 52.11 seconds. Current RSS: ~1484M. load average: 1.18 1.14 1.28 1/286 45103418 when auto_cancel_on_new_commit is an invalid value3419 raises an error3420 behaves like time limits pipeline cancellation3421 with old pipelines3422 ignores old pipelines3423 when auto-cancel is disabled3424 does not cancel any build3425 when enable_cancel_redundant_pipelines_service FF is enabled3426 does not cancel any build3427# [RSpecRunTime] Finishing example group spec/services/ci/pipeline_creation/cancel_redundant_pipelines_service_spec.rb. It took 29.47 seconds. Expected to take 39.65 seconds.3428# [RSpecRunTime] Starting example group spec/models/key_spec.rb. Expected to take 35.3 seconds.3429Key3430 does not allow STI3431 behaves like having unique enum values3432 has unique values in "usage_type"3433 Associations3434 is expected to belong to user required: false3435 Validation3436 is expected to validate that :title cannot be empty/falsy3437 is expected to validate that the length of :title is at most 2553438 is expected to validate that :key cannot be empty/falsy3439 is expected to validate that the length of :key is at most 50003440 is expected to allow :key to be ‹"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC98dbu7gxcbmAvwMqz/6AALhSr1jiXG0UC8FQMvoDt+ciB+uSJhg7KlxinKjYJnPGfhX+q2K+mmCGAmI/D6q7rFxE+bn09O+75qgkTHi+suDVE6KG7L3n0alGd/qSevfomR77Snh6fQPdG6sEAZz3kehcpfVnq5/IuLFq9FBrgmu52Jd4XZLQZKkDq6zYOJ69FUkGf93LZIV/OOaS+f+qkOGPCUkdKl7oEcgpVNY9SRjBCduXnvi2CyQnnJVkBguGL5VlXwFXH+17Whs7oFWmdiG+4jzBRLIMz4EuIW09b8Su5PW6+bBuXOifHA8KG5TMmjs5LYdCMPFnhTyDyO3a1 dummy@gitlab.com"›3441 is expected to allow :key to be ‹"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDGSD77lLtjmzewiBs6nu2R5nu6oNkrAkH/0co1fHHosKfRr+sWkSTKXOVcL7bhRu+tniGBmB5pn+i1qX7BXtrcnv//bCXWIp+me027L4RJa5/Ep077iiTJlzTpcV664xNUXC8mzBr601HR/Z2TzX5DWJvnyqqFkN7qHTYo/+IoKECnKqNzI5SQrAxgi6sbWA5DFQ/nwcqsUSBo5gCCJ/0QPrR19yVV5lJA19EY2LawOb1SJNOFo4mQupSlBZwvERZJ7IqhBTPtQIfrqqz5VJbI13jK3ViZTugIZqydWAhosUyejP3SdCj1KMexrvV95tjUtmhVFlph4tKThQO0p9pXKZNCzYsbQTye6O6Hk2rojOJLyFWqNBVKtI8Ymfu7OQWppRnuUFuhuuS515H1s888bZFMPsC74mPyo0Y7Q9wAoTnQ9Hw6b0J6OfY3PIRVphaCmxh6b7dgSPF...›3442 is expected to allow :key to be ‹"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACgQDxnZP0TucLH3zcrvt75DPNq+xKqOmJkCEzTytKq4S5MDH0nlx+xOZ9WykhwDHXU0iZBJF7yRdLkZweYDJVKnBzr4t7QP5Sw2/ZdLelvUMWGJjuz28x8Z+8NZ+IxL/exDz7itrhCsLupQhGO1obiIwf8xVzzPoxrQ9dxaN4x965N+QdQcld8O6xfpSE0p5Y3sRn3kp57aHWoNa/bUGZy0OHLr/ig0uc6EKyWsTmEESOgDyV94wOyHR0KNGEENyxQt4BwAbEBn3Y41HKqD358KKh+XjbECebrrBFigdDL/eYFIUlstJ07SK/HtYjZbiUZCPs8bJA+SBaLK0pGGqguM2LXRoMeMUZFwKKKS2LpRqjKGj3Qt7qMnp1SkVhiMnxNqL4nJnDOOVo07xDIPKqIBYO67/cp4Icv3IjKxy6K3EIpLr+iRCxcllpDogxolzFC+pEDVpmEvcrGEv...›3443 is expected to allow :key to be ‹"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAEAQC5jMyGtgMOVX4t2GuXkbirJA0Edr+qlOH9grnRBPHPo0Npt6XE6ZN3J3hDULTQo03wmekGw42dxdNSgk+F0GjsUBrMLbqrk485MMe0cUbP4lRXNu4ao87wPVM5fAsD4E3FQiZcI6Df011ZGIL7hGTHt6eafTfr9cJheRyYSu6g06rlnFWbbtSh9oQ7Y6sfDLBcsC9ECcXwe3mwViuQXPIVomZ02EdnBbAhbGHDtA+ZbSvTfraxOMjkxkVvvdjLxXEykpwVuZf8eZ+R/Js8jQ5RKvTZMbfxJNsGEqHD32s43ml4VF549Qz2GJDXF7Cld/n3CT6wvw0mMPM0LnykL2v0CMr44bjIA3KsNEs5MhkcBO8sv5hGfcPhrpm9WwI6gd9vdZVcxarVI+iQS947owvdn4VbEZXynCDqEEv3Zh+FA5p23mf2p7DkG/swiK/IPrjr1wmsiWmwIUs...›3444 is expected to allow :key to be ‹"ssh-dss AAAAB3NzaC1kc3MAAAEBALEB3sM2kPy6LKLiyL+UlDx2vzuKrzSD2nsW2Kb70ivIqDNJu5CbqIQSkjdMzJiocs33ESFqXid6ezOtVdDwXHJQRxKGalW1kBbFAPjtMxlDbf559+7qN2zfCfcQsgTmNAZ7O+wltqJmyLv5i4QqNwPDvyeBvJ4C+770DzlcQtpkflKJX+O7i8Ylq34h6UTCTnjry+dFVm1xz97LPf7XuzXGZcAG/eGUNQgxQ2bferKnrpYOXx6cocSRj9W54nrRFMWuDeOspWp4MoYK0FRMfDQYPksUayGUnm1KQTGuDbB0ahRNCOm8b3tfP9Z+vjANAkqenzDuXCpz2PU/Oj6/N/UAAAAhAPOLyut12Mjcp3eUXLe1xSoI5IRXSLsoW9no93dcFNprAAABAQCLhpqKY+PNcwbhhPruL+f+uROghHzDwRNX+e231F4wHHeDDomfWyLVFj31XrHdDXZnS9tTTj5...›3445 is expected to allow :key to be ‹"ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJZmkzTgY0fiCQ+DVReyH/fFwTFz0XoR3RUO0u+199H19KFw7mNPxRSMOVS7tEtONj3Q7FcZXfqthHvgAzDiHsc= dummy@gitlab.com"›3446 is expected to allow :key to be ‹"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIETnVTgzqC1gatgSlC4zH6aYt2CAQzgJOhDRvf59ohL6 dummy@gitlab.com"›3447 is expected to allow :key to be ‹"sk-ecdsa-sha2-nistp256@openssh.com AAAAInNrLWVjZHNhLXNoYTItbmlzdHAyNTZAb3BlbnNzaC5jb20AAAAIbmlzdHAyNTYAAABBBDZ+f5tSRhlB7EN39f93SscTN5PUvbD3UQsNrlE1ZdbwPMMRul2zlPiUvwAvnJitW0jlD/vwZOW2YN+q+iZ5c0MAAAAEc3NoOg== dummy@gitlab.com"›3448 is expected to allow :key to be ‹"sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIEX/dQ0v4127bEo8eeG1EV0ApO2lWbSnN6RWusn/NjqIAAAABHNzaDo= dummy@gitlab.com"›3449 is expected not to allow :key to be ‹"foo-bar"›3450 key format3451 does not allow the key that begins with an algorithm name that is unsupported3452 allows the key that begins with supported algorithm name 'ssh-rsa'3453 allows the key that begins with supported algorithm name 'ssh-dss'3454 allows the key that begins with supported algorithm name 'ecdsa-sha2-nistp256'3455 allows the key that begins with supported algorithm name 'ecdsa-sha2-nistp384'3456 allows the key that begins with supported algorithm name 'ecdsa-sha2-nistp521'3457 allows the key that begins with supported algorithm name 'ssh-ed25519'3458 allows the key that begins with supported algorithm name 'sk-ecdsa-sha2-nistp256@openssh.com'3459 allows the key that begins with supported algorithm name 'sk-ssh-ed25519@openssh.com'3460# [RSpecRunTime] RSpec elapsed time: 12 minutes 57.28 seconds. Current RSS: ~1524M. load average: 1.15 1.13 1.28 1/286 45113461 validation of banned keys3462 key_content: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAwRIdDlHaIqZXND/l1vFT7ue3rc/DvXh2yx5EFtuxGQRHVxGMazDhV4vj5ANGXDQwUYI0iZh6aOVrDy8I/y9/y+YDGCvsnqrDbuPDjW26s2bBXWgUPiC93T3TA6L2KOxhVcl7mljEOIYACRHPpJNYVGhinCxDUH9LxMrdNXgP5Ok= mateidu@localhost"3463 does not allow banned keys3464 key_content: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIBnZQ+6nhlPX/JnX5i5hXpljJ89bSnnrsSs51hSPuoJGmoKowBddISK7s10AIpO0xAWGcr8PUr2FOjEBbDHqlRxoXF0Ocms9xv3ql9EYUQ5+U+M6BymWhNTFPOs6gFHUl8Bw3t6c+SRKBpfRFB0yzBj9d093gSdfTAFoz+yLo4vRw=="3465 does not allow banned keys3466 key_content: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAvIhC5skTzxyHif/7iy3yhxuK6/OB13hjPqrskogkYFrcW8OK4VJT+5+Fx7wd4sQCnVn8rNqahw/x6sfcOMDI/Xvn4yKU4t8TnYf2MpUVr4ndz39L5Ds1n7Si1m2suUNxWbKv58I8+NMhlt2ITraSuTU0NGymWOc8+LNi+MHXdLk= SCCP Superuser"3467 does not allow banned keys3468 key_content: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key"3469 does not allow banned keys3470 key_content: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAwRIdDlHaIqZXND/l1vFT7ue3rc/DvXh2yx5EFtuxGQRHVxGMazDhV4vj5ANGXDQwUYI0iZh6aOVrDy8I/y9/y+YDGCvsnqrDbuPDjW26s2bBXWgUPiC93T3TA6L2KOxhVcl7mljEOIYACRHPpJNYVGhinCxDUH9LxMrdNXgP5Ok= mateidu@localhost"3471 does not allow banned keys3472 key_content: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAn8LoId2N5i28cNKuEWWea3yt0I/LdT/NROrF44WZewtxch+DIwteQhM1qL6EKUSqz3Q2geX1crpOsNnyh67xy5lNo086u/QewOCSRAUGrQCXqFQ4JU8ny/qugWALQHjbIaPHj/3zMK09r4cpTSeAU7CW5nQyTKGmh7v9CAfWfcs= adam@localhost.localdomain"3473 does not allow banned keys3474 key_content: "ssh-dss AAAAB3NzaC1kc3MAAACBAJTDsX+8olPZeyr58g9XE0L8PKT5030NZBPlE7np4hBqx36HoWarWq1Csn8M57dWN9StKbs03k2ggY6sYJK5AW2EWar70um3pYjKQHiZq7mITmitsozFN/K7wu2e2iKRgquUwH5SuYoOJ29n7uhaILXiKZP4/H/dDudqPRSY6tJPAAAAFQDtuWH90mDbU2L/Ms2lfl/cja/wHwAAAIAMBwSHZt2ysOHCFe1WLUvdwVDHUqk3QHTskuuAnMlwMtSvCaUxSatdHahsMZ9VCHjoQUx6j+TcgRLDbMlRLnwUlb6wpniehLBFk+qakGcREqks5NxYzFTJXwROzP72jPvVgQyOZHWq81gCild/ljL7hmrduCqYwxDIz4o7U92UKQAAAIBmhSl9CVPgVMv1xO8DAHVhM1huIIK8mNFrzMJz+JXzBx81ms1kWSeQOC/nraaXFTBlqiQsvB8tzr4xZdbaI/QzVLKNAF5C8BJ4ScNlTIx1aZJwyMil8Nzb+0YAsw5Ja+bEZZvEVlAYnd10qRWrPeEY1txLMmX3wDa+JvJL7fmuBg=="3475 does not allow banned keys3476 key_content: "ssh-dss AAAAB3NzaC1kc3MAAACBAMq5EcIFdfCjJakyQnP/BBp9oc6mpaZVguf0Znp5C40twiG1lASQJZlM1qOB/hkBWYeBCHUkcOLEnVXSZzB62L+W/LGKodqnsiQPRr57AA6jPc6mNBnejHai8cSdAl9n/0s2IQjdcrxM8CPq2uEyfm0J3AV6Lrbbxr5NgE5xxM+DAAAAFQCmFk/M7Rx2jexsJ9COpHkHwUjcNQAAAIAdg18oByp/tjjDKhWhmmv+HbVIROkRqSxBvuEZEmcWlg38mLIT1bydfpSou/V4rI5ctxwCfJ1rRr66pw6GwCrz4fXmyVlhrj7TrktyQ9+zRXhynF4wdNPWErhNHb8tGlSOFiOBcUTlouX3V/ka6Dkd6ZQrZLQFaH+gjfyTZZ82HQAAAIEArsJgp7RLPOsCeLqoia/eljseBFVDazO5Q0ysUotTw9wgXGGVWREwm8wNggFNb9eCiBAAUfVZVfhVAtFT0pBf/eIVLPXyaMw3prBt7LqeBrbagODc3WAAdMTPIdYYcOKgv+YvTXa51zG64v6pQOfS8WXgKCzDl44puXfYeDk5lVQ="3477 does not allow banned keys3478 key_content: "ssh-dss AAAAB3NzaC1kc3MAAACBAKwKBw7D4OA1H/uD4htdh04TBIHdbSjeXUSnWJsce8C0tvoB01Yarjv9TFj+tfeDYVWtUK1DA1JkyqSuoAtDANJzF4I6Isyd0KPrW3dHFTcg6Xlz8d3KEaHokY93NOmB/xWEkhme8b7Q0U2iZie2pgWbTLXV0FA+lhskTtPHW3+VAAAAFQDRyayUlVZKXEweF3bUe03zt9e8VQAAAIAEPK1k3Y6ErAbIl96dnUCnZjuWQ7xXy062pf63QuRWI6LYSscm3f1pEknWUNFr/erQ02pkfi2eP9uHl1TI1ql+UmJX3g3frfssLNZwWXAW0m8PbY3HZSs+f5hevM3ua32pnKDmbQ2WpvKNyycKHi81hSI14xMcdblJolhN5iY8/wAAAIAjEe5+0m/TlBtVkqQbUit+s/g+eB+PFQ+raaQdL1uztW3etntXAPH1MjxsAC/vthWYSTYXORkDFMhrO5ssE2rfg9io0NDyTIZt+VRQMGdi++dH8ptU+ldl2ZejLFdTJFwFgcfXz+iQ1mx6h9TPX1crE1KoMAVOj3yKVfKpLB1EkA== root@lbslave"3479 does not allow banned keys3480 key_content: "ssh-dss AAAAB3NzaC1kc3MAAACBAN3AITryJMQyOKZjAky+mQ/8pOHIlu4q8pzmR0qotKaLm2yye5a0PY2rOaQRAzi7EPheBXbqTb8a8TrHhGXI5P7GUHaJho5HhEnw+5TwAvP72L7LcPwxMxj/rLcR/jV+uLMsVeJVWjwJcUv83yzPXoVjK0hrIm+RLLeuTM+gTylHAAAAFQD5gBdXsXAiTz1atzMg3xDFF1zlowAAAIAlLy6TCMlOBM0IcPsvP/9bEjDj0M8YZazdqt4amO2IaNUPYt9/sIsLOQfxIj8myDK1TOp8NyRJep7V5aICG4f3Q+XktlmLzdWn3sjvbWuIAXe1opjG2T69YhxfHZr8Wn7P4tpCgyqM4uHmUKrfnBzQQ9vkUUWsZoUXM2Z7vUXVfQAAAIAU6eNlphQWDwx0KOBiiYhF9BM6kDbQlyw8333rAG3G4CcjI2G8eYGtpBNliaD185UjCEsjPiudhGil/j4Zt/+VY3aGOLoi8kqXBBc8ZAML9bbkXpyhQhMgwiywx3ciFmvSn2UAin8yurStYPQxtXauZN5PYbdwCHPS7ApIStdpMA== wood@endec1"3481 does not allow banned keys3482 key_content: "ssh-dss AAAAB3NzaC1kc3MAAACBAISAE3CAX4hsxTw0dRc0gx8nQ41r3Vkj9OmG6LGeKWRmpy7C6vaExuupjxid76fd4aS56lCUEEoRlJ3zE93qoK9acI6EGqGQFLuDZ0fqMyRSX+ilf+1HDo/TRyuraggxp9Hj9LMpZVbpFATMm0+d9Xs7eLmaJjuMsowNlOf8NFdHAAAAFQCwdvqOAkR6QhuiAapQ/9iVuR0UAQAAAIBpLMo4dhSeWkChfv659WLPftxRrX/HR8YMD/jqa3R4PsVM2g6dQ1191nHugtdV7uaMeOqOJ/QRWeYM+UYwT0Zgx2LqvgVSjNDfdjk+ZRY8x3SmExFi62mKFoTGSOCXfcAfuanjaoF+sepnaiLUd+SoJShGYHoqR2QWiysTRqknlwAAAIBLEgYmr9XCSqjENFDVQPFELYKT7Zs9J87PjPS1AP0qF1OoRGZ5mefK6X/6VivPAUWmmmev/BuAs8M1HtfGeGGzMzDIiU/WZQ3bScLB1Ykrcjk7TOFD6xrnk/inYAp5l29hjidoAONcXoHmUAMYOKqn63Q2AsDpExVcmfj99/BlpQ=="3483 does not allow banned keys3484 Methods3485 is expected to respond to #projects3486 is expected to respond to #publishable_key3487 #publishable_keys3488 replaces SSH key comment with simple identifier of username + hostname3489 #update_last_used_at3490 updates the last used timestamp3491 scopes3492 .for_user3493 returns keys of the specified user only3494 .order_last_used_at_desc3495 sorts by last_used_at descending, with null values at last3496 expiration scopes3497 .expired_today_and_not_notified3498 returns keys that expire today and have not been notified3499 .expiring_soon_and_not_notified3500 returns keys that will expire soon3501 usage type scopes3502 auth scope returns auth and auth_and_signing keys3503 signing scope returns signing and auth_and_signing keys3504 validation of uniqueness (based on fingerprint uniqueness)3505 accepts the key once3506 does not accept the exact same key twice3507 does not accept a duplicate key with a different comment3508 #ensure_sha256_fingerprint!3509 with a valid SHA256 fingerprint3510 does nothing3511 with a missing SHA256 fingerprint3512 fingerprints are present3513 with an invalid public key3514 does not throw an exception3515 fingerprint generation3516 generates both md5 and sha256 fingerprints3517 with FIPS mode3518 generates only sha256 fingerprint3519 validate it is a fingerprintable key3520 accepts the fingerprintable key3521 rejects the unfingerprintable key (not a key)3522 factory: :key, characters: ["\n", "\r\n"], expected_sections: 33523 accepts a key with blank space characters after stripping them3524 factory: :key, characters: [" ", " "], expected_sections: 33525 accepts a key with blank space characters after stripping them3526 factory: :key_without_comment, characters: [" ", " "], expected_sections: 23527 accepts a key with blank space characters after stripping them3528 ssh key3529 behaves like meets ssh key restrictions3530 factory: :rsa_key_2048, minimum: 0, result: true3531 validates that the key is valid3532 factory: :dsa_key_2048, minimum: 0, result: true3533 validates that the key is valid3534 factory: :ecdsa_key_256, minimum: 0, result: true3535 validates that the key is valid3536 factory: :ed25519_key_256, minimum: 0, result: true3537 validates that the key is valid3538 factory: :ecdsa_sk_key_256, minimum: 0, result: true3539 validates that the key is valid3540 factory: :ed25519_sk_key_256, minimum: 0, result: true3541 validates that the key is valid3542 factory: :rsa_key_2048, minimum: 1024, result: true3543 validates that the key is valid3544 factory: :rsa_key_2048, minimum: 2048, result: true3545 validates that the key is valid3546 factory: :rsa_key_2048, minimum: 4096, result: false3547 validates that the key is valid3548 factory: :dsa_key_2048, minimum: 1024, result: true3549 validates that the key is valid3550 factory: :dsa_key_2048, minimum: 2048, result: true3551 validates that the key is valid3552 factory: :dsa_key_2048, minimum: 4096, result: false3553 validates that the key is valid3554 factory: :ecdsa_key_256, minimum: 256, result: true3555 validates that the key is valid3556 factory: :ecdsa_key_256, minimum: 384, result: false3557 validates that the key is valid3558 factory: :ed25519_key_256, minimum: 256, result: true3559 validates that the key is valid3560 factory: :ed25519_key_256, minimum: 384, result: false3561 validates that the key is valid3562 factory: :ecdsa_sk_key_256, minimum: 256, result: true3563 validates that the key is valid3564 factory: :ecdsa_sk_key_256, minimum: 384, result: false3565 validates that the key is valid3566 factory: :ed25519_sk_key_256, minimum: 256, result: true3567 validates that the key is valid3568 factory: :ed25519_sk_key_256, minimum: 384, result: false3569 validates that the key is valid3570 factory: :rsa_key_2048, minimum: -1, result: false3571 validates that the key is valid3572 factory: :dsa_key_2048, minimum: -1, result: false3573 validates that the key is valid3574 factory: :ecdsa_key_256, minimum: -1, result: false3575 validates that the key is valid3576 factory: :ed25519_key_256, minimum: -1, result: false3577 validates that the key is valid3578 factory: :ecdsa_sk_key_256, minimum: -1, result: false3579 validates that the key is valid3580 factory: :ed25519_sk_key_256, minimum: -1, result: false3581 validates that the key is valid3582 callbacks3583 authorized keys file is enabled3584 adds new key to authorized_file3585 removes key from authorized_file3586 authorized_keys file is disabled3587 does not add the key on creation3588 does not remove the key on destruction3589 #key=3590 strips white spaces3591 invalidates the public_key attribute3592 #refresh_user_cache3593 when the key belongs to a user3594 refreshes the keys count cache for the user3595 when the key does not belong to a user3596 does nothing3597 #signing?3598 returns whether a key can be used for signing3599# [RSpecRunTime] Finishing example group spec/models/key_spec.rb. It took 15.23 seconds. Expected to take 35.3 seconds.3600# [RSpecRunTime] Starting example group spec/helpers/users_helper_spec.rb. Expected to take 31.75 seconds.3601UsersHelper3602 display_public_email?3603 is expected to equal true3604 when user public email is blank3605 is expected to equal false3606 #user_link3607 links to the user's profile3608 has the user's email as title3609# [RSpecRunTime] RSpec elapsed time: 13 minutes 11.98 seconds. Current RSS: ~1490M. load average: 1.13 1.13 1.27 1/286 45123610 #user_clear_status_at3611 when status exists3612 with clear_status_at set3613 has the correct iso formatted date3614 without clear_status_at set3615 returns nil3616 without status3617 returns nil3618 #profile_tabs3619 with public profile3620 includes all the expected tabs3621 with private profile3622 is empty3623 #user_internal_regex_data3624 user_default_external: false, user_default_internal_regex: nil, result: {:user_internal_regex_pattern=>nil, :user_internal_regex_options=>nil}3625 is expected to eq {:user_internal_regex_options=>nil, :user_internal_regex_pattern=>nil}3626 user_default_external: false, user_default_internal_regex: "", result: {:user_internal_regex_pattern=>nil, :user_internal_regex_options=>nil}3627 is expected to eq {:user_internal_regex_options=>nil, :user_internal_regex_pattern=>nil}3628 user_default_external: false, user_default_internal_regex: "mockRegexPattern", result: {:user_internal_regex_pattern=>nil, :user_internal_regex_options=>nil}3629 is expected to eq {:user_internal_regex_options=>nil, :user_internal_regex_pattern=>nil}3630 user_default_external: true, user_default_internal_regex: nil, result: {:user_internal_regex_pattern=>nil, :user_internal_regex_options=>nil}3631 is expected to eq {:user_internal_regex_options=>nil, :user_internal_regex_pattern=>nil}3632 user_default_external: true, user_default_internal_regex: "", result: {:user_internal_regex_pattern=>nil, :user_internal_regex_options=>nil}3633 is expected to eq {:user_internal_regex_options=>nil, :user_internal_regex_pattern=>nil}3634 user_default_external: true, user_default_internal_regex: "mockRegexPattern", result: {:user_internal_regex_pattern=>"mockRegexPattern", :user_internal_regex_options=>"i"}3635 is expected to eq {:user_internal_regex_options=>"i", :user_internal_regex_pattern=>"mockRegexPattern"}3636 #current_user_menu_items3637 includes all default items3638 includes the profile tab if the user can read themself3639 includes the settings tab if the user can update themself3640 when terms are enforced3641 hides the profile and the settings tab3642# [RSpecRunTime] RSpec elapsed time: 13 minutes 14.75 seconds. Current RSS: ~1537M. load average: 1.12 1.13 1.27 1/286 45133643 #can_impersonate_user3644 is expected to equal true3645 when password is expired3646 is expected to equal false3647 when impersonation is in progress3648 is expected to equal false3649 when user is blocked3650 is expected to equal false3651 when user is internal3652 is expected to equal false3653 #impersonation_error_text3654 when password is expired3655 is expected to eq "You cannot impersonate a user with an expired password"3656 when impersonation is in progress3657 is expected to eq "You are already impersonating another user"3658 when user is blocked3659 is expected to eq "You cannot impersonate a blocked user"3660 when user is internal3661 is expected to eq "You cannot impersonate an internal user"3662 when user is inactive3663 is expected to eq "You cannot impersonate a user who cannot log in"3664 #user_badges_in_admin_section3665 with a blocked user3666 returns the blocked badge3667 with a pending approval user3668 returns the pending approval badge3669 with a banned user3670 returns the banned badge3671 with an admin user3672 returns the admin badge3673 with a bot3674 returns the bot badge3675 with an external user3676 returns the external badge3677 with the current user3678 returns the "It's You" badge3679 with an external blocked admin3680 returns the blocked, admin and external badges3681 with a locked user3682 returns the "Locked" badge3683 get badges for normal user3684 returns no badges3685 #can_force_email_confirmation?3686 for a user that is already confirmed3687 is expected to eq false3688 for a user that is not confirmed3689 is expected to eq true3690 #work_information3691 when neither organization nor job_title are present3692 is expected to be nil3693 when user parameter is nil3694 is expected to be nil3695 without schema markup3696 when both job_title and organization are present3697 returns job title concatenated with organization3698 when only organization is present3699 returns organization3700 when only job_title is present3701 returns job title3702 with schema markup3703 when both job_title and organization are present3704 returns job title concatenated with organization3705 when only organization is present3706 returns organization3707 when only job_title is present3708 returns job title3709 #user_display_name3710 for a confirmed user3711 is expected to eq "Sidney Jones805"3712 for an unconfirmed user3713 is expected to eq "Unconfirmed user"3714 when current user is an admin3715 is expected to eq "Sidney Jones807"3716 when the current user is self3717 is expected to eq "Sidney Jones809"3718 for a blocked user3719 is expected to eq "Blocked user"3720 #admin_users_data_attributes3721 users matches the serialized json3722 paths matches the schema3723 #confirm_user_data3724 sets `path` key correctly3725 sets `modal_attributes` key to valid json3726 when `user.unconfirmed_email` is set3727 sets `modal_attributes.messageHtml` correctly3728 when `user.unconfirmed_email` is not set3729 sets `modal_attributes.messageHtml` correctly3730 #user_email_help_text3731 when `user.unconfirmed_email` is not set3732 contains avatar detection text3733 when `user.unconfirmed_email` is set3734 contains resend confirmation e-mail text3735 #admin_user_actions_data_attributes3736 user matches the serialized json3737 paths matches the schema3738 #user_profile_tabs_app_data3739 returns expected hash3740 when user does not have create_snippet permissions3741 returns nil for new_snippet_path property3742 #load_max_project_member_accesses3743 without current_user3744 executes no queries37461st Try error in ./spec/helpers/users_helper_spec.rb:616:3747Expected a maximum of 0 queries, got 1:3748SELECT "project_group_links"."id" AS t0_r0, "project_group_links"."project_id" AS t0_r1, "project_group_links"."group_id" AS t0_r2, "project_group_links"."created_at" AS t0_r3, "project_group_links"."updated_at" AS t0_r4, "project_group_links"."group_access" AS t0_r5, "project_group_links"."expires_at" AS t0_r6, "namespaces"."id" AS t1_r0, "namespaces"."name" AS t1_r1, "namespaces"."path" AS t1_r2, "namespaces"."owner_id" AS t1_r3, "namespaces"."created_at" AS t1_r4, "namespaces"."updated_at" AS t1_r5, "namespaces"."type" AS t1_r6, "namespaces"."description" AS t1_r7, "namespaces"."avatar" AS t1_r8, "namespaces"."membership_lock" AS t1_r9, "namespaces"."share_with_group_lock" AS t1_r10, "namespaces"."visibility_level" AS t1_r11, "namespaces"."request_access_enabled" AS t1_r12, "namespaces"."ldap_sync_status" AS t1_r13, "namespaces"."ldap_sync_error" AS t1_r14, "namespaces"."ldap_sync_last_update_at" AS t1_r15, "namespaces"."ldap_sync_last_successful_update_at" AS t1_r16, "namespaces"."ldap_sync_last_sync_at" AS t1_r17, "namespaces"."description_html" AS t1_r18, "namespaces"."lfs_enabled" AS t1_r19, "namespaces"."parent_id" AS t1_r20, "namespaces"."shared_runners_minutes_limit" AS t1_r21, "namespaces"."repository_size_limit" AS t1_r22, "namespaces"."require_two_factor_authentication" AS t1_r23, "namespaces"."two_factor_grace_period" AS t1_r24, "namespaces"."cached_markdown_version" AS t1_r25, "namespaces"."project_creation_level" AS t1_r26, "namespaces"."runners_token" AS t1_r27, "namespaces"."file_template_project_id" AS t1_r28, "namespaces"."saml_discovery_token" AS t1_r29, "namespaces"."runners_token_encrypted" AS t1_r30, "namespaces"."custom_project_templates_group_id" AS t1_r31, "namespaces"."auto_devops_enabled" AS t1_r32, "namespaces"."extra_shared_runners_minutes_limit" AS t1_r33, "namespaces"."last_ci_minutes_notification_at" AS t1_r34, "namespaces"."last_ci_minutes_usage_notification_level" AS t1_r35, "namespaces"."subgroup_creation_level" AS t1_r36, "namespaces"."emails_disabled" AS t1_r37, "namespaces"."max_pages_size" AS t1_r38, "namespaces"."max_artifacts_size" AS t1_r39, "namespaces"."mentions_disabled" AS t1_r40, "namespaces"."default_branch_protection" AS t1_r41, "namespaces"."max_personal_access_token_lifetime" AS t1_r42, "namespaces"."push_rule_id" AS t1_r43, "namespaces"."shared_runners_enabled" AS t1_r44, "namespaces"."allow_descendants_override_disabled_shared_runners" AS t1_r45, "namespaces"."traversal_ids" AS t1_r46, "namespaces"."organization_id" AS t1_r47 FROM "project_group_links" LEFT OUTER JOIN "namespaces" ON "namespaces"."id" = "project_group_links"."group_id" AND "namespaces"."type" = 'Group' WHERE "namespaces"."type" = 'Group' AND "project_group_links"."project_id" IN (587, 588, 589) /*application:test,correlation_id:dbcb352d115137975f4ce3176e1f9294,db_config_name:main,line:/ee/app/helpers/ee/users_helper.rb:63:in `preload_project_associations'*/3750RSpec::Retry: 2nd try ./spec/helpers/users_helper_spec.rb:6163751# [RSpecRunTime] RSpec elapsed time: 13 minutes 24.26 seconds. Current RSS: ~1528M. load average: 1.10 1.12 1.27 1/287 45163752 when current_user is present3753 preloads ProjectPolicy#lookup_access_level! and UsersHelper#max_member_project_member_access for current_user in two queries3754 #moderation_status3755 when user is nil3756 is expected to be nil3757 when a user is banned3758 is expected to eq "Banned"3759 when a user is blocked3760 is expected to eq "Blocked"3761 when a user is active3762 is expected to eq "Active"3763 #user_profile_actions_data3764 user is current user3765 behaves like user cannot report3766 returns data without reporting related data3767 user is not current user3768 returns data for reporting related data3769 when logged out3770 behaves like user cannot report3771 returns data without reporting related data3772# [RSpecRunTime] Finishing example group spec/helpers/users_helper_spec.rb. It took 16.93 seconds. Expected to take 31.75 seconds.3773# [RSpecRunTime] Starting example group spec/services/work_items/create_service_spec.rb. Expected to take 30.64 seconds.3774WorkItems::CreateService3775 behaves like creates work item in container3776 #execute3777 publishes WorkItems::WorkItemCreatedEvent3778 when user is not allowed to create a work item in the container3779 is expected to be error3780 returns an access error3781# [RSpecRunTime] RSpec elapsed time: 13 minutes 27.74 seconds. Current RSS: ~1525M. load average: 1.09 1.12 1.27 1/287 45183782 when applying quick actions3783 when work item type is not the default Issue3784 saves the work item without applying the quick action3785 when work item type is the default Issue3786 saves the work item and applies the quick action3787 when params are valid3788 created instance is a WorkItem3789 calls NewIssueWorker with correct arguments3790 when params are invalid3791 is expected to be error3792 returns validation errors3793 does not execute after-create transaction widgets3794 checking spam3795 checks for spam3796 when `perform_spam_check` is set to `false`3797 does not check for spam3798 behaves like work item widgetable service3799 executes callbacks for expected widgets3800 hierarchy widget3801 when user can admin parent link3802 when parent is valid work item3803 creates new work item and sets parent reference3804 when parent type is invalid3805 behaves like fails creating work item and returns errors3806 does not create new work item if parent can not be set3807 when user cannot admin parent link3808 behaves like fails creating work item and returns errors3809 does not create new work item if parent can not be set3810 behaves like creates work item in container3811 #execute3812 publishes WorkItems::WorkItemCreatedEvent3813 when user is not allowed to create a work item in the container3814 is expected to be error3815 returns an access error3816# [RSpecRunTime] RSpec elapsed time: 13 minutes 34.97 seconds. Current RSS: ~1514M. load average: 1.08 1.12 1.27 1/287 45193817 when applying quick actions3818 when work item type is not the default Issue3819 saves the work item without applying the quick action3820 when work item type is the default Issue3821 saves the work item and applies the quick action3822 when params are valid3823 created instance is a WorkItem3824 calls NewIssueWorker with correct arguments3825 when params are invalid3826 is expected to be error3827 returns validation errors3828 does not execute after-create transaction widgets3829 checking spam3830 checks for spam3831 when `perform_spam_check` is set to `false`3832 does not check for spam3833 behaves like work item widgetable service3834 executes callbacks for expected widgets3835 hierarchy widget3836 when user can admin parent link3837 when parent is valid work item3838 creates new work item and sets parent reference3839 when parent type is invalid3840 behaves like fails creating work item and returns errors3841 does not create new work item if parent can not be set3842 when user cannot admin parent link3843 behaves like fails creating work item and returns errors3844 does not create new work item if parent can not be set3845 behaves like creates work item in container3846 #execute3847 publishes WorkItems::WorkItemCreatedEvent3848 when user is not allowed to create a work item in the container3849 is expected to be error3850 returns an access error3851# [RSpecRunTime] RSpec elapsed time: 13 minutes 42.08 seconds. Current RSS: ~1513M. load average: 1.08 1.11 1.27 1/287 45203852 when applying quick actions3853 when work item type is not the default Issue3854 saves the work item without applying the quick action3855 when work item type is the default Issue3856 saves the work item and applies the quick action3857 when params are valid3858 created instance is a WorkItem3859 calls NewIssueWorker with correct arguments3860 when params are invalid3861 is expected to be error3862 returns validation errors3863 does not execute after-create transaction widgets3864 checking spam3865 checks for spam3866 when `perform_spam_check` is set to `false`3867 does not check for spam3868 behaves like work item widgetable service3869 executes callbacks for expected widgets3870 hierarchy widget3871 when user can admin parent link3872 when parent is valid work item3873 creates new work item and sets parent reference3874 when parent type is invalid3875 behaves like fails creating work item and returns errors3876 does not create new work item if parent can not be set3877 when user cannot admin parent link3878 behaves like fails creating work item and returns errors3879 does not create new work item if parent can not be set3880# [RSpecRunTime] Finishing example group spec/services/work_items/create_service_spec.rb. It took 20.82 seconds. Expected to take 30.64 seconds.3881# [RSpecRunTime] Starting example group spec/helpers/merge_requests_helper_spec.rb. Expected to take 28.15 seconds.3882MergeRequestsHelper3883 #format_mr_branch_names3884 within the same project3885 is expected to eq ["master", "feature"]3886# [RSpecRunTime] RSpec elapsed time: 13 minutes 48.11 seconds. Current RSS: ~1510M. load average: 1.15 1.13 1.27 1/293 45613887 within different projects3888 is expected to eq ["group22/project-615:master", "namespace614/project-614:feature"]3889# [RSpecRunTime] RSpec elapsed time: 13 minutes 49.71 seconds. Current RSS: ~1508M. load average: 1.15 1.13 1.27 1/293 45623890 #diffs_tab_pane_data3891 for endpoint_diff_for_path3892 when sub-group project namespace3893 returns expected values3894 #merge_path_description3895 forked with arrow3896 is expected to eq "Project:Branches: group25/project-618:master → namespace616/project-617:feature"3897# [RSpecRunTime] RSpec elapsed time: 13 minutes 52.07 seconds. Current RSS: ~1506M. load average: 1.15 1.13 1.27 1/292 45633898 forked default3899 is expected to eq "Project:Branches: group26/project-620:master to namespace617/project-619:feature"3900# [RSpecRunTime] RSpec elapsed time: 13 minutes 53.66 seconds. Current RSS: ~1501M. load average: 1.13 1.12 1.27 1/292 45643901 with arrow3902 is expected to eq "Branches: master → feature"3903 default3904 is expected to eq "Branches: master to feature"3905 #tab_link_for3906 supports the :force_link option3907 removes the data-toggle attributes3908# [RSpecRunTime] RSpec elapsed time: 13 minutes 56.23 seconds. Current RSS: ~1499M. load average: 1.13 1.12 1.27 1/293 46053909 #user_merge_requests_counts3910 returns assigned, review requested and total merge request counts3911 #reviewers_label3912 when multiple reviewers exist3913 returns reviewer label with reviewer names3914 returns reviewer label only with include_value: false3915 when the name contains a URL3916 returns sanitized name3917 when one reviewer exists3918 returns reviewer label with no names3919 returns reviewer label only with include_value: false3920 when no reviewers exist3921 returns reviewer label with no names3922 returns reviewer label only with include_value: false3923 #merge_request_source_branch3924 when merge request is a fork3925 does show the fork icon3926 escapes properly3927# [RSpecRunTime] RSpec elapsed time: 14 minutes 0.7 second. Current RSS: ~1506M. load average: 1.12 1.12 1.27 1/293 46063928 when merge request is not a fork3929 does not show the fork icon3930 #tab_count_display3931 when merge request is preparing3932 is expected to eq "-"3933 is expected to eq "-"3934# [RSpecRunTime] RSpec elapsed time: 14 minutes 3.7 seconds. Current RSS: ~1518M. load average: 1.27 1.15 1.27 1/294 46863935 when merge request is prepared3936 is expected to eq 103937 is expected to eq "10"3938# [RSpecRunTime] RSpec elapsed time: 14 minutes 6.12 seconds. Current RSS: ~1528M. load average: 1.27 1.15 1.27 1/293 47653939 #allow_collaboration_unavailable_reason3940 when the merge request allows collaboration for the user3941 is expected to be nil3942 when the project is private3943 is expected to eq "Not available for private projects"3944 when the source branch is protected3945 is expected to eq "Not available for protected branches"3946 when the merge request author cannot push to the source project3947 is expected to eq "Merge request author cannot push to target project"3948# [RSpecRunTime] Finishing example group spec/helpers/merge_requests_helper_spec.rb. It took 21.97 seconds. Expected to take 28.15 seconds.3949# [RSpecRunTime] Starting example group spec/models/error_tracking/project_error_tracking_setting_spec.rb. Expected to take 27.29 seconds.3950ErrorTracking::ProjectErrorTrackingSetting3951 does not allow STI3952 Associations3953 is expected to belong to project required: false3954# [RSpecRunTime] RSpec elapsed time: 14 minutes 10.58 seconds. Current RSS: ~1511M. load average: 1.25 1.15 1.27 1/292 48183955 Validations3956 is expected to validate that the length of :api_url is at most 2553957 is expected to allow :api_url to be ‹"http://gitlab.com/api/0/projects/project1/something"›3958 is expected not to allow :api_url to be ‹"http://gitlab.com/api/0/projects/project1/something€"›3959 disallows non-booleans in enabled column3960 allows booleans in enabled column3961 rejects invalid api_urls3962 fails validation without org and project slugs3963 presence validations3964 enabled: true, integrated: true, token: nil, api_url: nil, valid?: true3965 is expected to eq true3966# [RSpecRunTime] RSpec elapsed time: 14 minutes 13.3 seconds. Current RSS: ~1554M. load average: 1.23 1.15 1.27 1/292 48193967 enabled: true, integrated: false, token: nil, api_url: nil, valid?: false3968 is expected to eq false3969 enabled: true, integrated: false, token: nil, api_url: "http://example.com/api/0/projects/org-slug/proj-slug/", valid?: false3970 is expected to eq false3971 enabled: true, integrated: false, token: "token", api_url: nil, valid?: false3972 is expected to eq false3973 enabled: true, integrated: false, token: "token", api_url: "http://example.com/api/0/projects/org-slug/proj-slug/", valid?: true3974 is expected to eq true3975 enabled: false, integrated: false, token: nil, api_url: nil, valid?: true3976 is expected to eq true3977 enabled: false, integrated: false, token: nil, api_url: "http://example.com/api/0/projects/org-slug/proj-slug/", valid?: true3978 is expected to eq true3979 enabled: false, integrated: false, token: "token", api_url: nil, valid?: true3980 is expected to eq true3981 enabled: false, integrated: false, token: "token", api_url: "http://example.com/api/0/projects/org-slug/proj-slug/", valid?: true3982 is expected to eq true3983 Callbacks3984 after_save :create_client_key!3985 without client key3986 creates a new client key3987 with sentry backend3988 does not create a new client key3989 when feature disabled3990 does not create a new client key3991 when client key already exists3992 does not create a new client key3993 before_validation :reset_token3994 when a token was previously set3995 resets token if url changed3996 does not reset token if new url is set together with the same token3997 does not reset token if new url is set together with a new token3998# [RSpecRunTime] RSpec elapsed time: 14 minutes 16.73 seconds. Current RSS: ~1595M. load average: 1.23 1.15 1.27 1/292 48203999 .extract_sentry_external_url4000 when passing a URL4001 is expected to eq "https://sentrytest.gitlab.com/sentry-org/sentry-project"4002 when passing nil4003 is expected to be nil4004 #sentry_external_url4005 returns the correct url4006 #sentry_client4007 is expected to be a kind of ErrorTracking::SentryClient4008 is expected to have attributes {:token => "access_token_123", :url => "https://sentrytest.gitlab.com/api/0/projects/sentry-org/sentry-project"}4009 #list_sentry_issues4010 when cached4011 returns cached issues4012 when not cached4013 returns nil4014 client errors4015 exception: ErrorTracking::SentryClient::Error, error_type: "non_20x_response_from_sentry", error_message: "something"4016 returns an error4017 exception: ErrorTracking::SentryClient::MissingKeysError, error_type: "missing_keys_in_sentry_response", error_message: "something"4018 returns an error4019 exception: ErrorTracking::SentryClient::ResponseInvalidSizeError, error_type: "invalid_size_of_sentry_response", error_message: "something"4020 returns an error4021 exception: ErrorTracking::SentryClient::Issue::BadRequestError, error_type: "bad_request_for_sentry_api", error_message: "something"4022 returns an error4023 exception: StandardError, error_type: nil, error_message: "Unexpected Error"4024 returns an error4025 #list_sentry_projects4026 calls sentry client4027 #issue_details4028 when cached4029 is expected to eq {:issue=>#<Gitlab::ErrorTracking::DetailedError:0x000079a5bc383520 @id="1", @title="title", @type="er..., @first_release_version="12345678", @tags={:level=>"error", :logger=>"rails"}, @gitlab_commit=nil>}4030 is expected to eq "12345678"4031 is expected to eq nil4032 is expected to eq nil4033 when release version is nil4034 is expected to eq nil4035 is expected to eq nil4036 when repo commit matches first release version4037 is expected to eq "12345678"4038 is expected to eq "/namespace637/project-642/-/commit/12345678"4039 when not cached4040 is expected not to receive sentry_client(*(any args)) 0 times4041 is expected to be nil4042 #issue_latest_event4043 returns the error event4044 #update_issue4045 when sentry response is successful4046 returns the successful response4047 when sentry raises an error4048 returns the successful response4049 when sentry_project_id is not set4050 when sentry_project_id is not set4051 tries to backfill it from sentry API4052 when the project cannot be found on sentry4053 raises error4054 when mismatching sentry_project_id is detected4055 raises error4056 passing parameters to sentry client4057 returns the successful response4058 slugs4059 behaves like slug from api_url4060 when api_url is correct4061 returns slug4062 when api_url is blank4063 returns nil4064 behaves like slug from api_url4065 when api_url is correct4066 returns slug4067 when api_url is blank4068 returns nil4069 names from api_url4070 behaves like name from api_url4071 when name is present in DB4072 returns name from DB4073 when name is null in DB4074 titleizes and returns slug from api_url4075 returns nil when api_url is incorrect4076 returns nil when api_url is blank4077 behaves like name from api_url4078 when name is present in DB4079 returns name from DB4080 when name is null in DB4081 titleizes and returns slug from api_url4082 returns nil when api_url is incorrect4083 returns nil when api_url is blank4084 .build_api_url_from4085 correctly builds api_url with slugs4086 correctly builds api_url without slugs4087 does not raise exception with invalid url4088 returns nil when api_host is blank4089 #api_host4090 when api_url exists4091 extracts the api_host from api_url4092 when api_url is nil4093 returns nil4094 #expire_issues_cache4095 clears the cache4096 #sentry_enabled4097 enabled: true, integrated: false, sentry_enabled: true4098 is expected to eq true4099 enabled: true, integrated: true, sentry_enabled: false4100 is expected to eq false4101 enabled: true, integrated: true, sentry_enabled: false4102 is expected to eq false4103 enabled: false, integrated: false, sentry_enabled: false4104 is expected to eq false4105 #integrated_enabled?4106 enabled: true, integrated: false, integrated_enabled: false4107 is expected to eq false4108 enabled: false, integrated: true, integrated_enabled: false4109 is expected to eq false4110 enabled: true, integrated: true, integrated_enabled: true4111 is expected to eq true4112 #gitlab_dsn4113 is expected to eq "http://glet_5558553b1bca6d4ec91ad25d6e0fcc25@localhost:8080/errortracking/api/v1/projects/617"4114# [RSpecRunTime] Finishing example group spec/models/error_tracking/project_error_tracking_setting_spec.rb. It took 16.26 seconds. Expected to take 27.29 seconds.4115# [RSpecRunTime] Starting example group spec/services/design_management/delete_designs_service_spec.rb. Expected to take 26.59 seconds.4116DesignManagement::DeleteDesignsService4117 #execute4118 when the feature is not available4119 does not create any events in the activity stream4120 behaves like a service error4121 returns an error4122# [RSpecRunTime] RSpec elapsed time: 14 minutes 26.94 seconds. Current RSS: ~1589M. load average: 1.20 1.14 1.27 1/290 48844123 when the feature is available4124 is able to delete designs4125 no designs were passed4126 does not log any events4127 does not log any UsageData metrics4128 behaves like a top-level error4129 raises an en expected error4130# [RSpecRunTime] RSpec elapsed time: 14 minutes 28.31 seconds. Current RSS: ~1584M. load average: 1.18 1.14 1.27 1/292 49174131 one design is passed4132 removes that design4133 logs a deletion event4134 updates UsageData for removed designs4135 creates an event in the activity stream4136 informs the new-version-worker4137 creates a new version4138 returns the new version4139 removes the design from the current design list4140 marks the design as deleted4141 schedules deleting todos for that design4142 behaves like a success4143 returns successfully4144 saves the user as the author4145# [RSpecRunTime] RSpec elapsed time: 14 minutes 37.38 seconds. Current RSS: ~1542M. load average: 1.15 1.13 1.26 1/292 56794146 behaves like internal event tracking4147 logs to Snowplow4148 more than one design is passed4149 makes the correct changes4150 schedules deleting todos for that design4151 behaves like a success4152 returns successfully4153 saves the user as the author4154# [RSpecRunTime] RSpec elapsed time: 14 minutes 41.32 seconds. Current RSS: ~1540M. load average: 1.15 1.13 1.26 1/292 59954155 after executing the service4156 removes the removed designs from the current design list4157 does not make the designs impossible to find4158 associates the new version with all the designs4159 marks all deleted designs as deleted4160 marks all deleted designs with the same deletion version4161# [RSpecRunTime] RSpec elapsed time: 14 minutes 45.32 seconds. Current RSS: ~1537M. load average: 1.14 1.13 1.26 1/292 63114162 scalability4163 makes the same number of DB requests for one design as for several4164# [RSpecRunTime] RSpec elapsed time: 14 minutes 46.96 seconds. Current RSS: ~1536M. load average: 1.14 1.13 1.26 1/292 64694165# [RSpecRunTime] Finishing example group spec/services/design_management/delete_designs_service_spec.rb. It took 22.04 seconds. Expected to take 26.59 seconds.4166# [RSpecRunTime] Starting example group spec/services/clusters/update_service_spec.rb. Expected to take 24.75 seconds.4167Clusters::UpdateService4168 #execute4169 when correct params4170 when enabled is true4171 enables cluster4172# [RSpecRunTime] RSpec elapsed time: 14 minutes 48.4 seconds. Current RSS: ~1547M. load average: 1.13 1.13 1.26 1/292 64704173 when enabled is false4174 disables cluster4175# [RSpecRunTime] RSpec elapsed time: 14 minutes 49.46 seconds. Current RSS: ~1550M. load average: 1.13 1.13 1.26 1/292 64714176 when namespace is specified4177 updates namespace4178# [RSpecRunTime] RSpec elapsed time: 14 minutes 50.64 seconds. Current RSS: ~1553M. load average: 1.13 1.13 1.26 1/292 64724179 when service token is empty4180 does not update the token4181# [RSpecRunTime] RSpec elapsed time: 14 minutes 51.67 seconds. Current RSS: ~1556M. load average: 1.13 1.13 1.26 1/292 64734182 when service token is not empty4183 updates the token4184# [RSpecRunTime] RSpec elapsed time: 14 minutes 52.83 seconds. Current RSS: ~1559M. load average: 1.12 1.13 1.26 1/292 64744185 when invalid params4186 returns false4187# [RSpecRunTime] RSpec elapsed time: 14 minutes 53.96 seconds. Current RSS: ~1561M. load average: 1.12 1.13 1.26 1/292 64754188 when cluster is provided by GCP4189 does not change cluster name4190 when cluster is being created4191 rejects changes4192# [RSpecRunTime] RSpec elapsed time: 14 minutes 55.47 seconds. Current RSS: ~1561M. load average: 1.12 1.13 1.26 1/292 64764193 when params includes :management_project_id4194 management_project is non-existent4195 does not update management_project_id4196# [RSpecRunTime] RSpec elapsed time: 14 minutes 56.52 seconds. Current RSS: ~1563M. load average: 1.12 1.13 1.26 1/292 64774197 project cluster4198 user is authorized to adminster manangement_project4199 updates management_project_id4200# [RSpecRunTime] RSpec elapsed time: 14 minutes 58.07 seconds. Current RSS: ~1556M. load average: 1.11 1.12 1.26 1/287 64784201 user is not authorized to adminster manangement_project4202 does not update management_project_id4203# [RSpecRunTime] RSpec elapsed time: 14 minutes 59.42 seconds. Current RSS: ~1557M. load average: 1.11 1.12 1.26 1/287 64794204 cluster already has a management project set4205 unsets management_project_id4206# [RSpecRunTime] RSpec elapsed time: 15 minutes 1.0 second. Current RSS: ~1558M. load average: 1.11 1.12 1.26 1/288 64804207 manangement_project is outside of the namespace scope4208 does not update management_project_id4209# [RSpecRunTime] RSpec elapsed time: 15 minutes 2.67 seconds. Current RSS: ~1558M. load average: 1.10 1.12 1.26 1/288 64814210 group cluster4211 user is authorized to adminster manangement_project4212 updates management_project_id4213# [RSpecRunTime] RSpec elapsed time: 15 minutes 3.78 seconds. Current RSS: ~1552M. load average: 1.10 1.12 1.26 1/287 64824214 user is not authorized to adminster manangement_project4215 does not update management_project_id4216 cluster already has a management project set4217 unsets management_project_id4218 manangement_project is outside of the namespace scope4219 does not update management_project_id4220# [RSpecRunTime] RSpec elapsed time: 15 minutes 6.58 seconds. Current RSS: ~1553M. load average: 1.10 1.12 1.26 1/287 64834221 instance cluster4222 user is authorized to adminster manangement_project4223 updates management_project_id4224 user is not authorized to adminster manangement_project4225 does not update management_project_id4226 cluster already has a management project set4227 unsets management_project_id4228# [RSpecRunTime] Finishing example group spec/services/clusters/update_service_spec.rb. It took 21.77 seconds. Expected to take 24.75 seconds.4229# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/lint_spec.rb. Expected to take 24.23 seconds.4230Gitlab::Ci::Lint4231 #validate4232 when user has permissions to write the ref4233 when using default static mode4234 does not catch advanced logical errors4235 uses YamlProcessor4236 behaves like content with errors and warnings4237 when content has errors4238 returns a result with errors4239# [RSpecRunTime] RSpec elapsed time: 15 minutes 10.76 seconds. Current RSS: ~1566M. load average: 1.09 1.12 1.25 1/292 65114240 when content has warnings4241 returns a result with warnings4242 when content has more warnings than max limit4243 returns a result with warnings4244 when content has errors and warnings4245 returns a result with errors and warnings4246 behaves like content is valid4247 returns a valid result4248 includes extra attributes4249 behaves like sets config metadata4250 sets merged_config4251 sets includes4252 behaves like when sha is not provided4253 runs YamlProcessor with verify_project_sha: false4254 when sha is provided4255 runs YamlProcessor with verify_project_sha: true4256 behaves like content is valid4257 returns a valid result4258 when the sha is invalid4259 behaves like content is valid4260 returns a valid result4261 when the sha is from a fork4262 when a project ref contains the sha4263 behaves like content is valid4264 returns a valid result4265# [RSpecRunTime] RSpec elapsed time: 15 minutes 18.11 seconds. Current RSS: ~1559M. load average: 1.15 1.13 1.26 1/293 67264266 when a project ref does not contain the sha4267 returns an error4268 when verify_project_sha is false4269 behaves like when sha is not provided4270 runs YamlProcessor with verify_project_sha: false4271 when using dry run mode4272 runs advanced logical validations4273 uses Ci::CreatePipelineService4274 behaves like content with errors and warnings4275 when content has errors4276 returns a result with errors4277# [RSpecRunTime] RSpec elapsed time: 15 minutes 20.33 seconds. Current RSS: ~1551M. load average: 1.15 1.13 1.26 3/294 67564278 when content has warnings4279 returns a result with warnings4280 when content has more warnings than max limit4281 returns a result with warnings4282 when content has errors and warnings4283 returns a result with errors and warnings4284 behaves like content is valid4285 returns a valid result4286 does not include extra attributes4287 when using a ref other than the default branch4288 includes only jobs that are excluded on the default branch4289 behaves like sets config metadata4290 sets merged_config4291 sets includes4292# [RSpecRunTime] RSpec elapsed time: 15 minutes 24.46 seconds. Current RSS: ~1537M. load average: 1.14 1.13 1.26 1/292 68714293 when user does not have permissions to write the ref4294 when using default static mode4295 behaves like content is valid4296 returns a valid result4297 when using dry run mode4298 does not allow validation4299 pipeline logger4300 when the duration is under the threshold4301 does not create a log entry4302 when the durations exceeds the threshold4303 creates a log entry4304 when the feature flag is disabled4305 does not create a log entry4306 when project is not provided4307 creates a log entry without project_id4308# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/lint_spec.rb. It took 17.55 seconds. Expected to take 24.23 seconds.4309# [RSpecRunTime] Starting example group spec/lib/gitlab/redis/cluster_repository_cache_spec.rb. Expected to take 22.91 seconds.4310Gitlab::Redis::ClusterRepositoryCache4311 #fetch_config4312 when redis.yml exists4313 when the fallback has a redis.yml entry4314 is expected to eq {"fallback redis.yml"=>123}4315 and an instance config file exists4316 is expected to eq {"instance specific file"=>456}4317 and the instance has a redis.yml entry4318 is expected to eq {"instance redis.yml"=>789}4319 when no redis config file exsits4320 returns nil4321 when resque.yml exists4322 returns the config from resque.yml4323 .pool4324 when not using fallback config4325 creates its own connection pool4326 when using fallback config4327 uses the fallback class connection pool4328 behaves like redis_shared_examples4329 .config_file_name4330 when there is no config file anywhere4331 is expected to be nil4332 .store4333 with old format4334 behaves like redis store4335 instantiates Redis::Store4336 with the namespace4337 uses specified namespace4338 with new format4339 behaves like redis store4340 instantiates Redis::Store4341 with the namespace4342 uses specified namespace4343 .params4344 withstands mutation4345 with command to generate extra config specified4346 when the command returns valid yaml4347 merges config from command on top of config from file4348 when the command returns invalid yaml4349 raises error4350 when the parsed external command output returns invalid hash4351 raises an error4352 when the command fails4353 raises error4354 when url contains unix socket reference4355 with old format4356 returns path key instead4357 with new format4358 returns path key instead4359 when url is host based4360 with old format4361 returns hash with host, port, db, and password4362 with new format4363 rails_env: "development", host: "development-host"4364 returns hash with host, port, db, and password4365 does not raise ArgumentError for invalid keywords in SentinelConfig4366 rails_env: "test", host: "test-host"4367 returns hash with host, port, db, and password4368 does not raise ArgumentError for invalid keywords in SentinelConfig4369 rails_env: "production", host: "production-host"4370 returns hash with host, port, db, and password4371 does not raise ArgumentError for invalid keywords in SentinelConfig4372 behaves like instrumentation_class in custom key4373 moves instrumentation class into custom4374 with redis cluster format4375 rails_env: "development", host: "development-master"4376 returns hash with cluster and password4377 does not raise ArgumentError for invalid keywords in ClusterConfig4378 behaves like instrumentation_class in custom key4379 moves instrumentation class into custom4380 rails_env: "test", host: "test-master"4381 returns hash with cluster and password4382 does not raise ArgumentError for invalid keywords in ClusterConfig4383 behaves like instrumentation_class in custom key4384 moves instrumentation class into custom4385 rails_env: "production", host: "production-master"4386 returns hash with cluster and password4387 does not raise ArgumentError for invalid keywords in ClusterConfig4388 behaves like instrumentation_class in custom key4389 moves instrumentation class into custom4390 .url4391 withstands mutation4392 when yml file with env variable4393 reads redis url from env variable4394 .version4395 returns a version4396 .with4397 yields a ::Redis4398 when running on single-threaded runtime4399 instantiates a connection pool with size 54400 when running on multi-threaded runtime4401 instantiates a connection pool with a size based on the concurrency of the worker4402 when there is no config at all4403 can run an empty block4404 #db4405 with old format4406 returns the correct db4407 with new format4408 returns the correct db4409 with cluster-mode4410 returns the correct db4411 #sentinels4412 when sentinels are defined4413 rails_env: "development", hosts: ["development-replica1", "development-replica2"]4414 returns an array of hashes with host and port keys4415 rails_env: "test", hosts: ["test-replica1", "test-replica2"]4416 returns an array of hashes with host and port keys4417 rails_env: "production", hosts: ["production-replica1", "production-replica2"]4418 returns an array of hashes with host and port keys4419 when sentinels are not defined4420 returns nil4421 when cluster is defined4422 returns nil4423 #sentinels?4424 when sentinels are defined4425 returns true4426 when sentinels are not defined4427 is expected to eq nil4428 when cluster is defined4429 returns false4430 #raw_config_hash4431 returns old-style single url config in a hash4432 returns cluster config without url key in a hash4433 #secret_file4434 when explicitly specified in config file4435 returns the absolute path of specified file inside Rails root4436 when not explicitly specified4437 returns the default path in the encrypted settings shared directory4438 #parse_client_tls_options4439 when configuration does not have TLS related options4440 returns the coniguration as-is4441 when specified certificate file does not exist4442 raises error about missing certificate file4443 when specified key file does not exist4444 raises error about missing key file4445 when only certificate file is specified4446 renders resque.yml correctly4447 when only key file is specified4448 renders resque.yml correctly4449 when configuration valid TLS related options4450 converts cert_file and key_file appropriately4451 #fetch_config4452 raises an exception when the config file contains invalid yaml4453 when redis.yml exists4454 uses config/redis.yml4455 when no config file exsits4456 returns nil4457 when resque.yml exists4458 returns the config from resque.yml4459# [RSpecRunTime] Finishing example group spec/lib/gitlab/redis/cluster_repository_cache_spec.rb. It took 8.16 seconds. Expected to take 22.91 seconds.4460# [RSpecRunTime] Starting example group spec/finders/events_finder_spec.rb. Expected to take 22.49 seconds.4461EventsFinder4462 when targeting a user4463 returns events between specified dates filtered on action and type4464 does not return events the current_user does not have access to4465 does not include events on confidential issues the user does not have access to4466 includes confidential events user has access to4467 returns nothing when the current user cannot read cross project4468 returns nothing when the target profile is private4469# [RSpecRunTime] RSpec elapsed time: 15 minutes 43.51 seconds. Current RSS: ~1523M. load average: 1.24 1.15 1.26 1/288 69014470 wiki events4471 can find the wiki events4472# [RSpecRunTime] RSpec elapsed time: 15 minutes 45.95 seconds. Current RSS: ~1502M. load average: 1.24 1.15 1.26 1/293 69814473 dashboard events4474 scope is `all`4475 includes activity of other users4476# [RSpecRunTime] RSpec elapsed time: 15 minutes 47.89 seconds. Current RSS: ~1503M. load average: 1.22 1.15 1.26 1/293 69824477 scope is not `all`4478 does not include activity of other users4479# [RSpecRunTime] RSpec elapsed time: 15 minutes 49.68 seconds. Current RSS: ~1507M. load average: 1.22 1.15 1.26 1/293 69834480 when targeting a project4481 returns project events between specified dates filtered on action and type4482 does not return events the current_user does not have access to4483# [RSpecRunTime] RSpec elapsed time: 15 minutes 52.72 seconds. Current RSS: ~1512M. load average: 1.28 1.16 1.27 1/293 69844484# [RSpecRunTime] Finishing example group spec/finders/events_finder_spec.rb. It took 18.24 seconds. Expected to take 22.49 seconds.4485# [RSpecRunTime] Starting example group spec/lib/gitlab/git/branch_spec.rb. Expected to take 21.76 seconds.4486Gitlab::Git::Branch4487 is expected to be a kind of Array4488 .find4489 when finding branch via branch name4490 returns a branch object4491# [RSpecRunTime] RSpec elapsed time: 15 minutes 54.79 seconds. Current RSS: ~1554M. load average: 1.28 1.16 1.27 1/293 70054492 when the branch is already a branch4493 returns a branch object4494 #cache_key4495 returns a cache key that changes based on changeable values4496 #size4497 is expected to eq 854498 first branch4499 is expected to eq "'test'"4500 is expected to start with "e56497b"4501# [RSpecRunTime] RSpec elapsed time: 15 minutes 59.42 seconds. Current RSS: ~1651M. load average: 1.26 1.16 1.26 1/293 70584502 master branch4503 is expected to start with "b83d6e391c22777fca1ed3012fce84f633d7fed0"4504 with active, stale and future branches4505 examine if the branch is active or stale4506 #active?4507 is expected to be falsey4508 is expected to be truthy4509 is expected to be truthy4510# [RSpecRunTime] RSpec elapsed time: 16 minutes 3.51 seconds. Current RSS: ~1674M. load average: 1.32 1.18 1.27 1/293 72414511 #stale?4512 is expected to be truthy4513 is expected to be falsey4514 is expected to be falsey4515# [RSpecRunTime] RSpec elapsed time: 16 minutes 6.58 seconds. Current RSS: ~1638M. load average: 1.32 1.18 1.27 1/293 74134516 #state4517 is expected to eq :stale4518 is expected to eq :active4519 is expected to eq :active4520# [RSpecRunTime] RSpec elapsed time: 16 minutes 10.99 seconds. Current RSS: ~1610M. load average: 1.29 1.17 1.27 1/293 75854521# [RSpecRunTime] Finishing example group spec/lib/gitlab/git/branch_spec.rb. It took 18.29 seconds. Expected to take 21.76 seconds.4522# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/pipeline/expression/lexeme/not_equals_spec.rb. Expected to take 20.44 seconds.4523Gitlab::Ci::Pipeline::Expression::Lexeme::NotEquals4524 .build4525 with non-evaluable operands4526 creates a new instance of the token4527 with evaluable operands4528 creates a new instance of the token4529 .type4530 is an operator4531 .precedence4532 has a precedence4533 #evaluate4534 when left and right are equal4535 left_value: "string", right_value: "string"4536 is expected to eq false4537 left_value: 1, right_value: 14538 is expected to eq false4539 left_value: "", right_value: ""4540 is expected to eq false4541 left_value: nil, right_value: nil4542 is expected to eq false4543 when left and right are not equal4544 left_value: "one string", right_value: "two string"4545 is expected to eq true4546 left_value: "one string", right_value: 14547 is expected to eq true4548 left_value: "one string", right_value: 24549 is expected to eq true4550 left_value: "one string", right_value: ""4551 is expected to eq true4552 left_value: "one string", right_value: nil4553 is expected to eq true4554 left_value: "one string", right_value: false4555 is expected to eq true4556 left_value: "one string", right_value: true4557 is expected to eq true4558 left_value: "two string", right_value: "one string"4559 is expected to eq true4560 left_value: "two string", right_value: 14561 is expected to eq true4562 left_value: "two string", right_value: 24563 is expected to eq true4564 left_value: "two string", right_value: ""4565 is expected to eq true4566 left_value: "two string", right_value: nil4567 is expected to eq true4568 left_value: "two string", right_value: false4569 is expected to eq true4570 left_value: "two string", right_value: true4571 is expected to eq true4572 left_value: 1, right_value: "one string"4573 is expected to eq true4574 left_value: 1, right_value: "two string"4575 is expected to eq true4576 left_value: 1, right_value: 24577 is expected to eq true4578 left_value: 1, right_value: ""4579 is expected to eq true4580 left_value: 1, right_value: nil4581 is expected to eq true4582 left_value: 1, right_value: false4583 is expected to eq true4584 left_value: 1, right_value: true4585 is expected to eq true4586 left_value: 2, right_value: "one string"4587 is expected to eq true4588 left_value: 2, right_value: "two string"4589 is expected to eq true4590 left_value: 2, right_value: 14591 is expected to eq true4592 left_value: 2, right_value: ""4593 is expected to eq true4594 left_value: 2, right_value: nil4595 is expected to eq true4596 left_value: 2, right_value: false4597 is expected to eq true4598 left_value: 2, right_value: true4599 is expected to eq true4600 left_value: "", right_value: "one string"4601 is expected to eq true4602 left_value: "", right_value: "two string"4603 is expected to eq true4604 left_value: "", right_value: 14605 is expected to eq true4606 left_value: "", right_value: 24607 is expected to eq true4608 left_value: "", right_value: nil4609 is expected to eq true4610 left_value: "", right_value: false4611 is expected to eq true4612 left_value: "", right_value: true4613 is expected to eq true4614 left_value: nil, right_value: "one string"4615 is expected to eq true4616 left_value: nil, right_value: "two string"4617 is expected to eq true4618 left_value: nil, right_value: 14619 is expected to eq true4620 left_value: nil, right_value: 24621 is expected to eq true4622 left_value: nil, right_value: ""4623 is expected to eq true4624 left_value: nil, right_value: false4625 is expected to eq true4626 left_value: nil, right_value: true4627 is expected to eq true4628 left_value: false, right_value: "one string"4629 is expected to eq true4630 left_value: false, right_value: "two string"4631 is expected to eq true4632 left_value: false, right_value: 14633 is expected to eq true4634 left_value: false, right_value: 24635 is expected to eq true4636 left_value: false, right_value: ""4637 is expected to eq true4638 left_value: false, right_value: nil4639 is expected to eq true4640 left_value: false, right_value: true4641 is expected to eq true4642 left_value: true, right_value: "one string"4643 is expected to eq true4644 left_value: true, right_value: "two string"4645 is expected to eq true4646 left_value: true, right_value: 14647 is expected to eq true4648 left_value: true, right_value: 24649 is expected to eq true4650 left_value: true, right_value: ""4651 is expected to eq true4652 left_value: true, right_value: nil4653 is expected to eq true4654 left_value: true, right_value: false4655 is expected to eq true4656# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/pipeline/expression/lexeme/not_equals_spec.rb. It took 7.9 seconds. Expected to take 20.44 seconds.4657# [RSpecRunTime] Starting example group spec/lib/gitlab/email/handler/create_note_on_issuable_handler_spec.rb. Expected to take 20.32 seconds.4658Gitlab::Email::Handler::CreateNoteOnIssuableHandler4659 behaves like reply processing shared examples4660 when the user could not be found4661 raises a UserNotFoundError4662 when the user is not authorized to the project4663 raises a ProjectNotFound4664 behaves like note handler shared examples4665 when the noteable could not be found4666 raises a NoteableNotFoundError4667 when the note could not be saved4668 raises an InvalidNoteError4669 because the note was update commands only4670 and current user cannot update noteable4671 does not raise an error4672# [RSpecRunTime] RSpec elapsed time: 16 minutes 21.68 seconds. Current RSS: ~1617M. load average: 1.25 1.17 1.26 1/290 75864673 and current user can update noteable4674 does not raise an error4675 when the note contains quick actions4676 and current user cannot update the noteable4677 only executes the commands that the user can perform4678 and current user can update noteable4679 posts a note and updates the noteable4680# [RSpecRunTime] RSpec elapsed time: 16 minutes 24.45 seconds. Current RSS: ~1599M. load average: 1.23 1.16 1.26 1/288 75874681 when the reply is blank4682 allows email to only have quoted text4683 when discussion is locked4684 behaves like checks permissions on noteable examples4685 when user has access4686 creates a comment4687 when user does not have access4688 raises UserNotAuthorizedError4689 when everything is fine4690 adds all attachments4691 when the service desk4692 is enabled4693 when issues are enabled for everyone4694 creates a comment4695 when quick actions are present4696 when author is a normal user4697 extracted the quick actions4698# [RSpecRunTime] RSpec elapsed time: 16 minutes 30.15 seconds. Current RSS: ~1541M. load average: 1.21 1.16 1.26 1/288 75884699 when issues are protected members only4700 creates a comment4701# [RSpecRunTime] RSpec elapsed time: 16 minutes 32.14 seconds. Current RSS: ~1529M. load average: 1.21 1.16 1.26 1/288 75894702 when issues are disabled4703 does not create a comment4704# [RSpecRunTime] RSpec elapsed time: 16 minutes 33.35 seconds. Current RSS: ~1526M. load average: 1.19 1.16 1.26 1/288 75904705 when the recipient address does not include a mail key4706 raises an UnknownIncomingEmail4707 when issue is confidential4708 behaves like checks permissions on noteable examples4709 when user has access4710 creates a comment4711 when user does not have access4712 raises UserNotAuthorizedError4713# [RSpecRunTime] Finishing example group spec/lib/gitlab/email/handler/create_note_on_issuable_handler_spec.rb. It took 15.88 seconds. Expected to take 20.32 seconds.4714# [RSpecRunTime] Starting example group spec/lib/gitlab/encoding_helper_spec.rb. Expected to take 19.02 seconds.4715Gitlab::EncodingHelper4716 #encode!4717 nil4718 empty string4719 invalid utf-8 encoded string4720 frozen non-ascii string4721 leaves ascii only string as is4722 leaves valid utf8 string as is4723 removes invalid bytes from ASCII-8bit encoded multibyte string. This can occur when a git diff match line truncates in the middle of a multibyte character. This occurs after the second word in this example. The test string is as short as we can get while still triggering the error condition when not looking at `detect[:confidence]`.4724 string with detected encoding that is not supported in Ruby4725 leaves binary string as is4726 with corrupted diff4727 does not corrupt data but remove invalid characters4728# [RSpecRunTime] RSpec elapsed time: 16 minutes 37.36 seconds. Current RSS: ~1539M. load average: 1.18 1.16 1.26 1/289 76204729 #encode_utf8_no_detect4730 input: "abcd", expected: "abcd"4731 drops invalid UTF-84732 input: "DzDzDz", expected: "DzDzDz"4733 drops invalid UTF-84734 input: "Dz\xC7DzDzDz", expected: "Dz�DzDzDz"4735 drops invalid UTF-84736 input: "🐤🐤🐤🐤\xF0\x9F\x90", expected: "🐤🐤🐤🐤�"4737 drops invalid UTF-84738 #encode_utf8_with_escaping!4739 input: "abcd", expected: "abcd"4740 escapes invalid UTF-84741 input: "DzDzDz", expected: "DzDzDz"4742 escapes invalid UTF-84743 input: "Dz\xC7DzDzDz", expected: "Dz%C7DzDzDz"4744 escapes invalid UTF-84745 input: "🐤🐤🐤🐤\xF0\x9F\x90", expected: "🐤🐤🐤🐤%F0%9F%90"4746 escapes invalid UTF-84747 input: "Пр \x90", expected: "Пр %90"4748 escapes invalid UTF-84749 input: "A", expected: "A"4750 escapes invalid UTF-84751 #encode_utf84752 nil4753 empty string4754 invalid utf-8 encoded string4755 encodes valid utf8 encoded string to utf84756 encodes valid ASCII-8BIT encoded string to utf84757 encodes valid ISO-8859-1 encoded string to utf84758 Equifax branch name4759 returns empty string on conversion errors4760 replaces invalid and undefined chars with the replace argument4761 with strings that can be forcefully encoded into utf84762 doesn't use CharlockHolmes if the encoding can be forced into utf_84763# [RSpecRunTime] RSpec elapsed time: 16 minutes 40.15 seconds. Current RSS: ~1559M. load average: 1.18 1.16 1.26 1/289 76214764 #clean4765 leaves ascii only string as is4766 leaves valid utf8 string as is4767 removes invalid bytes from ASCII-8bit encoded multibyte string.4768 handles UTF-16BE encoded strings4769 encode_binary4770 encodes nil to ""4771 encodes "" to ""4772 encodes " " to " "4773 encodes "a1" to "a1"4774 encodes "编码" to "\xE7\xBC\x96\xE7\xA0\x81"4775 #binary_io4776 does not mutate the original string encoding4777 returns a copy of the IO with the correct encoding4778 #detect_encoding4779 detects encoding4780 is expected to be a kind of Hash4781 correctly detects the binary4782 data is nil4783 is expected to be nil4784 limit is provided4785 correctly detects the binary4786 #unquote_path4787 is expected to eq "\a\b\e\f\n\r\t\v\""4788 #strip_bom4789 is expected to eq "BOM at the end"4790 #force_encode_utf84791 raises an ArgumentError if the argument can't force encoding4792 returns the message if already UTF-8 and valid encoding4793 forcibly encodes a string to UTF-84794 forcibly encodes a frozen string to UTF-84795# [RSpecRunTime] Finishing example group spec/lib/gitlab/encoding_helper_spec.rb. It took 7.95 seconds. Expected to take 19.02 seconds.4796# [RSpecRunTime] Starting example group spec/services/labels/promote_service_spec.rb. Expected to take 18.3 seconds.4797Labels::PromoteService4798 #execute4799 without a group4800 fails on project without group4801 with a group4802 fails on group label4803 when there is an existing identical group label4804 uses the existing group label4805 does not create a new group label clone4806 behaves like promoting a project label to a group label4807 is truthy on success4808 removes all project labels with that title within the group4809 keeps users' subscriptions4810 recreates priorities4811 does not touch project out of promoted group4812 does not touch out of group priority4813 relinks issue with the promoted label4814 does not remove untouched labels from issue4815 does not relink untouched label in issue4816 relinks issues with merged labels4817 does not relink issues from other group4818 updates merge request4819 updates board lists4820 relinks all relations4821# [RSpecRunTime] RSpec elapsed time: 16 minutes 50.16 seconds. Current RSS: ~1593M. load average: 1.15 1.15 1.25 1/293 76804822 when there is no existing identical group label4823 recreates the label as a group label4824 copies title, description and color to cloned group label4825 behaves like promoting a project label to a group label4826 is truthy on success4827 removes all project labels with that title within the group4828 keeps users' subscriptions4829 recreates priorities4830 does not touch project out of promoted group4831 does not touch out of group priority4832 relinks issue with the promoted label4833 does not remove untouched labels from issue4834 does not relink untouched label in issue4835 relinks issues with merged labels4836 does not relink issues from other group4837 updates merge request4838 updates board lists4839 relinks all relations4840# [RSpecRunTime] RSpec elapsed time: 16 minutes 54.33 seconds. Current RSS: ~1577M. load average: 1.14 1.15 1.25 1/293 76814841# [RSpecRunTime] Finishing example group spec/services/labels/promote_service_spec.rb. It took 11.59 seconds. Expected to take 18.3 seconds.4842# [RSpecRunTime] Starting example group spec/models/concerns/group_descendant_spec.rb. Expected to take 17.84 seconds.4843GroupDescendant4844 does not allow STI4845 for a group4846 #hierarchy4847 only queries once for the ancestors4848 only queries once for the ancestors when a top is given4849 builds a hierarchy for a group4850 builds a hierarchy upto a specified parent4851 raises an error if specifying a base that is not part of the tree4852# [RSpecRunTime] RSpec elapsed time: 16 minutes 57.55 seconds. Current RSS: ~1566M. load average: 1.13 1.14 1.25 1/288 76824853 .build_hierarchy4854 combines hierarchies until the top4855 combines upto a given parent4856 handles building a tree out of order4857 tracks the exception when a parent was not preloaded4858 recovers if a parent was not reloaded by querying for the parent4859 raises an error if not all elements were preloaded4860# [RSpecRunTime] RSpec elapsed time: 17 minutes 1.72 seconds. Current RSS: ~1558M. load average: 1.13 1.14 1.25 1/288 76834861 for a project4862 #hierarchy4863 builds a hierarchy for a project4864 builds a hierarchy upto a specified parent4865# [RSpecRunTime] RSpec elapsed time: 17 minutes 3.43 seconds. Current RSS: ~1547M. load average: 1.12 1.14 1.25 1/288 76844866 .build_hierarchy4867 combines hierarchies until the top4868 combines upto a given parent4869 merges to elements in the same hierarchy4870 merges complex hierarchies4871# [RSpecRunTime] RSpec elapsed time: 17 minutes 8.36 seconds. Current RSS: ~1529M. load average: 1.11 1.14 1.25 1/288 76854872# [RSpecRunTime] Finishing example group spec/models/concerns/group_descendant_spec.rb. It took 14.02 seconds. Expected to take 17.84 seconds.4873# [RSpecRunTime] Starting example group spec/graphql/mutations/merge_requests/set_assignees_spec.rb. Expected to take 17.07 seconds.4874Mutations::MergeRequests::SetAssignees4875 when the user does not have permissions4876 #resolve4877 behaves like permission level for merge request mutation is correctly verified4878 when the user is not a project member4879 behaves like when the user does not have access to the resource4880 raises an error4881 even if assigned to the merge request4882 does not modify merge request4883# [RSpecRunTime] RSpec elapsed time: 17 minutes 10.21 seconds. Current RSS: ~1535M. load average: 1.11 1.14 1.25 1/294 77264884 even if reviewer of the merge request4885 raises an error4886 even if author of the merge request4887 raises an error4888 when the user is a project member4889 with guest role4890 behaves like when the user does not have access to the resource4891 raises an error4892 even if assigned to the merge request4893 does not modify merge request4894 even if reviewer of the merge request4895 raises an error4896 even if author of the merge request4897 raises an error4898 with reporter role4899 behaves like when the user does not have access to the resource4900 raises an error4901 even if assigned to the merge request4902 does not modify merge request4903 even if reviewer of the merge request4904 raises an error4905 even if author of the merge request4906 raises an error4907 behaves like an assignable resource4908 #resolve4909 raises an error if the resource is not accessible to the user4910 does not change assignees if the resource is not accessible to the assignees4911 returns an operational error if the resource is not accessible to the assignees4912 when the user can update the resource4913 replaces the assignee4914 returns errors when resource could not be updated4915 when passing an empty assignee list4916 removes all assignees4917# [RSpecRunTime] RSpec elapsed time: 17 minutes 18.72 seconds. Current RSS: ~1546M. load average: 1.09 1.13 1.25 1/293 77674918 when passing "append" as true4919 is a NO-OP in FOSS4920 when passing "remove" as true4921 removes named assignee4922 does not remove unnamed assignee4923# [RSpecRunTime] RSpec elapsed time: 17 minutes 21.49 seconds. Current RSS: ~1546M. load average: 1.09 1.13 1.25 1/293 77684924# [RSpecRunTime] Finishing example group spec/graphql/mutations/merge_requests/set_assignees_spec.rb. It took 13.14 seconds. Expected to take 17.07 seconds.4925# [RSpecRunTime] Starting example group spec/services/namespace_settings/update_service_spec.rb. Expected to take 16.35 seconds.4926NamespaceSettings::UpdateService4927 #execute4928 group has no namespace_settings4929 builds out a new namespace_settings record4930 group has a namespace_settings4931 doesn't create a new namespace_setting record4932 updating :default_branch_name4933 changes settings4934 when default_branch_protection is updated4935 updates default_branch_protection_defaults from the default_branch_protection param4936 when default_branch_protection_defaults is updated4937 when the user has the ability to update4938 when group is root4939 updates default_branch_protection_defaults from the default_branch_protection param4940 when group is not root4941 does not update default_branch_protection_defaults and adds an error to the namespace_settings4942 when the user does not have the ability to update4943 does not update default_branch_protection_defaults and adds an error to the namespace_settings4944 updating :resource_access_token_creation_allowed4945 when user is a group owner4946 changes settings4947 when user is not a group owner4948 does not change settings4949 returns the group owner error4950# [RSpecRunTime] RSpec elapsed time: 17 minutes 26.06 seconds. Current RSS: ~1556M. load average: 1.08 1.13 1.24 1/288 77694951 validating settings param for root group4952 setting_key: :prevent_sharing_groups_outside_hierarchy, setting_changes_from: false, setting_changes_to: true4953 when user is not a group owner4954 does not change settings4955 returns the group owner error4956# [RSpecRunTime] RSpec elapsed time: 17 minutes 27.2 seconds. Current RSS: ~1554M. load average: 1.08 1.13 1.24 1/288 77704957 with a subgroup4958 does not change settings4959 when user is a group owner4960 changes settings4961 setting_key: :new_user_signups_cap, setting_changes_from: nil, setting_changes_to: 1004962 when user is not a group owner4963 does not change settings4964 returns the group owner error4965# [RSpecRunTime] RSpec elapsed time: 17 minutes 29.6 seconds. Current RSS: ~1552M. load average: 1.08 1.13 1.24 1/288 77714966 with a subgroup4967 does not change settings4968 when user is a group owner4969 changes settings4970 setting_key: :enabled_git_access_protocol, setting_changes_from: "all", setting_changes_to: "ssh"4971 when user is not a group owner4972 does not change settings4973 returns the group owner error4974# [RSpecRunTime] RSpec elapsed time: 17 minutes 31.97 seconds. Current RSS: ~1543M. load average: 1.08 1.13 1.24 1/288 77724975 with a subgroup4976 does not change settings4977 when user is a group owner4978 changes settings4979# [RSpecRunTime] Finishing example group spec/services/namespace_settings/update_service_spec.rb. It took 11.72 seconds. Expected to take 16.35 seconds.4980# [RSpecRunTime] Starting example group spec/models/ci/build_trace_chunks/redis_spec.rb. Expected to take 15.81 seconds.4981Ci::BuildTraceChunks::Redis4982 does not allow STI4983 behaves like CI build trace chunk redis4984 #data4985 when data exists4986 returns the data4987# [RSpecRunTime] RSpec elapsed time: 17 minutes 34.43 seconds. Current RSS: ~1535M. load average: 1.07 1.13 1.24 1/288 77734988 when data does not exist4989 returns nil4990 #set_data4991 when data exists4992 overwrites data4993 when data does not exist4994 sets new data4995 #append_data4996 when valid offset is used with existing data4997 appends data4998 when data does not exist yet4999 sets new data5000 when data needs to be truncated5001 appends data and truncates stored value5002 when invalid offset is provided5003 raises an exception5004 when trace contains multi-byte UTF8 characters5005 appends data5006 when trace contains non-UTF8 characters5007 appends data5008 #delete_data5009 when data exists5010 deletes data5011 when data does not exist5012 does nothing5013 #size5014 when data exists5015 returns data bytesize correctly5016 when data does not exist5017 returns zero5018 #keys5019 returns keys5020 #delete_keys5021 deletes multiple data5022# [RSpecRunTime] Finishing example group spec/models/ci/build_trace_chunks/redis_spec.rb. It took 11.01 seconds. Expected to take 15.81 seconds.5023# [RSpecRunTime] Starting example group spec/models/onboarding/progress_spec.rb. Expected to take 15.48 seconds.5024Onboarding::Progress5025 does not allow STI5026 .register5027 for a single action5028 when the namespace was onboarded5029 registers the action for the namespace5030 does not override timestamp5031 when the action does not exist5032 does not register the action for the namespace5033# [RSpecRunTime] RSpec elapsed time: 17 minutes 45.49 seconds. Current RSS: ~1528M. load average: 1.13 1.14 1.24 1/288 77745034 when the namespace was not onboarded5035 does not register the action for the namespace5036 for multiple actions5037 when the namespace was onboarded5038 registers the actions for the namespace5039 does not override timestamp5040 when one of the actions does not exist5041 does not register any action for the namespace5042 when the namespace was not onboarded5043 does not register the action for the namespace5044 .onboarding?5045 when onboarded5046 is expected to eq true5047 when not onboarding5048 is expected to eq false5049 scopes5050 .incomplete_actions5051 when given one action5052 is expected to eq [#<Onboarding::Progress id: 8, namespace_id: 1652, created_at: "2024-02-29 08:39:29.289157157 +0000",...ning_run_at: nil, secure_api_fuzzing_run_at: nil, license_scanning_run_at: nil, code_added_at: nil>]5053 when given an array of actions5054 is expected to eq [#<Onboarding::Progress id: 10, namespace_id: 1654, created_at: "2024-02-29 08:39:29.670974829 +0000"...ning_run_at: nil, secure_api_fuzzing_run_at: nil, license_scanning_run_at: nil, code_added_at: nil>]5055 .completed_actions5056 when given one action5057 is expected to eq [#<Onboarding::Progress id: 12, namespace_id: 1656, created_at: "2024-02-29 08:39:30.079756259 +0000"...ning_run_at: nil, secure_api_fuzzing_run_at: nil, license_scanning_run_at: nil, code_added_at: nil>]5058 when given an array of actions5059 is expected to eq [#<Onboarding::Progress id: 15, namespace_id: 1659, created_at: "2024-02-29 08:39:30.624380793 +0000"...ning_run_at: nil, secure_api_fuzzing_run_at: nil, license_scanning_run_at: nil, code_added_at: nil>]5060 .completed_actions_with_latest_in_range5061 when given one action5062 is expected to eq [#<Onboarding::Progress id: 17, namespace_id: 1661, created_at: "2024-02-29 08:39:30.997826395 +0000"...ning_run_at: nil, secure_api_fuzzing_run_at: nil, license_scanning_run_at: nil, code_added_at: nil>]5063 when given an array of actions5064 is expected to eq [#<Onboarding::Progress id: 23, namespace_id: 1667, created_at: "2024-02-29 08:39:31.936660920 +0000"...ning_run_at: nil, secure_api_fuzzing_run_at: nil, license_scanning_run_at: nil, code_added_at: nil>]5065 .column_name5066 is expected to eq :subscription_created_at5067 validations5068 namespace_is_root_namespace5069 when associated namespace is root5070 is expected to be valid5071 when associated namespace is not root5072 is invalid5073 .completed?5074 when the namespace has not yet been onboarded5075 is expected to eq false5076 when the namespace has been onboarded but not registered the action yet5077 is expected to eq false5078 when the action has been registered5079 is expected to eq true5080 associations5081 is expected to belong to namespace required: true5082 .onboard5083 adds a record for the namespace5084 when not given a namespace5085 does not add a record for the namespace5086 when not given a root namespace5087 does not add a record for the namespace5088 .not_completed?5089 when the namespace has not yet been onboarded5090 is expected to equal false5091 when the namespace has been onboarded but not registered the action yet5092 is expected to equal true5093 when the action has been registered5094 is expected to equal false5095# [RSpecRunTime] Finishing example group spec/models/onboarding/progress_spec.rb. It took 8.91 seconds. Expected to take 15.48 seconds.5096# [RSpecRunTime] Starting example group spec/services/merge_requests/get_urls_service_spec.rb. Expected to take 15.15 seconds.5097MergeRequests::GetUrlsService5098 #execute5099 when project is nil5100 behaves like no_merge_request_url5101 returns no URL5102 pushing to default branch5103 behaves like no_merge_request_url5104 returns no URL5105 pushing to project with MRs disabled5106 behaves like no_merge_request_url5107 returns no URL5108 pushing one completely new branch5109 behaves like new_merge_request_link5110 returns url to create new merge request5111 pushing to existing branch but no merge request5112 behaves like new_merge_request_link5113 returns url to create new merge request5114 pushing to deleted branch5115 behaves like no_merge_request_url5116 returns no URL5117 pushing to existing branch and merge request opened5118 behaves like show_merge_request_url5119 returns url to view merge request5120# [RSpecRunTime] RSpec elapsed time: 17 minutes 58.18 seconds. Current RSS: ~1585M. load average: 1.10 1.13 1.24 1/294 78595121 pushing to existing branch and merge request is reopened5122 behaves like show_merge_request_url5123 returns url to view merge request5124# [RSpecRunTime] RSpec elapsed time: 17 minutes 59.31 seconds. Current RSS: ~1591M. load average: 1.10 1.13 1.24 1/294 78995125 pushing to existing branch from forked project5126 behaves like show_merge_request_url5127 returns url to view merge request5128# [RSpecRunTime] RSpec elapsed time: 18 minutes 1.52 seconds. Current RSS: ~1591M. load average: 1.10 1.13 1.24 1/294 79525129 pushing to existing branch and merge request is closed5130 behaves like new_merge_request_link5131 returns url to create new merge request5132# [RSpecRunTime] RSpec elapsed time: 18 minutes 2.68 seconds. Current RSS: ~1590M. load average: 1.09 1.13 1.24 1/294 79925133 pushing to existing branch and merge request is merged5134 behaves like new_merge_request_link5135 returns url to create new merge request5136# [RSpecRunTime] RSpec elapsed time: 18 minutes 3.83 seconds. Current RSS: ~1589M. load average: 1.09 1.13 1.24 1/294 80325137 pushing new branch and existing branch (with merge request created) at once5138 returns 2 urls for both creating new and showing merge request5139# [RSpecRunTime] RSpec elapsed time: 18 minutes 5.02 seconds. Current RSS: ~1588M. load average: 1.09 1.13 1.24 2/294 80725140 when printing_merge_request_link_enabled is false5141 returns empty array5142# [RSpecRunTime] Finishing example group spec/services/merge_requests/get_urls_service_spec.rb. It took 12.76 seconds. Expected to take 15.15 seconds.5143# [RSpecRunTime] Starting example group spec/graphql/types/user_type_spec.rb. Expected to take 14.43 seconds.5144Types::UserInterface5145 is expected to eq "User"5146 is expected to require graphql authorizations :read_user5147 has the expected fields5148 name field5149 user requests5150 a user5151 returns name5152# [RSpecRunTime] RSpec elapsed time: 18 minutes 7.6 seconds. Current RSS: ~1581M. load average: 1.09 1.13 1.24 1/294 80795153 a project bot5154 when requester is nil5155 returns nothing5156 when the requester is not a project member5157 returns `Project bot` for a non project member in a public project5158 in a private project5159 returns `****` for a non project member in a private project5160# [RSpecRunTime] RSpec elapsed time: 18 minutes 9.3 seconds. Current RSS: ~1572M. load average: 1.09 1.13 1.24 1/293 80805161 with a project member5162 returns `Project bot` for a project member5163 in a private project5164 returns `Project bot` for a project member in a private project5165# [RSpecRunTime] RSpec elapsed time: 18 minutes 10.92 seconds. Current RSS: ~1563M. load average: 1.09 1.13 1.24 1/293 80815166 a group bot5167 when requester is nil5168 returns nothing5169 when the requester is not a group member5170 returns `Group bot` for a non group member in a public group5171 in a private group5172 returns `****` for a non group member in a private group5173 with a group member5174 returns `Group bot` for a group member5175 in a private group5176 returns `Group bot` for a group member in a private group5177# [RSpecRunTime] RSpec elapsed time: 18 minutes 13.57 seconds. Current RSS: ~1557M. load average: 1.08 1.12 1.24 1/293 80825178 admin requests5179 a user5180 returns name5181 a project bot5182 returns name5183 a group bot5184 returns name5185 snippets field5186 returns snippets5187 callouts field5188 returns user callouts5189 timelogs field5190 returns user timelogs5191 emails field5192 returns user emails5193 namespaceCommitEmails field5194 returns user namespace_commit_emails5195 ide field5196 returns ide5197 code suggestions enabled5198 returns code suggestions enabled5199# [RSpecRunTime] Finishing example group spec/graphql/types/user_type_spec.rb. It took 9.84 seconds. Expected to take 14.43 seconds.5200# [RSpecRunTime] Starting example group spec/lib/gitlab/sidekiq_config/worker_matcher_spec.rb. Expected to take 14.2 seconds.5201Gitlab::SidekiqConfig::WorkerMatcher5202 #match?5203 with valid input5204 query: "worker_name=WorkerA", expected_metadatas: ["WorkerA"]5205 is expected to contain exactly "WorkerA"5206 query: "worker_name=WorkerA2", expected_metadatas: ["WorkerA2"]5207 is expected to contain exactly "WorkerA2"5208 query: "worker_name=WorkerB|worker_name=WorkerD", expected_metadatas: ["WorkerB"]5209 is expected to contain exactly "WorkerB"5210 query: "worker_name!=WorkerA", expected_metadatas: ["WorkerA2", "WorkerB", "WorkerC"]5211 is expected to contain exactly "WorkerA2", "WorkerB", and "WorkerC"5212 query: "feature_category=category_a", expected_metadatas: ["WorkerA", "WorkerA2"]5213 is expected to contain exactly "WorkerA" and "WorkerA2"5214 query: "feature_category=category_a,category_c", expected_metadatas: ["WorkerA", "WorkerA2", "WorkerC"]5215 is expected to contain exactly "WorkerA", "WorkerA2", and "WorkerC"5216 query: "feature_category=category_a|feature_category=category_c", expected_metadatas: ["WorkerA", "WorkerA2", "WorkerC"]5217 is expected to contain exactly "WorkerA", "WorkerA2", and "WorkerC"5218 query: "feature_category!=category_a", expected_metadatas: ["WorkerB", "WorkerC"]5219 is expected to contain exactly "WorkerB" and "WorkerC"5220 query: "has_external_dependencies=true", expected_metadatas: ["WorkerB"]5221 is expected to contain exactly "WorkerB"5222 query: "has_external_dependencies=false", expected_metadatas: ["WorkerA", "WorkerA2", "WorkerC"]5223 is expected to contain exactly "WorkerA", "WorkerA2", and "WorkerC"5224 query: "has_external_dependencies=true,false", expected_metadatas: ["WorkerA", "WorkerA2", "WorkerB", "WorkerC"]5225 is expected to contain exactly "WorkerA", "WorkerA2", "WorkerB", and "WorkerC"5226 query: "has_external_dependencies=true|has_external_dependencies=false", expected_metadatas: ["WorkerA", "WorkerA2", "WorkerB", "WorkerC"]5227 is expected to contain exactly "WorkerA", "WorkerA2", "WorkerB", and "WorkerC"5228 query: "has_external_dependencies!=true", expected_metadatas: ["WorkerA", "WorkerA2", "WorkerC"]5229 is expected to contain exactly "WorkerA", "WorkerA2", and "WorkerC"5230 query: "urgency=high", expected_metadatas: ["WorkerA2", "WorkerB"]5231 is expected to contain exactly "WorkerA2" and "WorkerB"5232 query: "urgency=low", expected_metadatas: ["WorkerA"]5233 is expected to contain exactly "WorkerA"5234 query: "urgency=high,low,throttled", expected_metadatas: ["WorkerA", "WorkerA2", "WorkerB", "WorkerC"]5235 is expected to contain exactly "WorkerA", "WorkerA2", "WorkerB", and "WorkerC"5236 query: "urgency=low|urgency=throttled", expected_metadatas: ["WorkerA", "WorkerC"]5237 is expected to contain exactly "WorkerA" and "WorkerC"5238 query: "urgency!=high", expected_metadatas: ["WorkerA", "WorkerC"]5239 is expected to contain exactly "WorkerA" and "WorkerC"5240 query: "name=a", expected_metadatas: ["WorkerA"]5241 is expected to contain exactly "WorkerA"5242 query: "name=a,b", expected_metadatas: ["WorkerA", "WorkerB"]5243 is expected to contain exactly "WorkerA" and "WorkerB"5244 query: "name=a,a:2|name=b", expected_metadatas: ["WorkerA", "WorkerA2", "WorkerB"]5245 is expected to contain exactly "WorkerA", "WorkerA2", and "WorkerB"5246 query: "name!=a,a:2", expected_metadatas: ["WorkerB", "WorkerC"]5247 is expected to contain exactly "WorkerB" and "WorkerC"5248 query: "resource_boundary=memory", expected_metadatas: ["WorkerB", "WorkerC"]5249 is expected to contain exactly "WorkerB" and "WorkerC"5250 query: "resource_boundary=memory,cpu", expected_metadatas: ["WorkerA", "WorkerB", "WorkerC"]5251 is expected to contain exactly "WorkerA", "WorkerB", and "WorkerC"5252 query: "resource_boundary=memory|resource_boundary=cpu", expected_metadatas: ["WorkerA", "WorkerB", "WorkerC"]5253 is expected to contain exactly "WorkerA", "WorkerB", and "WorkerC"5254 query: "resource_boundary!=memory,cpu", expected_metadatas: ["WorkerA2"]5255 is expected to contain exactly "WorkerA2"5256 query: "tags=no_disk_io", expected_metadatas: ["WorkerA", "WorkerB"]5257 is expected to contain exactly "WorkerA" and "WorkerB"5258 query: "tags=no_disk_io,git_access", expected_metadatas: ["WorkerA", "WorkerA2", "WorkerB"]5259 is expected to contain exactly "WorkerA", "WorkerA2", and "WorkerB"5260 query: "tags=no_disk_io|tags=git_access", expected_metadatas: ["WorkerA", "WorkerA2", "WorkerB"]5261 is expected to contain exactly "WorkerA", "WorkerA2", and "WorkerB"5262 query: "tags=no_disk_io&tags=git_access", expected_metadatas: ["WorkerA"]5263 is expected to contain exactly "WorkerA"5264 query: "tags!=no_disk_io", expected_metadatas: ["WorkerA2", "WorkerC"]5265 is expected to contain exactly "WorkerA2" and "WorkerC"5266 query: "tags!=no_disk_io,git_access", expected_metadatas: ["WorkerC"]5267 is expected to contain exactly "WorkerC"5268 query: "tags=unknown_tag", expected_metadatas: []5269 is expected to contain exactly5270 query: "tags!=no_disk_io", expected_metadatas: ["WorkerA2", "WorkerC"]5271 is expected to contain exactly "WorkerA2" and "WorkerC"5272 query: "tags!=no_disk_io,git_access", expected_metadatas: ["WorkerC"]5273 is expected to contain exactly "WorkerC"5274 query: "tags!=unknown_tag", expected_metadatas: ["WorkerA", "WorkerA2", "WorkerB", "WorkerC"]5275 is expected to contain exactly "WorkerA", "WorkerA2", "WorkerB", and "WorkerC"5276 query: "feature_category=category_a&urgency=high", expected_metadatas: ["WorkerA2"]5277 is expected to contain exactly "WorkerA2"5278 query: "feature_category=category_a&urgency=high|feature_category=category_c", expected_metadatas: ["WorkerA2", "WorkerC"]5279 is expected to contain exactly "WorkerA2" and "WorkerC"5280 query: "*", expected_metadatas: ["WorkerA", "WorkerA2", "WorkerB", "WorkerC"]5281 is expected to contain exactly "WorkerA", "WorkerA2", "WorkerB", and "WorkerC"5282 with invalid input5283 query: "feature_category=\"category_a\"", error: Gitlab::SidekiqConfig::WorkerMatcher::InvalidTerm5284 is expected to raise Gitlab::SidekiqConfig::WorkerMatcher::InvalidTerm5285 query: "feature_category=", error: Gitlab::SidekiqConfig::WorkerMatcher::InvalidTerm5286 is expected to raise Gitlab::SidekiqConfig::WorkerMatcher::InvalidTerm5287 query: "feature_category~category_a", error: Gitlab::SidekiqConfig::WorkerMatcher::InvalidTerm5288 is expected to raise Gitlab::SidekiqConfig::WorkerMatcher::InvalidTerm5289 query: "invalid_term=a", error: Gitlab::SidekiqConfig::WorkerMatcher::UnknownPredicate5290 is expected to raise Gitlab::SidekiqConfig::WorkerMatcher::UnknownPredicate5291# [RSpecRunTime] Finishing example group spec/lib/gitlab/sidekiq_config/worker_matcher_spec.rb. It took 5.11 seconds. Expected to take 14.2 seconds.5292# [RSpecRunTime] Starting example group spec/workers/ci/initial_pipeline_process_worker_spec.rb. Expected to take 13.72 seconds.5293Ci::InitialPipelineProcessWorker5294 #perform5295 is labeled as idempotent5296 performs multiple times sequentially without raising an exception5297 marks the pipeline as pending5298 when a pipeline does not contain a deployment job5299 does not create any deployments5300# [RSpecRunTime] RSpec elapsed time: 18 minutes 25.11 seconds. Current RSS: ~1581M. load average: 1.07 1.12 1.23 1/293 81345301 when a pipeline contains a teardown job5302 does not create a deployment record5303# [RSpecRunTime] RSpec elapsed time: 18 minutes 27.06 seconds. Current RSS: ~1571M. load average: 1.07 1.12 1.23 1/293 81555304 when a pipeline contains a deployment job5305 creates a deployment record5306 kicks off atomic processing before a deployment is created5307 when the corresponding environment does not exist5308 does not create a deployment record5309# [RSpecRunTime] RSpec elapsed time: 18 minutes 33.07 seconds. Current RSS: ~1510M. load average: 1.06 1.12 1.23 1/293 82275310# [RSpecRunTime] Finishing example group spec/workers/ci/initial_pipeline_process_worker_spec.rb. It took 12.22 seconds. Expected to take 13.72 seconds.5311# [RSpecRunTime] Starting example group spec/services/ci/create_web_ide_terminal_service_spec.rb. Expected to take 13.29 seconds.5312Ci::CreateWebIdeTerminalService5313 #execute5314 for maintainer5315 when web-ide has valid configuration5316 for empty configuration5317 behaves like be successful5318 returns a success with pipeline object5319 calls ensure_project_iid explicitly5320# [RSpecRunTime] RSpec elapsed time: 18 minutes 35.53 seconds. Current RSS: ~1514M. load average: 1.06 1.12 1.23 1/293 82665321 for configuration with container image5322 behaves like be successful5323 returns a success with pipeline object5324 calls ensure_project_iid explicitly5325# [RSpecRunTime] RSpec elapsed time: 18 minutes 36.89 seconds. Current RSS: ~1517M. load average: 1.06 1.12 1.23 1/293 82935326 for configuration with ports5327 behaves like be successful5328 returns a success with pipeline object5329 calls ensure_project_iid explicitly5330# [RSpecRunTime] RSpec elapsed time: 18 minutes 38.29 seconds. Current RSS: ~1521M. load average: 1.05 1.11 1.23 1/293 83205331 for configuration with variables5332 saves the variables5333 behaves like be successful5334 returns a success with pipeline object5335 calls ensure_project_iid explicitly5336# [RSpecRunTime] RSpec elapsed time: 18 minutes 40.5 seconds. Current RSS: ~1520M. load average: 1.05 1.11 1.23 1/293 83605337 error handling5338 when user is developer5339 behaves like having insufficient permissions5340 behaves like having an error5341 returns an error5342 when user is maintainer5343 when terminal is already running5344 behaves like having an error5345 returns an error5346 when ref is non-existing5347 behaves like having an error5348 returns an error5349 when ref is a tag5350 behaves like having an error5351 returns an error5352 when terminal config is missing5353 behaves like having an error5354 returns an error5355 when webide config is present5356 config has invalid content5357 behaves like having an error5358 returns an error5359 config is valid, but does not have terminal5360 behaves like having an error5361 returns an error5362# [RSpecRunTime] Finishing example group spec/services/ci/create_web_ide_terminal_service_spec.rb. It took 9.48 seconds. Expected to take 13.29 seconds.5363# [RSpecRunTime] Starting example group spec/services/timelogs/create_service_spec.rb. Expected to take 12.89 seconds.5364Timelogs::CreateService5365 #execute5366 when issuable is an Issue5367 behaves like issuable supports timelog creation service5368 when the user does not have permission5369 returns an error5370 when the user has permissions5371 when spent_at is in the future5372 returns an error5373 when time_spent is zero5374 returns an error5375 when time_spent is nil5376 returns an error5377 when the timelog save fails5378 returns an error5379 when the creation completes sucessfully5380 behaves like success_response5381 sucessfully saves the timelog5382 when issuable is a MergeRequest5383 behaves like issuable supports timelog creation service5384 when the user does not have permission5385 returns an error5386 when the user has permissions5387 when spent_at is in the future5388 returns an error5389 when time_spent is zero5390 returns an error5391 when time_spent is nil5392 returns an error5393 when the timelog save fails5394 returns an error5395 when the creation completes sucessfully5396 behaves like success_response5397 sucessfully saves the timelog5398 when issuable is a WorkItem5399 behaves like issuable supports timelog creation service5400 when the user does not have permission5401 returns an error5402 when the user has permissions5403 when spent_at is in the future5404 returns an error5405 when time_spent is zero5406 returns an error5407 when time_spent is nil5408 returns an error5409 when the timelog save fails5410 returns an error5411 when the creation completes sucessfully5412 behaves like success_response5413 sucessfully saves the timelog5414 when issuable is an Incident5415 behaves like issuable supports timelog creation service5416 when the user does not have permission5417 returns an error5418 when the user has permissions5419 when spent_at is in the future5420 returns an error5421 when time_spent is zero5422 returns an error5423 when time_spent is nil5424 returns an error5425 when the timelog save fails5426 returns an error5427 when the creation completes sucessfully5428 behaves like success_response5429 sucessfully saves the timelog5430# [RSpecRunTime] Finishing example group spec/services/timelogs/create_service_spec.rb. It took 7.49 seconds. Expected to take 12.89 seconds.5431# [RSpecRunTime] Starting example group spec/tasks/rubocop_rake_spec.rb. Expected to take 12.55 seconds.5432rubocop rake tasks5433 check:graceful5434 with successful task result5435 example at ./spec/tasks/rubocop_rake_spec.rb:435436 modifies ENV and deletes REVEAL_RUBOCOP_TODO key5437# [RSpecRunTime] RSpec elapsed time: 18 minutes 51.51 seconds. Current RSS: ~1543M. load average: 1.12 1.13 1.23 1/293 83765438 with non-successful task result5439 is expected to abort execution5440 todo:generate5441 without arguments5442 generates TODOs for all RuboCop rules5443 sets acronyms for inflections5444# [RSpecRunTime] RSpec elapsed time: 18 minutes 53.4 seconds. Current RSS: ~1610M. load average: 1.11 1.12 1.23 1/288 83775445 with cop names as arguments5446 generates TODOs for given RuboCop cops5447# [RSpecRunTime] Finishing example group spec/tasks/rubocop_rake_spec.rb. It took 8.19 seconds. Expected to take 12.55 seconds.5448# [RSpecRunTime] RSpec elapsed time: 18 minutes 58.39 seconds. Current RSS: ~1578M. load average: 1.10 1.12 1.23 1/288 83785449# [RSpecRunTime] Starting example group spec/finders/concerns/finder_with_cross_project_access_spec.rb. Expected to take 12.15 seconds.5450FinderWithCrossProjectAccess5451 when the user cannot read cross project5452 #execute5453 returns a issue if the check is disabled5454 returns an empty relation when the check is enabled5455 only queries once when check is enabled5456 only queries once when check is disabled5457# [RSpecRunTime] RSpec elapsed time: 19 minutes 2.32 seconds. Current RSS: ~1553M. load average: 1.10 1.12 1.23 1/288 83795458 #find5459 checks the accessibility of the subject directly5460 returns the issue5461# [RSpecRunTime] RSpec elapsed time: 19 minutes 4.16 seconds. Current RSS: ~1544M. load average: 1.10 1.12 1.23 1/288 83805462 #find_by5463 checks the accessibility of the subject directly5464# [RSpecRunTime] RSpec elapsed time: 19 minutes 5.19 seconds. Current RSS: ~1537M. load average: 1.10 1.12 1.23 1/288 83815465 #find_by!5466 checks the accessibility of the subject directly5467 re-enables the check after the find failed5468# [RSpecRunTime] RSpec elapsed time: 19 minutes 6.97 seconds. Current RSS: ~1524M. load average: 1.10 1.12 1.23 1/288 83825469 when the user can read cross project5470 returns the result5471 when specifying a model5472 .finder_model5473 is set correctly5474# [RSpecRunTime] Finishing example group spec/finders/concerns/finder_with_cross_project_access_spec.rb. It took 10.41 seconds. Expected to take 12.15 seconds.5475# [RSpecRunTime] Starting example group spec/services/packages/npm/create_tag_service_spec.rb. Expected to take 11.98 seconds.5476Packages::Npm::CreateTagService5477 #execute5478 with no existing tag name5479 behaves like it creates the tag5480 is expected to change `Packages::Tag.count` by 15481 is expected to eq "test-tag"5482 adds tag to the package5483# [RSpecRunTime] RSpec elapsed time: 19 minutes 10.84 seconds. Current RSS: ~1516M. load average: 1.09 1.12 1.23 1/288 83835484 with exisiting tag name5485 on package with different name5486 behaves like it creates the tag5487 is expected to change `Packages::Tag.count` by 15488 is expected to eq "test-tag"5489 adds tag to the package5490# [RSpecRunTime] RSpec elapsed time: 19 minutes 12.88 seconds. Current RSS: ~1520M. load average: 1.08 1.11 1.22 1/288 83845491 on different package type5492 behaves like it creates the tag5493 is expected to change `Packages::Tag.count` by 15494 is expected to eq "test-tag"5495 adds tag to the package5496# [RSpecRunTime] RSpec elapsed time: 19 minutes 16.55 seconds. Current RSS: ~1518M. load average: 1.08 1.11 1.22 1/288 83855497 on same package with different version5498 is expected to not change `Packages::Tag.count`5499 is expected to eq "test-tag"5500 adds tag to the package5501# [RSpecRunTime] RSpec elapsed time: 19 minutes 18.59 seconds. Current RSS: ~1518M. load average: 1.07 1.11 1.22 1/288 83865502# [RSpecRunTime] Finishing example group spec/services/packages/npm/create_tag_service_spec.rb. It took 9.9 seconds. Expected to take 11.98 seconds.5503# [RSpecRunTime] Starting example group spec/lib/gitlab/regex/container_registry/protection/rules_spec.rb. Expected to take 11.74 seconds.5504Gitlab::Regex::ContainerRegistry::Protection::Rules5505 .protection_rules_container_repository_path_pattern_regex5506 is expected to match "my/awesome/*image-with-wildcard-inbetween"5507 is expected to match "my/awesome/*image-with-wildcard-start"5508 is expected to match "my/awesome/*image-*with-wildcard-multiple-*"5509 is expected to match "my/awesome/image-with__underscore"5510 is expected to match "my/awesome/image-with-wildcard-end*"5511 is expected to match "my/awesome/image-with-container-seperator-period-and-wildcard-end.*"5512 is expected to match "my/awesome/image-with-container-seperator-slash-and-wildcard-end/*"5513 is expected to match "my/awesome/image-with-container-seperator-underscore-and-wildcard-end_*"5514 is expected to match "my/awesome/image-with-container-seperator-underscore-double-and-wildcard-end__*"5515 is expected not to match "my/awesome/image-with-whitespace /sub-image"5516 is expected not to match "my/awesome/image-with-whitespace /sub-image-with-wildcard-*"5517 is expected not to match "my/awesome/image-with-percent-sign-end-%"5518 is expected not to match "my/awesome/image-with-percent-sign-and-wildcard-end-%*"5519 is expected not to match "*my/awesome/image-with-wildcard-start"5520 is expected not to match "my/awesome/image-with-backslash-\\*"5521 is expected not to match "my/awesome/image-with-UPPERCASE-LETTERS"5522 behaves like container repository name regex5523 is expected to match "image"5524 is expected to match "my/image"5525 is expected to match "my/awesome/image-1"5526 is expected to match "my/awesome/image.test"5527 is expected to match "my/awesome/image--test"5528 is expected to match "my/image__test"5529 is expected to match "user1/project/a_bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb------------x"5530 is expected not to match "user1/project/a_bbbbb-------------"5531 is expected not to match "my/image-.test"5532 is expected not to match "my/image___test"5533 is expected not to match "my/image_.test"5534 is expected not to match "my/image_-test"5535 is expected not to match "my/image..test"5536 is expected not to match "my/image\\ntest"5537 is expected not to match ".my/image"5538 is expected not to match "my/image."5539# [RSpecRunTime] RSpec elapsed time: 19 minutes 22.95 seconds. Current RSS: ~1552M. load average: 1.07 1.11 1.22 1/288 83875540# [RSpecRunTime] Finishing example group spec/lib/gitlab/regex/container_registry/protection/rules_spec.rb. It took 4.36 seconds. Expected to take 11.74 seconds.5541# [RSpecRunTime] Starting example group spec/lib/gitlab/markdown_cache/active_record/extension_spec.rb. Expected to take 11.49 seconds.5542Gitlab::MarkdownCache::ActiveRecord::Extension5543 an unchanged markdown field5544 is expected to eq "`Foo`"5545 is expected to eq "<p dir=\"auto\"><code>Foo</code></p>"5546 is expected not to be truthy5547 is expected to eq 21626885548# [RSpecRunTime] RSpec elapsed time: 19 minutes 24.16 seconds. Current RSS: ~1548M. load average: 1.07 1.11 1.22 1/288 83885549 a changed markdown field5550 is expected to eq "<p dir=\"auto\"><code>Bar</code></p>"5551 is expected to eq 21626885552 when a markdown field is set repeatedly to an empty string5553 is expected to receive refresh_markdown_cache(*(any args)) 1 time5554 when a markdown field is set repeatedly to a string which renders as empty html5555 is expected to receive refresh_markdown_cache(*(any args)) 1 time5556 a non-markdown field changed5557 is expected to eq 25558 is expected to eq "`Foo`"5559 is expected to eq "<p dir=\"auto\"><code>Foo</code></p>"5560 is expected to eq 21626885561 version is out of date5562 is expected to eq "<p dir=\"auto\"><code>Bar</code></p>"5563 is expected to eq 21626885564 when an invalidating field is changed5565 invalidates the cache when project changes5566 invalidates the cache when author changes5567 .attributes5568 excludes cache attributes that are denylisted by default5569 #cached_html_up_to_date?5570 returns false if markdown has been changed but html has not5571 returns true if markdown has not been changed but html has5572 returns true if markdown and html have both been changed5573 returns false if the markdown field is set but the html is not5574 #refresh_markdown_cache!5575 skips saving if not persisted5576 saves the changes5577 with note5578 calls store_mentions!5579 during import5580 does not call store_mentions!5581 when persisted cache is newer than current version5582 does not save the generated HTML5583 when persisted cache is nil5584 does not save the generated HTML5585# [RSpecRunTime] Finishing example group spec/lib/gitlab/markdown_cache/active_record/extension_spec.rb. It took 4.85 seconds. Expected to take 11.49 seconds.5586# [RSpecRunTime] Starting example group spec/graphql/mutations/merge_requests/accept_spec.rb. Expected to take 11.14 seconds.5587Mutations::MergeRequests::Accept5588 #resolve5589 merges the merge request asynchronously5590 rejects merges when we cannot validate the hooks5591 when the squash flag is specified5592 sets squash on the merge request5593# [RSpecRunTime] RSpec elapsed time: 19 minutes 32.52 seconds. Current RSS: ~1551M. load average: 0.98 1.09 1.21 1/294 85105594 when the sha is a mismatch5595 rejects the mutation5596# [RSpecRunTime] RSpec elapsed time: 19 minutes 34.13 seconds. Current RSS: ~1553M. load average: 0.98 1.09 1.21 1/294 85515597 when MR is unmergeable5598 rejects the MRs5599# [RSpecRunTime] RSpec elapsed time: 19 minutes 37.01 seconds. Current RSS: ~1543M. load average: 0.98 1.09 1.21 1/294 85885600 when MR has head pipeline5601 can use the MERGE_WHEN_PIPELINE_SUCCEEDS strategy5602# [RSpecRunTime] RSpec elapsed time: 19 minutes 38.8 seconds. Current RSS: ~1538M. load average: 0.98 1.09 1.21 1/294 86325603# [RSpecRunTime] Finishing example group spec/graphql/mutations/merge_requests/accept_spec.rb. It took 11.02 seconds. Expected to take 11.14 seconds.5604# [RSpecRunTime] Starting example group spec/lib/gitlab/database/async_indexes/migration_helpers_spec.rb. Expected to take 11.01 seconds.5605Gitlab::Database::AsyncIndexes::MigrationHelpers5606 #unprepare_async_index5607 destroys the record5608 when an explicit name is given5609 destroys the record5610 when the async index table does not exist5611 does not raise an error5612 #unprepare_async_index_by_name5613 destroys the record5614 when the async index table does not exist5615 does not raise an error5616 #prepare_async_index5617 creates the record for the async index5618 when an explicit name is given5619 creates the record with the given name5620 when the index already exists5621 does not create the record5622 when the record already exists5623 does attempt to create the record5624 updates definition if changed5625 does not update definition if not changed5626 when the async index table does not exist5627 does not raise an error5628 when the target table does not exist5629 raises an error5630 #prepare_async_index_from_sql5631 requires ddl mode5632 when the given index is invalid5633 raises a RuntimeError5634 when the given index is valid5635 when the index algorithm is not concurrent5636 raises a RuntimeError5637 when the index algorithm is concurrent5638 when the statement tries to create an index for non-existing table5639 raises a RuntimeError5640 when the statement tries to create an index for an existing table5641 when the async index creation is not available5642 does not raise an error5643 when the async index creation is available5644 when there is already an index with the given name5645 does not create the async index record5646 when there is no index with the given name5647 creates the async index record5648 sets the async index attributes correctly5649 when the given SQL has whitespace5650 creates the async index record5651 sets the async index attributes correctly5652 #prepare_async_index_removal5653 creates the record for the async index removal5654 when the index does not exist5655 does not create the record5656 when the record already exists5657 does attempt to create the record5658# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/async_indexes/migration_helpers_spec.rb. It took 5.05 seconds. Expected to take 11.01 seconds.5659# [RSpecRunTime] Starting example group spec/lib/banzai/reference_parser/issue_parser_spec.rb. Expected to take 10.53 seconds.5660Banzai::ReferenceParser::IssueParser5661 #nodes_visible_to_user5662 when the link has a data-issue attribute5663 returns the nodes when the user can read the issue5664 returns an empty Array when the user can not read the issue5665 behaves like referenced feature visibility5666 when feature is disabled5667 does not create reference5668# [RSpecRunTime] RSpec elapsed time: 19 minutes 45.16 seconds. Current RSS: ~1572M. load average: 0.98 1.09 1.21 1/293 86335669 when feature is enabled only for team members5670 does not create reference for non member5671 creates reference for member5672 when feature is enabled5673 creates reference5674 when the user cannot read cross project5675 returns the nodes when the user can read the issue5676 returns an empty Array when the user can not read the issue5677 when the issue is not cross project5678 does not check `can_read_reference` if the issue is not cross project5679# [RSpecRunTime] RSpec elapsed time: 19 minutes 47.67 seconds. Current RSS: ~1577M. load average: 0.98 1.08 1.21 1/293 86345680 when the link does not have a data-issue attribute5681 returns an empty Array5682 #referenced_by5683 when the link has a data-issue attribute5684 using an existing issue ID5685 returns an Array of issues5686 returns an empty Array when the list of nodes is empty5687 when issue with given ID does not exist5688 returns an empty Array5689 #records_for_nodes5690 returns a Hash containing the issues for a list of nodes5691 when checking multiple issues on another project5692 behaves like no N+1 queries5693 avoids N+1 queries in #records_for_nodes5694 behaves like no project N+1 queries5695 avoids N+1 queries in #nodes_visible_to_user5696# [RSpecRunTime] RSpec elapsed time: 19 minutes 51.82 seconds. Current RSS: ~1566M. load average: 0.98 1.08 1.21 1/288 86355697# [RSpecRunTime] Finishing example group spec/lib/banzai/reference_parser/issue_parser_spec.rb. It took 7.96 seconds. Expected to take 10.53 seconds.5698# [RSpecRunTime] Starting example group spec/presenters/gitlab/blame_presenter_spec.rb. Expected to take 10.41 seconds.5699Gitlab::BlamePresenter5700 precalculates necessary data on init5701 #groups5702 delegates #groups call to the blame5703# [RSpecRunTime] RSpec elapsed time: 19 minutes 53.81 seconds. Current RSS: ~1568M. load average: 0.90 1.07 1.20 1/293 86645704 #first_line5705 delegates #first_line call to the blame5706 #commit_data5707 has the data necessary to render the view5708 renamed file5709 does not generate link to previous blame on initial commit5710 generates link link to previous blame5711# [RSpecRunTime] RSpec elapsed time: 19 minutes 57.18 seconds. Current RSS: ~1599M. load average: 0.90 1.07 1.20 1/293 87215712 #groups_commit_data5713 behaves like groups_commit_data5714 combines group and commit data5715 when page is not sent as attribute5716 behaves like groups_commit_data5717 combines group and commit data5718 when project is not sent as attribute5719 behaves like groups_commit_data5720 combines group and commit data5721# [RSpecRunTime] Finishing example group spec/presenters/gitlab/blame_presenter_spec.rb. It took 7.9 seconds. Expected to take 10.41 seconds.5722# [RSpecRunTime] Starting example group spec/models/clusters/providers/aws_spec.rb. Expected to take 10.21 seconds.5723Clusters::Providers::Aws5724 does not allow STI5725 is expected to belong to cluster required: false5726 is expected to validate that the length of :key_name is between 1 and 2555727 is expected to validate that the length of :region is between 1 and 2555728 is expected to validate that the length of :instance_type is between 1 and 2555729 is expected to validate that the length of :security_group_id is between 1 and 2555730 is expected to validate that :subnet_ids cannot be empty/falsy5731 state_machine5732 when any => [:created]5733 nullifies API credentials5734# [RSpecRunTime] RSpec elapsed time: 20 minutes 1.31 seconds. Current RSS: ~1610M. load average: 0.91 1.07 1.20 1/293 87645735 when any => [:creating]5736 calls #assign_operation_id on the provider5737 when any => [:errored]5738 calls #nullify_credentials on the provider5739 sets a status reason5740 when status_reason is nil5741 does not set status_reason5742 #on_creation?5743 status: :scheduled, result: true5744 is expected to eq true5745 status: :creating, result: true5746 is expected to eq true5747 status: :created, result: false5748 is expected to eq false5749 status: :errored, result: false5750 is expected to eq false5751 default values5752 sets default values5753 custom validations5754 :num_nodes5755 contains non-digit characters5756 is expected to be falsey5757 is blank5758 is expected to be falsey5759 is less than 15760 is expected to be falsey5761 is a positive integer5762 is expected to be truthy5763 #nullify_credentials5764 removes access_key_id, secret_access_key and session_token5765 #created_by_user5766 is expected to eq #<User id:1211 @user396>5767 #has_rbac_enabled?5768 is expected to be truthy5769 #knative_pre_installed?5770 is expected to be falsey5771# [RSpecRunTime] Finishing example group spec/models/clusters/providers/aws_spec.rb. It took 4.8 seconds. Expected to take 10.21 seconds.5772# [RSpecRunTime] Starting example group spec/models/instance_configuration_spec.rb. Expected to take 10.0 seconds.5773InstanceConfiguration5774 does not allow STI5775 without cache5776 #settings5777 #ssh_algorithms_hashes5778 does not return anything if file does not exist5779 does not return anything if file is empty5780 returns the md5 and sha256 if file valid and exists5781 includes all algorithms5782 does not include disabled algorithm5783# [RSpecRunTime] RSpec elapsed time: 20 minutes 5.98 seconds. Current RSS: ~1628M. load average: 0.92 1.06 1.20 1/293 87655784 #host5785 returns current instance host5786 #gitlab_pages5787 returns Settings.pages5788 returns the GitLab's pages host ip address5789 returns the ip address as nil if the domain is invalid5790 returns the ip address of the domain5791 #size_limits5792 returns size limits from application settings5793 returns nil if receive_max_input_size not set5794 returns nil if set to 0 (unlimited)5795# [RSpecRunTime] RSpec elapsed time: 20 minutes 8.45 seconds. Current RSS: ~1640M. load average: 0.92 1.06 1.20 1/293 87665796 #package_file_size_limits5797 returns package file size limits5798 #ci_cd_limits5799 returns CI/CD limits5800 #rate_limits5801 returns rate limits from application settings5802 with cache5803 caches settings content5804 cached settings5805 expires after EXPIRATION_TIME5806# [RSpecRunTime] Finishing example group spec/models/instance_configuration_spec.rb. It took 5.22 seconds. Expected to take 10.0 seconds.5807# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/importer/note_attachments_importer_spec.rb. Expected to take 9.73 seconds.5808Gitlab::GithubImport::Importer::NoteAttachmentsImporter5809 #execute5810 when importing release attachments5811 behaves like updates record description5812 changes attachment links5813 changes link to project blob files5814 doesn't change links to other projects5815 with new github image format5816 changes image attachment links5817# [RSpecRunTime] RSpec elapsed time: 20 minutes 11.65 seconds. Current RSS: ~1625M. load average: 0.92 1.06 1.20 1/288 87675818 when importing issue attachments5819 behaves like updates record description5820 changes attachment links5821 changes link to project blob files5822 doesn't change links to other projects5823 with new github image format5824 changes image attachment links5825# [RSpecRunTime] RSpec elapsed time: 20 minutes 13.1 seconds. Current RSS: ~1612M. load average: 0.93 1.06 1.20 1/288 87685826 when importing merge request attachments5827 behaves like updates record description5828 changes attachment links5829 changes link to project blob files5830 doesn't change links to other projects5831 with new github image format5832 changes image attachment links5833# [RSpecRunTime] RSpec elapsed time: 20 minutes 14.58 seconds. Current RSS: ~1604M. load average: 0.93 1.06 1.20 1/288 87695834 when importing note attachments5835 changes note text with new attachment urls5836 changes note links to project blob files5837 doesn't change note links to other projects5838# [RSpecRunTime] RSpec elapsed time: 20 minutes 15.64 seconds. Current RSS: ~1602M. load average: 0.93 1.06 1.20 1/288 87705839 when attachment behind redirection link is unsupported file type5840 does not replace url5841# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/importer/note_attachments_importer_spec.rb. It took 6.23 seconds. Expected to take 9.73 seconds.5842# [RSpecRunTime] Starting example group spec/lib/gitlab/object_hierarchy_spec.rb. Expected to take 9.59 seconds.5843Gitlab::ObjectHierarchy5844 #base_and_ancestors5845 includes the base rows5846 includes all of the ancestors5847 can find ancestors upto a certain level5848 uses ancestors_base #initialize argument5849 does not allow the use of #update_all5850 hierarchy_order option5851 :asc5852 orders by child to parent5853# [RSpecRunTime] RSpec elapsed time: 20 minutes 17.36 seconds. Current RSS: ~1598M. load average: 0.94 1.06 1.19 1/288 87715854 :desc5855 orders by parent to child5856 #base_and_descendants5857 includes the base rows5858 includes all the descendants5859 uses descendants_base #initialize argument5860 does not allow the use of #update_all5861 when with_depth is true5862 includes depth in the results5863 #descendants5864 includes only the descendants5865 #max_descendants_depth5866 when base relation is empty5867 is expected to be nil5868 when base has no children5869 is expected to eq 15870 when base has grandchildren5871 is expected to eq 35872 #ancestors5873 includes only the ancestors5874 can find ancestors upto a certain level5875 #all_objects5876 includes the base rows5877 includes the ancestors5878 includes the descendants5879 uses ancestors_base #initialize argument for ancestors5880 uses descendants_base #initialize argument for descendants5881 does not allow the use of #update_all5882# [RSpecRunTime] Finishing example group spec/lib/gitlab/object_hierarchy_spec.rb. It took 4.12 seconds. Expected to take 9.59 seconds.5883# [RSpecRunTime] Starting example group spec/graphql/mutations/groups/update_spec.rb. Expected to take 9.35 seconds.5884Mutations::Groups::Update5885 is expected to require graphql authorizations :admin_group5886 #resolve5887 changing shared runners setting5888 user_role: :owner, shared_examples_name: "updating the group shared runners setting"5889 behaves like updating the group shared runners setting5890 updates the group shared runners setting5891 returns no errors5892 with invalid params5893 doesn't update the shared_runners_setting5894 returns an error5895# [RSpecRunTime] RSpec elapsed time: 20 minutes 22.49 seconds. Current RSS: ~1609M. load average: 0.94 1.06 1.19 1/288 87725896 user_role: :maintainer, shared_examples_name: "denying access to group"5897 behaves like denying access to group5898 raises Gitlab::Graphql::Errors::ResourceNotAvailable5899 user_role: :developer, shared_examples_name: "denying access to group"5900 behaves like denying access to group5901 raises Gitlab::Graphql::Errors::ResourceNotAvailable5902 user_role: :reporter, shared_examples_name: "denying access to group"5903 behaves like denying access to group5904 raises Gitlab::Graphql::Errors::ResourceNotAvailable5905 user_role: :guest, shared_examples_name: "denying access to group"5906 behaves like denying access to group5907 raises Gitlab::Graphql::Errors::ResourceNotAvailable5908 user_role: :anonymous, shared_examples_name: "denying access to group"5909 behaves like denying access to group5910 raises Gitlab::Graphql::Errors::ResourceNotAvailable5911 changing math rendering settings5912 user_role: :owner, shared_examples_name: "updating the group math rendering settings"5913 behaves like updating the group math rendering settings5914 updates the settings5915 returns no errors5916 user_role: :maintainer, shared_examples_name: "denying access to group"5917 behaves like denying access to group5918 raises Gitlab::Graphql::Errors::ResourceNotAvailable5919 user_role: :developer, shared_examples_name: "denying access to group"5920 behaves like denying access to group5921 raises Gitlab::Graphql::Errors::ResourceNotAvailable5922 user_role: :reporter, shared_examples_name: "denying access to group"5923 behaves like denying access to group5924 raises Gitlab::Graphql::Errors::ResourceNotAvailable5925 user_role: :guest, shared_examples_name: "denying access to group"5926 behaves like denying access to group5927 raises Gitlab::Graphql::Errors::ResourceNotAvailable5928 user_role: :anonymous, shared_examples_name: "denying access to group"5929 behaves like denying access to group5930 raises Gitlab::Graphql::Errors::ResourceNotAvailable5931# [RSpecRunTime] Finishing example group spec/graphql/mutations/groups/update_spec.rb. It took 6.42 seconds. Expected to take 9.35 seconds.5932# [RSpecRunTime] Starting example group spec/presenters/issue_presenter_spec.rb. Expected to take 9.13 seconds.5933IssuePresenter5934 #web_url5935 returns correct path5936 when issue type is task5937 returns a work item url using iid for the task5938# [RSpecRunTime] RSpec elapsed time: 20 minutes 28.25 seconds. Current RSS: ~1567M. load average: 1.03 1.07 1.20 1/288 87735939 #subscribed?5940 returns not subscribed5941 returns subscribed5942 #issue_path5943 returns correct path5944 when issue type is task5945 returns a work item path using iid for the task5946 #parent_emails_disabled?5947 returns false when emails notifications is enabled for project5948 when emails notifications is disabled for project5949 is expected to equal true5950 for group-level issue5951 returns false when email notifications are enabled for group5952 when email notifications are disabled for group5953 is expected to equal true5954 #service_desk_reply_to5955 when issue is not a service desk issue5956 is expected to be nil5957 when issue is a service desk issue5958 is expected to eq "an*****@e*****.c**"5959 with signed in user5960 when user has no role in project5961 is expected to eq "an*****@e*****.c**"5962 when user has guest role in project5963 is expected to eq "an*****@e*****.c**"5964 when user has reporter role in project5965 is expected to eq "any@email.com"5966 when user has developer role in project5967 is expected to eq "any@email.com"5968 #issue_email_participants5969 is expected to be empty5970 when an issue email participant exists5971 has one element that is a presenter5972# [RSpecRunTime] Finishing example group spec/presenters/issue_presenter_spec.rb. It took 5.59 seconds. Expected to take 9.13 seconds.5973# [RSpecRunTime] Starting example group spec/initializers/enumerator_next_patch_spec.rb. Expected to take 8.99 seconds.5974Enumerator#next patch fix5975 Enumerator5976 #next5977 normal yield5978 returns yielded value5979 end of iteration5980 does not fix up StopIteration5981 arguments error5982 does not fix up ArgumentError5983 error5984 does not fix up StopIteration5985 fixes up ArgumentError5986 adds backtrace from other errors5987 #next_values5988 normal yield5989 returns yielded value5990 end of iteration5991 does not fix up StopIteration5992 arguments error5993 does not fix up ArgumentError5994 error5995 does not fix up StopIteration5996 fixes up ArgumentError5997 adds backtrace from other errors5998 #peek5999 normal yield6000 returns yielded value6001 end of iteration6002 does not fix up StopIteration6003 arguments error6004 does not fix up ArgumentError6005 error6006 does not fix up StopIteration6007 fixes up ArgumentError6008 adds backtrace from other errors6009 #peek_values6010 normal yield6011 returns yielded value6012 end of iteration6013 does not fix up StopIteration6014 arguments error6015 does not fix up ArgumentError6016 error6017 does not fix up StopIteration6018 fixes up ArgumentError6019 adds backtrace from other errors6020# [RSpecRunTime] Finishing example group spec/initializers/enumerator_next_patch_spec.rb. It took 3.32 seconds. Expected to take 8.99 seconds.6021# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/pipeline/chain/seed_spec.rb. Expected to take 8.62 seconds.6022Gitlab::Ci::Pipeline::Chain::Seed6023 #perform!6024 allocates next IID6025 ensures ci_ref6026 sets the seeds in the command object6027 when no ref policy is specified6028 correctly fabricates stages and builds6029# [RSpecRunTime] RSpec elapsed time: 20 minutes 37.46 seconds. Current RSS: ~1586M. load average: 1.10 1.09 1.20 1/292 87986030 when refs policy is specified6031 returns pipeline seed with jobs only assigned to master6032 when source policy is specified6033 returns pipeline seed with jobs only assigned to schedules6034 when kubernetes policy is specified6035 when kubernetes is active6036 when user configured kubernetes from CI/CD > Clusters6037 returns seeds for kubernetes dependent job6038# [RSpecRunTime] RSpec elapsed time: 20 minutes 39.78 seconds. Current RSS: ~1589M. load average: 1.10 1.09 1.20 1/293 88056039 when kubernetes is not active6040 does not return seeds for kubernetes dependent job6041 when variables policy is specified6042 returns stage seeds only when variables expression is truthy6043 when there is seeds_block6044 does not execute the block6045 #root_variables6046 sends root variable with overridden by rules6047 #rule_variables6048 correctly parses rule variables6049 N+1 queries6050 avoids N+1 queries when calculating variables of jobs6051# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/pipeline/chain/seed_spec.rb. It took 6.04 seconds. Expected to take 8.62 seconds.6052# [RSpecRunTime] Starting example group spec/services/packages/protection/create_rule_service_spec.rb. Expected to take 8.54 seconds.6053Packages::Protection::CreateRuleService#execute6054 with forbidden user access level (project developer role)6055 is expected to have attributes {:message => (match /Unauthorized/)}6056 behaves like an erroneous service response6057 is expected to be error6058 is expected to have attributes {:payload => (include {:package_protection_rule => nil})}6059 is expected not to exist6060# [RSpecRunTime] RSpec elapsed time: 20 minutes 43.16 seconds. Current RSS: ~1581M. load average: 1.17 1.10 1.20 1/293 88326061 without existing PackageProtectionRules6062 when fields are valid6063 behaves like a successful service response6064 is expected to be success6065 is expected to have attributes {:payload => (include {:package_protection_rule => (be a kind of Packages::Protection::Rule(id: integer..., push_protected_up_to_access_level: integer, package_type: integer, package_name_pattern: text))})}6066 is expected to include {:package_protection_rule => (be a kind of Packages::Protection::Rule(id: integer, project_id: integer, created_at: timestamptz, updated_at: tim...mptz, push_protected_up_to_access_level: integer, package_type: integer, package_name_pattern: text))}6067 is expected to exist6068 when fields are invalid6069 behaves like an erroneous service response6070 is expected to be error6071 is expected to have attributes {:payload => (include {:package_protection_rule => nil})}6072 is expected not to exist6073 when disallowed params are passed6074 behaves like a successful service response6075 is expected to be success6076 is expected to have attributes {:payload => (include {:package_protection_rule => (be a kind of Packages::Protection::Rule(id: integer..., push_protected_up_to_access_level: integer, package_type: integer, package_name_pattern: text))})}6077 is expected to include {:package_protection_rule => (be a kind of Packages::Protection::Rule(id: integer, project_id: integer, created_at: timestamptz, updated_at: tim...mptz, push_protected_up_to_access_level: integer, package_type: integer, package_name_pattern: text))}6078 is expected to exist6079 with existing PackageProtectionRule6080 when package name pattern is slightly different6081 behaves like a successful service response6082 is expected to be success6083 is expected to have attributes {:payload => (include {:package_protection_rule => (be a kind of Packages::Protection::Rule(id: integer..., push_protected_up_to_access_level: integer, package_type: integer, package_name_pattern: text))})}6084 is expected to include {:package_protection_rule => (be a kind of Packages::Protection::Rule(id: integer, project_id: integer, created_at: timestamptz, updated_at: tim...mptz, push_protected_up_to_access_level: integer, package_type: integer, package_name_pattern: text))}6085 is expected to exist6086 when field `package_name_pattern` is taken6087 is expected to be error6088 is expected to exist6089# [RSpecRunTime] Finishing example group spec/services/packages/protection/create_rule_service_spec.rb. It took 4.39 seconds. Expected to take 8.54 seconds.6090# [RSpecRunTime] Starting example group spec/services/security/ci_configuration/sast_iac_create_service_spec.rb. Expected to take 8.32 seconds.6091Security::CiConfiguration::SastIacCreateService6092 #execute6093 user does not belong to project6094 returns an error status6095 does not track a snowplow event6096# [RSpecRunTime] RSpec elapsed time: 20 minutes 47.11 seconds. Current RSS: ~1591M. load average: 1.17 1.10 1.20 1/294 88656097 user belongs to project6098 does track the snowplow event6099 raises exception if the user does not have permission to create a new branch6100 when exception is raised6101 when branch was created6102 tries to rm branch6103# [RSpecRunTime] RSpec elapsed time: 20 minutes 48.66 seconds. Current RSS: ~1588M. load average: 1.16 1.10 1.20 1/294 89056104 when branch was not created6105 does not try to rm branch6106 with no parameters6107 returns the path to create a new merge request6108 when the project has a non-default ci config file6109 does track the snowplow event6110 when existing ci config contains anchors/aliases6111 returns a ServiceResponse error6112 when parsing existing ci config gives a Psych error6113 returns a ServiceResponse error6114 when parsing existing ci config gives any other error6115 is successful6116 when the project is empty6117 returns a ServiceResponse error6118# [RSpecRunTime] Finishing example group spec/services/security/ci_configuration/sast_iac_create_service_spec.rb. It took 5.56 seconds. Expected to take 8.32 seconds.6119# [RSpecRunTime] Starting example group spec/initializers/lograge_spec.rb. Expected to take 8.21 seconds.6120lograge6121 for API requests6122 logs to api_json log6123 limits param size6124# [RSpecRunTime] RSpec elapsed time: 20 minutes 52.98 seconds. Current RSS: ~1597M. load average: 1.14 1.10 1.20 1/294 90056125 for Controller requests6126 logs to production_json log6127 logs cpu_s on supported platform6128 does not log cpu_s on unsupported platform6129 limits param size6130 when logging memory allocations6131 logs memory usage metrics6132# [RSpecRunTime] RSpec elapsed time: 20 minutes 54.03 seconds. Current RSS: ~1597M. load average: 1.14 1.10 1.20 1/294 90066133 with a log subscriber6134 with an exception6135 adds exception data to log6136 with an ActiveRecord::StatementInvalid6137 adds the SQL query to the log6138 with etag_route6139 adds etag_route to log6140 with access token in url6141 strips location from sensitive information6142 leaves non-sensitive information from location6143 with db payload6144 when RequestStore is enabled6145 includes db counters6146 when RequestStore is disabled6147 does not include db counters6148 with db payload6149 when RequestStore is enabled6150 includes db counters for load balancing6151 when RequestStore is disabled6152 does not include db counters for load balancing6153# [RSpecRunTime] Finishing example group spec/initializers/lograge_spec.rb. It took 4.34 seconds. Expected to take 8.21 seconds.6154# [RSpecRunTime] Starting example group spec/finders/groups/accepting_group_transfers_finder_spec.rb. Expected to take 8.06 seconds.6155Groups::AcceptingGroupTransfersFinder6156 #execute6157 when the user does not have the rights to transfer the group6158 returns empty result6159# [RSpecRunTime] RSpec elapsed time: 20 minutes 57.52 seconds. Current RSS: ~1597M. load average: 1.13 1.10 1.20 1/294 90076160 when the user has the rights to transfer the group6161 does not return empty result6162 excludes the descendants of the group to be transferred6163 excludes the immediate parent of the group to be transferred6164 excludes the groups where the user does not have OWNER access6165 excludes the groups arising from group shares where the user does not have OWNER access6166 includes ancestors, except immediate parent of the group to be transferred6167 includes the other groups where the user has OWNER access6168 includes the other groups where the user has OWNER access through inherited membership6169 includes the groups where the user has OWNER access through group shares6170 on searching with a specific term6171 includes only the groups where the term matches the group name or path6172# [RSpecRunTime] RSpec elapsed time: 21 minutes 0.85 second. Current RSS: ~1601M. load average: 1.13 1.10 1.20 1/294 90086173 on searching with multiple matches6174 prioritizes exact matches first6175# [RSpecRunTime] RSpec elapsed time: 21 minutes 1.85 seconds. Current RSS: ~1594M. load average: 1.13 1.10 1.20 1/290 90096176# [RSpecRunTime] Finishing example group spec/finders/groups/accepting_group_transfers_finder_spec.rb. It took 6.12 seconds. Expected to take 8.06 seconds.6177# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/pipeline/chain/build/associations_spec.rb. Expected to take 7.94 seconds.6178Gitlab::Ci::Pipeline::Chain::Build::Associations6179 sets pipeline variables6180 when a bridge is passed in to the pipeline creation6181 links the pipeline to the upstream bridge job6182 behaves like does not break the chain6183 returns false6184# [RSpecRunTime] RSpec elapsed time: 21 minutes 4.5 seconds. Current RSS: ~1572M. load average: 1.12 1.10 1.20 1/292 90226185 when a bridge is not passed in to the pipeline creation6186 leaves the source pipeline empty6187 behaves like does not break the chain6188 returns false6189 when project setting restrict_user_defined_variables is enabled6190 when user is developer6191 returns an error on variables_attributes6192 behaves like breaks the chain6193 returns true6194 when variables_attributes is not specified6195 assigns empty variables6196 behaves like does not break the chain6197 returns false6198 when user is maintainer6199 assigns variables_attributes6200 behaves like does not break the chain6201 returns false6202 with duplicate pipeline variables6203 returns an error for variables_attributes6204 behaves like breaks the chain6205 returns true6206# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/pipeline/chain/build/associations_spec.rb. It took 5.01 seconds. Expected to take 7.94 seconds.6207# [RSpecRunTime] Starting example group spec/graphql/resolvers/namespace_projects_resolver_spec.rb. Expected to take 7.83 seconds.6208Resolvers::NamespaceProjectsResolver6209 has an high complexity regardless of arguments6210 #resolve6211 with a group6212 is expected to contain exactly #<Project id:822 group152/project>>, #<Project id:823 group152/test-project>>, and #<Project id:824 group152/test>>6213 when include_subgroups is true6214 is expected to contain exactly #<Project id:822 group152/project>>, #<Project id:823 group152/test-project>>, #<Project id:824 group152/test>>, #<Project id:825 group152/group153/project-846>>, and #<Project id:826 group152/group153/project-847>>6215# [RSpecRunTime] RSpec elapsed time: 21 minutes 10.45 seconds. Current RSS: ~1565M. load average: 1.11 1.09 1.20 1/294 90436216 when not_aimed_for_deletion is true6217 is expected to contain exactly #<Project id:822 group152/project>>, #<Project id:823 group152/test-project>>, and #<Project id:825 group152/group153/project-846>>6218 when include_archived is false6219 is expected to contain exactly #<Project id:822 group152/project>> and #<Project id:824 group152/test>>6220 search and similarity sorting6221 returns projects ordered by similarity to the search input6222 filters out result that do not match the search input6223 when `search` parameter is not given6224 returns projects not ordered by similarity6225 when only search term is given6226 filters out result that do not match the search input, but does not sort them6227 ids filtering6228 when ids is provided6229 is expected to contain exactly #<Project id:824 group152/test>>6230 when ids is nil6231 is expected to contain exactly #<Project id:822 group152/project>>, #<Project id:823 group152/test-project>>, and #<Project id:824 group152/test>>6232 with an user namespace6233 is expected to contain exactly #<Project id:819 user421/project-843>>, #<Project id:820 user421/project-844>>, and #<Project id:821 user421/project-845>>6234 when passing a non existent, batch loaded namespace6235 is expected to be empty6236# [RSpecRunTime] Finishing example group spec/graphql/resolvers/namespace_projects_resolver_spec.rb. It took 5.29 seconds. Expected to take 7.83 seconds.6237# [RSpecRunTime] Starting example group spec/services/ci/test_failure_history_service_spec.rb. Expected to take 7.62 seconds.6238Ci::TestFailureHistoryService6239 #execute6240 when pipeline has failed builds with test reports6241 creates unit test failures records6242 assigns partition_id to Ci::UnitTestFailure6243 when pipeline is not for the default branch6244 does not persist data6245# [RSpecRunTime] RSpec elapsed time: 21 minutes 14.03 seconds. Current RSS: ~1591M. load average: 1.10 1.09 1.20 1/296 90616246 when test failure data have already been persisted with the same exact attributes6247 does not fail but does not persist new data6248 when number of failed unit tests exceed the limit6249 does not persist data6250 when number of failed unit tests across multiple builds exceed the limit6251 does not persist data6252 when test failure data have duplicates within the same payload (happens when the JUnit report has duplicate unit test names but have different failures)6253 does not fail but does not persist duplicate data6254 when pipeline has no failed builds with test reports6255 does not persist data6256 #should_track_failures?6257 when feature flag is enabled and pipeline ref is the default branch6258 is expected to eq true6259 when pipeline is not equal to the project default branch6260 is expected to eq false6261 when total number of builds with failed tests exceeds the max number of trackable failures6262 is expected to eq false6263 #async6264 when service should track failures6265 enqueues the worker when #perform_if_needed is called6266 when service should not track failures6267 does not enqueue the worker when #perform_if_needed is called6268# [RSpecRunTime] Finishing example group spec/services/ci/test_failure_history_service_spec.rb. It took 4.77 seconds. Expected to take 7.62 seconds.6269# [RSpecRunTime] Starting example group spec/helpers/wiki_helper_spec.rb. Expected to take 7.52 seconds.6270WikiHelper6271 #wiki_page_title6272 sets the title for the show action6273 sets the title for a custom action6274 sets the title for an unsaved page6275# [RSpecRunTime] RSpec elapsed time: 21 minutes 18.25 seconds. Current RSS: ~1577M. load average: 1.09 1.09 1.19 1/293 91036276 #breadcrumb6277 when the page is at the root level6278 returns the capitalized page name6279 when the page is inside a directory6280 returns the capitalized name of each directory and of the page itself6281 #wiki_attachment_upload_url6282 returns the upload endpoint for project wikis6283 raises an exception for unsupported wiki containers6284 #wiki_sort_controls6285 when initially rendering6286 uses default values6287 when the current sort order is ascending6288 renders a link with opposite direction6289 when the current sort order is descending6290 renders a link with opposite direction6291 #wiki_page_tracking_context6292 returns the tracking context6293 returns a nest level of zero for toplevel files6294 behaves like wiki endpoint helpers6295 returns the full endpoint url6296 when relative url is set6297 returns the full endpoint url with the relative path6298# [RSpecRunTime] Finishing example group spec/helpers/wiki_helper_spec.rb. It took 5.49 seconds. Expected to take 7.52 seconds.6299# [RSpecRunTime] Starting example group spec/models/integrations/zentao_spec.rb. Expected to take 7.27 seconds.6300Integrations::Zentao6301 does not allow STI6302 behaves like Integrations::ResetSecretFields6303 #exposing_secrets_fields6304 returns an array of strings6305 #reset_secret_fields?6306 returns false if no exposing field has changed6307 returns true if any exposing field has changed6308 validation callback6309 when an exposing field has changed6310 clears all secret fields6311 when a secret field has been updated6312 does not clear this secret field6313 when a secret field has been updated with the same value6314 does not clear this secret field6315 when no exposing field has changed6316 does not clear any secret fields6317 set_default_data6318 when gitlab.yml was initialized6319 is prepopulated with the settings6320 #create6321 stores data in data_fields correctly6322 #fields6323 returns custom fields6324 #test6325 gets response from Gitlab::Zentao::Client#ping6326 #help6327 renders prompt information6328 #avatar_url6329 returns the avatar image path6330 #client_url6331 when api_url is set6332 returns the api_url6333 when api_url is not set6334 returns the url6335# [RSpecRunTime] Finishing example group spec/models/integrations/zentao_spec.rb. It took 3.68 seconds. Expected to take 7.27 seconds.6336# [RSpecRunTime] Starting example group spec/services/ci/update_instance_variables_service_spec.rb. Expected to take 7.23 seconds.6337Ci::UpdateInstanceVariablesService6338 #execute6339 without variables6340 is expected to be truthy6341 with insert only variables6342 is expected to be truthy6343 persists all the records6344 persists attributes6345 with update only variables6346 is expected to be truthy6347 does not change the count6348 updates the records in place6349 with insert and update variables6350 is expected to be truthy6351 inserts only one record6352 persists all the records6353 with insert, update, and destroy variables6354 is expected to be truthy6355 persists all the records6356 with invalid variables6357 is expected to be falsey6358 does not insert any records6359 does not update existing records6360 returns errors6361 when deleting non existing variables6362 is expected to raise ActiveRecord::RecordNotFound6363 when updating non existing variables6364 is expected to raise ActiveRecord::RecordNotFound6365# [RSpecRunTime] Finishing example group spec/services/ci/update_instance_variables_service_spec.rb. It took 3.6 seconds. Expected to take 7.23 seconds.6366# [RSpecRunTime] Starting example group spec/models/oauth_access_token_spec.rb. Expected to take 7.09 seconds.6367OauthAccessToken6368 does not allow STI6369 scopes6370 .latest_per_application6371 returns only the latest token for each application6372 Doorkeeper secret storing6373 does not have a prefix6374 stores the token in hashed format6375 does not allow falling back to plaintext token comparison6376 finds a token by plaintext token6377 when the token is stored in plaintext6378 falls back to plaintext token comparison6379# [RSpecRunTime] RSpec elapsed time: 21 minutes 32.92 seconds. Current RSS: ~1582M. load average: 0.92 1.05 1.18 1/291 91706380 .matching_token_for6381 does not find existing tokens6382 #expires_in6383 when token has expires_in value set6384 uses the expires_in value6385 when token has nil expires_in6386 uses default value6387# [RSpecRunTime] Finishing example group spec/models/oauth_access_token_spec.rb. It took 3.93 seconds. Expected to take 7.09 seconds.6388# [RSpecRunTime] Starting example group spec/models/commit_signatures/x509_commit_signature_spec.rb. Expected to take 6.95 seconds.6389CommitSignatures::X509CommitSignature6390 does not allow STI6391 behaves like having unique enum values6392 has unique values in "verification_status"6393# [RSpecRunTime] RSpec elapsed time: 21 minutes 34.8 seconds. Current RSS: ~1585M. load average: 0.92 1.05 1.18 1/289 91776394 behaves like commit signature6395 associations6396 is expected to belong to project required: true6397 validation6398 is expected to validate that :commit_sha cannot be empty/falsy6399 is expected to validate that :project_id cannot be empty/falsy6400 .safe_create!6401 finds a signature by commit sha if it existed6402 creates a new signature if it was not found6403 assigns the correct attributes when creating6404 does not raise an error in case of a race condition6405# [RSpecRunTime] RSpec elapsed time: 21 minutes 36.39 seconds. Current RSS: ~1589M. load average: 0.92 1.05 1.18 1/289 91786406 #commit6407 fetches the commit through the project6408 behaves like signature with type checking6409 signature type checkers6410 method: :gpg?, expected: false6411 is expected to eq false6412 method: :ssh?, expected: false6413 is expected to eq false6414 method: :x509?, expected: true6415 is expected to eq true6416 validation6417 is expected to validate that :x509_certificate_id cannot be empty/falsy6418 associations6419 is expected to belong to x509_certificate required: true6420 #user6421 if email is not assigned to a user, return nil6422 if email is assigned to a user6423 returns user6424# [RSpecRunTime] Finishing example group spec/models/commit_signatures/x509_commit_signature_spec.rb. It took 4.42 seconds. Expected to take 6.95 seconds.6425# [RSpecRunTime] Starting example group spec/services/uploads/destroy_service_spec.rb. Expected to take 6.75 seconds.6426Uploads::DestroyService6427 #execute6428 when user is nil6429 behaves like upload not found6430 does not delete any upload6431 returns an error6432 when user cannot destroy upload6433 behaves like upload not found6434 does not delete any upload6435 returns an error6436 when user can destroy upload6437 deletes the upload6438 returns success response6439 when upload is not found6440 behaves like upload not found6441 does not delete any upload6442 returns an error6443# [RSpecRunTime] RSpec elapsed time: 21 minutes 40.74 seconds. Current RSS: ~1565M. load average: 0.92 1.05 1.18 1/291 91836444 when upload secret is not found6445 behaves like upload not found6446 does not delete any upload6447 returns an error6448 when upload secret has invalid format6449 behaves like upload not found6450 does not delete any upload6451 returns an error6452 when unknown model is used6453 raises an error6454 when upload belongs to other model6455 behaves like upload not found6456 does not delete any upload6457 returns an error6458 when upload destroy fails6459 returns error6460# [RSpecRunTime] Finishing example group spec/services/uploads/destroy_service_spec.rb. It took 4.96 seconds. Expected to take 6.75 seconds.6461# [RSpecRunTime] Starting example group spec/services/groups/group_links/destroy_service_spec.rb. Expected to take 6.65 seconds.6462Groups::GroupLinks::DestroyService#execute6463 when authorizing by user6464 single link6465 destroys the link6466 with skip_group_share_unlink_auth_refresh feature flag disabled6467 revokes project authorization6468# [RSpecRunTime] RSpec elapsed time: 21 minutes 46.81 seconds. Current RSS: ~1550M. load average: 0.93 1.05 1.18 1/291 91846469 with skip_group_share_unlink_auth_refresh feature flag enabled6470 maintains project authorization6471 multiple links6472 with skip_group_share_unlink_auth_refresh feature flag disabled6473 updates project authorization once per group6474 with skip_group_share_unlink_auth_refresh feature flag enabled6475 does not update project authorization once per group6476 when skipping authorization6477 with provided group and owner6478 destroys the link6479 without providing group or owner6480 destroys the link6481# [RSpecRunTime] Finishing example group spec/services/groups/group_links/destroy_service_spec.rb. It took 6.03 seconds. Expected to take 6.65 seconds.6482# [RSpecRunTime] Starting example group spec/services/projects/refresh_build_artifacts_size_statistics_service_spec.rb. Expected to take 6.57 seconds.6483Projects::RefreshBuildArtifactsSizeStatisticsService6484 #execute6485 resets the build artifacts size stats6486 resets the buffered counter6487 updates the last_job_artifact_id to the ID of the last artifact from the batch6488 updates the last_job_artifact_id to the ID of the last artifact from the project6489 requeues the refresh job6490 when an error happens after the recalculation has started6491 keeps the last_job_artifact_id unchanged6492 keeps the last_job_artifact_id_on_refresh_start unchanged6493 keeps the state of the refresh record at running6494# [RSpecRunTime] RSpec elapsed time: 21 minutes 53.44 seconds. Current RSS: ~1559M. load average: 1.02 1.06 1.18 1/289 91856495 when there are no more artifacts to recalculate for the next refresh job6496 schedules the refresh to be finalized6497# [RSpecRunTime] Finishing example group spec/services/projects/refresh_build_artifacts_size_statistics_service_spec.rb. It took 4.58 seconds. Expected to take 6.57 seconds.6498# [RSpecRunTime] Starting example group spec/services/ci/drop_pipeline_service_spec.rb. Expected to take 6.39 seconds.6499Ci::DropPipelineService6500 #execute_async_for_all6501 drops only cancelable pipelines asynchronously6502# [RSpecRunTime] RSpec elapsed time: 21 minutes 56.61 seconds. Current RSS: ~1562M. load average: 1.02 1.06 1.18 1/289 91866503 #execute6504 drops each cancelable build in the pipeline6505 avoids N+1 queries when reading data6506# [RSpecRunTime] RSpec elapsed time: 21 minutes 59.78 seconds. Current RSS: ~1568M. load average: 1.01 1.06 1.18 1/289 91876507# [RSpecRunTime] Finishing example group spec/services/ci/drop_pipeline_service_spec.rb. It took 6.15 seconds. Expected to take 6.39 seconds.6508# [RSpecRunTime] Starting example group spec/lib/banzai/reference_parser/feature_flag_parser_spec.rb. Expected to take 6.39 seconds.6509Banzai::ReferenceParser::FeatureFlagParser6510 #nodes_visible_to_user6511 when the link has a data-issue attribute6512 behaves like referenced feature visibility6513 when feature is disabled6514 does not create reference6515 when feature is enabled only for team members6516 does not create reference for non member6517 creates reference for member6518# [RSpecRunTime] RSpec elapsed time: 22 minutes 2.58 seconds. Current RSS: ~1562M. load average: 1.01 1.06 1.18 1/289 91886519 when feature is enabled6520 creates reference6521 #referenced_by6522 when the link has a data-feature-flag attribute6523 using an existing feature flag ID6524 returns an Array of feature flags6525 using a non-existing feature flag ID6526 returns an empty Array6527# [RSpecRunTime] Finishing example group spec/lib/banzai/reference_parser/feature_flag_parser_spec.rb. It took 4.36 seconds. Expected to take 6.39 seconds.6528# [RSpecRunTime] Starting example group spec/workers/ci/build_finished_worker_spec.rb. Expected to take 6.19 seconds.6529Ci::BuildFinishedWorker6530 #perform6531 when build exists6532 calculates coverage and calls hooks6533 when build is failed6534 adds a todo6535 when auto_cancel_on_job_failure is set to an invalid value6536 raises an exception6537 when auto_cancel_pipeline_on_job_failure feature flag is disabled6538 does not raise an exception6539# [RSpecRunTime] RSpec elapsed time: 22 minutes 5.61 seconds. Current RSS: ~1557M. load average: 1.01 1.06 1.18 1/289 91896540 when auto_cancel_on_job_failure is set to all6541 cancels the pipeline6542 when auto_cancel_pipeline_on_job_failure feature flag is disabled6543 does not cancel the pipeline6544 when auto_cancel_on_job_failure is set to none6545 does not cancel the pipeline6546 when auto_cancel_pipeline_on_job_failure feature flag is disabled6547 does not cancel the pipeline6548 when a build can be auto-retried6549 does not add a todo6550 when auto_cancel_on_job_failure is set to all6551 does not cancel the pipeline6552 when build has a chat6553 schedules a ChatNotification job6554 when it has a token6555 removes the token6556 when build does not exist6557 does not raise exception6558# [RSpecRunTime] Finishing example group spec/workers/ci/build_finished_worker_spec.rb. It took 2.96 seconds. Expected to take 6.19 seconds.6559# [RSpecRunTime] Starting example group spec/graphql/mutations/issues/set_severity_spec.rb. Expected to take 6.17 seconds.6560Mutations::Issues::SetSeverity6561 is expected to require graphql authorizations :update_issue and :admin_issue6562 #resolve6563 as guest6564 raises an error6565 and also author6566 raises an error6567# [RSpecRunTime] RSpec elapsed time: 22 minutes 8.62 seconds. Current RSS: ~1571M. load average: 1.01 1.06 1.18 1/289 91906568 and also assignee6569 raises an error6570 as reporter6571 when issue type is incident6572 when severity has a correct value6573 updates severity6574 returns no errors6575 when severity has an unsuported value6576 sets severity to default6577 returns no errorsr6578 when issue type is not incident6579 does not update the issue6580# [RSpecRunTime] Finishing example group spec/graphql/mutations/issues/set_severity_spec.rb. It took 3.8 seconds. Expected to take 6.17 seconds.6581# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/pipeline/expression/lexeme/not_matches_spec.rb. Expected to take 6.03 seconds.6582Gitlab::Ci::Pipeline::Expression::Lexeme::NotMatches6583 .build6584 with non-evaluable operands6585 creates a new instance of the token6586 with evaluable operands6587 creates a new instance of the token6588 .type6589 is an operator6590 .precedence6591 has a precedence6592 #evaluate6593 when left and right do not match6594 is expected to eq true6595 when left and right match6596 is expected to eq false6597 when left is nil6598 is expected to eq true6599 when right is nil6600 is expected to eq true6601 when left and right are nil6602 is expected to eq true6603 when left is an empty string6604 is expected to eq true6605 when left and right are empty strings6606 is expected to eq false6607 when left is a multiline string and matches right6608 is expected to eq false6609 when left is a multiline string and does not match right6610 is expected to eq true6611 when a matching pattern uses regex flags6612 is expected to eq false6613 when a non-matching pattern uses regex flags6614 is expected to eq true6615 when right value is a regexp string6616 when matching6617 is expected to eq false6618 when not matching6619 is expected to eq true6620# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/pipeline/expression/lexeme/not_matches_spec.rb. It took 2.16 seconds. Expected to take 6.03 seconds.6621# [RSpecRunTime] Starting example group spec/serializers/diff_file_metadata_entity_spec.rb. Expected to take 5.95 seconds.6622DiffFileMetadataEntity6623 as json6624 exposes the expected fields6625 behaves like diff file with conflict_type6626 #conflict_type6627 returns nil by default6628 when there is matching conflict file6629 returns conflict_type6630 when diff file is renamed6631 returns conflict_type6632# [RSpecRunTime] RSpec elapsed time: 22 minutes 17.87 seconds. Current RSS: ~1620M. load average: 1.01 1.06 1.18 1/295 93526633# [RSpecRunTime] Finishing example group spec/serializers/diff_file_metadata_entity_spec.rb. It took 4.81 seconds. Expected to take 5.95 seconds.6634# [RSpecRunTime] Starting example group spec/lib/banzai/reference_parser/external_issue_parser_spec.rb. Expected to take 5.83 seconds.6635Banzai::ReferenceParser::ExternalIssueParser6636 #nodes_visible_to_user6637 when the link has a data-issue attribute6638 creates reference when the feature is 06639 creates reference when the feature is 106640 creates reference when the feature is 206641# [RSpecRunTime] RSpec elapsed time: 22 minutes 20.01 seconds. Current RSS: ~1610M. load average: 1.01 1.06 1.18 1/295 93536642 #referenced_by6643 when the link has a data-project attribute6644 when the link has a data-external-issue attribute6645 returns an Array of ExternalIssue instances6646 when the link does not have a data-external-issue attribute6647 returns an empty Array6648 when the link does not have a data-project attribute6649 returns an empty Array6650 #issue_ids_per_project6651 returns a Hash containing range IDs per project6652 does not add a project when the data-external-issue attribute is empty6653# [RSpecRunTime] RSpec elapsed time: 22 minutes 23.33 seconds. Current RSS: ~1586M. load average: 1.01 1.06 1.17 1/294 93546654# [RSpecRunTime] Finishing example group spec/lib/banzai/reference_parser/external_issue_parser_spec.rb. It took 5.45 seconds. Expected to take 5.83 seconds.6655# [RSpecRunTime] Starting example group spec/policies/deploy_keys_project_policy_spec.rb. Expected to take 5.78 seconds.6656DeployKeysProjectPolicy6657 updating a deploy_keys_project6658 when a project maintainer6659 tries to update private deploy key attached to project6660 is expected to be disallowed :update_deploy_keys_project6661# [RSpecRunTime] RSpec elapsed time: 22 minutes 24.68 seconds. Current RSS: ~1572M. load average: 1.01 1.06 1.17 1/294 93576662 tries to update public deploy key attached to project6663 is expected to be allowed :update_deploy_keys_project6664# [RSpecRunTime] RSpec elapsed time: 22 minutes 25.76 seconds. Current RSS: ~1567M. load average: 1.01 1.06 1.17 1/294 93606665 when a non-maintainer project member6666 tries to update private deploy key attached to project6667 is expected to be disallowed :update_deploy_keys_project6668# [RSpecRunTime] RSpec elapsed time: 22 minutes 26.85 seconds. Current RSS: ~1556M. load average: 1.01 1.06 1.17 1/294 93636669 tries to update public deploy key attached to project6670 is expected to be disallowed :update_deploy_keys_project6671# [RSpecRunTime] RSpec elapsed time: 22 minutes 27.98 seconds. Current RSS: ~1555M. load average: 1.01 1.06 1.17 1/294 93666672 when a user is not a project member6673 tries to update public deploy key attached to project6674 is expected to be disallowed :update_deploy_keys_project6675# [RSpecRunTime] Finishing example group spec/policies/deploy_keys_project_policy_spec.rb. It took 5.57 seconds. Expected to take 5.78 seconds.6676# [RSpecRunTime] Starting example group spec/graphql/mutations/customer_relations/contacts/create_spec.rb. Expected to take 5.66 seconds.6677Mutations::CustomerRelations::Contacts::Create6678 is expected to require graphql authorizations :admin_crm_contact6679 #resolve6680 when the user does not have permission6681 raises an error6682 when the user has permission6683 creates contact with correct values6684 when crm_enabled is false6685 raises an error6686 when the params are invalid6687 returns the validation error6688 when attaching to an crm_organization6689 when all ok6690 creates contact with correct values6691 when crm_organization does not exist6692 returns the relevant error6693 when crm_organzation belongs to a different group6694 returns the relevant error6695# [RSpecRunTime] Finishing example group spec/graphql/mutations/customer_relations/contacts/create_spec.rb. It took 3.78 seconds. Expected to take 5.66 seconds.6696# [RSpecRunTime] Starting example group spec/graphql/resolvers/project_milestones_resolver_spec.rb. Expected to take 5.61 seconds.6697Resolvers::ProjectMilestonesResolver6698 #resolve6699 calls MilestonesFinder to retrieve all milestones6700 when including ancestor milestones6701 calls MilestonesFinder with correct parameters6702# [RSpecRunTime] RSpec elapsed time: 22 minutes 34.6 seconds. Current RSS: ~1561M. load average: 1.01 1.05 1.17 1/289 93696703 by ids6704 calls MilestonesFinder with correct parameters6705 by state6706 calls MilestonesFinder with correct parameters6707 by sort6708 calls MilestonesFinder with correct parameters6709 uses offset-pagination when sorting by EXPIRED_LAST_DUE_DATE_ASC6710 uses offset-pagination when sorting by EXPIRED_LAST_DUE_DATE_DESC6711 by timeframe6712 when passing a timeframe6713 calls MilestonesFinder with correct parameters6714 when title is present6715 calls MilestonesFinder with correct parameters6716 when search_title is present6717 calls MilestonesFinder with correct parameters6718 when containing date is present6719 calls MilestonesFinder with correct parameters6720# [RSpecRunTime] Finishing example group spec/graphql/resolvers/project_milestones_resolver_spec.rb. It took 3.3 seconds. Expected to take 5.61 seconds.6721# [RSpecRunTime] Starting example group spec/lib/gitlab/hook_data/base_builder_spec.rb. Expected to take 5.5 seconds.6722Gitlab::HookData::BaseBuilder6723 #absolute_image_urls6724 with an upload prefix specified6725 relative image URL6726 is expected to eq ""6727 absolute upload URL6728 is expected to eq ""6729 absolute non-upload URL6730 is expected to eq ""6731 without an upload prefix specified6732 relative image URL6733 is expected to eq ""6734 absolute upload URL6735 is expected to eq ""6736 absolute non-upload URL6737 is expected to eq ""6738 HTTP URL6739 is expected to eq ""6740 HTTPS URL6741 is expected to eq ""6742 protocol-relative URL6743 is expected to eq ""6744 URL reference by title6745 is expected to eq "![foo]\n\n[foo]: foo.png"6746 URL reference by label6747 is expected to eq "![][foo]\n\n[foo]: foo.png"6748 in Markdown inline code block6749 is expected to eq "``"6750 in HTML tag on the same line6751 is expected to eq "<p></p>"6752 in Markdown multi-line code block6753 is expected to eq "```\n\n```"6754 in HTML tag on different lines6755 is expected to eq "<p>\n\n</p>"6756# [RSpecRunTime] Finishing example group spec/lib/gitlab/hook_data/base_builder_spec.rb. It took 2.04 seconds. Expected to take 5.5 seconds.6757# [RSpecRunTime] Starting example group spec/lib/gitlab/database/count/tablesample_count_strategy_spec.rb. Expected to take 5.48 seconds.6758Gitlab::Database::Count::TablesampleCountStrategy6759 #count6760 for tables with an estimated small size6761 performs an exact count6762# [RSpecRunTime] RSpec elapsed time: 22 minutes 40.05 seconds. Current RSS: ~1591M. load average: 1.01 1.05 1.17 1/289 93706763 for tables with an estimated large size6764 performs a tablesample count6765# [RSpecRunTime] RSpec elapsed time: 22 minutes 41.68 seconds. Current RSS: ~1592M. load average: 1.01 1.05 1.17 1/289 93716766 insufficient permissions6767 returns an empty hash6768# [RSpecRunTime] RSpec elapsed time: 22 minutes 43.25 seconds. Current RSS: ~1591M. load average: 1.00 1.05 1.17 1/289 93726769# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/count/tablesample_count_strategy_spec.rb. It took 5.23 seconds. Expected to take 5.48 seconds.6770# [RSpecRunTime] Starting example group spec/lib/gitlab/database/type/indifferent_jsonb_spec.rb. Expected to take 5.32 seconds.6771Gitlab::Database::Type::IndifferentJsonb6772 #deserialize6773 json: nil, value: nil6774 is expected to match nil6775 is expected to match nil6776 json: "{\"key\":\"value\"}", value: {:key=>"value"}6777 is expected to match {:key=>"value"}6778 is expected to match {"key"=>"value"}6779 json: "{\"key\":[1,2,3]}", value: {:key=>[1, 2, 3]}6780 is expected to match {:key=>[1, 2, 3]}6781 is expected to match {"key"=>[1, 2, 3]}6782 json: "{\"key\":{\"subkey\":\"value\"}}", value: {:key=>{:subkey=>"value"}}6783 is expected to match {:key=>{:subkey=>"value"}}6784 is expected to match {"key"=>{"subkey"=>"value"}}6785 json: "{\"key\":{\"a\":[{\"b\":\"c\"},{\"d\":\"e\"}]}}", value: {:key=>{:a=>[{:b=>"c"}, {:d=>"e"}]}}6786 is expected to match {:key=>{:a=>[{:b=>"c"}, {:d=>"e"}]}}6787 is expected to match {"key"=>{"a"=>[{"b"=>"c"}, {"d"=>"e"}]}}6788 when used by a model6789 is expected to match {:key=>"value"}6790 is expected to match {"key"=>"value"}6791 ignores changes to other attributes6792 tracks changes to options6793# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/type/indifferent_jsonb_spec.rb. It took 2.19 seconds. Expected to take 5.32 seconds.6794# [RSpecRunTime] Starting example group spec/services/jira_connect_installations/proxy_lifecycle_event_service_spec.rb. Expected to take 5.3 seconds.6795JiraConnectInstallations::ProxyLifecycleEventService6796 #execute6797 when installed event6798 behaves like sends the event hook6799 returns a ServiceResponse6800 sends an installed event to the instance6801 creates the JWT token with the event and installation6802 and the instance responds with an error6803 returns an error ServiceResponse6804 logs the error response6805 and the request raises an error6806 returns an error ServiceResponse6807 when uninstalled event6808 behaves like sends the event hook6809 returns a ServiceResponse6810 sends an installed event to the instance6811 creates the JWT token with the event and installation6812 and the instance responds with an error6813 returns an error ServiceResponse6814 logs the error response6815 and the request raises an error6816 returns an error ServiceResponse6817 .execute6818 creates an instance and calls execute6819 .new6820 creates an internal duplicate of the installation and sets the instance_url6821 with unknown event6822 raises an error6823# [RSpecRunTime] Finishing example group spec/services/jira_connect_installations/proxy_lifecycle_event_service_spec.rb. It took 2.28 seconds. Expected to take 5.3 seconds.6824# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/tags/bulk_insert_spec.rb. Expected to take 5.13 seconds.6825Gitlab::Ci::Tags::BulkInsert6826 gem version6827 is expected to eq "10.0.0"6828 .bulk_insert_tags!6829 delegates to bulk insert class6830 #insert!6831 without tags6832 is expected to be falsey6833 with tags6834 persists tags6835 persists taggings6836 strips tags6837 when batching inserts for tags6838 inserts tags in batches6839 when batching inserts for taggings6840 inserts taggings in batches6841 with tags for only one job6842 persists tags6843 persists taggings6844# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/tags/bulk_insert_spec.rb. It took 2.43 seconds. Expected to take 5.13 seconds.6845# [RSpecRunTime] Starting example group spec/services/ci/job_token_scope/remove_project_service_spec.rb. Expected to take 5.11 seconds.6846Ci::JobTokenScope::RemoveProjectService6847 #execute6848 behaves like editable job token scope6849 when user does not have permissions to edit the job token scope6850 behaves like returns error6851 returns an error response6852 when user has permissions to edit the job token scope6853 when target project is not provided6854 behaves like returns error6855 returns an error response6856 when target project is provided6857 when user does not have permissions to read the target project6858 behaves like returns error6859 returns an error response6860 when user has permissions on source and target project6861 behaves like removes project6862 removes the project from the scope6863 when token scope is disabled6864 behaves like removes project6865 removes the project from the scope6866 when target project is same as the source project6867 behaves like returns error6868 returns an error response6869 when target project is not in the job token scope6870 behaves like returns error6871 returns an error response6872# [RSpecRunTime] Finishing example group spec/services/ci/job_token_scope/remove_project_service_spec.rb. It took 3.17 seconds. Expected to take 5.11 seconds.6873# [RSpecRunTime] Starting example group spec/lib/gitlab/instrumentation/redis_helper_spec.rb. Expected to take 4.99 seconds.6874Gitlab::Instrumentation::RedisHelper6875 .exclude_from_apdex?6876 returns false if all commands are allowed6877 returns true if any commands are banned6878 .measure_write_size6879 measures command size6880 accept array input6881 .instrument_call6882 instruments request count6883 performs cluster validation6884 when command is not valid for Redis Cluster6885 reports cross slot request6886 when an error is raised6887 ensures duration is tracked6888 when a RedisClient::ConnectionError is raised6889 silences connection errors raised during the first attempt6890 when error is raised on the second attempt6891 instruments errors on second attempt6892 when pipelined6893 instruments pipelined request count6894 .measure_read_size6895 reads array6896 reads Integer6897 reads String6898# [RSpecRunTime] Finishing example group spec/lib/gitlab/instrumentation/redis_helper_spec.rb. It took 1.86 seconds. Expected to take 4.99 seconds.6899# [RSpecRunTime] Starting example group spec/lib/gitlab/github_import/importer/events/changed_assignee_spec.rb. Expected to take 4.93 seconds.6900Gitlab::GithubImport::Importer::Events::ChangedAssignee6901 #execute6902 with Issue6903 behaves like process assigned & unassigned events6904 when importing an assigned event6905 behaves like create expected notes6906 creates expected note6907 creates expected system note metadata6908# [RSpecRunTime] RSpec elapsed time: 22 minutes 56.57 seconds. Current RSS: ~1619M. load average: 1.08 1.07 1.17 1/289 93866909 when importing an unassigned event6910 behaves like create expected notes6911 creates expected note6912 creates expected system note metadata6913 with MergeRequest6914 behaves like process assigned & unassigned events6915 when importing an assigned event6916 behaves like create expected notes6917 creates expected note6918 creates expected system note metadata6919# [RSpecRunTime] RSpec elapsed time: 22 minutes 58.21 seconds. Current RSS: ~1602M. load average: 1.08 1.07 1.17 1/295 94486920 when importing an unassigned event6921 behaves like create expected notes6922 creates expected note6923 creates expected system note metadata6924# [RSpecRunTime] RSpec elapsed time: 22 minutes 59.32 seconds. Current RSS: ~1601M. load average: 1.08 1.07 1.17 1/295 95036925# [RSpecRunTime] Finishing example group spec/lib/gitlab/github_import/importer/events/changed_assignee_spec.rb. It took 4.15 seconds. Expected to take 4.93 seconds.6926# [RSpecRunTime] Starting example group spec/models/operations/feature_flags_client_spec.rb. Expected to take 4.88 seconds.6927Operations::FeatureFlagsClient6928 does not allow STI6929 associations6930 is expected to belong to project required: false6931 validations6932 is expected to validate that :project cannot be empty/falsy6933 #token6934 ensures that token is always set6935 .update_last_feature_flag_updated_at!6936 updates the last_feature_flag_updated_at of the project client6937 #unleash_api_version6938 is expected to eq 16939 #unleash_api_features6940 fetches6941 when unleash app name is not set6942 does not fetch6943 #unleash_api_cache_key6944 constructs the cache key6945 when unleash app name is not set6946 constructs the cache key without unleash app name6947# [RSpecRunTime] Finishing example group spec/models/operations/feature_flags_client_spec.rb. It took 2.39 seconds. Expected to take 4.88 seconds.6948# [RSpecRunTime] Starting example group spec/serializers/diffs_metadata_entity_spec.rb. Expected to take 4.81 seconds.6949DiffsMetadataEntity6950 as json6951 contain only required attributes6952 diff_files6953 serializes diff files metadata using DiffFileMetadataEntity6954 when there are conflicts6955 serializes diff files with conflicts6956# [RSpecRunTime] RSpec elapsed time: 23 minutes 5.82 seconds. Current RSS: ~1603M. load average: 1.15 1.08 1.18 1/295 96286957# [RSpecRunTime] Finishing example group spec/serializers/diffs_metadata_entity_spec.rb. It took 4.11 seconds. Expected to take 4.81 seconds.6958# [RSpecRunTime] Starting example group spec/services/packages/nuget/check_duplicates_service_spec.rb. Expected to take 4.74 seconds.6959Packages::Nuget::CheckDuplicatesService6960 #execute6961 with existing package6962 when nuget duplicates are allowed6963 behaves like returning success6964 returns success6965 when nuget duplicates are not allowed6966 when package file is in object storage6967 behaves like handling duplicates disallowed when package exists6968 behaves like returning error6969 returns an error6970 with nuget_duplicate_exception_regex6971 behaves like returning success6972 returns success6973 when ExtractRemoteMetadataFileService raises ExtractionError6974 behaves like returning error6975 returns an error6976 when version is normalized6977 behaves like handling duplicates disallowed when package exists6978 behaves like returning error6979 returns an error6980 with nuget_duplicate_exception_regex6981 behaves like returning success6982 returns success6983 when package file is on disk6984 behaves like handling duplicates disallowed when package exists6985 behaves like returning error6986 returns an error6987 with nuget_duplicate_exception_regex6988 behaves like returning success6989 returns success6990 with non existing package6991 when nuget duplicates are allowed6992 behaves like returning success6993 returns success6994 when nuget duplicates are not allowed6995 behaves like returning success6996 returns success6997# [RSpecRunTime] Finishing example group spec/services/packages/nuget/check_duplicates_service_spec.rb. It took 2.21 seconds. Expected to take 4.74 seconds.6998# [RSpecRunTime] Starting example group spec/models/integrations/chat_message/push_message_spec.rb. Expected to take 4.63 seconds.6999Integrations::ChatMessage::PushMessage7000 does not allow STI7001 behaves like Integrations::ChatMessage7002 when input contains link markup7003 strips all link markup characters7004 push7005 without markdown7006 returns a message regarding pushes7007 with markdown7008 returns a message regarding pushes7009 tag push7010 without markdown7011 returns a message regarding pushes7012 with markdown7013 returns a message regarding pushes7014 removed tag7015 without markdown7016 returns a message regarding removal of tags7017 with markdown7018 returns a message regarding removal of tags7019 new branch7020 without markdown7021 returns a message regarding a new branch7022 with markdown7023 returns a message regarding a new branch7024 removed branch7025 without markdown7026 returns a message regarding a removed branch7027 with markdown7028 returns a message regarding a removed branch7029 #attachment_color7030 returns the correct color7031# [RSpecRunTime] Finishing example group spec/models/integrations/chat_message/push_message_spec.rb. It took 1.77 seconds. Expected to take 4.63 seconds.7032# [RSpecRunTime] Starting example group spec/lib/sidebars/user_profile/menus/contributed_projects_menu_spec.rb. Expected to take 4.61 seconds.7033Sidebars::UserProfile::Menus::ContributedProjectsMenu7034 behaves like User profile menu7035 does not contain any sub menu7036 renders the correct link7037 renders the correct title7038 renders the correct icon7039 renders the correct avatar7040 defines correct active route7041 renders if user is logged in7042 when viewed user is blocked7043 when user is not logged in7044 is not allowed to view the menu item7045# [RSpecRunTime] RSpec elapsed time: 23 minutes 11.1 seconds. Current RSS: ~1626M. load average: 1.14 1.08 1.18 1/294 96297046 when current user has permission7047 is allowed to view the menu item7048 when current user does not have permission7049 is not allowed to view the menu item7050 when viewed user is banned7051 when user is not logged in7052 is not allowed to view the menu item7053 when current user has permission7054 is allowed to view the menu item7055 when current user does not have permission7056 is not allowed to view the menu item7057# [RSpecRunTime] Finishing example group spec/lib/sidebars/user_profile/menus/contributed_projects_menu_spec.rb. It took 2.03 seconds. Expected to take 4.61 seconds.7058# [RSpecRunTime] Starting example group spec/serializers/test_report_summary_entity_spec.rb. Expected to take 4.48 seconds.7059TestReportSummaryEntity7060 #as_json7061 contains the total7062 when summary has test suites7063 contains the test suites7064 contains build_ids7065# [RSpecRunTime] RSpec elapsed time: 23 minutes 15.95 seconds. Current RSS: ~1601M. load average: 1.21 1.10 1.18 1/294 96317066# [RSpecRunTime] Finishing example group spec/serializers/test_report_summary_entity_spec.rb. It took 4.13 seconds. Expected to take 4.48 seconds.7067# [RSpecRunTime] Starting example group spec/workers/ci/test_failure_history_worker_spec.rb. Expected to take 4.47 seconds.7068Ci::TestFailureHistoryWorker7069 is labeled as idempotent7070 performs multiple times sequentially without raising an exception7071 tracks test failures7072 #perform7073 when pipeline exists7074 executes test failure history service7075# [RSpecRunTime] RSpec elapsed time: 23 minutes 18.91 seconds. Current RSS: ~1578M. load average: 1.19 1.09 1.18 1/291 96387076 when pipeline does not exist7077 does not execute test failure history service7078# [RSpecRunTime] Finishing example group spec/workers/ci/test_failure_history_worker_spec.rb. It took 3.11 seconds. Expected to take 4.47 seconds.7079# [RSpecRunTime] Starting example group spec/lib/gitlab/redis/cluster_store_spec.rb. Expected to take 4.35 seconds.7080Gitlab::Redis::ClusterStore7081 #set7082 when ttl is added7083 writes the key and sets a ttl7084 when there is no ttl7085 sets the key7086 .new7087 initialises a cluster store7088 extends Serialization by default7089 sets a default serializer when left empty7090 when serializer field is defined7091 sets serializer according to the options7092 when marshalling field is defined7093 overrides serializer with Marshal7094 when marshalling field is false7095 overrides serializer with Marshal7096 when namespace is defined7097 extends namespace7098 write keys with namespace7099 #setnx7100 when ttl is added7101 writes the key if not exists and sets a ttl7102 when there is no ttl7103 writes the key if not exists7104# [RSpecRunTime] Finishing example group spec/lib/gitlab/redis/cluster_store_spec.rb. It took 2.24 seconds. Expected to take 4.35 seconds.7105# [RSpecRunTime] Starting example group spec/tasks/gitlab/ci_secure_files/migrate_rake_spec.rb. Expected to take 4.31 seconds.7106gitlab:ci_secure_files7107 gitlab:ci_secure_files:migrate7108 invokes the migration helper to move files to object storage7109 when an error is raised while migrating7110 logs the error7111# [RSpecRunTime] RSpec elapsed time: 23 minutes 22.75 seconds. Current RSS: ~1584M. load average: 1.26 1.11 1.19 1/290 96397112# [RSpecRunTime] Finishing example group spec/tasks/gitlab/ci_secure_files/migrate_rake_spec.rb. It took 4.15 seconds. Expected to take 4.31 seconds.7113# [RSpecRunTime] RSpec elapsed time: 23 minutes 25.62 seconds. Current RSS: ~1568M. load average: 1.26 1.11 1.19 1/289 96407114# [RSpecRunTime] Starting example group spec/services/projects/enable_deploy_key_service_spec.rb. Expected to take 4.28 seconds.7115Projects::EnableDeployKeyService7116 enables the key7117 trying to add an unaccessable key7118 returns nil if the key cannot be added7119# [RSpecRunTime] RSpec elapsed time: 23 minutes 27.12 seconds. Current RSS: ~1550M. load average: 1.26 1.11 1.19 1/289 96417120 add the same key twice7121 returns existing key7122# [RSpecRunTime] Finishing example group spec/services/projects/enable_deploy_key_service_spec.rb. It took 2.34 seconds. Expected to take 4.28 seconds.7123# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/pull_policy_spec.rb. Expected to take 4.17 seconds.7124Gitlab::Ci::Config::Entry::PullPolicy7125 #value7126 when config value is nil7127 is expected to be nil7128 when retry value is an empty array7129 is expected to eq nil7130 when retry value is string7131 is expected to eq ["always"]7132 when retry value is array7133 is expected to eq ["always", "if-not-present"]7134 validation7135 when retry value is nil7136 is expected to eq false7137 when retry value is an empty array7138 is expected to eq false7139 when retry value is a hash7140 is expected to eq false7141 when retry value is string7142 is expected to eq true7143 when it is an invalid policy7144 is expected to eq false7145 when it is an empty string7146 is expected to eq false7147 when retry value is array7148 is expected to eq true7149 when config contains an invalid policy7150 is expected to eq false7151# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/pull_policy_spec.rb. It took 1.68 seconds. Expected to take 4.17 seconds.7152# [RSpecRunTime] Starting example group spec/serializers/review_app_setup_entity_spec.rb. Expected to take 4.15 seconds.7153ReviewAppSetupEntity7154 #as_json7155 contains can_setup_review_app7156 contains has_review_app7157 when the user can setup a review app7158 contains relevant fields7159 exposes the relevant review snippet7160 exposes whether the project has associated clusters7161# [RSpecRunTime] RSpec elapsed time: 23 minutes 32.6 seconds. Current RSS: ~1556M. load average: 1.22 1.11 1.18 1/289 96427162 when the user cannot setup a review app7163 does not expose certain fields7164# [RSpecRunTime] Finishing example group spec/serializers/review_app_setup_entity_spec.rb. It took 3.63 seconds. Expected to take 4.15 seconds.7165# [RSpecRunTime] Starting example group spec/services/ci/pipeline_schedules/variables_update_service_spec.rb. Expected to take 4.08 seconds.7166Ci::PipelineSchedules::VariablesUpdateService7167 execute7168 when user does not have permission7169 returns ServiceResponse.error7170# [RSpecRunTime] RSpec elapsed time: 23 minutes 34.68 seconds. Current RSS: ~1559M. load average: 1.22 1.11 1.18 1/289 96507171 when user limited with permission on a project7172 returns ServiceResponse.error7173 when user has permissions7174 saves variable with passed params7175 returns ServiceResponse.success7176 when schedule save fails7177 returns ServiceResponse.error7178# [RSpecRunTime] Finishing example group spec/services/ci/pipeline_schedules/variables_update_service_spec.rb. It took 2.65 seconds. Expected to take 4.08 seconds.7179# [RSpecRunTime] Starting example group spec/lib/bulk_imports/common/pipelines/badges_pipeline_spec.rb. Expected to take 4.02 seconds.7180BulkImports::Common::Pipelines::BadgesPipeline7181 #run7182 imports a group badge7183 skips already imported records7184 when project entity7185 imports a project badge & skips group badge7186# [RSpecRunTime] RSpec elapsed time: 23 minutes 40.05 seconds. Current RSS: ~1581M. load average: 1.20 1.10 1.18 1/289 96517187 #transform7188 return transformed badge hash7189 when data is blank7190 does nothing when the data is blank7191 when project entity & group badge7192 returns7193# [RSpecRunTime] Finishing example group spec/lib/bulk_imports/common/pipelines/badges_pipeline_spec.rb. It took 4.88 seconds. Expected to take 4.02 seconds.7194# [RSpecRunTime] Starting example group spec/graphql/resolvers/group_milestones_resolver_spec.rb. Expected to take 3.99 seconds.7195Resolvers::GroupMilestonesResolver7196 #resolve7197 calls MilestonesFinder#execute7198 without parameters7199 calls MilestonesFinder to retrieve all milestones7200 with parameters7201 timeframe argument7202 by ids7203 calls MilestonesFinder with correct parameters7204 by sort7205 calls MilestonesFinder with correct parameters7206 uses offset-pagination when sorting by expired_last_due_date_asc7207 uses offset-pagination when sorting by expired_last_due_date_desc7208 by timeframe7209 when timeframe start and end are present7210 when start is after end7211 raises error7212# [RSpecRunTime] Finishing example group spec/graphql/resolvers/group_milestones_resolver_spec.rb. It took 1.67 seconds. Expected to take 3.99 seconds.7213# [RSpecRunTime] Starting example group spec/models/work_items/widgets/award_emoji_spec.rb. Expected to take 3.87 seconds.7214WorkItems::Widgets::AwardEmoji7215 does not allow STI7216 #downvotes7217 is expected to eq 17218# [RSpecRunTime] RSpec elapsed time: 23 minutes 43.87 seconds. Current RSS: ~1575M. load average: 1.18 1.10 1.18 1/289 96527219 #type7220 is expected to eq :award_emoji7221 .type7222 is expected to eq :award_emoji7223 #upvotes7224 is expected to eq 17225 #award_emoji7226 is expected to contain exactly #<AwardEmoji id: 1, name: "star", user_id: 1442, awardable_type: "Issue", created_at: "2024-02-29 08:45:24.760478418 +0000", updated_at: "2024-02-29 08:45:24.760478418 +0000", awardable_id: 173>, #<AwardEmoji id: 2, name: "thumbsup", user_id: 1443, awardable_type: "Issue", created_at: "2024-02-29 08:45:24.922775550 +0000", updated_at: "2024-02-29 08:45:24.922775550 +0000", awardable_id: 173>, and #<AwardEmoji id: 3, name: "thumbsdown", user_id: 1444, awardable_type: "Issue", created_at: "2024-02-...-29 08:45:25.095727981 +0000", updated_at: "2024-02-29 08:45:25.095727981 +0000", awardable_id: 173>7227# [RSpecRunTime] Finishing example group spec/models/work_items/widgets/award_emoji_spec.rb. It took 1.99 seconds. Expected to take 3.87 seconds.7228# [RSpecRunTime] Starting example group spec/lib/gitlab/middleware/speedscope_spec.rb. Expected to take 3.86 seconds.7229Gitlab::Middleware::Speedscope7230 #call7231 when flamegraph is not requested7232 behaves like returns original response7233 returns original response7234 when flamegraph requested7235 when user is not allowed7236 behaves like returns original response7237 returns original response7238 when user is allowed7239 returns a flamegraph7240 when the stackprof_mode parameter is set and valid7241 runs StackProf in the mode specified in the stackprof_mode parameter7242 when the stackprof_mode parameter is not set7243 runs StackProf in wall mode7244 when the stackprof_mode parameter is invalid7245 runs StackProf in wall mode7246 when the stackprof_mode parameter is set to object mode7247 runs StackProf with an interval of 1007248 when the stackprof_mode parameter is not set to object mode7249 runs StackProf with an interval of 10_1007250# [RSpecRunTime] Finishing example group spec/lib/gitlab/middleware/speedscope_spec.rb. It took 1.58 seconds. Expected to take 3.86 seconds.7251# [RSpecRunTime] Starting example group spec/workers/releases/manage_evidence_worker_spec.rb. Expected to take 3.77 seconds.7252Releases::ManageEvidenceWorker7253 when `released_at` in inside the window7254 when Evidence has not been created7255 creates a new Evidence record7256# [RSpecRunTime] RSpec elapsed time: 23 minutes 47.85 seconds. Current RSS: ~1595M. load average: 1.17 1.10 1.18 1/291 96687257 when evidence has already been created7258 behaves like does not create a new Evidence record7259 sidekiq_inline7260 when `released_at` is outside the window7261 behaves like does not create a new Evidence record7262 sidekiq_inline7263# [RSpecRunTime] Finishing example group spec/workers/releases/manage_evidence_worker_spec.rb. It took 2.91 seconds. Expected to take 3.77 seconds.7264# [RSpecRunTime] Starting example group spec/services/ide/terminal_config_service_spec.rb. Expected to take 3.75 seconds.7265Ide::TerminalConfigService7266 #execute7267 content is not valid7268 returns an error7269 terminal not defined7270 returns success7271 terminal enabled7272 returns success7273 custom terminal enabled7274 returns success7275# [RSpecRunTime] Finishing example group spec/services/ide/terminal_config_service_spec.rb. It took 1.73 seconds. Expected to take 3.75 seconds.7276# [RSpecRunTime] Starting example group spec/uploaders/ci/secure_file_uploader_spec.rb. Expected to take 3.68 seconds.7277Ci::SecureFileUploader7278 #key7279 creates a digest with a secret key and the project id7280 .checksum7281 returns a SHA256 checksum for the unencrypted file7282 encryption7283 encrypts the stored file7284 decrypts the file when reading7285# [RSpecRunTime] RSpec elapsed time: 23 minutes 53.21 seconds. Current RSS: ~1605M. load average: 1.15 1.10 1.18 1/291 96817286 .direct_upload_enabled?7287 returns false7288 .default_store7289 when object storage is enabled7290 returns REMOTE7291 when object storage is disabled7292 returns LOCAL7293# [RSpecRunTime] Finishing example group spec/uploaders/ci/secure_file_uploader_spec.rb. It took 2.97 seconds. Expected to take 3.68 seconds.7294# [RSpecRunTime] Starting example group spec/tasks/gitlab/audit_event_types/audit_event_types_rake_spec.rb. Expected to take 3.66 seconds.7295gitlab:audit_event_types rake tasks7296 check_docs7297 invokes Gitlab::AuditEventTypes::CheckDocsTask with correct arguments7298 compile_docs7299 invokes Gitlab::AuditEventTypes::CompileDocsTask with correct arguments7300# [RSpecRunTime] Finishing example group spec/tasks/gitlab/audit_event_types/audit_event_types_rake_spec.rb. It took 3.57 seconds. Expected to take 3.66 seconds.7301# [RSpecRunTime] RSpec elapsed time: 23 minutes 57.27 seconds. Current RSS: ~1588M. load average: 1.15 1.10 1.18 1/290 96827302# [RSpecRunTime] Starting example group spec/lib/gitlab/database/async_constraints/validators/foreign_key_spec.rb. Expected to take 3.59 seconds.7303Gitlab::Database::AsyncConstraints::Validators::ForeignKey7304 behaves like async constraints validation7305 validates the constraint while controlling statement timeout7306 removes the constraint validation record from table7307 skips logic if not able to acquire exclusive lease7308 logs messages around execution7309 when the constraint does not exist7310 skips validation and removes the record7311 logs an appropriate message7312# [RSpecRunTime] RSpec elapsed time: 23 minutes 58.83 seconds. Current RSS: ~1586M. load average: 1.14 1.10 1.18 1/289 96837313 with error handling7314 on production7315 increases execution attempts7316 logs an error message including the constraint_name7317 on development7318 also raises errors7319 with fully qualified table names7320 validates the constraint7321# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/async_constraints/validators/foreign_key_spec.rb. It took 2.29 seconds. Expected to take 3.59 seconds.7322# [RSpecRunTime] Starting example group spec/services/releases/links/create_service_spec.rb. Expected to take 3.58 seconds.7323Releases::Links::CreateService7324 #execute7325 successfully creates a release link7326 when user does not have access to create release link7327 returns an error7328# [RSpecRunTime] RSpec elapsed time: 24 minutes 1.31 seconds. Current RSS: ~1618M. load average: 1.14 1.10 1.18 1/290 96907329 when url is invalid7330 returns an error7331 when both direct_asset_path and filepath are provided7332 prefers direct_asset_path7333 when only filepath is set7334 uses filepath7335# [RSpecRunTime] Finishing example group spec/services/releases/links/create_service_spec.rb. It took 3.05 seconds. Expected to take 3.58 seconds.7336# [RSpecRunTime] Starting example group spec/workers/projects/delete_branch_worker_spec.rb. Expected to take 3.51 seconds.7337Projects::DeleteBranchWorker7338 #perform7339 when the branch does not exist7340 does nothing7341 with a non-existing project7342 does nothing7343 with a non-existing user7344 does nothing7345 with existing user and project7346 calls service to delete source branch7347 when delete service returns an error7348 when the status code is 4007349 tracks and raises the exception7350 when the status code is not 4007351 does not track the exception7352 behaves like an idempotent worker7353 is labeled as idempotent7354 performs multiple times sequentially without raising an exception7355# [RSpecRunTime] Finishing example group spec/workers/projects/delete_branch_worker_spec.rb. It took 1.91 seconds. Expected to take 3.51 seconds.7356# [RSpecRunTime] Starting example group spec/workers/gitlab/bitbucket_import/stage/import_pull_requests_worker_spec.rb. Expected to take 3.47 seconds.7357Gitlab::BitbucketImport::Stage::ImportPullRequestsWorker7358 #perform7359 when the import succeeds7360 schedules the next stage7361 logs stage start and finish7362 when project does not exists7363 does not call the importer7364 when project import state is not `started`7365 does not call the importer7366 when the importer fails7367 does not schedule the next stage and raises error7368 behaves like Gitlab::BitbucketImport::StageMethods7369 .sidekiq_retries_exhausted7370 tracks the import failure7371 #perform7372 executes the import7373 queues RefreshImportJidWorker7374# [RSpecRunTime] Finishing example group spec/workers/gitlab/bitbucket_import/stage/import_pull_requests_worker_spec.rb. It took 2.18 seconds. Expected to take 3.47 seconds.7375# [RSpecRunTime] Starting example group spec/lib/gitlab/bitbucket_import/ref_converter_spec.rb. Expected to take 3.46 seconds.7376Gitlab::BitbucketImport::RefConverter7377 when the note has a reference to a line in a file7378 behaves like converts the ref correctly7379 converts the ref to a gitlab reference7380 when the note does not have a ref7381 behaves like converts the ref correctly7382 converts the ref to a gitlab reference7383 when the note has a reference to a file7384 behaves like converts the ref correctly7385 converts the ref to a gitlab reference7386 when the note references issues without an issue name7387 behaves like converts the ref correctly7388 converts the ref to a gitlab reference7389 when the note has an issue ref7390 behaves like converts the ref correctly7391 converts the ref to a gitlab reference7392 when the note has a pull request ref7393 behaves like converts the ref correctly7394 converts the ref to a gitlab reference7395 when the note has a reference to a branch7396 behaves like converts the ref correctly7397 converts the ref to a gitlab reference7398# [RSpecRunTime] Finishing example group spec/lib/gitlab/bitbucket_import/ref_converter_spec.rb. It took 1.33 seconds. Expected to take 3.46 seconds.7399# [RSpecRunTime] Starting example group spec/models/concerns/integrations/enable_ssl_verification_spec.rb. Expected to take 3.41 seconds.7400Integrations::EnableSslVerification7401 does not allow STI7402 accessors7403 is expected to respond to #enable_ssl_verification7404 is expected to respond to #enable_ssl_verification?7405 #initialize_properties7406 enables the setting by default7407 does not enable the setting if the record is already persisted7408 does not enable the setting if a custom value was set7409 #fields7410 inserts the checkbox field after the first URL field, or at the end7411 does not insert the field repeatedly7412# [RSpecRunTime] Finishing example group spec/models/concerns/integrations/enable_ssl_verification_spec.rb. It took 1.2 seconds. Expected to take 3.41 seconds.7413# [RSpecRunTime] Starting example group spec/lib/bulk_imports/common/pipelines/wiki_pipeline_spec.rb. Expected to take 3.35 seconds.7414BulkImports::Common::Pipelines::WikiPipeline7415 #run7416 behaves like wiki pipeline imports a wiki for an entity7417 #run7418 when wiki exists7419 imports new wiki into destination project7420 when wiki does not exist7421 does not import wiki7422 when scheme is blocked7423 prevents import7424 when wiki is disabled7425 unsuccessful response7426 when response is forbidden7427 does not raise an error7428 when response is not found7429 does not raise an error7430 when response is not 4037431 does not raise an error7432# [RSpecRunTime] Finishing example group spec/lib/bulk_imports/common/pipelines/wiki_pipeline_spec.rb. It took 1.68 seconds. Expected to take 3.35 seconds.7433# [RSpecRunTime] Starting example group spec/services/bulk_imports/lfs_objects_export_service_spec.rb. Expected to take 3.33 seconds.7434BulkImports::LfsObjectsExportService7435 #execute7436 exports lfs objects and their repository types7437 when export is batched7438 exports only specified lfs objects7439 when lfs object has file on disk missing7440 does not attempt to copy non-existent file7441 when lfs object is remotely stored7442 downloads lfs object from object storage7443 #exported_objects_count7444 return the number of exported lfs objects7445# [RSpecRunTime] Finishing example group spec/services/bulk_imports/lfs_objects_export_service_spec.rb. It took 1.39 seconds. Expected to take 3.33 seconds.7446# [RSpecRunTime] Starting example group spec/models/issuable_severity_spec.rb. Expected to take 3.27 seconds.7447IssuableSeverity7448 does not allow STI7449 associations7450 is expected to belong to issue required: false7451 validations7452 is expected to validate that :severity cannot be empty/falsy7453 is expected to validate that :issue cannot be empty/falsy7454 is expected to validate that :issue is case-sensitively unique7455 enums7456 is expected to define :severity as an enum backed by an integer with values ‹{unknown: 0, low: 1, medium: 2, high: 3, critical: 4}›7457# [RSpecRunTime] Finishing example group spec/models/issuable_severity_spec.rb. It took 1.34 seconds. Expected to take 3.27 seconds.7458# [RSpecRunTime] Starting example group spec/services/test_hooks/system_service_spec.rb. Expected to take 3.26 seconds.7459TestHooks::SystemService7460 #execute7461 hook with not implemented test7462 returns error message7463 push_events7464 executes hook7465 tag_push_events7466 executes hook7467 repository_update_events7468 executes hook7469 merge_requests_events7470 returns error message if the user does not have any repository with a merge request7471 executes hook7472# [RSpecRunTime] Finishing example group spec/services/test_hooks/system_service_spec.rb. It took 2.03 seconds. Expected to take 3.26 seconds.7473# [RSpecRunTime] Starting example group spec/rubocop/feature_categories_spec.rb. Expected to take 3.2 seconds.7474RuboCop::FeatureCategories7475 .config_checksum7476 returns a SHA256 digest used by RuboCop to invalid cache7477 .available7478 returns a list of available feature categories in a set of strings7479 #check7480 when value_node is nil7481 yields a message asking for a feature category with document link only7482 when value_node is not a symbol node7483 yields a message asking for a symbol value7484 when category is found7485 returns nil without yielding anything7486 when a similar category is found7487 yields a message asking for a feature category with suggestion and document link7488 when no similar category is found7489 yields a message asking for a feature category with document link only7490 .available_with_custom7491 returns a list of available feature categories7492 returns a list containing the custom feature categories7493# [RSpecRunTime] Finishing example group spec/rubocop/feature_categories_spec.rb. It took 1.24 seconds. Expected to take 3.2 seconds.7494# [RSpecRunTime] Starting example group spec/lib/gitlab/git/finders/refs_finder_spec.rb. Expected to take 3.18 seconds.7495Gitlab::Git::Finders::RefsFinder7496 #execute7497 when :ref_type is :branches7498 is expected to be a kind of Array7499 returns matching ref object7500 when :ref_type is :tags7501 is expected to be a kind of Array7502 returns matching ref object7503 when :ref_type is invalid7504 raises an error7505# [RSpecRunTime] Finishing example group spec/lib/gitlab/git/finders/refs_finder_spec.rb. It took 1.37 seconds. Expected to take 3.18 seconds.7506# [RSpecRunTime] Starting example group spec/initializers/check_forced_decomposition_spec.rb. Expected to take 3.12 seconds.7507check_forced_decomposition initializer7508 for production env7509 for single database7510 example at ./spec/initializers/check_forced_decomposition_spec.rb:24 (PENDING: Skipping because some of the extra databases [:ci, :main_clusterwide, :embedding, :geo] are setup)7511 for multiple database7512 when ci and main share the same database7513 is expected not to raise Exception7514 when host is not present7515 is expected not to raise Exception7516 when ci and main share the same database but different host7517 is expected to raise /Separate CI database is not ready/7518 when ci and main are different databases7519 is expected to raise /Separate CI database is not ready/7520 for SaaS7521 is expected not to raise Exception7522 when env var GITLAB_ALLOW_SEPARATE_CI_DATABASE is true7523 is expected not to raise Exception7524 when env var GITLAB_ALLOW_SEPARATE_CI_DATABASE is false7525 is expected to raise /Separate CI database is not ready/7526# [RSpecRunTime] Finishing example group spec/initializers/check_forced_decomposition_spec.rb. It took 1.69 seconds. Expected to take 3.12 seconds.7527# [RSpecRunTime] Starting example group spec/lib/gitlab/silent_mode_spec.rb. Expected to take 3.09 seconds.7528Gitlab::SilentMode7529 .log_debug7530 when silent mode is enabled7531 logs to AppJsonLogger and adds the current state of silent mode7532 when silent mode is disabled7533 logs to AppJsonLogger and adds the current state of silent mode7534 overwrites silent_mode_enabled log key if call already contains it7535 .enabled?7536 when silent mode is enabled7537 is expected to be truthy7538 when silent mode is disabled7539 is expected to be falsey7540 .log_info7541 when silent mode is enabled7542 logs to AppJsonLogger and adds the current state of silent mode7543 when silent mode is disabled7544 logs to AppJsonLogger and adds the current state of silent mode7545 overwrites silent_mode_enabled log key if call already contains it7546# [RSpecRunTime] Finishing example group spec/lib/gitlab/silent_mode_spec.rb. It took 1.27 seconds. Expected to take 3.09 seconds.7547# [RSpecRunTime] Starting example group spec/models/external_issue_spec.rb. Expected to take 3.03 seconds.7548ExternalIssue7549 does not allow STI7550 modules7551 is expected to includes the Referable module7552 #to_reference7553 returns a String reference to the object7554 #title7555 returns a title7556 #reference_link_text7557 if issue id has a prefix7558 returns the issue ID7559 if issue id is a number7560 returns the issue ID prefixed by #7561 #project_id7562 returns the ID of the project7563 #hash7564 returns the hash of its [class, to_s] pair7565# [RSpecRunTime] Finishing example group spec/models/external_issue_spec.rb. It took 1.12 seconds. Expected to take 3.03 seconds.7566# [RSpecRunTime] Starting example group spec/workers/ci/update_locked_unknown_artifacts_worker_spec.rb. Expected to take 3.01 seconds.7567Ci::UpdateLockedUnknownArtifactsWorker7568 #perform7569 executes an instance of Ci::JobArtifacts::UpdateUnknownLockedStatusService7570# [RSpecRunTime] RSpec elapsed time: 24 minutes 25.43 seconds. Current RSS: ~1604M. load average: 1.16 1.10 1.18 1/289 97167571# [RSpecRunTime] Finishing example group spec/workers/ci/update_locked_unknown_artifacts_worker_spec.rb. It took 3.16 seconds. Expected to take 3.01 seconds.7572# [RSpecRunTime] Starting example group spec/lib/gitlab/database/health_status/indicators/autovacuum_active_on_table_spec.rb. Expected to take 2.94 seconds.7573Gitlab::Database::HealthStatus::Indicators::AutovacuumActiveOnTable7574 #evaluate7575 without autovacuum activity7576 returns Normal signal7577 remembers the indicator class7578 with autovacuum activity7579 returns Stop signal7580 explains why7581 remembers the indicator class7582 with specific feature flags7583 returns NotAvailable on batched_migrations_health_status_autovacuum FF being disable7584 with skip_autovacuum_health_check_for_ci_builds FF being enabled7585 for ci_builds table7586 returns NotAvailable7587 for users table7588 returns Stop signal7589# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/health_status/indicators/autovacuum_active_on_table_spec.rb. It took 1.4 seconds. Expected to take 2.94 seconds.7590# [RSpecRunTime] Starting example group spec/services/design_management/move_designs_service_spec.rb. Expected to take 2.92 seconds.7591DesignManagement::MoveDesignsService7592 #execute7593 the user cannot move designs7594 raises cannot_move7595 the designs are not distinct7596 raises not_distinct7597 the designs are not on the same issue7598 raises not_same_issue7599 no focus is passed7600 raises no_focus7601 no neighbours are passed7602 raises no_neighbors7603 moving a design with neighbours7604 repositions existing designs and correctly places the given design7605# [RSpecRunTime] Finishing example group spec/services/design_management/move_designs_service_spec.rb. It took 2.36 seconds. Expected to take 2.92 seconds.7606# [RSpecRunTime] Starting example group spec/services/organizations/create_service_spec.rb. Expected to take 2.88 seconds.7607Organizations::CreateService7608 #execute7609 when user does not have permission7610 returns an error7611 when user has permission7612 behaves like creating an organization7613 creates the organization7614 with description7615 behaves like creating an organization7616 creates the organization7617 with avatar7618 behaves like creating an organization7619 creates the organization7620 when the organization is not persisted7621 returns an error when the organization is not persisted7622# [RSpecRunTime] Finishing example group spec/services/organizations/create_service_spec.rb. It took 0.96 second. Expected to take 2.88 seconds.7623# [RSpecRunTime] Starting example group spec/services/projects/container_repository/third_party/delete_tags_service_spec.rb. Expected to take 2.84 seconds.7624Projects::ContainerRepository::ThirdParty::DeleteTagsService7625 #execute7626 with tags to delete7627 deletes the tags by name7628 succeeds when tag delete returns 4047629 with failures7630 when the dummy manifest generation fails7631 is expected to eq {:message=>"could not generate manifest", :status=>:error}7632 when updating tags fails7633 all tag updates fail7634 is expected to eq {:message=>"could not delete tags: A, Ba", :status=>:error}7635 when a large list of tag updates fails7636 truncates the log message7637 a single tag update fails7638 is expected to eq {:deleted=>["A"], :status=>:success}7639 with empty tags7640 does not remove anything7641# [RSpecRunTime] Finishing example group spec/services/projects/container_repository/third_party/delete_tags_service_spec.rb. It took 1.53 seconds. Expected to take 2.84 seconds.7642# [RSpecRunTime] Starting example group spec/workers/ci/build_schedule_worker_spec.rb. Expected to take 2.81 seconds.7643Ci::BuildScheduleWorker7644 when build is found7645 when build is scheduled7646 executes RunScheduledBuildService7647 when build is not scheduled7648 executes RunScheduledBuildService7649 when build is not found7650 does nothing7651# [RSpecRunTime] Finishing example group spec/workers/ci/build_schedule_worker_spec.rb. It took 1.81 seconds. Expected to take 2.81 seconds.7652# [RSpecRunTime] Starting example group spec/services/packages/conan/create_package_service_spec.rb. Expected to take 2.77 seconds.7653Packages::Conan::CreatePackageService7654 #execute7655 valid params7656 creates a new package7657 behaves like assigns the package creator7658 assigns the package creator7659 behaves like assigns build to package7660 with build info7661 assigns the pipeline to the package7662 behaves like assigns status to package7663 with status param7664 assigns the status to the package7665 invalid params7666 fails7667# [RSpecRunTime] Finishing example group spec/services/packages/conan/create_package_service_spec.rb. It took 1.93 seconds. Expected to take 2.77 seconds.7668# [RSpecRunTime] Starting example group spec/services/merge_requests/mergeability/check_broken_status_service_spec.rb. Expected to take 2.74 seconds.7669MergeRequests::Mergeability::CheckBrokenStatusService7670 behaves like mergeability check service7671 sets the identifier7672 sets the description7673 #execute7674 when switch_broken_status is false7675 when the merge request is broken7676 returns a check result with status failed7677 when the merge request is not broken7678 returns a check result with status success7679 when switch_broken_status is true7680 returns a check result with inactive status7681 #skip?7682 returns false7683 #cacheable?7684 returns false7685# [RSpecRunTime] Finishing example group spec/services/merge_requests/mergeability/check_broken_status_service_spec.rb. It took 1.11 seconds. Expected to take 2.74 seconds.7686# [RSpecRunTime] Starting example group spec/lib/gitlab/slash_commands/presenters/issue_search_spec.rb. Expected to take 2.7 seconds.7687Gitlab::SlashCommands::Presenters::IssueSearch7688 formats the message correct7689 shows a list of results7690# [RSpecRunTime] Finishing example group spec/lib/gitlab/slash_commands/presenters/issue_search_spec.rb. It took 1.8 seconds. Expected to take 2.7 seconds.7691# [RSpecRunTime] RSpec elapsed time: 24 minutes 38.47 seconds. Current RSS: ~1592M. load average: 1.20 1.11 1.18 1/289 97177692# [RSpecRunTime] Starting example group spec/lib/gitlab/dependency_linker/cartfile_linker_spec.rb. Expected to take 2.68 seconds.7693Gitlab::DependencyLinker::CartfileLinker7694 .support?7695 supports Cartfile7696 supports Cartfile.private7697 does not support other files7698 #link7699 links dependencies7700 links Git repos7701 links binary-only frameworks7702# [RSpecRunTime] Finishing example group spec/lib/gitlab/dependency_linker/cartfile_linker_spec.rb. It took 0.97 second. Expected to take 2.68 seconds.7703# [RSpecRunTime] Starting example group spec/workers/gitlab/bitbucket_server_import/stage/import_lfs_objects_worker_spec.rb. Expected to take 2.65 seconds.7704Gitlab::BitbucketServerImport::Stage::ImportLfsObjectsWorker7705 behaves like Gitlab::BitbucketServerImport::StageMethods7706 .sidekiq_retries_exhausted7707 tracks the import failure7708 #perform7709 executes the import7710 queues RefreshImportJidWorker7711 #perform7712 when the import succeeds7713 schedules the next stage7714# [RSpecRunTime] Finishing example group spec/workers/gitlab/bitbucket_server_import/stage/import_lfs_objects_worker_spec.rb. It took 1.07 seconds. Expected to take 2.65 seconds.7715# [RSpecRunTime] Starting example group spec/services/packages/cleanup/execute_policy_service_spec.rb. Expected to take 2.59 seconds.7716Packages::Cleanup::ExecutePolicyService7717 #execute7718 with the keep_n_duplicated_files parameter7719 set to less than the total number of duplicated files7720 behaves like keeping the most recent package files7721 only keeps the most recent package files7722 when the service needs to loop7723 behaves like keeping the most recent package files7724 only keeps the most recent package files7725 when a timeout is hit7726 keeps part of the most recent package files7727 set to more than the total number of duplicated files7728 keeps all package files7729 set to all7730 skips the policy7731# [RSpecRunTime] Finishing example group spec/services/packages/cleanup/execute_policy_service_spec.rb. It took 1.69 seconds. Expected to take 2.59 seconds.7732# [RSpecRunTime] Starting example group spec/workers/incident_management/pager_duty/process_incident_worker_spec.rb. Expected to take 2.58 seconds.7733IncidentManagement::PagerDuty::ProcessIncidentWorker7734 #perform7735 with valid incident payload7736 creates a GitLab issue7737# [RSpecRunTime] RSpec elapsed time: 24 minutes 43.28 seconds. Current RSS: ~1578M. load average: 1.34 1.15 1.19 1/289 97187738 with invalid incident payload7739 does not create a GitLab issue7740 logs a warning7741# [RSpecRunTime] Finishing example group spec/workers/incident_management/pager_duty/process_incident_worker_spec.rb. It took 1.98 seconds. Expected to take 2.58 seconds.7742# [RSpecRunTime] Starting example group spec/services/merge_requests/mergeability/check_draft_status_service_spec.rb. Expected to take 2.53 seconds.7743MergeRequests::Mergeability::CheckDraftStatusService7744 behaves like mergeability check service7745 sets the identifier7746 sets the description7747 #execute7748 when the merge request is a draft7749 returns a check result with status failed7750 when the merge request is not a draft7751 returns a check result with status success7752 #skip?7753 when skip check param is true7754 returns true7755 when skip check param is false7756 returns false7757 #cacheable?7758 returns false7759# [RSpecRunTime] Finishing example group spec/services/merge_requests/mergeability/check_draft_status_service_spec.rb. It took 1.12 seconds. Expected to take 2.53 seconds.7760# [RSpecRunTime] Starting example group spec/initializers/pages_storage_check_spec.rb. Expected to take 2.51 seconds.7761pages storage check7762 when local store does not exist yet7763 is expected to be truthy7764 when pages is not enabled7765 is expected to be truthy7766 when pages is enabled7767 local_storage_enabled: false, object_storage_enabled: false, raises_exception: true7768 validates pages storage configuration7769 local_storage_enabled: false, object_storage_enabled: true, raises_exception: false7770 validates pages storage configuration7771 local_storage_enabled: true, object_storage_enabled: false, raises_exception: false7772 validates pages storage configuration7773 local_storage_enabled: true, object_storage_enabled: true, raises_exception: false7774 validates pages storage configuration7775 local_storage_enabled: 1, object_storage_enabled: 0, raises_exception: false7776 validates pages storage configuration7777 local_storage_enabled: nil, object_storage_enabled: nil, raises_exception: true7778 validates pages storage configuration7779# [RSpecRunTime] Finishing example group spec/initializers/pages_storage_check_spec.rb. It took 1.16 seconds. Expected to take 2.51 seconds.7780# [RSpecRunTime] Starting example group spec/workers/migrate_external_diffs_worker_spec.rb. Expected to take 2.48 seconds.7781MigrateExternalDiffsWorker7782 #perform7783 migrates the listed diff7784 does nothing if the diff is missing7785# [RSpecRunTime] RSpec elapsed time: 24 minutes 48.89 seconds. Current RSS: ~1592M. load average: 1.39 1.16 1.20 1/295 97987786# [RSpecRunTime] Finishing example group spec/workers/migrate_external_diffs_worker_spec.rb. It took 2.52 seconds. Expected to take 2.48 seconds.7787# [RSpecRunTime] Starting example group spec/lib/sidebars/menu_item_spec.rb. Expected to take 2.44 seconds.7788Sidebars::MenuItem7789 includes by default aria-label attribute set to the title7790 when aria-label is overridde during initialization7791 sets the aria-label to the new attribute7792 #serialize_for_super_sidebar7793 includes custom CSS classes7794 includes avatar data7795# [RSpecRunTime] Finishing example group spec/lib/sidebars/menu_item_spec.rb. It took 0.69 second. Expected to take 2.44 seconds.7796# [RSpecRunTime] Starting example group spec/lib/gitlab/crypto_helper_spec.rb. Expected to take 2.42 seconds.7797Gitlab::CryptoHelper7798 .sha2567799 generates SHA256 digest Base46 encoded7800 .aes256_gcm_encrypt7801 is Base64 encoded string without new line character7802 encrypts using static iv7803 with provided iv7804 encrypts using provided iv7805 .aes256_gcm_decrypt7806 when token was encrypted using static nonce7807 correctly decrypts encrypted string7808 decrypts a value when it ends with a new line character7809 when token was encrypted using random nonce7810 correctly decrypts encrypted string7811# [RSpecRunTime] Finishing example group spec/lib/gitlab/crypto_helper_spec.rb. It took 1.09 seconds. Expected to take 2.42 seconds.7812# [RSpecRunTime] Starting example group spec/lib/banzai/filter/kroki_filter_spec.rb. Expected to take 2.37 seconds.7813Banzai::Filter::KrokiFilter7814 replaces nomnoml pre tag with img tag if kroki is enabled7815 replaces nomnoml pre tag with img tag if both kroki and plantuml are enabled7816 does not replace nomnoml pre tag with img tag if kroki is disabled7817 does not replace plantuml pre tag with img tag if both kroki and plantuml are enabled7818 adds hidden attribute when content size is large7819 allows the lang attribute on the code tag to support RST files processed by gitlab-markup gem7820 verifies diagram type to avoid possible XSS7821# [RSpecRunTime] Finishing example group spec/lib/banzai/filter/kroki_filter_spec.rb. It took 1.13 seconds. Expected to take 2.37 seconds.7822# [RSpecRunTime] RSpec elapsed time: 24 minutes 51.96 seconds. Current RSS: ~1590M. load average: 1.39 1.16 1.20 1/294 97997823# [RSpecRunTime] Starting example group spec/lib/gitlab/diff/char_diff_spec.rb. Expected to take 2.34 seconds.7824Gitlab::Diff::CharDiff7825 #generate_diff7826 generates an array of changes7827 when old string is nil7828 does not raise an error7829 treats nil values as blank strings7830 #changed_ranges7831 returns ranges of changes7832 when old string is nil7833 returns lists of changes7834 #to_html7835 returns an HTML representation of the diff7836# [RSpecRunTime] Finishing example group spec/lib/gitlab/diff/char_diff_spec.rb. It took 0.95 second. Expected to take 2.34 seconds.7837# [RSpecRunTime] Starting example group spec/lib/gitlab/kubernetes/kubeconfig/template_spec.rb. Expected to take 2.31 seconds.7838Gitlab::Kubernetes::Kubeconfig::Template7839 #valid?7840 is expected to be falsey7841 with configuration added7842 is expected to be truthy7843 #to_h7844 is expected to eq {:apiVersion=>"v1", :clusters=>[], :contexts=>[], :kind=>"Config", :users=>[]}7845 #to_yaml7846 is expected to eq "---\napiVersion: v1\nkind: Config\nclusters: []\nusers: []\ncontexts: []\n"7847 #merge_yaml7848 appends to the configuration and overwrites the current context7849 adding entries7850 #add_cluster7851 is expected to include {:clusters => [{:name => "name", :other => "other"}]}7852 #add_user7853 is expected to include {:users => [{:name => "name", :other => "other"}]}7854 #add_context7855 is expected to include {:contexts => [{:name => "name", :other => "other"}]}7856# [RSpecRunTime] Finishing example group spec/lib/gitlab/kubernetes/kubeconfig/template_spec.rb. It took 1.16 seconds. Expected to take 2.31 seconds.7857# [RSpecRunTime] Starting example group spec/models/ci/pipeline_config_spec.rb. Expected to take 2.27 seconds.7858Ci::PipelineConfig7859 does not allow STI7860 is expected to belong to pipeline required: false7861 is expected to validate that :pipeline cannot be empty/falsy7862 is expected to validate that :content cannot be empty/falsy7863 partitioning7864 assigns the same partition id as the one that pipeline has7865# [RSpecRunTime] RSpec elapsed time: 24 minutes 55.36 seconds. Current RSS: ~1591M. load average: 1.36 1.16 1.19 1/294 98007866# [RSpecRunTime] Finishing example group spec/models/ci/pipeline_config_spec.rb. It took 1.4 seconds. Expected to take 2.27 seconds.7867# [RSpecRunTime] Starting example group spec/lib/bulk_imports/common/pipelines/entity_finisher_spec.rb. Expected to take 2.26 seconds.7868BulkImports::Common::Pipelines::EntityFinisher7869 updates the entity status to finished7870 when entity is in a final finished or failed state7871 does nothing7872 does nothing7873 when all entity trackers failed7874 marks entity as failed7875# [RSpecRunTime] Finishing example group spec/lib/bulk_imports/common/pipelines/entity_finisher_spec.rb. It took 1.12 seconds. Expected to take 2.26 seconds.7876# [RSpecRunTime] Starting example group spec/lib/gitlab/sql/cte_spec.rb. Expected to take 2.21 seconds.7877Gitlab::SQL::CTE7878 #to_arel7879 when relation is an ActiveRecord::Relation7880 generates an Arel relation for the CTE body7881 when relation is a String7882 generates an Arel relation for the CTE body7883 #alias_to7884 returns an alias for the CTE7885 #apply_to7886 applies a CTE to an ActiveRecord::Relation7887 behaves like CTE with MATERIALIZED keyword examples7888 adding MATERIALIZE to the CTE7889 adds MATERIALIZE keyword7890 when materialized is disabled7891 does not add MATERIALIZE keyword7892# [RSpecRunTime] Finishing example group spec/lib/gitlab/sql/cte_spec.rb. It took 0.99 second. Expected to take 2.21 seconds.7893# [RSpecRunTime] Starting example group spec/services/ml/find_or_create_model_version_service_spec.rb. Expected to take 2.21 seconds.7894Ml::FindOrCreateModelVersionService7895 #execute7896 when model version exists7897 returns existing model version7898# [RSpecRunTime] RSpec elapsed time: 24 minutes 59.02 seconds. Current RSS: ~1578M. load average: 1.33 1.15 1.19 1/294 98017899 when model does not exist7900 does not create a new model version7901 when model exists and model version does not7902 creates a new model version7903# [RSpecRunTime] Finishing example group spec/services/ml/find_or_create_model_version_service_spec.rb. It took 1.87 seconds. Expected to take 2.21 seconds.7904# [RSpecRunTime] Starting example group spec/lib/bitbucket/page_spec.rb. Expected to take 2.14 seconds.7905Bitbucket::Page7906 #items7907 returns collection of needed objects7908 #attrs7909 returns attributes7910 #next?7911 returns true7912 returns false7913 #next7914 returns next attribute7915# [RSpecRunTime] Finishing example group spec/lib/bitbucket/page_spec.rb. It took 0.81 second. Expected to take 2.14 seconds.7916# [RSpecRunTime] Starting example group spec/lib/gitlab/slash_commands/presenters/run_spec.rb. Expected to take 2.14 seconds.7917Gitlab::SlashCommands::Presenters::Run7918 #present7919 when no builds are present7920 returns an error7921 when a responder could be found7922 returns the output for a scheduled pipeline7923 when a responder could not be found7924 returns an error7925 #unsupported_chat_service7926 returns an ephemeral response7927 #failed_to_schedule7928 returns an ephemeral response7929# [RSpecRunTime] Finishing example group spec/lib/gitlab/slash_commands/presenters/run_spec.rb. It took 0.9 second. Expected to take 2.14 seconds.7930# [RSpecRunTime] Starting example group spec/models/work_items/related_link_restriction_spec.rb. Expected to take 2.1 seconds.7931WorkItems::RelatedLinkRestriction7932 does not allow STI7933 .link_type7934 is expected to define :link_type as an enum backed by an integer with values ‹{relates_to: 0, blocks: 1}›7935 validations7936 is expected to validate that :source_type cannot be empty/falsy7937 is expected to validate that :target_type cannot be empty/falsy7938 is expected to validate that :target_type is case-sensitively unique within the scope of :source_type_id and :link_type7939 associations7940 is expected to belong to source_type required: false7941 is expected to belong to target_type required: false7942# [RSpecRunTime] Finishing example group spec/models/work_items/related_link_restriction_spec.rb. It took 1.11 seconds. Expected to take 2.1 seconds.7943# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/build/rules/rule/clause_spec.rb. Expected to take 2.07 seconds.7944Gitlab::Ci::Build::Rules::Rule::Clause7945 .fabricate7946 when type is valid7947 type: "changes", result: Gitlab::Ci::Build::Rules::Rule::Clause::Changes7948 is expected to be an instance of Gitlab::Ci::Build::Rules::Rule::Clause::Changes7949 type: "exists", result: Gitlab::Ci::Build::Rules::Rule::Clause::Exists7950 is expected to be an instance of Gitlab::Ci::Build::Rules::Rule::Clause::Exists7951 type: "if", result: Gitlab::Ci::Build::Rules::Rule::Clause::If7952 is expected to be an instance of Gitlab::Ci::Build::Rules::Rule::Clause::If7953 when type is invalid7954 is expected to be nil7955 when type is 'variables'7956 is expected to be nil7957# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/build/rules/rule/clause_spec.rb. It took 0.76 second. Expected to take 2.07 seconds.7958# [RSpecRunTime] Starting example group spec/models/integrations/pivotaltracker_spec.rb. Expected to take 2.03 seconds.7959Integrations::Pivotaltracker7960 does not allow STI7961 Validations7962 when integration is active7963 is expected to validate that :token cannot be empty/falsy7964 when integration is inactive7965 is expected not to validate that :token cannot be empty/falsy7966 Execute7967 posts correct message7968 when allowed branches is specified7969 posts message if branch is in the list7970 does not post message if branch is not in the list7971 #avatar_url7972 returns the avatar image path7973# [RSpecRunTime] Finishing example group spec/models/integrations/pivotaltracker_spec.rb. It took 1.05 seconds. Expected to take 2.03 seconds.7974# [RSpecRunTime] Starting example group spec/rubocop/cop/gitlab/const_get_inherit_false_spec.rb. Expected to take 2.02 seconds.7975RuboCop::Cop::Gitlab::ConstGetInheritFalse7976 Object.const_get7977 registers an offense with no 2nd argument and corrects7978 inherit=false7979 does not register an offense7980 inherit=true7981 registers an offense and corrects7982 const_get for a nested class7983 registers an offense on reload usage and corrects7984 inherit=false7985 does not register an offense7986 inherit=true7987 registers an offense if inherit is true and corrects7988# [RSpecRunTime] Finishing example group spec/rubocop/cop/gitlab/const_get_inherit_false_spec.rb. It took 0.91 second. Expected to take 2.02 seconds.7989# [RSpecRunTime] Starting example group spec/models/group_custom_attribute_spec.rb. Expected to take 1.97 seconds.7990GroupCustomAttribute7991 does not allow STI7992 assocations7993 is expected to belong to group required: false7994 validations7995 is expected to validate that :group cannot be empty/falsy7996 is expected to validate that :key cannot be empty/falsy7997 is expected to validate that :value cannot be empty/falsy7998 is expected to validate that :key is case-sensitively unique within the scope of :group_id7999# [RSpecRunTime] Finishing example group spec/models/group_custom_attribute_spec.rb. It took 1.07 seconds. Expected to take 1.97 seconds.8000# [RSpecRunTime] Starting example group spec/models/namespaces/randomized_suffix_path_spec.rb. Expected to take 1.96 seconds.8001Namespaces::RandomizedSuffixPath8002 does not allow STI8003 #call8004 returns path without count when count is 08005 returns path suffixed with count when between 0 and 48006 adds a "randomized" suffix when MAX_TRIES is exhausted8007 adds an offset to the "randomized" suffix when MAX_TRIES is exhausted8008 #to_s8009 represents with given path8010# [RSpecRunTime] Finishing example group spec/models/namespaces/randomized_suffix_path_spec.rb. It took 0.87 second. Expected to take 1.96 seconds.8011# [RSpecRunTime] Starting example group spec/lib/gitlab/puma/error_handler_spec.rb. Expected to take 1.92 seconds.8012Gitlab::Puma::ErrorHandler8013 #execute8014 captures the exception and returns a Rack response8015 when not in production8016 returns a Rack response with dev error message8017 when status code is nil8018 defaults to error 5008019 when status code is provided8020 uses the provided status code in the response8021# [RSpecRunTime] Finishing example group spec/lib/gitlab/puma/error_handler_spec.rb. It took 0.66 second. Expected to take 1.92 seconds.8022# [RSpecRunTime] Starting example group spec/workers/propagate_integration_inherit_descendant_worker_spec.rb. Expected to take 1.91 seconds.8023PropagateIntegrationInheritDescendantWorker8024 behaves like an idempotent worker8025 is labeled as idempotent8026 performs multiple times sequentially without raising an exception8027 calls to Integrations::Propagation::BulkUpdateService8028# [RSpecRunTime] RSpec elapsed time: 25 minutes 8.73 seconds. Current RSS: ~1587M. load average: 1.28 1.15 1.19 1/289 98028029 with an invalid integration id8030 returns without failure8031# [RSpecRunTime] Finishing example group spec/workers/propagate_integration_inherit_descendant_worker_spec.rb. It took 1.37 seconds. Expected to take 1.91 seconds.8032# [RSpecRunTime] Starting example group spec/lib/api/entities/branch_spec.rb. Expected to take 1.86 seconds.8033API::Entities::Branch8034 #as_json8035 includes basic fields8036# [RSpecRunTime] Finishing example group spec/lib/api/entities/branch_spec.rb. It took 1.07 seconds. Expected to take 1.86 seconds.8037# [RSpecRunTime] Starting example group spec/views/admin/application_settings/ci_cd.html.haml_spec.rb. Expected to take 1.84 seconds.8038admin/application_settings/ci_cd.html.haml8039 CI CD Runners8040 has the setting section8041 renders the correct setting section content8042# [RSpecRunTime] Finishing example group spec/views/admin/application_settings/ci_cd.html.haml_spec.rb. It took 0.88 second. Expected to take 1.84 seconds.8043# [RSpecRunTime] Starting example group spec/rubocop/cop/migration/add_concurrent_index_spec.rb. Expected to take 1.82 seconds.8044RuboCop::Cop::Migration::AddConcurrentIndex8045 when outside of migration8046 registers no offense8047 when in migration8048 registers an offense when add_concurrent_index is used inside a change method8049 registers no offense when add_concurrent_index is used inside an up method8050# [RSpecRunTime] Finishing example group spec/rubocop/cop/migration/add_concurrent_index_spec.rb. It took 0.59 second. Expected to take 1.82 seconds.8051# [RSpecRunTime] Starting example group spec/tooling/danger/ignored_model_columns_spec.rb. Expected to take 1.79 seconds.8052Tooling::Danger::IgnoredModelColumns8053 #add_comment_for_ignored_model_columns8054 when table column is renamed in a regular migration8055 adds comment at the correct line8056 when table column is renamed in a post migration8057 adds comment at the correct line8058 when table cleanup is performed in a post migration8059 adds comment at the correct line8060 when a regular migration does not rename table column8061 does not add comment8062 when a post migration does not remove table column8063 does not add comment8064 when a post migration does not convert table column8065 does not add comment8066# [RSpecRunTime] Finishing example group spec/tooling/danger/ignored_model_columns_spec.rb. It took 1.0 second. Expected to take 1.79 seconds.8067# [RSpecRunTime] Starting example group spec/lib/gitlab/email/hook/silent_mode_interceptor_spec.rb. Expected to take 1.77 seconds.8068Gitlab::Email::Hook::SilentModeInterceptor8069 when silent mode is disabled8070 does not prevent mail delivery8071 debug logs the no-op8072 when silent mode is enabled8073 prevents mail delivery8074 logs the suppression8075# [RSpecRunTime] Finishing example group spec/lib/gitlab/email/hook/silent_mode_interceptor_spec.rb. It took 1.95 seconds. Expected to take 1.77 seconds.8076# [RSpecRunTime] Starting example group spec/graphql/types/ci/status_action_type_spec.rb. Expected to take 1.73 seconds.8077Types::Ci::StatusActionType8078 is expected to eq "StatusAction"8079 exposes the expected fields8080 id field8081 correctly renders the field8082# [RSpecRunTime] RSpec elapsed time: 25 minutes 16.03 seconds. Current RSS: ~1565M. load average: 1.26 1.15 1.19 1/291 98198083# [RSpecRunTime] Finishing example group spec/graphql/types/ci/status_action_type_spec.rb. It took 1.68 seconds. Expected to take 1.73 seconds.8084# [RSpecRunTime] Starting example group spec/graphql/types/incident_management/escalation_status_enum_spec.rb. Expected to take 1.7 seconds.8085Types::IncidentManagement::EscalationStatusEnum8086 is expected to eq "IssueEscalationStatus"8087 statuses8088 status_name: "TRIGGERED", status_value: :triggered8089 exposes a status with the correct value8090 status_name: "ACKNOWLEDGED", status_value: :acknowledged8091 exposes a status with the correct value8092 status_name: "RESOLVED", status_value: :resolved8093 exposes a status with the correct value8094 status_name: "IGNORED", status_value: :ignored8095 exposes a status with the correct value8096 status_name: "INVALID", status_value: nil8097 exposes a status with the correct value8098# [RSpecRunTime] Finishing example group spec/graphql/types/incident_management/escalation_status_enum_spec.rb. It took 0.95 second. Expected to take 1.7 seconds.8099# [RSpecRunTime] Starting example group spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb. Expected to take 1.67 seconds.8100Gitlab::Database::Migrations::Observers::QueryStatistics8101 #before8102 with pgss available8103 resets pg_stat_statements8104 without pgss available8105 executes nothing8106 #record8107 with pgss available8108 fetches data from pg_stat_statements and stores on the observation8109 without pgss available8110 executes nothing8111# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb. It took 0.69 second. Expected to take 1.67 seconds.8112# [RSpecRunTime] Starting example group spec/graphql/types/project_feature_access_level_type_spec.rb. Expected to take 1.66 seconds.8113Types::ProjectFeatureAccessLevelType8114 is expected to require graphql authorizations nil8115 is expected to eq "ProjectFeatureAccess"8116 has expected fields8117# [RSpecRunTime] Finishing example group spec/graphql/types/project_feature_access_level_type_spec.rb. It took 0.63 second. Expected to take 1.66 seconds.8118# [RSpecRunTime] Starting example group spec/lib/gitlab/database/schema_cleaner_spec.rb. Expected to take 1.61 seconds.8119Gitlab::Database::SchemaCleaner8120 removes comments on extensions8121 no assumption about public being the default schema8122 cleans up all the gitlab_schema_prevent_write table triggers8123 keeps the lock_writes trigger functions8124 cleans up the full schema as expected (blackbox test with example)8125# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/schema_cleaner_spec.rb. It took 0.83 second. Expected to take 1.61 seconds.8126# [RSpecRunTime] Starting example group spec/services/packages/nuget/create_dependency_service_spec.rb. Expected to take 1.6 seconds.8127Packages::Nuget::CreateDependencyService8128 #execute8129 behaves like creating dependencies, links and nuget metadata for8130 creates dependencies, links and nuget metadata8131 with existing dependencies8132 behaves like creating dependencies, links and nuget metadata for8133 creates dependencies, links and nuget metadata8134 with dependencies with no target framework8135 behaves like creating dependencies, links and nuget metadata for8136 creates dependencies, links and nuget metadata8137 with empty dependencies8138 is a no op8139# [RSpecRunTime] Finishing example group spec/services/packages/nuget/create_dependency_service_spec.rb. It took 1.26 seconds. Expected to take 1.6 seconds.8140# [RSpecRunTime] Starting example group spec/lib/gitlab/memory/upload_and_cleanup_reports_spec.rb. Expected to take 1.54 seconds.8141Gitlab::Memory::UploadAndCleanupReports8142 #call8143 invokes the uploader and cleans the files8144 when there is an exception8145 logs it and does not crash the loop8146 #initalize8147 when sleep_time_seconds is passed through the environment8148 initializes with these settings8149 when sleep_time_seconds is passed through the initializer8150 initializes with these settings8151 when `sleep_time_seconds` is not passed8152 initialized with the default8153# [RSpecRunTime] Finishing example group spec/lib/gitlab/memory/upload_and_cleanup_reports_spec.rb. It took 0.93 second. Expected to take 1.54 seconds.8154# [RSpecRunTime] Starting example group spec/views/groups/new.html.haml_spec.rb. Expected to take 1.53 seconds.8155groups/new.html.haml8156 setup_for_company field8157 does not have a default selection8158 when a subgroup8159 renders the visibility level section8160 role field8161 does have a default selection8162# [RSpecRunTime] Finishing example group spec/views/groups/new.html.haml_spec.rb. It took 1.14 seconds. Expected to take 1.53 seconds.8163# [RSpecRunTime] Starting example group spec/lib/gitlab/view/presenter/simple_spec.rb. Expected to take 1.48 seconds.8164Gitlab::View::Presenter::Simple8165 includes Gitlab::View::Presenter::Base8166 #initialize8167 takes arbitrary key/values and exposes them8168 override the presentee attributes8169 delegation8170 does not forward missing methods to subject8171# [RSpecRunTime] Finishing example group spec/lib/gitlab/view/presenter/simple_spec.rb. It took 0.66 second. Expected to take 1.48 seconds.8172# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/build/artifacts/adapters/gzip_stream_spec.rb. Expected to take 1.48 seconds.8173Gitlab::Ci::Build::Artifacts::Adapters::GzipStream8174 #initialize8175 when stream is passed8176 initialized8177 when stream is not passed8178 raises an error8179 #each_blob8180 when stream is gzip file8181 when gzip file contains one file8182 iterates content and file_name8183 when gzip file contains three files8184 iterates content and file_name8185 when stream is zip file8186 raises an error8187# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/build/artifacts/adapters/gzip_stream_spec.rb. It took 0.81 second. Expected to take 1.48 seconds.8188# [RSpecRunTime] Starting example group spec/graphql/types/diff_refs_type_spec.rb. Expected to take 1.43 seconds.8189Types::DiffRefsType8190 is expected to eq "DiffRefs"8191 is expected to have graphql fields :head_sha, :base_sha, and :start_sha8192 is expected to be non null8193 is expected not to be non null8194 is expected to be non null8195# [RSpecRunTime] Finishing example group spec/graphql/types/diff_refs_type_spec.rb. It took 0.8 second. Expected to take 1.43 seconds.8196# [RSpecRunTime] Starting example group spec/helpers/webpack_helper_spec.rb. Expected to take 1.43 seconds.8197WebpackHelper8198 #prefetch_link_tag8199DEPRECATION WARNING: The asset "foo.js" is not present in the asset pipeline.8200Falling back to an asset that may be in the public folder.8201This behavior is deprecated and will be removed.8202To bypass the asset pipeline and preserve this behavior,8203use the `skip_pipeline: true` option.8204 (called from prefetch_link_tag at /builds/gitlab-org/gitlab/app/helpers/webpack_helper.rb:7)8205 returns prefetch link tag8206 #webpack_preload_asset_tag8207 preloads the resource by default8208 prefetches the resource if explicitly asked8209 when vite enabled8210 #webpack_bundle_tag8211 return vite javascript tag8212# [RSpecRunTime] Finishing example group spec/helpers/webpack_helper_spec.rb. It took 0.71 second. Expected to take 1.43 seconds.8213# [RSpecRunTime] Starting example group spec/views/admin/application_settings/_package_registry.html.haml_spec.rb. Expected to take 1.38 seconds.8214admin/application_settings/_package_registry8215 package file size limits8216 has fields for max package file sizes8217 does not display the plan name when there is only one plan8218 with multiple plans8219 displays the plan name when there is more than one plan8220# [RSpecRunTime] Finishing example group spec/views/admin/application_settings/_package_registry.html.haml_spec.rb. It took 0.78 second. Expected to take 1.38 seconds.8221# [RSpecRunTime] Starting example group spec/graphql/resolvers/achievements/achievements_resolver_spec.rb. Expected to take 1.38 seconds.8222Resolvers::Achievements::AchievementsResolver8223 is expected to have nullable GraphQL type AchievementConnection8224 #resolve8225 returns all achievements8226 with ids argument8227 returns the specified achievement8228 when `achievements` feature flag is diabled8229 is empty8230# [RSpecRunTime] Finishing example group spec/graphql/resolvers/achievements/achievements_resolver_spec.rb. It took 0.79 second. Expected to take 1.38 seconds.8231# [RSpecRunTime] Starting example group spec/lib/gitlab/database/convert_feature_category_to_group_label_spec.rb. Expected to take 1.35 seconds.8232Gitlab::Database::ConvertFeatureCategoryToGroupLabel8233 #execute8234 when the group label exists8235 returns a group label8236 when the group label does not exist8237 returns nil8238# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/convert_feature_category_to_group_label_spec.rb. It took 0.49 second. Expected to take 1.35 seconds.8239# [RSpecRunTime] Starting example group spec/services/notes/render_service_spec.rb. Expected to take 1.29 seconds.8240Notes::RenderService8241 #execute8242 renders a Note8243# [RSpecRunTime] Finishing example group spec/services/notes/render_service_spec.rb. It took 0.33 second. Expected to take 1.29 seconds.8244# [RSpecRunTime] Starting example group spec/scripts/check_default_pipeline_status_spec.rb. Expected to take 1.28 seconds.8245CheckDefaultPipelineStatus8246 execute8247 when the latest master pipeline succeeded8248 behaves like exits successfully8249 returns8250 when the latest master pipeline failed8251 when the current pipeline does not contain any failed job from master8252 behaves like exits successfully8253 returns8254 when the current pipeline contains a failed job from master8255 when the matching job is allowed to fail8256 behaves like exits successfully8257 returns8258 when the matching job is not allowed to fail8259 raises system exit error8260# [RSpecRunTime] Finishing example group spec/scripts/check_default_pipeline_status_spec.rb. It took 0.68 second. Expected to take 1.28 seconds.8261# [RSpecRunTime] Starting example group spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies_spec.rb. Expected to take 1.24 seconds.8262Gitlab::SidekiqMiddleware::DuplicateJobs::Strategies8263 .for8264 returns the right class for `until_executing`8265 returns the right class for `until_executed`8266 returns the right class for `none`8267 raises an UnknownStrategyError when passing an unknown key8268# [RSpecRunTime] Finishing example group spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies_spec.rb. It took 0.66 second. Expected to take 1.24 seconds.8269# [RSpecRunTime] Starting example group spec/graphql/types/customer_relations/organization_sort_enum_spec.rb. Expected to take 1.22 seconds.8270Types::CustomerRelations::OrganizationSortEnum8271 is expected to eq "OrganizationSort"8272 exposes all the contact sort values8273 behaves like common sort values8274 exposes all the existing common sort values8275# [RSpecRunTime] Finishing example group spec/graphql/types/customer_relations/organization_sort_enum_spec.rb. It took 0.56 second. Expected to take 1.22 seconds.8276# [RSpecRunTime] Starting example group spec/lib/sidebars/your_work/menus/todos_menu_spec.rb. Expected to take 1.2 seconds.8277Sidebars::YourWork::Menus::TodosMenu8278 #has_pill?8279 when count is zero8280 returns false8281 when count is larger than zero8282 returns true8283 #pill_count8284 returns the todos_pending_count of the user8285 memoizes the query8286# [RSpecRunTime] Finishing example group spec/lib/sidebars/your_work/menus/todos_menu_spec.rb. It took 0.74 second. Expected to take 1.2 seconds.8287# [RSpecRunTime] Starting example group spec/workers/ci/pipeline_bridge_status_worker_spec.rb. Expected to take 1.17 seconds.8288Ci::PipelineBridgeStatusWorker8289 #perform8290 when pipeline exists8291 calls the service8292 when pipeline does not exist8293 does not call the service8294# [RSpecRunTime] Finishing example group spec/workers/ci/pipeline_bridge_status_worker_spec.rb. It took 0.95 second. Expected to take 1.17 seconds.8295# [RSpecRunTime] Starting example group spec/lib/api/helpers/open_api_spec.rb. Expected to take 1.16 seconds.8296API::Helpers::OpenApi8297 class methods8298 .add_open_api_documentation!8299 calls the add_swagger_documentation method8300# [RSpecRunTime] Finishing example group spec/lib/api/helpers/open_api_spec.rb. It took 0.34 second. Expected to take 1.16 seconds.8301# [RSpecRunTime] Starting example group spec/lib/api/validations/validators/limit_spec.rb. Expected to take 1.11 seconds.8302API::Validations::Validators::Limit8303 valid limit param8304 does not raise a validation error8305 longer than limit param8306 raises a validation error8307 value is nil8308 does not raise a validation error8309# [RSpecRunTime] Finishing example group spec/lib/api/validations/validators/limit_spec.rb. It took 0.56 second. Expected to take 1.11 seconds.8310# [RSpecRunTime] Starting example group spec/graphql/types/clusters/agent_type_spec.rb. Expected to take 1.1 seconds.8311Types::Clusters::AgentType8312 is expected to eq "ClusterAgent"8313 is expected to require graphql authorizations :read_cluster_agent8314 is expected to include graphql fields :created_at, :created_by_user, :id, :name, :project, :updated_at, :tokens, :web_path, :connections, and :activity_events8315# [RSpecRunTime] Finishing example group spec/graphql/types/clusters/agent_type_spec.rb. It took 0.56 second. Expected to take 1.1 seconds.8316# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/reports/security/scan_spec.rb. Expected to take 1.07 seconds.8317Gitlab::Ci::Reports::Security::Scan8318 #initialize8319 when all params are given8320 initializes an instance8321 #to_hash8322 returns expected hash8323# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/reports/security/scan_spec.rb. It took 0.44 second. Expected to take 1.07 seconds.8324# [RSpecRunTime] Starting example group spec/lib/gitlab/pages/random_domain_spec.rb. Expected to take 1.06 seconds.8325Gitlab::Pages::RandomDomain8326 when project path is larger than 48 chars8327 behaves like random domain8328 is expected to eq 638329 when project path is close to 48 chars8330 behaves like random domain8331 is expected to eq 638332 when project path is less than 48 chars8333 behaves like random domain8334 is expected to eq 638335# [RSpecRunTime] Finishing example group spec/lib/gitlab/pages/random_domain_spec.rb. It took 0.59 second. Expected to take 1.06 seconds.8336# [RSpecRunTime] Starting example group spec/graphql/types/packages/composer/json_type_spec.rb. Expected to take 1.01 seconds.8337Types::Packages::Composer::JsonType8338 is expected to eq "PackageComposerJsonType"8339 includes composer json files8340# [RSpecRunTime] Finishing example group spec/graphql/types/packages/composer/json_type_spec.rb. It took 0.47 second. Expected to take 1.01 seconds.8341# [RSpecRunTime] Starting example group spec/lib/gitlab/usage/metrics/instrumentations/snowplow_enabled_metric_spec.rb. Expected to take 1.0 second.8342Gitlab::Usage::Metrics::Instrumentations::SnowplowEnabledMetric8343 for snowplow enabled option8344 snowplow_enabled: true, expected_value: true8345 behaves like a correct instrumented metric value8346 has correct value8347 snowplow_enabled: false, expected_value: false8348 behaves like a correct instrumented metric value8349 has correct value8350# [RSpecRunTime] Finishing example group spec/lib/gitlab/usage/metrics/instrumentations/snowplow_enabled_metric_spec.rb. It took 0.48 second. Expected to take 1.0 second.8351# [RSpecRunTime] Starting example group spec/graphql/types/users/autocompleted_user_type_spec.rb. Expected to take 0.98 second.8352Types::Users::AutocompletedUserType8353 is expected to require graphql authorizations :read_user8354 #merge_request_interaction8355 returns the correct type8356 has the correct arguments8357# [RSpecRunTime] Finishing example group spec/graphql/types/users/autocompleted_user_type_spec.rb. It took 0.54 second. Expected to take 0.98 second.8358# [RSpecRunTime] Starting example group spec/lib/gitlab/performance_bar/redis_adapter_when_peek_enabled_spec.rb. Expected to take 0.97 second.8359Gitlab::PerformanceBar::RedisAdapterWhenPeekEnabled8360 #save8361 stores request id and enqueues stats job8362 when performance_bar_stats is disabled8363 ignores stats processing for the request8364 when exclusive lease has been already taken8365 stores request id but does not enqueue any job8366# [RSpecRunTime] Finishing example group spec/lib/gitlab/performance_bar/redis_adapter_when_peek_enabled_spec.rb. It took 0.56 second. Expected to take 0.97 second.8367# [RSpecRunTime] Starting example group spec/graphql/types/incident_management/timeline_event_type_spec.rb. Expected to take 0.93 second.8368Types::IncidentManagement::TimelineEventType8369 is expected to eq "TimelineEventType"8370 exposes the expected fields8371 is expected to require graphql authorizations :read_incident_management_timeline_event8372# [RSpecRunTime] Finishing example group spec/graphql/types/incident_management/timeline_event_type_spec.rb. It took 0.58 second. Expected to take 0.93 second.8373# [RSpecRunTime] Starting example group spec/graphql/types/ci/config_variable_type_spec.rb. Expected to take 0.93 second.8374Types::Ci::ConfigVariableType8375 is expected to have graphql fields :key, :description, and :value8376# [RSpecRunTime] Finishing example group spec/graphql/types/ci/config_variable_type_spec.rb. It took 0.34 second. Expected to take 0.93 second.8377# [RSpecRunTime] Starting example group spec/graphql/types/alert_management/integration_type_enum_spec.rb. Expected to take 0.89 second.8378Types::AlertManagement::IntegrationTypeEnum8379 is expected to eq "AlertManagementIntegrationType"8380 statuses8381 name: "PROMETHEUS", value: :prometheus8382 exposes a type with the correct value8383 name: "HTTP", value: :http8384 exposes a type with the correct value8385# [RSpecRunTime] Finishing example group spec/graphql/types/alert_management/integration_type_enum_spec.rb. It took 0.55 second. Expected to take 0.89 second.8386# [RSpecRunTime] Starting example group spec/presenters/blobs/notebook_presenter_spec.rb. Expected to take 0.88 second.8387Blobs::NotebookPresenter8388 highlight receives markdown8389# [RSpecRunTime] Finishing example group spec/presenters/blobs/notebook_presenter_spec.rb. It took 0.88 second. Expected to take 0.88 second.8390# [RSpecRunTime] Starting example group spec/lib/gitlab/ci/config/entry/paths_spec.rb. Expected to take 0.87 second.8391Gitlab::Ci::Config::Entry::Paths8392 validations8393 when entry config value is valid8394 #value8395 returns key value8396 #valid?8397 is valid8398 when entry value is not valid8399 #errors8400 saves errors8401# [RSpecRunTime] Finishing example group spec/lib/gitlab/ci/config/entry/paths_spec.rb. It took 0.54 second. Expected to take 0.87 second.8402# [RSpecRunTime] Starting example group spec/lib/gitlab/batch_worker_context_spec.rb. Expected to take 0.82 second.8403Gitlab::BatchWorkerContext8404 #arguments8405 returns all the expected arguments in arrays8406 #context_for8407 returns the correct application context for the arguments8408# [RSpecRunTime] Finishing example group spec/lib/gitlab/batch_worker_context_spec.rb. It took 0.47 second. Expected to take 0.82 second.8409# [RSpecRunTime] Starting example group spec/lib/gitlab/bitbucket_import/project_creator_spec.rb. Expected to take 0.81 second.8410Gitlab::BitbucketImport::ProjectCreator8411 creates project8412# [RSpecRunTime] Finishing example group spec/lib/gitlab/bitbucket_import/project_creator_spec.rb. It took 0.65 second. Expected to take 0.81 second.8413# [RSpecRunTime] Starting example group spec/lib/gitlab/i18n/metadata_entry_spec.rb. Expected to take 0.76 second.8414Gitlab::I18n::MetadataEntry8415 #expected_forms8416 returns the number of plurals8417 returns 0 for the POT-metadata8418# [RSpecRunTime] Finishing example group spec/lib/gitlab/i18n/metadata_entry_spec.rb. It took 0.47 second. Expected to take 0.76 second.8419# [RSpecRunTime] Starting example group spec/graphql/types/packages/helm/maintainer_type_spec.rb. Expected to take 0.75 second.8420Types::Packages::Helm::MaintainerType8421 is expected to eq "PackageHelmMaintainerType"8422 includes helm maintainer fields8423# [RSpecRunTime] Finishing example group spec/graphql/types/packages/helm/maintainer_type_spec.rb. It took 0.45 second. Expected to take 0.75 second.8424# [RSpecRunTime] Starting example group spec/lib/gitlab/database/migrations/observers/query_log_spec.rb. Expected to take 0.72 second.8425Gitlab::Database::Migrations::Observers::QueryLog8426 writes a file with the query log8427 does not change the default logger8428# [RSpecRunTime] Finishing example group spec/lib/gitlab/database/migrations/observers/query_log_spec.rb. It took 0.44 second. Expected to take 0.72 second.8429# [RSpecRunTime] Starting example group spec/graphql/types/work_items/widgets/description_input_type_spec.rb. Expected to take 0.71 second.8430Types::WorkItems::Widgets::DescriptionInputType8431 is expected to eq "WorkItemWidgetDescriptionInput"8432 is expected to contain exactly "description"8433# [RSpecRunTime] Finishing example group spec/graphql/types/work_items/widgets/description_input_type_spec.rb. It took 0.45 second. Expected to take 0.71 second.8434# [RSpecRunTime] Starting example group spec/graphql/types/clusters/agents/authorizations/user_access_type_spec.rb. Expected to take 0.69 second.8435Types::Clusters::Agents::Authorizations::UserAccessType8436 is expected to eq "ClusterAgentAuthorizationUserAccess"8437 is expected to have graphql fields :agent and :config8438# [RSpecRunTime] Finishing example group spec/graphql/types/clusters/agents/authorizations/user_access_type_spec.rb. It took 0.44 second. Expected to take 0.69 second.8439# [RSpecRunTime] Starting example group spec/lib/banzai/pipeline/service_desk_email_pipeline_spec.rb. Expected to take 0.68 second.8440Banzai::Pipeline::ServiceDeskEmailPipeline8441 .filters8442 returns the expected type8443 excludes ServiceDeskUploadLinkFilter8444# [RSpecRunTime] Finishing example group spec/lib/banzai/pipeline/service_desk_email_pipeline_spec.rb. It took 0.44 second. Expected to take 0.68 second.8445# [RSpecRunTime] Starting example group spec/lib/peek/views/memory_spec.rb. Expected to take 0.67 second.8446Peek::Views::Memory8447 with process_action.action_controller notification8448 returns empty results when it has not yet fired8449 returns memory instrumentation data when it has fired8450# [RSpecRunTime] Finishing example group spec/lib/peek/views/memory_spec.rb. It took 0.46 second. Expected to take 0.67 second.8451# [RSpecRunTime] Starting example group spec/graphql/types/tree/tree_type_spec.rb. Expected to take 0.66 second.8452Types::Tree::TreeType8453 is expected to eq "Tree"8454 is expected to have graphql fields :trees, :submodules, :blobs, and :last_commit8455# [RSpecRunTime] Finishing example group spec/graphql/types/tree/tree_type_spec.rb. It took 0.48 second. Expected to take 0.66 second.8456# [RSpecRunTime] Starting example group spec/models/packages/rubygems/package_spec.rb. Expected to take 0.65 second.8457Packages::Rubygems::Package8458 does not allow STI8459 associations8460 is expected to have one rubygems_metadatum class_name => Packages::Rubygems::Metadatum inverse_of => package8461# [RSpecRunTime] Finishing example group spec/models/packages/rubygems/package_spec.rb. It took 0.49 second. Expected to take 0.65 second.8462# [RSpecRunTime] Starting example group spec/workers/todos_destroyer/destroyed_issuable_worker_spec.rb. Expected to take 0.63 second.8463TodosDestroyer::DestroyedIssuableWorker8464 calls the Todos::Destroy::DestroyedIssuableService8465# [RSpecRunTime] Finishing example group spec/workers/todos_destroyer/destroyed_issuable_worker_spec.rb. It took 0.34 second. Expected to take 0.63 second.8466# [RSpecRunTime] Starting example group spec/graphql/types/packages/helm/dependency_type_spec.rb. Expected to take 0.61 second.8467Types::Packages::Helm::DependencyType8468 is expected to eq "PackageHelmDependencyType"8469 includes helm dependency fields8470# [RSpecRunTime] Finishing example group spec/graphql/types/packages/helm/dependency_type_spec.rb. It took 0.45 second. Expected to take 0.61 second.8471# [RSpecRunTime] Starting example group spec/lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer_spec.rb. Expected to take 0.56 second.8472BulkImports::Groups::Transformers::SubgroupToEntityTransformer8473 #transform8474 transforms subgroups data in entity params8475# [RSpecRunTime] Finishing example group spec/lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer_spec.rb. It took 0.44 second. Expected to take 0.56 second.8476# [RSpecRunTime] Starting example group spec/graphql/types/subscription_type_spec.rb. Expected to take 0.52 second.8477Types::SubscriptionType8478 has the expected fields8479# [RSpecRunTime] Finishing example group spec/graphql/types/subscription_type_spec.rb. It took 0.33 second. Expected to take 0.52 second.8480# [RSpecRunTime] Starting example group spec/serializers/admin/user_entity_spec.rb. Expected to take 0.49 second.8481Admin::UserEntity8482 #as_json8483 exposes correct attributes8484# [RSpecRunTime] Finishing example group spec/serializers/admin/user_entity_spec.rb. It took 0.36 second. Expected to take 0.49 second.8485# [RSpecRunTime] Starting example group spec/lib/api/entities/projects/topic_spec.rb. Expected to take 0.47 second.8486API::Entities::Projects::Topic8487 exposes correct attributes8488# [RSpecRunTime] Finishing example group spec/lib/api/entities/projects/topic_spec.rb. It took 0.36 second. Expected to take 0.47 second.8489# [RSpecRunTime] Starting example group spec/services/packages/rpm/repository_metadata/build_primary_xml_service_spec.rb. Expected to take 0.46 second.8490Packages::Rpm::RepositoryMetadata::BuildPrimaryXmlService8491 #execute8492 adds node with required_text_only_attributes8493# [RSpecRunTime] Finishing example group spec/services/packages/rpm/repository_metadata/build_primary_xml_service_spec.rb. It took 0.33 second. Expected to take 0.46 second.8494# [RSpecRunTime] Starting example group spec/serializers/namespace_serializer_spec.rb. Expected to take 0.45 second.8495NamespaceSerializer8496 represents NamespaceBasicEntity entities8497# [RSpecRunTime] Finishing example group spec/serializers/namespace_serializer_spec.rb. It took 0.32 second. Expected to take 0.45 second.8498# [RSpecRunTime] Starting example group spec/graphql/types/ml/model_links_type_spec.rb. Expected to take 0.44 second.8499Types::Ml::ModelLinksType8500 has the expected fields8501# [RSpecRunTime] Finishing example group spec/graphql/types/ml/model_links_type_spec.rb. It took 0.33 second. Expected to take 0.44 second.8502# [RSpecRunTime] Starting example group spec/graphql/types/packages/maven/metadatum_type_spec.rb. Expected to take 0.43 second.8503Types::Packages::Maven::MetadatumType8504 includes maven metadatum fields8505# [RSpecRunTime] Finishing example group spec/graphql/types/packages/maven/metadatum_type_spec.rb. It took 0.38 second. Expected to take 0.43 second.8506# [RSpecRunTime] Starting example group spec/rubocop/cop/gitlab/except_spec.rb. Expected to take 0.43 second.8507RuboCop::Cop::Gitlab::Except8508 flags the use of Gitlab::SQL::Except.new8509# [RSpecRunTime] Finishing example group spec/rubocop/cop/gitlab/except_spec.rb. It took 0.34 second. Expected to take 0.43 second.8510# [RSpecRunTime] Starting example group spec/lib/gitlab/git/gitmodules_parser_spec.rb. Expected to take 0.41 second.8511Gitlab::Git::GitmodulesParser8512 parses a .gitmodules file correctly8513# [RSpecRunTime] Finishing example group spec/lib/gitlab/git/gitmodules_parser_spec.rb. It took 0.34 second. Expected to take 0.41 second.8514auto_explain log contains 1651 entries for main, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-unit-pg14-32-32.338.main.ndjson.gz8515took 38.0378425868516auto_explain log contains 1652 entries for ci, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-unit-pg14-32-32.338.ci.ndjson.gz8517took 34.7621053558518[TEST PROF INFO] EventProf results for sql.active_record8519Total time: 05:55.659 of 25:44.808 (23.02%)8520Total events: 2343678521Top 5 slowest suites (by time):8522Deployment (./spec/models/deployment_spec.rb:5) – 00:50.859 (38412 / 212) of 03:46.733 (22.43%)8523ReleaseHighlights::Validator (./spec/lib/release_highlights/validator_spec.rb:5) – 00:41.405 (1963 / 7) of 01:18.103 (53.01%)8524Boards::Lists::MoveService (./spec/services/boards/lists/move_service_spec.rb:5) – 00:28.181 (20681 / 36) of 01:29.779 (31.39%)8525Gitlab::Email...ateNoteHandler (./spec/lib/gitlab/email/handler/create_note_handler_spec.rb:5) – 00:14.839 (9104 / 44) of 01:01.966 (23.95%)8526Gitlab::Ci::S...Build::Factory (./spec/lib/gitlab/ci/status/build/factory_spec.rb:5) – 00:13.536 (10261 / 52) of 00:50.703 (26.7%)8527Knapsack report was generated. Preview:8528{8529 "spec/models/deployment_spec.rb": 226.69079490199874,8530 "spec/lib/gitlab/redis/multi_store_spec.rb": 77.49926488799974,8531 "spec/lib/banzai/filter/references/external_issue_reference_filter_spec.rb": 71.20935972000007,8532 "spec/services/boards/lists/move_service_spec.rb": 89.77869834000012,8533 "spec/lib/release_highlights/validator_spec.rb": 78.10298666699964,8534 "spec/lib/gitlab/email/handler/create_note_handler_spec.rb": 61.96567387799951,8535 "spec/lib/gitlab/ci/status/build/factory_spec.rb": 50.70291099399947,8536 "spec/lib/gitlab/ci/parsers/security/common_spec.rb": 41.33458836800128,8537 "spec/models/alert_management/alert_spec.rb": 24.2803424979993,8538 "spec/services/incident_management/timeline_events/create_service_spec.rb": 19.108715111000492,8539 "spec/services/ci/pipeline_creation/cancel_redundant_pipelines_service_spec.rb": 29.468517503999465,8540 "spec/models/key_spec.rb": 15.227400296000269,8541 "spec/helpers/users_helper_spec.rb": 16.93145810600072,8542 "spec/services/work_items/create_service_spec.rb": 20.82370788100161,8543 "spec/helpers/merge_requests_helper_spec.rb": 21.972937919999822,8544 "spec/models/error_tracking/project_error_tracking_setting_spec.rb": 16.260245040999507,8545 "spec/services/design_management/delete_designs_service_spec.rb": 22.036639456000557,8546 "spec/services/clusters/update_service_spec.rb": 21.770625799999834,8547 "spec/lib/gitlab/ci/lint_spec.rb": 17.545685283999774,8548 "spec/lib/gitlab/redis/cluster_repository_cache_spec.rb": 8.155157849001625,8549 "spec/finders/events_finder_spec.rb": 18.242331361998367,8550 "spec/lib/gitlab/git/branch_spec.rb": 18.29000852900026,8551 "spec/lib/gitlab/ci/pipeline/expression/lexeme/not_equals_spec.rb": 7.902264038999419,8552 "spec/lib/gitlab/email/handler/create_note_on_issuable_handler_spec.rb": 15.878695535000588,8553 "spec/lib/gitlab/encoding_helper_spec.rb": 7.952451826999095,8554 "spec/services/labels/promote_service_spec.rb": 11.58616640099899,8555 "spec/models/concerns/group_descendant_spec.rb": 14.019668494998768,8556 "spec/graphql/mutations/merge_requests/set_assignees_spec.rb": 13.139046487000087,8557 "spec/services/namespace_settings/update_service_spec.rb": 11.722665346000213,8558 "spec/models/ci/build_trace_chunks/redis_spec.rb": 11.010130410000784,8559 "spec/models/onboarding/progress_spec.rb": 8.907120931000463,8560 "spec/services/merge_requests/get_urls_service_spec.rb": 12.762474535000365,8561 "spec/graphql/types/user_type_spec.rb": 9.835660376000305,8562 "spec/lib/gitlab/sidekiq_config/worker_matcher_spec.rb": 5.111032492999584,8563 "spec/workers/ci/initial_pipeline_process_worker_spec.rb": 12.219396730999506,8564 "spec/services/ci/create_web_ide_terminal_service_spec.rb": 9.478249893001703,8565 "spec/services/timelogs/create_service_spec.rb": 7.494423188998553,8566 "spec/tasks/rubocop_rake_spec.rb": 8.189429436000864,8567 "spec/finders/concerns/finder_with_cross_project_access_spec.rb": 10.405492567999318,8568 "spec/services/packages/npm/create_tag_service_spec.rb": 9.896260342999085,8569 "spec/lib/gitlab/regex/container_registry/protection/rules_spec.rb": 4.357236539999576,8570 "spec/lib/gitlab/markdown_cache/active_record/extension_spec.rb": 4.848499276000439,8571 "spec/graphql/mutations/merge_requests/accept_spec.rb": 11.020492039000601,8572 "spec/lib/gitlab/database/async_indexes/migration_helpers_spec.rb": 5.044651336998868,8573 "spec/lib/banzai/reference_parser/issue_parser_spec.rb": 7.9598369670002285,8574 "spec/presenters/gitlab/blame_presenter_spec.rb": 7.89738633900015,8575 "spec/models/clusters/providers/aws_spec.rb": 4.802373737999005,8576 "spec/models/instance_configuration_spec.rb": 5.216078568000739,8577 "spec/lib/gitlab/github_import/importer/note_attachments_importer_spec.rb": 6.225167820000934,8578 "spec/lib/gitlab/object_hierarchy_spec.rb": 4.116083662000165,8579 "spec/graphql/mutations/groups/update_spec.rb": 6.414995190998525,8580 "spec/presenters/issue_presenter_spec.rb": 5.594467240000085,8581 "spec/initializers/enumerator_next_patch_spec.rb": 3.3207998999987467,8582 "spec/lib/gitlab/ci/pipeline/chain/seed_spec.rb": 6.035698068999409,8583 "spec/services/packages/protection/create_rule_service_spec.rb": 4.389754817999346,8584 "spec/services/security/ci_configuration/sast_iac_create_service_spec.rb": 5.563287630999184,8585 "spec/initializers/lograge_spec.rb": 4.3390081110010215,8586 "spec/finders/groups/accepting_group_transfers_finder_spec.rb": 6.120117674998255,8587 "spec/lib/gitlab/ci/pipeline/chain/build/associations_spec.rb": 5.005582919000517,8588 "spec/graphql/resolvers/namespace_projects_resolver_spec.rb": 5.289677925000433,8589 "spec/services/ci/test_failure_history_service_spec.rb": 4.774181729000702,8590 "spec/helpers/wiki_helper_spec.rb": 5.489027654999518,8591 "spec/models/integrations/zentao_spec.rb": 3.6820357920005335,8592 "spec/services/ci/update_instance_variables_service_spec.rb": 3.601306995999039,8593 "spec/models/oauth_access_token_spec.rb": 3.9248995910002122,8594 "spec/models/commit_signatures/x509_commit_signature_spec.rb": 4.4237029569994775,8595 "spec/services/uploads/destroy_service_spec.rb": 4.960189899999023,8596 "spec/services/groups/group_links/destroy_service_spec.rb": 6.032060568999441,8597 "spec/services/projects/refresh_build_artifacts_size_statistics_service_spec.rb": 4.583226278999064,8598 "spec/services/ci/drop_pipeline_service_spec.rb": 6.146152703999178,8599 "spec/lib/banzai/reference_parser/feature_flag_parser_spec.rb": 4.359724580001057,8600 "spec/workers/ci/build_finished_worker_spec.rb": 2.955068446999576,8601 "spec/graphql/mutations/issues/set_severity_spec.rb": 3.7955774269994436,8602 "spec/lib/gitlab/ci/pipeline/expression/lexeme/not_matches_spec.rb": 2.1615798759994505,8603 "spec/serializers/diff_file_metadata_entity_spec.rb": 4.810085888000685,8604 "spec/lib/banzai/reference_parser/external_issue_parser_spec.rb": 5.449339627999507,8605 "spec/policies/deploy_keys_project_policy_spec.rb": 5.5736475009998685,8606 "spec/graphql/mutations/customer_relations/contacts/create_spec.rb": 3.7758167580013833,8607 "spec/graphql/resolvers/project_milestones_resolver_spec.rb": 3.297017170998515,8608 "spec/lib/gitlab/hook_data/base_builder_spec.rb": 2.0375411419990996,8609 "spec/lib/gitlab/database/count/tablesample_count_strategy_spec.rb": 5.232004588000564,8610 "spec/lib/gitlab/database/type/indifferent_jsonb_spec.rb": 2.185115723999843,8611 "spec/services/jira_connect_installations/proxy_lifecycle_event_service_spec.rb": 2.277913390998947,8612 "spec/lib/gitlab/ci/tags/bulk_insert_spec.rb": 2.427763192999919,8613 "spec/services/ci/job_token_scope/remove_project_service_spec.rb": 3.1718769569997676,8614 "spec/lib/gitlab/instrumentation/redis_helper_spec.rb": 1.8582975799999986,8615 "spec/lib/gitlab/github_import/importer/events/changed_assignee_spec.rb": 4.146792240999275,8616 "spec/models/operations/feature_flags_client_spec.rb": 2.3931531149992225,8617 "spec/serializers/diffs_metadata_entity_spec.rb": 4.108358851999583,8618 "spec/services/packages/nuget/check_duplicates_service_spec.rb": 2.206463463999171,8619 "spec/models/integrations/chat_message/push_message_spec.rb": 1.7671342049998202,8620 "spec/lib/sidebars/user_profile/menus/contributed_projects_menu_spec.rb": 2.0283167130000948,8621 "spec/serializers/test_report_summary_entity_spec.rb": 4.132897180999862,8622 "spec/workers/ci/test_failure_history_worker_spec.rb": 3.106505501000356,8623 "spec/lib/gitlab/redis/cluster_store_spec.rb": 2.241818612001225,8624 "spec/tasks/gitlab/ci_secure_files/migrate_rake_spec.rb": 4.15460283900029,8625 "spec/services/projects/enable_deploy_key_service_spec.rb": 2.341518437000559,8626 "spec/lib/gitlab/ci/config/entry/pull_policy_spec.rb": 1.6750836400005937,8627 "spec/serializers/review_app_setup_entity_spec.rb": 3.632310465000046,8628 "spec/services/ci/pipeline_schedules/variables_update_service_spec.rb": 2.653427802999431,8629 "spec/lib/bulk_imports/common/pipelines/badges_pipeline_spec.rb": 4.87921259399991,8630 "spec/graphql/resolvers/group_milestones_resolver_spec.rb": 1.6670022689995676,8631 "spec/models/work_items/widgets/award_emoji_spec.rb": 1.9900773839999601,8632 "spec/lib/gitlab/middleware/speedscope_spec.rb": 1.5839261540004372,8633 "spec/workers/releases/manage_evidence_worker_spec.rb": 2.908725110000887,8634 "spec/services/ide/terminal_config_service_spec.rb": 1.7330628760009859,8635 "spec/uploaders/ci/secure_file_uploader_spec.rb": 2.9659963869999046,8636 "spec/tasks/gitlab/audit_event_types/audit_event_types_rake_spec.rb": 3.568555687999833,8637 "spec/lib/gitlab/database/async_constraints/validators/foreign_key_spec.rb": 2.2939822689986613,8638 "spec/services/releases/links/create_service_spec.rb": 3.0512039530003676,8639 "spec/workers/projects/delete_branch_worker_spec.rb": 1.9051082679998217,8640 "spec/workers/gitlab/bitbucket_import/stage/import_pull_requests_worker_spec.rb": 2.1763236160004453,8641 "spec/lib/gitlab/bitbucket_import/ref_converter_spec.rb": 1.3303307759997551,8642 "spec/models/concerns/integrations/enable_ssl_verification_spec.rb": 1.1998653219998232,8643 "spec/lib/bulk_imports/common/pipelines/wiki_pipeline_spec.rb": 1.6840464990000328,8644 "spec/services/bulk_imports/lfs_objects_export_service_spec.rb": 1.386201183000594,8645 "spec/models/issuable_severity_spec.rb": 1.3390370050001366,8646 "spec/services/test_hooks/system_service_spec.rb": 2.0294821319985203,8647 "spec/rubocop/feature_categories_spec.rb": 1.2346994309991715,8648 "spec/lib/gitlab/git/finders/refs_finder_spec.rb": 1.3687170539997169,8649 "spec/initializers/check_forced_decomposition_spec.rb": 1.691998168000282,8650 "spec/lib/gitlab/silent_mode_spec.rb": 1.2741616789990076,8651 "spec/models/external_issue_spec.rb": 1.1243431259990757,8652 "spec/workers/ci/update_locked_unknown_artifacts_worker_spec.rb": 3.1602843269993173,8653 "spec/lib/gitlab/database/health_status/indicators/autovacuum_active_on_table_spec.rb": 1.398790793000444,8654 "spec/services/design_management/move_designs_service_spec.rb": 2.3576948560003075,8655 "spec/services/organizations/create_service_spec.rb": 0.9572093540009519,8656 "spec/services/projects/container_repository/third_party/delete_tags_service_spec.rb": 1.5317459460002283,8657 "spec/workers/ci/build_schedule_worker_spec.rb": 1.807982753000033,8658 "spec/services/packages/conan/create_package_service_spec.rb": 1.9270804570005566,8659 "spec/services/merge_requests/mergeability/check_broken_status_service_spec.rb": 1.1098759269989387,8660 "spec/lib/gitlab/slash_commands/presenters/issue_search_spec.rb": 1.799747232998925,8661 "spec/lib/gitlab/dependency_linker/cartfile_linker_spec.rb": 0.9697086229989509,8662 "spec/workers/gitlab/bitbucket_server_import/stage/import_lfs_objects_worker_spec.rb": 1.0741151179990993,8663 "spec/services/packages/cleanup/execute_policy_service_spec.rb": 1.6925447989997338,8664 "spec/workers/incident_management/pager_duty/process_incident_worker_spec.rb": 1.9782712550004362,8665 "spec/services/merge_requests/mergeability/check_draft_status_service_spec.rb": 1.1176523860012821,8666 "spec/initializers/pages_storage_check_spec.rb": 1.1637087639992387,8667 "spec/workers/migrate_external_diffs_worker_spec.rb": 2.516018939000787,8668 "spec/lib/sidebars/menu_item_spec.rb": 0.6924917870001082,8669 "spec/lib/gitlab/crypto_helper_spec.rb": 1.0918871280009625,8670 "spec/lib/banzai/filter/kroki_filter_spec.rb": 1.132261374999871,8671 "spec/lib/gitlab/diff/char_diff_spec.rb": 0.9525586440013285,8672 "spec/lib/gitlab/kubernetes/kubeconfig/template_spec.rb": 1.1632791140000336,8673 "spec/models/ci/pipeline_config_spec.rb": 1.3962270120009634,8674 "spec/lib/bulk_imports/common/pipelines/entity_finisher_spec.rb": 1.1154042670004856,8675 "spec/lib/gitlab/sql/cte_spec.rb": 0.9936961719995452,8676 "spec/services/ml/find_or_create_model_version_service_spec.rb": 1.871749429999909,8677 "spec/lib/bitbucket/page_spec.rb": 0.8116229010011011,8678 "spec/lib/gitlab/slash_commands/presenters/run_spec.rb": 0.9025339569998323,8679 "spec/models/work_items/related_link_restriction_spec.rb": 1.1048208769989287,8680 "spec/lib/gitlab/ci/build/rules/rule/clause_spec.rb": 0.7548222429995803,8681 "spec/models/integrations/pivotaltracker_spec.rb": 1.0544060800002626,8682 "spec/rubocop/cop/gitlab/const_get_inherit_false_spec.rb": 0.907031996999649,8683 "spec/models/group_custom_attribute_spec.rb": 1.0728752380000515,8684 "spec/models/namespaces/randomized_suffix_path_spec.rb": 0.8652035480008635,8685 "spec/lib/gitlab/puma/error_handler_spec.rb": 0.65938764800012,8686 "spec/workers/propagate_integration_inherit_descendant_worker_spec.rb": 1.3724524740009656,8687 "spec/lib/api/entities/branch_spec.rb": 1.0705352680015494,8688 "spec/views/admin/application_settings/ci_cd.html.haml_spec.rb": 0.883055197999056,8689 "spec/rubocop/cop/migration/add_concurrent_index_spec.rb": 0.594286291001481,8690 "spec/tooling/danger/ignored_model_columns_spec.rb": 0.9961821119995875,8691 "spec/lib/gitlab/email/hook/silent_mode_interceptor_spec.rb": 1.9447149759998865,8692 "spec/graphql/types/ci/status_action_type_spec.rb": 1.6775016589999723,8693 "spec/graphql/types/incident_management/escalation_status_enum_spec.rb": 0.953834433999873,8694 "spec/lib/gitlab/database/migrations/observers/query_statistics_spec.rb": 0.6943526659997588,8695 "spec/graphql/types/project_feature_access_level_type_spec.rb": 0.6267665699997451,8696 "spec/lib/gitlab/database/schema_cleaner_spec.rb": 0.8320206400003372,8697 "spec/services/packages/nuget/create_dependency_service_spec.rb": 1.2640911889993731,8698 "spec/lib/gitlab/memory/upload_and_cleanup_reports_spec.rb": 0.9310163249992911,8699 "spec/views/groups/new.html.haml_spec.rb": 1.1383227149999584,8700 "spec/lib/gitlab/view/presenter/simple_spec.rb": 0.6580561789996864,8701 "spec/lib/gitlab/ci/build/artifacts/adapters/gzip_stream_spec.rb": 0.8052679909997096,8702 "spec/graphql/types/diff_refs_type_spec.rb": 0.8046724910000194,8703 "spec/helpers/webpack_helper_spec.rb": 0.7095495860012306,8704 "spec/views/admin/application_settings/_package_registry.html.haml_spec.rb": 0.7756648829999904,8705 "spec/graphql/resolvers/achievements/achievements_resolver_spec.rb": 0.7863602119996358,8706 "spec/lib/gitlab/database/convert_feature_category_to_group_label_spec.rb": 0.4848793569999543,8707 "spec/services/notes/render_service_spec.rb": 0.33397146399875055,8708 "spec/scripts/check_default_pipeline_status_spec.rb": 0.679766377001215,8709 "spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies_spec.rb": 0.660163697999451,8710 "spec/graphql/types/customer_relations/organization_sort_enum_spec.rb": 0.5622631930000352,8711 "spec/lib/sidebars/your_work/menus/todos_menu_spec.rb": 0.7409668939999392,8712 "spec/workers/ci/pipeline_bridge_status_worker_spec.rb": 0.9525330229989777,8713 "spec/lib/api/helpers/open_api_spec.rb": 0.33464367399938055,8714 "spec/lib/api/validations/validators/limit_spec.rb": 0.5577029630003381,8715 "spec/graphql/types/clusters/agent_type_spec.rb": 0.5556633229989529,8716 "spec/lib/gitlab/ci/reports/security/scan_spec.rb": 0.4361625199999253,8717 "spec/lib/gitlab/pages/random_domain_spec.rb": 0.5909010909999779,8718 "spec/graphql/types/packages/composer/json_type_spec.rb": 0.46896485700017365,8719 "spec/lib/gitlab/usage/metrics/instrumentations/snowplow_enabled_metric_spec.rb": 0.4826387559987779,8720 "spec/graphql/types/users/autocompleted_user_type_spec.rb": 0.540114834000633,8721 "spec/lib/gitlab/performance_bar/redis_adapter_when_peek_enabled_spec.rb": 0.5592794829990453,8722 "spec/graphql/types/incident_management/timeline_event_type_spec.rb": 0.5796760919984081,8723 "spec/graphql/types/ci/config_variable_type_spec.rb": 0.3413106930001959,8724 "spec/graphql/types/alert_management/integration_type_enum_spec.rb": 0.553952002999722,8725 "spec/presenters/blobs/notebook_presenter_spec.rb": 0.8785028570000577,8726 "spec/lib/gitlab/ci/config/entry/paths_spec.rb": 0.5429315439996572,8727 "spec/lib/gitlab/batch_worker_context_spec.rb": 0.46676589799972135,8728 "spec/lib/gitlab/bitbucket_import/project_creator_spec.rb": 0.6503596780003136,8729 "spec/lib/gitlab/i18n/metadata_entry_spec.rb": 0.4711180680005782,8730 "spec/graphql/types/packages/helm/maintainer_type_spec.rb": 0.44692799899894453,8731 "spec/lib/gitlab/database/migrations/observers/query_log_spec.rb": 0.4428975389982952,8732 "spec/graphql/types/work_items/widgets/description_input_type_spec.rb": 0.44761585900050704,8733 "spec/graphql/types/clusters/agents/authorizations/user_access_type_spec.rb": 0.4415299789998244,8734 "spec/lib/banzai/pipeline/service_desk_email_pipeline_spec.rb": 0.4392741179999575,8735 "spec/lib/peek/views/memory_spec.rb": 0.46192796700051986,8736 "spec/graphql/types/tree/tree_type_spec.rb": 0.47683870699984254,8737 "spec/models/packages/rubygems/package_spec.rb": 0.48891252700013865,8738 "spec/workers/todos_destroyer/destroyed_issuable_worker_spec.rb": 0.33905528300056176,8739 "spec/graphql/types/packages/helm/dependency_type_spec.rb": 0.44901710799967987,8740 "spec/lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer_spec.rb": 0.44081125899901963,8741 "spec/graphql/types/subscription_type_spec.rb": 0.3339924840001913,8742 "spec/serializers/admin/user_entity_spec.rb": 0.3562477529994794,8743 "spec/lib/api/entities/projects/topic_spec.rb": 0.36087181199945917,8744 "spec/services/packages/rpm/repository_metadata/build_primary_xml_service_spec.rb": 0.32963786300024367,8745 "spec/serializers/namespace_serializer_spec.rb": 0.32325242400111165,8746 "spec/graphql/types/ml/model_links_type_spec.rb": 0.3304494040003192,8747 "spec/graphql/types/packages/maven/metadatum_type_spec.rb": 0.3822222620001412,8748 "spec/rubocop/cop/gitlab/except_spec.rb": 0.3381988729997829,8749 "spec/lib/gitlab/git/gitmodules_parser_spec.rb": 0.33676316400124058750}8751Knapsack global time execution for tests: 25m 44s8752Pending: (Failures listed here are expected and do not affect your suite's status)8753 1) Deployment 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 blank8754 # No reason given8755 # ./spec/support/shared_examples/models/atomic_internal_id_shared_examples.rb:498756 2) Deployment 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 blank8757 # No reason given8758 # ./spec/support/shared_examples/models/atomic_internal_id_shared_examples.rb:578759 3) check_forced_decomposition initializer for production env for single database 8760 # Skipping because some of the extra databases [:ci, :main_clusterwide, :embedding, :geo] are setup8761 # ./spec/initializers/check_forced_decomposition_spec.rb:248762Finished in 27 minutes 2 seconds (files took 50.21 seconds to load)87633694 examples, 0 failures, 3 pending8764Randomized with seed 558438765[TEST PROF INFO] Time spent in factories: 10:09.862 (37.42% of total time)8766RSpec exited with 0.8767No examples to retry, congrats!8769Running after script...8770$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"8781$ tooling/bin/push_job_metrics || true8782[job-metrics] Pushing job metrics file for the CI/CD job.8783[job-metrics] Pushed 4 CI job metric entries to InfluxDB.8785Not uploading cache ruby-gems-debian-bookworm-ruby-3.1-16 due to policy8787Uploading artifacts...8788auto_explain/: found 3 matching artifact files and directories 8789coverage/: found 5 matching artifact files and directories 8790crystalball/: found 2 matching artifact files and directories 8791deprecations/: found 7 matching artifact files and directories 8792knapsack/: found 4 matching artifact files and directories 8793rspec/: found 16 matching artifact files and directories 8794WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 8795log/*.log: found 18 matching artifact files and directories 8796WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6285088049/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com8797WARNING: Retrying... context=artifacts-uploader error=request redirected8798Uploading artifacts as "archive" to coordinator... 201 Created id=6285088049 responseStatus=201 Created token=glcbt-658799Uploading artifacts...8800rspec/rspec-*.xml: found 1 matching artifact files and directories 8801WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6285088049/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com8802WARNING: Retrying... context=artifacts-uploader error=request redirected8803Uploading artifacts as "junit" to coordinator... 201 Created id=6285088049 responseStatus=201 Created token=glcbt-658805Job succeeded