rspec-ee integration pg14 single-db-ci-connection 7/9
Passed Started
3 months ago
by
@stomlinson 2 22:16:29 behaves like POST request permissions for admin mode 3 22:16:29 behaves like when admin 4 22:16:29 behaves like makes request 6 22:16:30 behaves like makes request 8 22:16:30 behaves like when user 10 22:16:31 behaves like makes request 12 22:16:31 when authenticated as user with group permissions 13 22:16:32 creates an ldap_group_link if ldap_cn and ldap_access are supplied 14 22:16:32 when shared_runners_minutes_limit is given 15 22:16:32 when the current user is not an admin 16 22:16:32 does not create a group with shared_runners_minutes_limit 17 22:16:32 # [RSpecRunTime] RSpec elapsed time: 1 minute 7.73 seconds. Current RSS: ~1274M. Threads: 5. load average: 1.14 1.38 1.30 1/422 443 19 22:16:32 when the current user is an admin 20 22:16:33 creates a group with shared_runners_minutes_limit 21 22:16:33 when creating a group with `default_branch_protection` attribute 22 22:16:33 authenticated as an admin 23 22:16:33 feature_enabled: true, setting_enabled: true, default_branch_protection: 0 24 22:16:34 creates the group with the expected `default_branch_protection` value 25 22:16:34 feature_enabled: false, setting_enabled: true, default_branch_protection: 0 26 22:16:35 creates the group with the expected `default_branch_protection` value 27 22:16:35 feature_enabled: true, setting_enabled: false, default_branch_protection: 0 28 22:16:36 creates the group with the expected `default_branch_protection` value 29 22:16:36 feature_enabled: false, setting_enabled: false, default_branch_protection: 0 30 22:16:36 creates the group with the expected `default_branch_protection` value 31 22:16:36 authenticated a normal user 32 22:16:36 feature_enabled: true, setting_enabled: true, default_branch_protection: 0 33 22:16:37 creates the group with the expected `default_branch_protection` value 34 22:16:37 feature_enabled: false, setting_enabled: true, default_branch_protection: 0 35 22:16:38 creates the group with the expected `default_branch_protection` value 36 22:16:38 feature_enabled: true, setting_enabled: false, default_branch_protection: 2 37 22:16:39 creates the group with the expected `default_branch_protection` value 38 22:16:39 feature_enabled: false, setting_enabled: false, default_branch_protection: 0 39 22:16:39 creates the group with the expected `default_branch_protection` value 40 22:16:39 when creating group on .com 41 22:16:39 when top_level_group_creation_enabled feature flag is disabled 42 22:16:40 does not create a top-level group 43 22:16:41 creates a subgroup 44 22:16:41 # [RSpecRunTime] RSpec elapsed time: 1 minute 16.26 seconds. Current RSS: ~1279M. Threads: 5. load average: 1.13 1.38 1.29 1/422 444 46 22:16:41 when top_level_group_creation_enabled feature flag is enabled 47 22:16:42 creates a top-level group 48 22:16:42 when creating group on self-managed 49 22:16:42 when top_level_group_creation_enabled feature flag is disabled 50 22:16:43 creates a top-level group 51 22:16:44 creates a subgroup 52 22:16:44 # [RSpecRunTime] RSpec elapsed time: 1 minute 19.28 seconds. Current RSS: ~1280M. Threads: 5. load average: 1.12 1.37 1.29 1/422 445 54 22:16:44 when top_level_group_creation_enabled feature flag is enabled 55 22:16:45 creates a top-level group 56 22:16:45 wiki_access_level 57 22:16:46 updates the attribute as expected 58 22:16:46 updates the attribute as expected 59 22:16:47 updates the attribute as expected 60 22:16:47 # [RSpecRunTime] RSpec elapsed time: 1 minute 22.5 seconds. Current RSS: ~1280M. Threads: 5. load average: 1.11 1.36 1.29 1/422 446 62 22:16:47 POST /groups/:id/ldap_sync 63 22:16:47 behaves like POST request permissions for admin mode 64 22:16:47 behaves like when admin 65 22:16:47 behaves like makes request 67 22:16:49 # [RSpecRunTime] RSpec elapsed time: 1 minute 24.08 seconds. Current RSS: ~1277M. Threads: 5. load average: 1.11 1.36 1.29 1/422 447 69 22:16:49 behaves like makes request 71 22:16:49 behaves like when user 73 22:16:50 behaves like makes request 75 22:16:50 when the ldap_group_sync feature is available 76 22:16:50 when authenticated as the group owner 77 22:16:51 returns 404 for a non existing group 78 22:16:51 when the group is ready to sync 79 22:16:51 returns 202 Accepted 80 22:16:52 queues a sync job 81 22:16:52 sets the ldap_sync state to pending 82 22:16:52 # [RSpecRunTime] RSpec elapsed time: 1 minute 27.44 seconds. Current RSS: ~1276M. Threads: 5. load average: 1.18 1.38 1.29 1/423 448 84 22:16:52 when the group is already pending a sync 85 22:16:53 returns 202 Accepted 86 22:16:53 does not queue a sync job 87 22:16:54 does not change the ldap_sync state 88 22:16:54 # [RSpecRunTime] RSpec elapsed time: 1 minute 28.99 seconds. Current RSS: ~1274M. Threads: 5. load average: 1.18 1.38 1.29 1/423 449 90 22:16:54 when authenticated as the admin 91 22:16:54 returns 202 Accepted 92 22:16:54 when authenticated as a non-owner user that can see the group 94 22:16:55 when authenticated as an user that cannot see the group 96 22:16:55 when the ldap_group_sync feature is not available 97 22:16:55 returns 404 (same as CE would) 98 22:16:55 GET /groups/:id/projects 99 22:16:55 when authenticated as user 100 22:16:55 when security dashboard is enabled for a group 101 22:17:00 returns only projects with security scans 102 22:17:00 # [RSpecRunTime] RSpec elapsed time: 1 minute 35.53 seconds. Current RSS: ~1309M. Threads: 5. load average: 1.17 1.37 1.29 1/423 450 104 22:17:00 when security dashboard is disabled for a group 105 22:17:04 returns all projects regardless of the security scans 106 22:17:04 # [RSpecRunTime] RSpec elapsed time: 1 minute 39.5 seconds. Current RSS: ~1312M. Threads: 5. load average: 1.15 1.36 1.29 1/423 451 108 22:17:04 when namespace license checks are enabled 109 22:17:04 when there are plans and projects 110 22:17:07 only loads plans once 111 22:17:07 # [RSpecRunTime] RSpec elapsed time: 1 minute 42.41 seconds. Current RSS: ~1340M. Threads: 5. load average: 1.14 1.36 1.29 1/423 452 113 22:17:07 when there are no projects 114 22:17:08 completes the request without error 115 22:17:08 # [RSpecRunTime] RSpec elapsed time: 1 minute 43.62 seconds. Current RSS: ~1344M. Threads: 5. load average: 1.14 1.36 1.29 1/423 453 117 22:17:08 GET group/:id/audit_events 118 22:17:08 behaves like inaccessable by reporter role and lower 120 22:17:09 returns 403 response 122 22:17:10 returns 403 response 123 22:17:10 for anonymous 124 22:17:10 returns 403 response 125 22:17:10 behaves like GET request permissions for admin mode 126 22:17:11 behaves like when admin 127 22:17:11 behaves like makes request 129 22:17:11 behaves like makes request 131 22:17:12 behaves like when user 133 22:17:12 behaves like makes request 135 22:17:13 when authenticated, as a member 136 22:17:14 returns only events authored by current user 137 22:17:14 # [RSpecRunTime] RSpec elapsed time: 1 minute 49.08 seconds. Current RSS: ~1318M. Threads: 5. load average: 1.13 1.35 1.29 1/423 454 139 22:17:14 when authenticated, as a group owner 140 22:17:14 audit events feature is not available 141 22:17:14 behaves like 403 response 143 22:17:14 audit events feature is available 144 22:17:15 returns 200 response 145 22:17:16 includes the correct pagination headers 146 22:17:17 does not include audit events of a different group 148 22:17:17 behaves like an endpoint with keyset pagination 149 22:17:17 on making requests with supported ordering structure 150 22:17:17 includes keyset url params in the url response 151 22:17:18 does not include pagination headers 152 22:17:18 paginates the records correctly 153 22:17:18 # [RSpecRunTime] RSpec elapsed time: 1 minute 53.41 seconds. Current RSS: ~1305M. Threads: 5. load average: 1.12 1.34 1.28 1/423 455 155 22:17:18 on making requests with unsupported ordering structure 156 22:17:19 returns error 157 22:17:19 created_before parameter 158 22:17:19 returns audit events created before the given parameter 159 22:17:19 created_after parameter 160 22:17:20 returns audit events created after the given parameter 161 22:17:20 response schema 162 22:17:20 matches the response schema 163 22:17:20 Snowplow event tracking 164 22:17:20 behaves like Snowplow event tracking with RedisHLL context 165 22:17:20 behaves like Snowplow event tracking 167 22:17:21 GET group/:id/audit_events/:audit_event_id 168 22:17:21 behaves like inaccessable by reporter role and lower 170 22:17:22 returns 403 response 172 22:17:22 returns 403 response 173 22:17:22 for anonymous 174 22:17:23 returns 403 response 175 22:17:23 when authenticated, as a member 176 22:17:24 returns 200 response 177 22:17:24 existing audit event of a different user 178 22:17:24 behaves like 404 response 180 22:17:25 # [RSpecRunTime] RSpec elapsed time: 2 minutes 0.17 second. Current RSS: ~1292M. Threads: 5. load average: 1.11 1.34 1.28 5/424 456 182 22:17:25 when authenticated, as a group owner 183 22:17:25 audit events feature is not available 184 22:17:25 behaves like 403 response 186 22:17:25 audit events feature is available 187 22:17:25 existent audit event 188 22:17:26 returns 200 response 189 22:17:26 response schema 190 22:17:26 matches the response schema 191 22:17:26 Snowplow event tracking 192 22:17:26 behaves like Snowplow event tracking with RedisHLL context 193 22:17:26 behaves like Snowplow event tracking 195 22:17:27 invalid audit_event_id 196 22:17:27 behaves like 400 response 198 22:17:27 non existent audit event 199 22:17:27 non existent audit event of a group 200 22:17:27 behaves like 404 response 202 22:17:28 existing audit event of a different group 203 22:17:28 behaves like 404 response 205 22:17:28 DELETE /groups/:id 206 22:17:28 feature is available 207 22:17:29 does not mark the group for deletion when the group has a paid gitlab.com subscription 208 22:17:30 marks for deletion a subgroup of a group with a paid gitlab.com subscription 209 22:17:30 marks for deletion of a group with a trial plan 210 22:17:30 when delayed group deletion is enabled 212 22:17:30 behaves like marks group for delayed deletion 213 22:17:31 marks group for delayed deletion 214 22:17:31 # [RSpecRunTime] RSpec elapsed time: 2 minutes 5.93 seconds. Current RSS: ~1292M. Threads: 5. load average: 1.10 1.33 1.28 1/423 457 216 22:17:31 when deletion adjourned period is 0 217 22:17:31 behaves like immediately enqueues the job to delete the group 218 22:17:31 immediately enqueues the job to delete the group 219 22:17:31 when permanently_remove param is sent 220 22:17:31 if permanently_remove is true 221 22:17:31 if group is a subgroup 222 22:17:31 when group is already marked for deletion 223 22:17:31 when full_path param is not passed 224 22:17:31 behaves like does not immediately enqueues the job to delete the group 225 22:17:32 does not immediately enqueues the job to delete the group 226 22:17:32 when full_path param is not equal to full_path 227 22:17:32 behaves like does not immediately enqueues the job to delete the group 228 22:17:33 does not immediately enqueues the job to delete the group 229 22:17:33 when the full_path param is passed and it matches the full path of subgroup 230 22:17:33 behaves like immediately enqueues the job to delete the group 231 22:17:33 immediately enqueues the job to delete the group 232 22:17:33 when group is not marked for deletion 233 22:17:33 behaves like does not immediately enqueues the job to delete the group 234 22:17:34 does not immediately enqueues the job to delete the group 235 22:17:34 if group is not a subgroup 236 22:17:34 behaves like does not immediately enqueues the job to delete the group 237 22:17:34 does not immediately enqueues the job to delete the group 238 22:17:34 if permanently_remove is not true 239 22:17:34 when it is false 240 22:17:34 behaves like marks group for delayed deletion 241 22:17:35 marks group for delayed deletion 242 22:17:35 when it is non boolean 243 22:17:35 behaves like marks group for delayed deletion 244 22:17:35 marks group for delayed deletion 245 22:17:35 when delayed group deletion is disabled 246 22:17:35 behaves like marks group for delayed deletion 247 22:17:36 marks group for delayed deletion 249 22:17:36 returns error 250 22:17:36 feature is not available 251 22:17:37 does not delete the group when the group has a paid gitlab.com subscription 252 22:17:37 deletes a subgroup of a group with a paid gitlab.com subscription 253 22:17:38 deletes a group with a trial plan 254 22:17:38 behaves like immediately enqueues the job to delete the group 255 22:17:38 immediately enqueues the job to delete the group 256 22:17:38 # [RSpecRunTime] RSpec elapsed time: 2 minutes 13.66 seconds. Current RSS: ~1294M. Threads: 5. load average: 1.08 1.32 1.28 3/423 458 258 22:17:38 POST /groups/:id/restore 259 22:17:38 feature is available 260 22:17:38 authenticated as owner 261 22:17:38 restoring is successful 262 22:17:39 restores the group to original state 263 22:17:39 restoring fails 264 22:17:40 returns error 265 22:17:40 authenticated as user without access to the group 267 22:17:40 feature is not available 269 22:17:41 GET /groups/:id/provisioned_users 270 22:17:42 when current_user is not a group maintainer 272 22:17:42 # [RSpecRunTime] RSpec elapsed time: 2 minutes 17.64 seconds. Current RSS: ~1292M. Threads: 5. load average: 1.08 1.32 1.27 1/423 459 274 22:17:42 when current_user is a group maintainer 275 22:17:43 returns a list of users provisioned by the group 276 22:17:43 optional params 278 22:17:43 filters by search 279 22:17:43 # [RSpecRunTime] RSpec elapsed time: 2 minutes 18.69 seconds. Current RSS: ~1293M. Threads: 5. load average: 1.08 1.32 1.27 1/423 460 281 22:17:43 username param 282 22:17:44 filters by username 283 22:17:44 blocked param 284 22:17:44 filters by blocked 286 22:17:45 filters by active status 287 22:17:45 created_after 288 22:17:45 filters by created_at 289 22:17:45 created_before 290 22:17:46 filters by created_at 291 22:17:46 GET /groups/:id/users 292 22:17:46 when current_user is not a group member 294 22:17:47 # [RSpecRunTime] RSpec elapsed time: 2 minutes 22.15 seconds. Current RSS: ~1293M. Threads: 5. load average: 0.99 1.29 1.27 1/423 461 296 22:17:47 when current_user is an admin 297 22:17:47 behaves like authorized current_user responses 298 22:17:47 when no include params are present 300 22:17:47 when no include params are true 302 22:17:48 when all include params are present 303 22:17:48 returns a list of matching users 304 22:17:48 when no SAML provider exists 306 22:17:49 when only include_saml_users is true 307 22:17:49 returns only SAML users 308 22:17:49 when only include_service_accounts is true 309 22:17:49 returns only service accounts 310 22:17:49 optional params 312 22:17:50 filters by search 313 22:17:50 when current_user is a group member 314 22:17:50 behaves like authorized current_user responses 315 22:17:50 when no include params are present 317 22:17:50 when no include params are true 319 22:17:51 when all include params are present 320 22:17:51 returns a list of matching users 321 22:17:51 when no SAML provider exists 323 22:17:52 when only include_saml_users is true 324 22:17:52 returns only SAML users 325 22:17:52 when only include_service_accounts is true 326 22:17:53 returns only service accounts 327 22:17:53 optional params 329 22:17:53 filters by search 330 22:17:53 GET /groups/:id/ssh_certificates 331 22:17:53 when unauthenticated 332 22:17:53 behaves like 403 response 334 22:17:53 behaves like when authenticated as maintainer 335 22:17:53 behaves like 403 response 337 22:17:54 when authenticated as owner 338 22:17:54 returns an array of ssh_certificates 339 22:17:54 behaves like when group doesn't exist 340 22:17:54 behaves like 404 response 342 22:17:55 behaves like when feature is disabled 343 22:17:55 behaves like 404 response 345 22:17:55 behaves like when premium feature not available 346 22:17:55 behaves like 404 response 348 22:17:55 behaves like when group is not a top level group 349 22:17:56 behaves like 403 response 351 22:17:56 when no ssh certificates are found 352 22:17:57 returns an empty array 353 22:17:57 POST /groups/:id/ssh_certificates 354 22:17:57 behaves like when unauthenticated 355 22:17:57 behaves like 401 response 357 22:17:57 behaves like when authenticated as maintainer 358 22:17:57 behaves like 403 response 360 22:17:57 when authenticated as owner 361 22:17:58 adds an ssh_certificate to the group 362 22:17:58 when title param is empty 363 22:17:58 behaves like 422 response 365 22:17:58 when key param is empty 366 22:17:58 behaves like 422 response 368 22:17:59 when key param is incorrectly formatted 369 22:17:59 behaves like 422 response 371 22:17:59 behaves like when group doesn't exist 372 22:17:59 behaves like 404 response 374 22:18:00 behaves like when feature is disabled 375 22:18:00 behaves like 404 response 377 22:18:00 behaves like when premium feature not available 378 22:18:00 behaves like 404 response 380 22:18:00 behaves like when group is not a top level group 381 22:18:00 behaves like 403 response 383 22:18:01 POST /groups/:id/share 384 22:18:01 when block seat overages is enabled 385 22:18:01 when the invited group is outside the hierarchy 386 22:18:02 does not allow sharing 387 22:18:02 when the invited group is inside the hierarchy 388 22:18:02 allows sharing 389 22:18:02 when assigning a member role 390 22:18:02 when custom_roles feature is enabled 391 22:18:02 when `custom_role_for_group_link_enabled` is true 392 22:18:03 assigns member role to group link 393 22:18:03 when `custom_role_for_group_link_enabled` is false 394 22:18:04 does not assign member role to group link 395 22:18:04 when custom_roles feature is disabled 396 22:18:04 does not assign member role to group link 397 22:18:04 DELETE /groups/:id/ssh_certificates/:ssh_certificates_id 398 22:18:04 behaves like when unauthenticated 399 22:18:04 behaves like 401 response 401 22:18:04 behaves like when authenticated as maintainer 402 22:18:04 behaves like 403 response 404 22:18:05 when authenticated as owner 405 22:18:05 deletes the ssh_certificate 406 22:18:05 behaves like when group doesn't exist 407 22:18:05 behaves like 404 response 409 22:18:06 behaves like when feature is disabled 410 22:18:06 behaves like 404 response 412 22:18:06 behaves like when premium feature not available 413 22:18:06 behaves like 404 response 415 22:18:07 behaves like when group is not a top level group 416 22:18:07 behaves like 403 response 418 22:18:07 when ssh cert doesn't exist 419 22:18:07 behaves like 404 response 421 22:18:08 when ssh cert cannot be deleted 423 22:18:08 # [RSpecRunTime] Finishing example group ee/spec/requests/api/groups_spec.rb. It took 2 minutes 33.36 seconds. Expected to take 3 minutes 5.36 seconds. 424 22:18:08 # [RSpecRunTime] Starting example group ee/spec/controllers/concerns/routable_actions_spec.rb. Expected to take 2 minutes 18.36 seconds. 425 22:18:08 RoutableActions 426 22:18:08 #find_routable! 427 22:18:08 when SAML SSO is enabled for resource 428 22:18:08 resource: root_group, resource_visibility_level: "private", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: false, shared_examples: "SSO Enforced" 429 22:18:08 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 430 22:18:08 when resource is private 432 22:18:09 redirects to group SSO page on GET requests 433 22:18:09 # [RSpecRunTime] RSpec elapsed time: 2 minutes 44.73 seconds. Current RSS: ~1305M. Threads: 5. load average: 0.99 1.27 1.26 1/422 462 435 22:18:09 resource: root_group, resource_visibility_level: "private", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: true, user_with_saml_session?: false, shared_examples: "SSO Not enforced" 436 22:18:09 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 437 22:18:09 when resource is private 439 22:18:11 allows to read response of GET requests 440 22:18:11 # [RSpecRunTime] RSpec elapsed time: 2 minutes 45.91 seconds. Current RSS: ~1310M. Threads: 5. load average: 0.99 1.27 1.26 1/422 463 442 22:18:11 resource: root_group, resource_visibility_level: "private", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: true, shared_examples: "SSO Not enforced" 443 22:18:11 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 444 22:18:11 when resource is private 446 22:18:12 allows to read response of GET requests 447 22:18:12 # [RSpecRunTime] RSpec elapsed time: 2 minutes 47.08 seconds. Current RSS: ~1311M. Threads: 5. load average: 0.99 1.27 1.26 1/422 464 449 22:18:12 resource: subgroup, resource_visibility_level: "private", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: false, shared_examples: "SSO Enforced" 450 22:18:12 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 451 22:18:12 when resource is private 453 22:18:13 redirects to group SSO page on GET requests 454 22:18:13 # [RSpecRunTime] RSpec elapsed time: 2 minutes 48.42 seconds. Current RSS: ~1318M. Threads: 5. load average: 0.99 1.27 1.26 1/422 465 456 22:18:13 resource: subgroup, resource_visibility_level: "private", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: true, user_with_saml_session?: false, shared_examples: "SSO Enforced" 457 22:18:13 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 458 22:18:13 when resource is private 460 22:18:14 redirects to group SSO page on GET requests 461 22:18:14 # [RSpecRunTime] RSpec elapsed time: 2 minutes 49.77 seconds. Current RSS: ~1320M. Threads: 5. load average: 0.99 1.27 1.26 1/422 466 463 22:18:14 resource: subgroup, resource_visibility_level: "private", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: true, shared_examples: "SSO Not enforced" 464 22:18:14 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 465 22:18:14 when resource is private 467 22:18:16 allows to read response of GET requests 468 22:18:16 # [RSpecRunTime] RSpec elapsed time: 2 minutes 51.09 seconds. Current RSS: ~1320M. Threads: 5. load average: 0.99 1.27 1.26 1/422 467 470 22:18:16 resource: project, resource_visibility_level: "private", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: false, shared_examples: "SSO Enforced" 471 22:18:16 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 472 22:18:16 when resource is private 474 22:18:17 redirects to group SSO page on GET requests 475 22:18:17 # [RSpecRunTime] RSpec elapsed time: 2 minutes 52.67 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.00 1.26 1.26 1/422 468 477 22:18:17 resource: project, resource_visibility_level: "private", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: true, user_with_saml_session?: false, shared_examples: "SSO Enforced" 478 22:18:17 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 479 22:18:17 when resource is private 481 22:18:19 redirects to group SSO page on GET requests 482 22:18:19 # [RSpecRunTime] RSpec elapsed time: 2 minutes 54.21 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.00 1.26 1.26 1/422 469 484 22:18:19 resource: project, resource_visibility_level: "private", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: true, shared_examples: "SSO Not enforced" 485 22:18:19 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 486 22:18:19 when resource is private 488 22:18:20 allows to read response of GET requests 489 22:18:20 # [RSpecRunTime] RSpec elapsed time: 2 minutes 55.7 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.00 1.26 1.26 1/422 470 491 22:18:20 resource: root_group, resource_visibility_level: "private", enforced_sso?: false, user: member_without_identity, user_is_resource_owner?: false, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 492 22:18:20 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 493 22:18:20 when resource is private 495 22:18:21 allows to read response of GET requests 496 22:18:22 # [RSpecRunTime] RSpec elapsed time: 2 minutes 56.81 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.00 1.26 1.26 1/422 471 498 22:18:22 resource: subgroup, resource_visibility_level: "private", enforced_sso?: false, user: member_without_identity, user_is_resource_owner?: false, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 499 22:18:22 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 500 22:18:22 when resource is private 502 22:18:23 allows to read response of GET requests 503 22:18:23 # [RSpecRunTime] RSpec elapsed time: 2 minutes 58.13 seconds. Current RSS: ~1326M. Threads: 5. load average: 1.00 1.26 1.26 1/422 472 505 22:18:23 resource: project, resource_visibility_level: "private", enforced_sso?: false, user: member_without_identity, user_is_resource_owner?: false, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 506 22:18:23 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 507 22:18:23 when resource is private 509 22:18:24 allows to read response of GET requests 510 22:18:24 # [RSpecRunTime] RSpec elapsed time: 2 minutes 59.64 seconds. Current RSS: ~1325M. Threads: 5. load average: 1.00 1.26 1.26 1/422 473 512 22:18:24 resource: root_group, resource_visibility_level: "private", enforced_sso?: false, user: non_member, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced; For signed in user, no access to the resource due to its visibility level" 513 22:18:24 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 514 22:18:24 when resource is private 516 22:18:26 does not redirect to group SSO page on GET requests, returns not_found instead 517 22:18:26 # [RSpecRunTime] RSpec elapsed time: 3 minutes 1.19 seconds. Current RSS: ~1324M. Threads: 5. load average: 1.00 1.26 1.26 1/423 474 519 22:18:26 resource: subgroup, resource_visibility_level: "private", enforced_sso?: false, user: non_member, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced; For signed in user, no access to the resource due to its visibility level" 520 22:18:26 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 521 22:18:26 when resource is private 523 22:18:27 does not redirect to group SSO page on GET requests, returns not_found instead 524 22:18:27 # [RSpecRunTime] RSpec elapsed time: 3 minutes 2.61 seconds. Current RSS: ~1327M. Threads: 5. load average: 1.00 1.26 1.25 1/422 475 526 22:18:27 resource: project, resource_visibility_level: "private", enforced_sso?: false, user: non_member, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced; For signed in user, no access to the resource due to its visibility level" 527 22:18:27 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 528 22:18:27 when resource is private 530 22:18:29 does not redirect to group SSO page on GET requests, returns not_found instead 531 22:18:29 # [RSpecRunTime] RSpec elapsed time: 3 minutes 4.23 seconds. Current RSS: ~1327M. Threads: 5. load average: 1.00 1.26 1.25 2/422 476 533 22:18:29 resource: root_group, resource_visibility_level: "private", enforced_sso?: false, user: not_signed_in_user, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced; For not signed in user, no access to the resource due to its visibility level" 534 22:18:29 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 535 22:18:29 when resource is private 537 22:18:30 does not redirect to group SSO page on GET requests, redirects to /users/sign_in page instead 538 22:18:30 # [RSpecRunTime] RSpec elapsed time: 3 minutes 5.31 seconds. Current RSS: ~1329M. Threads: 5. load average: 1.00 1.26 1.25 1/422 477 540 22:18:30 resource: subgroup, resource_visibility_level: "private", enforced_sso?: false, user: not_signed_in_user, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced; For not signed in user, no access to the resource due to its visibility level" 541 22:18:30 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 542 22:18:30 when resource is private 544 22:18:31 does not redirect to group SSO page on GET requests, redirects to /users/sign_in page instead 545 22:18:31 # [RSpecRunTime] RSpec elapsed time: 3 minutes 6.63 seconds. Current RSS: ~1329M. Threads: 5. load average: 1.00 1.26 1.25 1/422 478 547 22:18:31 resource: project, resource_visibility_level: "private", enforced_sso?: false, user: not_signed_in_user, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced; For not signed in user, no access to the resource due to its visibility level" 548 22:18:31 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 549 22:18:31 when resource is private 551 22:18:33 does not redirect to group SSO page on GET requests, redirects to /users/sign_in page instead 552 22:18:33 # [RSpecRunTime] RSpec elapsed time: 3 minutes 8.1 seconds. Current RSS: ~1328M. Threads: 5. load average: 1.00 1.25 1.25 1/422 479 554 22:18:33 resource: root_group, resource_visibility_level: "private", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: false, shared_examples: "SSO Enforced" 555 22:18:33 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 556 22:18:33 when resource is private 558 22:18:34 redirects to group SSO page on GET requests 559 22:18:34 # [RSpecRunTime] RSpec elapsed time: 3 minutes 9.26 seconds. Current RSS: ~1327M. Threads: 5. load average: 1.00 1.25 1.25 1/422 480 561 22:18:34 resource: root_group, resource_visibility_level: "private", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: true, user_with_saml_session?: false, shared_examples: "SSO Not enforced" 562 22:18:34 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 563 22:18:34 when resource is private 565 22:18:35 allows to read response of GET requests 566 22:18:35 # [RSpecRunTime] RSpec elapsed time: 3 minutes 10.37 seconds. Current RSS: ~1327M. Threads: 5. load average: 1.00 1.25 1.25 1/422 481 568 22:18:35 resource: root_group, resource_visibility_level: "private", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: true, shared_examples: "SSO Not enforced" 569 22:18:35 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 570 22:18:35 when resource is private 572 22:18:36 allows to read response of GET requests 573 22:18:36 # [RSpecRunTime] RSpec elapsed time: 3 minutes 11.54 seconds. Current RSS: ~1332M. Threads: 5. load average: 1.00 1.25 1.25 1/422 482 575 22:18:36 resource: subgroup, resource_visibility_level: "private", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: false, shared_examples: "SSO Enforced" 576 22:18:36 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 577 22:18:36 when resource is private 579 22:18:38 redirects to group SSO page on GET requests 580 22:18:38 # [RSpecRunTime] RSpec elapsed time: 3 minutes 12.85 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.00 1.25 1.25 1/422 483 582 22:18:38 resource: subgroup, resource_visibility_level: "private", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: true, user_with_saml_session?: false, shared_examples: "SSO Enforced" 583 22:18:38 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 584 22:18:38 when resource is private 586 22:18:39 redirects to group SSO page on GET requests 587 22:18:39 # [RSpecRunTime] RSpec elapsed time: 3 minutes 14.19 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.00 1.25 1.25 1/422 484 589 22:18:39 resource: subgroup, resource_visibility_level: "private", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: true, shared_examples: "SSO Not enforced" 590 22:18:39 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 591 22:18:39 when resource is private 593 22:18:40 allows to read response of GET requests 594 22:18:40 # [RSpecRunTime] RSpec elapsed time: 3 minutes 15.51 seconds. Current RSS: ~1329M. Threads: 5. load average: 1.00 1.25 1.25 1/422 485 596 22:18:40 resource: project, resource_visibility_level: "private", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: false, shared_examples: "SSO Enforced" 597 22:18:40 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 598 22:18:40 when resource is private 600 22:18:42 redirects to group SSO page on GET requests 601 22:18:42 # [RSpecRunTime] RSpec elapsed time: 3 minutes 17.06 seconds. Current RSS: ~1324M. Threads: 5. load average: 1.00 1.24 1.25 1/422 486 603 22:18:42 resource: project, resource_visibility_level: "private", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: true, user_with_saml_session?: false, shared_examples: "SSO Enforced" 604 22:18:42 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 605 22:18:42 when resource is private 607 22:18:43 redirects to group SSO page on GET requests 608 22:18:43 # [RSpecRunTime] RSpec elapsed time: 3 minutes 18.62 seconds. Current RSS: ~1326M. Threads: 5. load average: 1.00 1.24 1.25 1/422 487 610 22:18:43 resource: project, resource_visibility_level: "private", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: true, shared_examples: "SSO Not enforced" 611 22:18:43 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 612 22:18:43 when resource is private 614 22:18:45 allows to read response of GET requests 615 22:18:45 # [RSpecRunTime] RSpec elapsed time: 3 minutes 20.25 seconds. Current RSS: ~1318M. Threads: 5. load average: 1.00 1.24 1.25 1/422 488 617 22:18:45 resource: root_group, resource_visibility_level: "private", enforced_sso?: true, user: member_without_identity, user_is_resource_owner?: false, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 618 22:18:45 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 619 22:18:45 when resource is private 621 22:18:46 redirects to group SSO page on GET requests 622 22:18:46 # [RSpecRunTime] RSpec elapsed time: 3 minutes 21.42 seconds. Current RSS: ~1319M. Threads: 5. load average: 1.00 1.24 1.25 1/422 489 624 22:18:46 resource: root_group, resource_visibility_level: "private", enforced_sso?: true, user: member_without_identity, user_is_resource_owner?: true, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 625 22:18:46 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 626 22:18:46 when resource is private 628 22:18:47 allows to read response of GET requests 629 22:18:47 # [RSpecRunTime] RSpec elapsed time: 3 minutes 22.59 seconds. Current RSS: ~1323M. Threads: 5. load average: 1.00 1.24 1.25 1/422 490 631 22:18:47 resource: subgroup, resource_visibility_level: "private", enforced_sso?: true, user: member_without_identity, user_is_resource_owner?: false, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 632 22:18:47 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 633 22:18:47 when resource is private 635 22:18:49 redirects to group SSO page on GET requests 636 22:18:49 # [RSpecRunTime] RSpec elapsed time: 3 minutes 23.86 seconds. Current RSS: ~1324M. Threads: 5. load average: 1.00 1.24 1.25 1/422 491 638 22:18:49 resource: subgroup, resource_visibility_level: "private", enforced_sso?: true, user: member_without_identity, user_is_resource_owner?: true, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 639 22:18:49 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 640 22:18:49 when resource is private 642 22:18:50 redirects to group SSO page on GET requests 643 22:18:50 # [RSpecRunTime] RSpec elapsed time: 3 minutes 25.28 seconds. Current RSS: ~1326M. Threads: 5. load average: 1.00 1.24 1.25 1/422 492 645 22:18:50 resource: project, resource_visibility_level: "private", enforced_sso?: true, user: member_without_identity, user_is_resource_owner?: false, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 646 22:18:50 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 647 22:18:50 when resource is private 649 22:18:52 redirects to group SSO page on GET requests 650 22:18:52 # [RSpecRunTime] RSpec elapsed time: 3 minutes 26.83 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.00 1.24 1.25 1/422 493 652 22:18:52 resource: project, resource_visibility_level: "private", enforced_sso?: true, user: member_without_identity, user_is_resource_owner?: true, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 653 22:18:52 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 654 22:18:52 when resource is private 656 22:18:53 redirects to group SSO page on GET requests 657 22:18:53 # [RSpecRunTime] RSpec elapsed time: 3 minutes 28.42 seconds. Current RSS: ~1325M. Threads: 5. load average: 1.00 1.23 1.25 1/422 494 659 22:18:53 resource: root_group, resource_visibility_level: "private", enforced_sso?: true, user: non_member, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 660 22:18:53 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 661 22:18:53 when resource is private 663 22:18:54 redirects to group SSO page on GET requests 664 22:18:54 # [RSpecRunTime] RSpec elapsed time: 3 minutes 29.7 seconds. Current RSS: ~1323M. Threads: 5. load average: 1.00 1.23 1.25 1/422 495 666 22:18:54 resource: subgroup, resource_visibility_level: "private", enforced_sso?: true, user: non_member, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 667 22:18:54 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 668 22:18:54 when resource is private 670 22:18:56 redirects to group SSO page on GET requests 671 22:18:56 # [RSpecRunTime] RSpec elapsed time: 3 minutes 31.19 seconds. Current RSS: ~1320M. Threads: 5. load average: 1.00 1.23 1.25 1/422 496 673 22:18:56 resource: project, resource_visibility_level: "private", enforced_sso?: true, user: non_member, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 674 22:18:56 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 675 22:18:56 when resource is private 677 22:18:58 redirects to group SSO page on GET requests 678 22:18:58 # [RSpecRunTime] RSpec elapsed time: 3 minutes 33.23 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.00 1.23 1.25 1/422 497 680 22:18:58 resource: root_group, resource_visibility_level: "private", enforced_sso?: true, user: not_signed_in_user, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 681 22:18:58 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 682 22:18:58 when resource is private 684 22:19:00 redirects to group SSO page on GET requests 685 22:19:00 # [RSpecRunTime] RSpec elapsed time: 3 minutes 35.03 seconds. Current RSS: ~1323M. Threads: 5. load average: 1.00 1.23 1.25 1/422 498 687 22:19:00 resource: subgroup, resource_visibility_level: "private", enforced_sso?: true, user: not_signed_in_user, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 688 22:19:00 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 689 22:19:00 when resource is private 691 22:19:01 redirects to group SSO page on GET requests 692 22:19:01 # [RSpecRunTime] RSpec elapsed time: 3 minutes 36.41 seconds. Current RSS: ~1326M. Threads: 5. load average: 1.00 1.23 1.25 1/422 499 694 22:19:01 resource: project, resource_visibility_level: "private", enforced_sso?: true, user: not_signed_in_user, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 695 22:19:01 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 696 22:19:01 when resource is private 698 22:19:03 redirects to group SSO page on GET requests 699 22:19:03 # [RSpecRunTime] RSpec elapsed time: 3 minutes 38.05 seconds. Current RSS: ~1335M. Threads: 5. load average: 1.00 1.23 1.24 1/422 500 701 22:19:03 resource: root_group, resource_visibility_level: "public", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: false, shared_examples: "SSO Enforced" 702 22:19:03 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 703 22:19:03 when resource is public 705 22:19:04 redirects to group SSO page on GET requests 706 22:19:04 # [RSpecRunTime] RSpec elapsed time: 3 minutes 39.25 seconds. Current RSS: ~1332M. Threads: 5. load average: 1.00 1.23 1.24 1/422 501 708 22:19:04 resource: root_group, resource_visibility_level: "public", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: true, user_with_saml_session?: false, shared_examples: "SSO Not enforced" 709 22:19:04 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 710 22:19:04 when resource is public 712 22:19:05 allows to read response of GET requests 713 22:19:05 # [RSpecRunTime] RSpec elapsed time: 3 minutes 40.43 seconds. Current RSS: ~1334M. Threads: 5. load average: 1.00 1.23 1.24 1/422 502 715 22:19:05 resource: root_group, resource_visibility_level: "public", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: true, shared_examples: "SSO Not enforced" 716 22:19:05 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 717 22:19:05 when resource is public 719 22:19:06 allows to read response of GET requests 720 22:19:06 # [RSpecRunTime] RSpec elapsed time: 3 minutes 41.58 seconds. Current RSS: ~1331M. Threads: 5. load average: 1.00 1.23 1.24 1/422 503 722 22:19:06 resource: subgroup, resource_visibility_level: "public", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: false, shared_examples: "SSO Enforced" 723 22:19:06 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 724 22:19:06 when resource is public 726 22:19:08 redirects to group SSO page on GET requests 727 22:19:08 # [RSpecRunTime] RSpec elapsed time: 3 minutes 42.97 seconds. Current RSS: ~1331M. Threads: 5. load average: 1.00 1.22 1.24 1/422 504 729 22:19:08 resource: subgroup, resource_visibility_level: "public", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: true, user_with_saml_session?: false, shared_examples: "SSO Enforced" 730 22:19:08 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 731 22:19:08 when resource is public 733 22:19:09 redirects to group SSO page on GET requests 734 22:19:09 # [RSpecRunTime] RSpec elapsed time: 3 minutes 44.39 seconds. Current RSS: ~1334M. Threads: 5. load average: 1.00 1.22 1.24 1/422 505 736 22:19:09 resource: subgroup, resource_visibility_level: "public", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: true, shared_examples: "SSO Not enforced" 737 22:19:09 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 738 22:19:09 when resource is public 740 22:19:10 allows to read response of GET requests 741 22:19:10 # [RSpecRunTime] RSpec elapsed time: 3 minutes 45.72 seconds. Current RSS: ~1333M. Threads: 5. load average: 1.00 1.22 1.24 1/422 506 743 22:19:10 resource: project, resource_visibility_level: "public", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: false, shared_examples: "SSO Enforced" 744 22:19:10 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 745 22:19:10 when resource is public 747 22:19:12 redirects to group SSO page on GET requests 748 22:19:12 # [RSpecRunTime] RSpec elapsed time: 3 minutes 47.38 seconds. Current RSS: ~1331M. Threads: 5. load average: 1.08 1.23 1.25 1/422 507 750 22:19:12 resource: project, resource_visibility_level: "public", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: true, user_with_saml_session?: false, shared_examples: "SSO Enforced" 751 22:19:12 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 752 22:19:12 when resource is public 754 22:19:14 redirects to group SSO page on GET requests 755 22:19:14 # [RSpecRunTime] RSpec elapsed time: 3 minutes 49.01 seconds. Current RSS: ~1327M. Threads: 5. load average: 1.08 1.23 1.25 1/424 508 757 22:19:14 resource: project, resource_visibility_level: "public", enforced_sso?: false, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: true, shared_examples: "SSO Not enforced" 758 22:19:14 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 759 22:19:14 when resource is public 761 22:19:15 allows to read response of GET requests 762 22:19:15 # [RSpecRunTime] RSpec elapsed time: 3 minutes 50.68 seconds. Current RSS: ~1327M. Threads: 5. load average: 1.08 1.23 1.25 1/424 509 764 22:19:15 resource: root_group, resource_visibility_level: "public", enforced_sso?: false, user: member_without_identity, user_is_resource_owner?: false, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 765 22:19:15 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 766 22:19:15 when resource is public 768 22:19:16 allows to read response of GET requests 769 22:19:17 # [RSpecRunTime] RSpec elapsed time: 3 minutes 51.81 seconds. Current RSS: ~1326M. Threads: 5. load average: 1.08 1.23 1.25 1/424 510 771 22:19:17 resource: subgroup, resource_visibility_level: "public", enforced_sso?: false, user: member_without_identity, user_is_resource_owner?: false, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 772 22:19:17 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 773 22:19:17 when resource is public 775 22:19:18 allows to read response of GET requests 776 22:19:18 # [RSpecRunTime] RSpec elapsed time: 3 minutes 53.16 seconds. Current RSS: ~1329M. Threads: 5. load average: 1.07 1.23 1.25 1/424 511 778 22:19:18 resource: project, resource_visibility_level: "public", enforced_sso?: false, user: member_without_identity, user_is_resource_owner?: false, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 779 22:19:18 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 780 22:19:18 when resource is public 782 22:19:19 allows to read response of GET requests 783 22:19:19 # [RSpecRunTime] RSpec elapsed time: 3 minutes 54.74 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.07 1.23 1.25 1/424 512 785 22:19:19 resource: root_group, resource_visibility_level: "public", enforced_sso?: false, user: non_member, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 786 22:19:19 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 787 22:19:19 when resource is public 789 22:19:21 allows to read response of GET requests 790 22:19:21 # [RSpecRunTime] RSpec elapsed time: 3 minutes 56.02 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.07 1.23 1.25 1/424 513 792 22:19:21 resource: subgroup, resource_visibility_level: "public", enforced_sso?: false, user: non_member, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 793 22:19:21 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 794 22:19:21 when resource is public 796 22:19:22 allows to read response of GET requests 797 22:19:22 # [RSpecRunTime] RSpec elapsed time: 3 minutes 57.41 seconds. Current RSS: ~1332M. Threads: 5. load average: 1.07 1.23 1.24 1/424 514 799 22:19:22 resource: project, resource_visibility_level: "public", enforced_sso?: false, user: non_member, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 800 22:19:22 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 801 22:19:22 when resource is public 803 22:19:24 allows to read response of GET requests 804 22:19:24 # [RSpecRunTime] RSpec elapsed time: 3 minutes 59.11 seconds. Current RSS: ~1331M. Threads: 5. load average: 1.07 1.23 1.24 1/424 515 806 22:19:24 resource: root_group, resource_visibility_level: "public", enforced_sso?: false, user: not_signed_in_user, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 807 22:19:24 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 808 22:19:24 when resource is public 810 22:19:25 allows to read response of GET requests 811 22:19:25 # [RSpecRunTime] RSpec elapsed time: 4 minutes 0.18 second. Current RSS: ~1332M. Threads: 5. load average: 1.07 1.23 1.24 1/424 516 813 22:19:25 resource: subgroup, resource_visibility_level: "public", enforced_sso?: false, user: not_signed_in_user, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 814 22:19:25 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 815 22:19:25 when resource is public 817 22:19:26 allows to read response of GET requests 818 22:19:26 # [RSpecRunTime] RSpec elapsed time: 4 minutes 1.51 seconds. Current RSS: ~1331M. Threads: 5. load average: 1.07 1.23 1.24 3/425 517 820 22:19:26 resource: project, resource_visibility_level: "public", enforced_sso?: false, user: not_signed_in_user, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 821 22:19:26 when 'Enforce SSO-only authentication for web activity for this group' option is not enabled 822 22:19:26 when resource is public 824 22:19:28 allows to read response of GET requests 825 22:19:28 # [RSpecRunTime] RSpec elapsed time: 4 minutes 3.04 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.06 1.22 1.24 1/424 518 827 22:19:28 resource: root_group, resource_visibility_level: "public", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: false, shared_examples: "SSO Enforced" 828 22:19:28 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 829 22:19:28 when resource is public 831 22:19:29 redirects to group SSO page on GET requests 832 22:19:29 # [RSpecRunTime] RSpec elapsed time: 4 minutes 4.22 seconds. Current RSS: ~1331M. Threads: 5. load average: 1.06 1.22 1.24 1/424 519 834 22:19:29 resource: root_group, resource_visibility_level: "public", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: true, user_with_saml_session?: false, shared_examples: "SSO Not enforced" 835 22:19:29 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 836 22:19:29 when resource is public 838 22:19:30 allows to read response of GET requests 839 22:19:30 # [RSpecRunTime] RSpec elapsed time: 4 minutes 5.4 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.06 1.22 1.24 1/424 520 841 22:19:30 resource: root_group, resource_visibility_level: "public", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: true, shared_examples: "SSO Not enforced" 842 22:19:30 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 843 22:19:30 when resource is public 845 22:19:31 allows to read response of GET requests 846 22:19:31 # [RSpecRunTime] RSpec elapsed time: 4 minutes 6.49 seconds. Current RSS: ~1331M. Threads: 5. load average: 1.06 1.22 1.24 1/424 521 848 22:19:31 resource: subgroup, resource_visibility_level: "public", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: false, shared_examples: "SSO Enforced" 849 22:19:31 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 850 22:19:31 when resource is public 852 22:19:33 redirects to group SSO page on GET requests 853 22:19:33 # [RSpecRunTime] RSpec elapsed time: 4 minutes 7.91 seconds. Current RSS: ~1332M. Threads: 5. load average: 1.06 1.22 1.24 1/424 522 855 22:19:33 resource: subgroup, resource_visibility_level: "public", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: true, user_with_saml_session?: false, shared_examples: "SSO Enforced" 856 22:19:33 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 857 22:19:33 when resource is public 859 22:19:34 redirects to group SSO page on GET requests 860 22:19:34 # [RSpecRunTime] RSpec elapsed time: 4 minutes 9.24 seconds. Current RSS: ~1332M. Threads: 5. load average: 1.06 1.22 1.24 1/424 523 862 22:19:34 resource: subgroup, resource_visibility_level: "public", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: true, shared_examples: "SSO Not enforced" 863 22:19:34 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 864 22:19:34 when resource is public 866 22:19:35 allows to read response of GET requests 867 22:19:35 # [RSpecRunTime] RSpec elapsed time: 4 minutes 10.6 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.06 1.22 1.24 1/424 524 869 22:19:35 resource: project, resource_visibility_level: "public", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: false, shared_examples: "SSO Enforced" 870 22:19:35 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 871 22:19:35 when resource is public 873 22:19:37 redirects to group SSO page on GET requests 874 22:19:37 # [RSpecRunTime] RSpec elapsed time: 4 minutes 12.16 seconds. Current RSS: ~1327M. Threads: 5. load average: 1.05 1.22 1.24 1/424 525 876 22:19:37 resource: project, resource_visibility_level: "public", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: true, user_with_saml_session?: false, shared_examples: "SSO Enforced" 877 22:19:37 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 878 22:19:37 when resource is public 880 22:19:38 redirects to group SSO page on GET requests 881 22:19:39 # [RSpecRunTime] RSpec elapsed time: 4 minutes 13.79 seconds. Current RSS: ~1327M. Threads: 5. load average: 1.05 1.22 1.24 1/424 526 883 22:19:39 resource: project, resource_visibility_level: "public", enforced_sso?: true, user: member_with_identity, user_is_resource_owner?: false, user_with_saml_session?: true, shared_examples: "SSO Not enforced" 884 22:19:39 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 885 22:19:39 when resource is public 887 22:19:40 allows to read response of GET requests 888 22:19:40 # [RSpecRunTime] RSpec elapsed time: 4 minutes 15.32 seconds. Current RSS: ~1324M. Threads: 5. load average: 1.05 1.22 1.24 1/424 527 890 22:19:40 resource: root_group, resource_visibility_level: "public", enforced_sso?: true, user: member_without_identity, user_is_resource_owner?: false, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 891 22:19:40 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 892 22:19:40 when resource is public 894 22:19:41 redirects to group SSO page on GET requests 895 22:19:41 # [RSpecRunTime] RSpec elapsed time: 4 minutes 16.57 seconds. Current RSS: ~1328M. Threads: 5. load average: 1.05 1.22 1.24 1/424 528 897 22:19:41 resource: root_group, resource_visibility_level: "public", enforced_sso?: true, user: member_without_identity, user_is_resource_owner?: true, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 898 22:19:41 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 899 22:19:41 when resource is public 901 22:19:42 allows to read response of GET requests 902 22:19:42 # [RSpecRunTime] RSpec elapsed time: 4 minutes 17.74 seconds. Current RSS: ~1327M. Threads: 5. load average: 1.13 1.23 1.24 1/424 529 904 22:19:42 resource: subgroup, resource_visibility_level: "public", enforced_sso?: true, user: member_without_identity, user_is_resource_owner?: false, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 905 22:19:42 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 906 22:19:42 when resource is public 908 22:19:44 redirects to group SSO page on GET requests 909 22:19:44 # [RSpecRunTime] RSpec elapsed time: 4 minutes 19.12 seconds. Current RSS: ~1332M. Threads: 5. load average: 1.13 1.23 1.24 1/424 530 911 22:19:44 resource: subgroup, resource_visibility_level: "public", enforced_sso?: true, user: member_without_identity, user_is_resource_owner?: true, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 912 22:19:44 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 913 22:19:44 when resource is public 915 22:19:45 redirects to group SSO page on GET requests 916 22:19:45 # [RSpecRunTime] RSpec elapsed time: 4 minutes 20.57 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.13 1.23 1.24 1/424 531 918 22:19:45 resource: project, resource_visibility_level: "public", enforced_sso?: true, user: member_without_identity, user_is_resource_owner?: false, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 919 22:19:45 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 920 22:19:45 when resource is public 922 22:19:47 redirects to group SSO page on GET requests 923 22:19:47 # [RSpecRunTime] RSpec elapsed time: 4 minutes 22.27 seconds. Current RSS: ~1332M. Threads: 5. load average: 1.20 1.24 1.25 1/424 532 925 22:19:47 resource: project, resource_visibility_level: "public", enforced_sso?: true, user: member_without_identity, user_is_resource_owner?: true, user_with_saml_session?: nil, shared_examples: "SSO Enforced" 926 22:19:47 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 927 22:19:47 when resource is public 929 22:19:49 redirects to group SSO page on GET requests 930 22:19:49 # [RSpecRunTime] RSpec elapsed time: 4 minutes 23.88 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.20 1.24 1.25 1/424 533 932 22:19:49 resource: root_group, resource_visibility_level: "public", enforced_sso?: true, user: non_member, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 933 22:19:49 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 934 22:19:49 when resource is public 936 22:19:50 allows to read response of GET requests 937 22:19:50 # [RSpecRunTime] RSpec elapsed time: 4 minutes 25.1 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.20 1.24 1.25 1/424 534 939 22:19:50 resource: subgroup, resource_visibility_level: "public", enforced_sso?: true, user: non_member, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 940 22:19:50 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 941 22:19:50 when resource is public 943 22:19:51 allows to read response of GET requests 944 22:19:51 # [RSpecRunTime] RSpec elapsed time: 4 minutes 26.48 seconds. Current RSS: ~1329M. Threads: 5. load average: 1.20 1.24 1.25 1/424 535 946 22:19:51 resource: project, resource_visibility_level: "public", enforced_sso?: true, user: non_member, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 947 22:19:51 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 948 22:19:51 when resource is public 950 22:19:53 allows to read response of GET requests 951 22:19:53 # [RSpecRunTime] RSpec elapsed time: 4 minutes 28.16 seconds. Current RSS: ~1327M. Threads: 5. load average: 1.18 1.24 1.25 1/424 536 953 22:19:53 resource: root_group, resource_visibility_level: "public", enforced_sso?: true, user: not_signed_in_user, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 954 22:19:53 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 955 22:19:53 when resource is public 957 22:19:54 allows to read response of GET requests 958 22:19:54 # [RSpecRunTime] RSpec elapsed time: 4 minutes 29.26 seconds. Current RSS: ~1328M. Threads: 5. load average: 1.18 1.24 1.25 1/424 537 960 22:19:54 resource: subgroup, resource_visibility_level: "public", enforced_sso?: true, user: not_signed_in_user, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 961 22:19:54 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 962 22:19:54 when resource is public 964 22:19:55 allows to read response of GET requests 965 22:19:55 # [RSpecRunTime] RSpec elapsed time: 4 minutes 30.59 seconds. Current RSS: ~1328M. Threads: 5. load average: 1.18 1.24 1.25 1/424 538 967 22:19:55 resource: project, resource_visibility_level: "public", enforced_sso?: true, user: not_signed_in_user, user_is_resource_owner?: nil, user_with_saml_session?: nil, shared_examples: "SSO Not enforced" 968 22:19:55 when 'Enforce SSO-only authentication for web activity for this group' option is enabled 969 22:19:55 when resource is public 971 22:19:57 allows to read response of GET requests 972 22:19:57 # [RSpecRunTime] RSpec elapsed time: 4 minutes 32.15 seconds. Current RSS: ~1331M. Threads: 5. load average: 1.17 1.23 1.25 1/424 539 974 22:19:57 # [RSpecRunTime] Finishing example group ee/spec/controllers/concerns/routable_actions_spec.rb. It took 1 minute 48.91 seconds. Expected to take 2 minutes 18.36 seconds. 975 22:19:57 # [RSpecRunTime] Starting example group ee/spec/controllers/projects_controller_spec.rb. Expected to take 1 minute 55.68 seconds. 976 22:19:57 ProjectsController 978 22:19:58 when user does not have `:create_projects` permissions 979 22:19:59 returns a 404 980 22:19:59 # [RSpecRunTime] RSpec elapsed time: 4 minutes 34.16 seconds. Current RSS: ~1333M. Threads: 5. load average: 1.17 1.23 1.25 1/426 560 982 22:19:59 when user does have `:create_projects` permissions 983 22:19:59 renders `new` template 985 22:19:59 additional repo storage by namespace 986 22:19:59 when automatic_purchased_storage_allocation setting is enabled 987 22:19:59 when usage_ratio < 0.75 988 22:20:05 does not include the CTA for additional purchased storage 989 22:20:05 # [RSpecRunTime] RSpec elapsed time: 4 minutes 40.35 seconds. Current RSS: ~1346M. Threads: 5. load average: 1.15 1.23 1.24 1/427 598 991 22:20:05 when usage_ratio >= 0.75 992 22:20:08 includes the CTA for additional purchased storage 993 22:20:08 # [RSpecRunTime] RSpec elapsed time: 4 minutes 43.47 seconds. Current RSS: ~1370M. Threads: 5. load average: 1.14 1.22 1.24 1/427 610 995 22:20:08 when automatic_purchased_storage_allocation setting is disabled 996 22:20:11 does not include the CTA for additional purchased storage 997 22:20:11 # [RSpecRunTime] RSpec elapsed time: 4 minutes 46.48 seconds. Current RSS: ~1379M. Threads: 5. load average: 1.14 1.22 1.24 1/427 622 999 22:20:11 with automatic_purchased_storage_allocation set to true 1000 22:20:14 does not show over size limit warning when above_size_limit 1001 22:20:14 # [RSpecRunTime] RSpec elapsed time: 4 minutes 49.75 seconds. Current RSS: ~1384M. Threads: 5. load average: 1.13 1.22 1.24 1/427 633 1003 22:20:14 with automatic_purchased_storage_allocation set to false 1004 22:20:18 shows the over size limit warning message if above_size_limit 1005 22:20:21 does not show an over size warning if not above_size_limit 1006 22:20:21 # [RSpecRunTime] RSpec elapsed time: 4 minutes 56.15 seconds. Current RSS: ~1381M. Threads: 5. load average: 1.12 1.22 1.24 1/426 654 1008 22:20:21 namespace storage limit 1009 22:20:21 behaves like namespace storage limit alert 1011 22:20:24 when user has dismissed already 1012 22:20:27 does not render alert 1013 22:20:27 # [RSpecRunTime] RSpec elapsed time: 5 minutes 2.36 seconds. Current RSS: ~1375M. Threads: 5. load average: 1.10 1.21 1.24 1/427 678 1015 22:20:27 behaves like seat count alert 1016 22:20:27 when the namespace qualifies for the alert 1017 22:20:30 sets the seat_count_data 1018 22:20:30 # [RSpecRunTime] RSpec elapsed time: 5 minutes 5.61 seconds. Current RSS: ~1377M. Threads: 5. load average: 1.10 1.21 1.24 1/427 689 1020 22:20:30 when the namespace does not qualify for the alert 1021 22:20:33 sets the seat_count_data to nil 1022 22:20:34 # [RSpecRunTime] RSpec elapsed time: 5 minutes 8.77 seconds. Current RSS: ~1382M. Threads: 5. load average: 1.09 1.21 1.24 1/427 700 1024 22:20:34 adjourned deletion 1025 22:20:34 when the parent group has not been scheduled for deletion 1026 22:20:37 does not show the notice 1027 22:20:37 # [RSpecRunTime] RSpec elapsed time: 5 minutes 12.03 seconds. Current RSS: ~1378M. Threads: 5. load average: 1.08 1.20 1.23 1/426 711 1029 22:20:37 when the parent group has been scheduled for deletion 1030 22:20:40 shows the notice that the parent group has been scheduled for deletion 1031 22:20:40 when the project itself has also been scheduled for deletion 1032 22:20:43 does not show the notice that the parent group has been scheduled for deletion 1033 22:20:43 # [RSpecRunTime] RSpec elapsed time: 5 minutes 18.42 seconds. Current RSS: ~1373M. Threads: 5. load average: 1.08 1.20 1.23 1/426 732 1036 22:20:43 with licensed repository mirrors 1037 22:20:45 has mirror enabled in new project 1038 22:20:45 # [RSpecRunTime] RSpec elapsed time: 5 minutes 20.01 seconds. Current RSS: ~1379M. Threads: 5. load average: 1.08 1.20 1.23 1/426 741 1040 22:20:45 with unlicensed repository mirrors 1041 22:20:46 has mirror disabled in new project 1042 22:20:46 # [RSpecRunTime] RSpec elapsed time: 5 minutes 21.41 seconds. Current RSS: ~1372M. Threads: 5. load average: 1.08 1.20 1.23 1/426 750 1044 22:20:46 built in project templates 1045 22:20:48 creates one audit event 1046 22:20:48 # [RSpecRunTime] RSpec elapsed time: 5 minutes 23.66 seconds. Current RSS: ~1359M. Threads: 5. load average: 1.15 1.21 1.24 1/426 751 1048 22:20:48 custom project templates 1049 22:20:48 when licensed 1050 22:20:48 object storage 1051 22:20:51 Job arguments to ProjectTemplateExportWorker must be native JSON types, but #<EE::Gitlab::ImportExport::AfterExportStrategies::CustomTemplateExportImportStrategy:0x00007ed0ea8c2348 @options={:export_into_project_id=>45, :klass=>"EE::Gitlab::ImportExport::AfterExportStrategies::CustomTemplateExportImportStrategy"}, @logger=#<Gitlab::Export::Logger:0x00007ed0c39babf0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007ed0ea709ba0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007ed0c39bab00 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename=#<Pathname:/builds/gitlab-org/gitlab/log/exporter.log>, @dev=#<File:/builds/gitlab-org/gitlab/log/exporter.log>, @binmode=false, @mon_data=#<Monitor:0x00007ed0ea7096a0>, @mon_data_owner_object_id=147359320>>, @params={}> is a EE::Gitlab::ImportExport::AfterExportStrategies::CustomTemplateExportImportStrategy. 1053 22:20:51 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 1054 22:20:55 Job arguments to ProjectCacheWorker must be native JSON types, but :repository_size is a Symbol. 1056 22:20:55 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 1057 22:20:57 Job arguments to Projects::GitGarbageCollectWorker must be native JSON types, but :gc is a Symbol. 1059 22:20:57 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 1060 22:20:58 Job arguments to ProjectCacheWorker must be native JSON types, but :commit_count is a Symbol. 1062 22:20:58 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 1063 22:20:58 creates the project from project template 1064 22:20:58 # [RSpecRunTime] RSpec elapsed time: 5 minutes 33.53 seconds. Current RSS: ~1365M. Threads: 5. load average: 1.13 1.20 1.23 1/429 889 1066 22:20:58 when unlicensed 1067 22:21:00 does not create the project from project template 1068 22:21:00 # [RSpecRunTime] RSpec elapsed time: 5 minutes 35.39 seconds. Current RSS: ~1361M. Threads: 5. load average: 1.13 1.20 1.23 1/429 908 1071 22:21:01 updates Merge Request Approvers attributes 1072 22:21:02 updates Issuable Default Templates attributes 1073 22:21:03 updates cve_id_request_enabled 1074 22:21:03 when enabling duo features 1075 22:21:03 updates duo_features_enabled 1076 22:21:03 when duo features are locked by the ancestor 1077 22:21:04 does not update duo feature 1078 22:21:04 with more params passed 1079 22:21:05 does not update duo feature, but updates other attributes 1080 22:21:05 # [RSpecRunTime] RSpec elapsed time: 5 minutes 40.07 seconds. Current RSS: ~1350M. Threads: 5. load average: 1.12 1.20 1.23 1/429 909 1082 22:21:05 when merge_pipelines_enabled param is specified 1083 22:21:05 when feature is available through license 1084 22:21:06 updates the attribute 1085 22:21:06 when feature is available through usage ping features 1086 22:21:06 updates the attribute 1087 22:21:06 when usage ping is disabled on free license 1088 22:21:07 does not update the attribute 1089 22:21:07 when license is not sufficient 1090 22:21:07 does not update the attribute 1091 22:21:07 when only_allow_merge_if_all_status_checks_passed param is specified 1092 22:21:07 behaves like update only allow merge if all status checks passed 1093 22:21:07 when only_allow_merge_if_all_status_checks_passed param is specified 1094 22:21:08 updates the attribute 1095 22:21:08 when license is not sufficient 1096 22:21:09 does not update the attribute 1097 22:21:09 # [RSpecRunTime] RSpec elapsed time: 5 minutes 43.88 seconds. Current RSS: ~1327M. Threads: 5. load average: 1.11 1.20 1.23 1/427 910 1099 22:21:09 when merge_trains_enabled param is specified 1100 22:21:09 updates the attribute 1101 22:21:09 when license is not sufficient 1102 22:21:10 does not update the attribute 1103 22:21:10 # [RSpecRunTime] RSpec elapsed time: 5 minutes 45.15 seconds. Current RSS: ~1328M. Threads: 5. load average: 1.11 1.20 1.23 1/427 911 1105 22:21:10 when merge_trains_skip_train_allowed param is specified 1106 22:21:11 updates the attribute 1107 22:21:11 when license is not sufficient 1108 22:21:11 does not update the attribute 1109 22:21:11 # [RSpecRunTime] RSpec elapsed time: 5 minutes 46.46 seconds. Current RSS: ~1325M. Threads: 5. load average: 1.11 1.20 1.23 1/427 912 1111 22:21:11 when auto_rollback_enabled param is specified 1112 22:21:12 updates the attribute 1113 22:21:12 when license is not sufficient 1114 22:21:12 does not update the attribute 1115 22:21:12 # [RSpecRunTime] RSpec elapsed time: 5 minutes 47.71 seconds. Current RSS: ~1324M. Threads: 5. load average: 1.10 1.19 1.23 1/427 913 1117 22:21:12 repository mirrors 1118 22:21:12 when licensed 1119 22:21:13 updates repository mirror attributes 1120 22:21:14 ignores mirror_user_id 1121 22:21:14 # [RSpecRunTime] RSpec elapsed time: 5 minutes 49.5 seconds. Current RSS: ~1336M. Threads: 5. load average: 1.10 1.19 1.23 1/427 914 1123 22:21:14 when unlicensed 1124 22:21:16 does not update repository mirror attributes 1125 22:21:16 # [RSpecRunTime] RSpec elapsed time: 5 minutes 50.89 seconds. Current RSS: ~1342M. Threads: 5. load average: 1.10 1.19 1.23 1/427 915 1127 22:21:16 merge request approvers settings 1128 22:21:16 :disable_overriding_approvers_per_merge_request 1129 22:21:16 behaves like merge request approvers rules 1130 22:21:16 can_modify: true, param_value: true, final_value: true 1131 22:21:16 updates project if needed 1132 22:21:16 can_modify: true, param_value: false, final_value: false 1133 22:21:17 updates project if needed 1134 22:21:17 can_modify: false, param_value: true, final_value: nil 1135 22:21:18 updates project if needed 1136 22:21:18 can_modify: false, param_value: false, final_value: nil 1137 22:21:18 updates project if needed 1138 22:21:18 :merge_requests_author_approval 1139 22:21:18 behaves like merge request approvers rules 1140 22:21:18 can_modify: true, param_value: true, final_value: true 1141 22:21:19 updates project if needed 1142 22:21:19 can_modify: true, param_value: false, final_value: false 1143 22:21:19 updates project if needed 1144 22:21:19 can_modify: false, param_value: true, final_value: nil 1145 22:21:20 updates project if needed 1146 22:21:20 can_modify: false, param_value: false, final_value: nil 1147 22:21:20 updates project if needed 1148 22:21:20 :merge_requests_disable_committers_approval 1149 22:21:20 behaves like merge request approvers rules 1150 22:21:20 can_modify: true, param_value: true, final_value: true 1151 22:21:21 updates project if needed 1152 22:21:21 can_modify: true, param_value: false, final_value: false 1153 22:21:22 updates project if needed 1154 22:21:22 can_modify: false, param_value: true, final_value: nil 1155 22:21:22 updates project if needed 1156 22:21:22 can_modify: false, param_value: false, final_value: nil 1157 22:21:23 updates project if needed 1158 22:21:23 analytics dashboards pointer setting 1159 22:21:24 without correct license 1160 22:21:24 ignores input 1161 22:21:24 # [RSpecRunTime] RSpec elapsed time: 5 minutes 59.48 seconds. Current RSS: ~1337M. Threads: 5. load average: 1.08 1.19 1.23 1/427 916 1163 22:21:24 with correct license 1164 22:21:25 updates analytics dashboards configuration project 1165 22:21:25 when spp_repository_pipeline_access is specified 1166 22:21:26 does not update the setting 1167 22:21:26 with licensed feature 1168 22:21:26 sets spp_repository_pipeline_access 1169 22:21:26 # [RSpecRunTime] RSpec elapsed time: 6 minutes 1.59 seconds. Current RSS: ~1331M. Threads: 5. load average: 1.08 1.19 1.23 2/427 917 1171 22:21:26 #download_export 1172 22:21:26 when project export is enabled 1173 22:21:26 behaves like audit events with event type 1174 22:21:27 logs the audit event 1175 22:21:27 when user is admin 1176 22:21:27 behaves like audit events with event type 1177 22:21:27 logs the audit event 1178 22:21:27 when silent exports enabled 1179 22:21:28 does not log an audit event 1180 22:21:28 when project export is disabled 1181 22:21:28 does not log an audit event 1182 22:21:28 Archive & Unarchive actions 1183 22:21:28 POST #archive 1184 22:21:28 for a user with the ability to archive a project 1185 22:21:28 behaves like audit events with event type 1186 22:21:29 logs the audit event 1187 22:21:29 # [RSpecRunTime] RSpec elapsed time: 6 minutes 4.71 seconds. Current RSS: ~1327M. Threads: 5. load average: 1.08 1.18 1.23 1/427 918 1189 22:21:29 for a user that does not have the ability to archive a project 1190 22:21:30 does not log the audit event 1191 22:21:30 POST #unarchive 1192 22:21:30 for a user with the ability to unarchive a project 1193 22:21:30 behaves like audit events with event type 1194 22:21:32 logs the audit event 1195 22:21:32 # [RSpecRunTime] RSpec elapsed time: 6 minutes 7.18 seconds. Current RSS: ~1321M. Threads: 5. load average: 1.07 1.18 1.22 2/427 919 1197 22:21:32 for a user that does not have the ability to unarchive a project 1198 22:21:33 does not log the audit event 1199 22:21:33 # [RSpecRunTime] RSpec elapsed time: 6 minutes 8.49 seconds. Current RSS: ~1320M. Threads: 5. load average: 1.07 1.18 1.22 1/427 920 1201 22:21:33 DELETE #destroy 1202 22:21:33 feature is available 1203 22:21:34 does not mark project for deletion because of error 1204 22:21:34 behaves like marks project for deletion 1205 22:21:35 is expected to redirect to "/group169/project-52-deleted-56" 1206 22:21:36 # [RSpecRunTime] RSpec elapsed time: 6 minutes 10.81 seconds. Current RSS: ~1315M. Threads: 5. load average: 1.07 1.18 1.22 1/427 921 1208 22:21:36 when instance setting is set to 0 days 1209 22:21:36 deletes project right away 1210 22:21:37 # [RSpecRunTime] RSpec elapsed time: 6 minutes 11.82 seconds. Current RSS: ~1316M. Threads: 5. load average: 1.07 1.18 1.22 1/427 922 1212 22:21:37 when project is already marked for deletion 1213 22:21:37 when permanently_delete param is set 1214 22:21:37 deletes project right away 1215 22:21:37 when permanently_delete param is not set 1216 22:21:38 does nothing 1217 22:21:38 when feature is not available for the project 1218 22:21:38 behaves like marks free project for deletion 1219 22:21:39 is expected to redirect to "/dashboard/projects" 1220 22:21:39 # [RSpecRunTime] RSpec elapsed time: 6 minutes 14.58 seconds. Current RSS: ~1317M. Threads: 5. load average: 1.06 1.18 1.22 1/427 923 1222 22:21:39 for projects in user namespace 1223 22:21:39 behaves like deletes project right away 1224 22:21:40 is expected to redirect to "/dashboard/projects" 1225 22:21:40 feature is not available 1226 22:21:40 behaves like deletes project right away 1227 22:21:41 is expected to redirect to "/dashboard/projects" 1228 22:21:41 POST #restore 1229 22:21:42 restores project deletion 1230 22:21:43 does not restore project because of error 1231 22:21:43 # [RSpecRunTime] RSpec elapsed time: 6 minutes 17.94 seconds. Current RSS: ~1317M. Threads: 5. load average: 1.06 1.17 1.22 1/427 924 1233 22:21:43 # [RSpecRunTime] Finishing example group ee/spec/controllers/projects_controller_spec.rb. It took 1 minute 45.79 seconds. Expected to take 1 minute 55.68 seconds. 1234 22:21:43 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/geo/registries/update_spec.rb. Expected to take 1 minute 36.39 seconds. 1235 22:21:43 Mutations::Geo::Registries::Update 1236 22:21:43 registry_class: Geo::DesignManagementRepositoryRegistry (call 'Geo::DesignManagementRepositoryRegistry.connection' to establish a connection), registry_type: Types::Geo::DesignManagementRepositoryRegistryType, registry_factory: :geo_design_management_repository_registry 1237 22:21:43 is expected to require graphql authorizations :read_geo_registry 1238 22:21:43 when geo licensed feature is not available 1239 22:21:43 behaves like a mutation that returns a top-level access error 1240 22:21:44 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1241 22:21:44 # [RSpecRunTime] RSpec elapsed time: 6 minutes 19.31 seconds. Current RSS: ~1321M. Threads: 5. load average: 1.06 1.17 1.22 1/427 925 1243 22:21:44 when maintenance mode is enabled 1244 22:21:44 behaves like a registry update action 1245 22:21:44 when it is valid 1246 22:21:45 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "designManagementRepositoryId" 1247 22:21:45 when it is invalid 1248 22:21:45 is expected to be nil 1249 22:21:45 with resync action 1250 22:21:45 behaves like a registry update action 1251 22:21:45 when it is valid 1252 22:21:46 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "designManagementRepositoryId" 1253 22:21:46 when it is invalid 1254 22:21:47 is expected to be nil 1255 22:21:47 with reverify action 1256 22:21:47 behaves like a registry update action 1257 22:21:47 when it is valid 1258 22:21:47 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "designManagementRepositoryId" 1259 22:21:47 when it is invalid 1260 22:21:48 is expected to be nil 1261 22:21:48 registry_class: Geo::UploadRegistry (call 'Geo::UploadRegistry.connection' to establish a connection), registry_type: Types::Geo::UploadRegistryType, registry_factory: :geo_upload_registry 1262 22:21:48 is expected to require graphql authorizations :read_geo_registry 1263 22:21:48 when geo licensed feature is not available 1264 22:21:48 behaves like a mutation that returns a top-level access error 1265 22:21:49 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1266 22:21:49 when maintenance mode is enabled 1267 22:21:49 behaves like a registry update action 1268 22:21:49 when it is valid 1269 22:21:50 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "fileId" 1270 22:21:50 when it is invalid 1271 22:21:50 is expected to be nil 1272 22:21:50 with resync action 1273 22:21:50 behaves like a registry update action 1274 22:21:50 when it is valid 1275 22:21:51 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "fileId" 1276 22:21:51 when it is invalid 1277 22:21:52 is expected to be nil 1278 22:21:52 with reverify action 1279 22:21:52 behaves like a registry update action 1280 22:21:52 when it is valid 1281 22:21:53 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "fileId" 1282 22:21:53 when it is invalid 1283 22:21:53 is expected to be nil 1284 22:21:53 registry_class: Geo::TerraformStateVersionRegistry (call 'Geo::TerraformStateVersionRegistry.connection' to establish a connection), registry_type: Types::Geo::TerraformStateVersionRegistryType, registry_factory: :geo_terraform_state_version_registry 1285 22:21:53 is expected to require graphql authorizations :read_geo_registry 1286 22:21:53 when geo licensed feature is not available 1287 22:21:53 behaves like a mutation that returns a top-level access error 1288 22:21:55 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1289 22:21:55 # [RSpecRunTime] RSpec elapsed time: 6 minutes 30.12 seconds. Current RSS: ~1318M. Threads: 5. load average: 1.05 1.17 1.22 1/427 926 1291 22:21:55 when maintenance mode is enabled 1292 22:21:55 behaves like a registry update action 1293 22:21:55 when it is valid 1294 22:21:56 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "terraformStateVersionId" 1295 22:21:56 # [RSpecRunTime] RSpec elapsed time: 6 minutes 31.68 seconds. Current RSS: ~1317M. Threads: 5. load average: 1.05 1.17 1.22 1/427 927 1297 22:21:56 when it is invalid 1298 22:21:58 is expected to be nil 1299 22:21:58 # [RSpecRunTime] RSpec elapsed time: 6 minutes 33.17 seconds. Current RSS: ~1318M. Threads: 5. load average: 1.05 1.16 1.22 1/427 928 1301 22:21:58 with resync action 1302 22:21:58 behaves like a registry update action 1303 22:21:58 when it is valid 1304 22:21:59 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "terraformStateVersionId" 1305 22:21:59 # [RSpecRunTime] RSpec elapsed time: 6 minutes 34.69 seconds. Current RSS: ~1317M. Threads: 5. load average: 1.05 1.16 1.22 1/427 929 1307 22:21:59 when it is invalid 1308 22:22:01 is expected to be nil 1309 22:22:01 # [RSpecRunTime] RSpec elapsed time: 6 minutes 36.26 seconds. Current RSS: ~1316M. Threads: 5. load average: 1.05 1.16 1.22 1/427 930 1311 22:22:01 with reverify action 1312 22:22:01 behaves like a registry update action 1313 22:22:01 when it is valid 1314 22:22:03 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "terraformStateVersionId" 1315 22:22:03 # [RSpecRunTime] RSpec elapsed time: 6 minutes 37.83 seconds. Current RSS: ~1316M. Threads: 5. load average: 1.04 1.16 1.22 1/427 931 1317 22:22:03 when it is invalid 1318 22:22:04 is expected to be nil 1319 22:22:04 # [RSpecRunTime] RSpec elapsed time: 6 minutes 39.45 seconds. Current RSS: ~1316M. Threads: 5. load average: 1.04 1.16 1.22 1/427 932 1321 22:22:04 registry_class: Geo::PagesDeploymentRegistry (call 'Geo::PagesDeploymentRegistry.connection' to establish a connection), registry_type: Types::Geo::PagesDeploymentRegistryType, registry_factory: :geo_pages_deployment_registry 1322 22:22:04 is expected to require graphql authorizations :read_geo_registry 1323 22:22:04 when geo licensed feature is not available 1324 22:22:04 behaves like a mutation that returns a top-level access error 1325 22:22:05 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1326 22:22:05 when maintenance mode is enabled 1327 22:22:05 behaves like a registry update action 1328 22:22:05 when it is valid 1329 22:22:06 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "pagesDeploymentId" 1330 22:22:06 when it is invalid 1331 22:22:06 is expected to be nil 1332 22:22:06 with resync action 1333 22:22:06 behaves like a registry update action 1334 22:22:06 when it is valid 1335 22:22:08 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "pagesDeploymentId" 1336 22:22:08 # [RSpecRunTime] RSpec elapsed time: 6 minutes 43.45 seconds. Current RSS: ~1316M. Threads: 5. load average: 1.04 1.16 1.21 1/427 933 1338 22:22:08 when it is invalid 1339 22:22:09 is expected to be nil 1340 22:22:09 with reverify action 1341 22:22:09 behaves like a registry update action 1342 22:22:09 when it is valid 1343 22:22:10 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "pagesDeploymentId" 1344 22:22:10 when it is invalid 1345 22:22:10 is expected to be nil 1346 22:22:10 registry_class: Geo::MergeRequestDiffRegistry (call 'Geo::MergeRequestDiffRegistry.connection' to establish a connection), registry_type: Types::Geo::MergeRequestDiffRegistryType, registry_factory: :geo_merge_request_diff_registry 1347 22:22:10 is expected to require graphql authorizations :read_geo_registry 1348 22:22:10 when geo licensed feature is not available 1349 22:22:10 behaves like a mutation that returns a top-level access error 1350 22:22:12 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1351 22:22:12 # [RSpecRunTime] RSpec elapsed time: 6 minutes 47.09 seconds. Current RSS: ~1326M. Threads: 5. load average: 1.03 1.16 1.21 1/427 957 1353 22:22:12 when maintenance mode is enabled 1354 22:22:12 behaves like a registry update action 1355 22:22:12 when it is valid 1356 22:22:13 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "mergeRequestDiffId" 1357 22:22:13 # [RSpecRunTime] RSpec elapsed time: 6 minutes 48.33 seconds. Current RSS: ~1336M. Threads: 5. load average: 1.03 1.16 1.21 1/427 981 1359 22:22:13 when it is invalid 1360 22:22:14 is expected to be nil 1361 22:22:14 # [RSpecRunTime] RSpec elapsed time: 6 minutes 49.61 seconds. Current RSS: ~1346M. Threads: 5. load average: 1.03 1.16 1.21 1/427 1005 1363 22:22:14 with resync action 1364 22:22:14 behaves like a registry update action 1365 22:22:14 when it is valid 1366 22:22:16 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "mergeRequestDiffId" 1367 22:22:16 # [RSpecRunTime] RSpec elapsed time: 6 minutes 50.86 seconds. Current RSS: ~1346M. Threads: 5. load average: 1.03 1.16 1.21 1/427 1029 1369 22:22:16 when it is invalid 1370 22:22:17 is expected to be nil 1371 22:22:17 # [RSpecRunTime] RSpec elapsed time: 6 minutes 52.13 seconds. Current RSS: ~1348M. Threads: 5. load average: 1.11 1.17 1.22 1/427 1053 1373 22:22:17 with reverify action 1374 22:22:17 behaves like a registry update action 1375 22:22:17 when it is valid 1376 22:22:18 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "mergeRequestDiffId" 1377 22:22:18 # [RSpecRunTime] RSpec elapsed time: 6 minutes 53.45 seconds. Current RSS: ~1347M. Threads: 5. load average: 1.11 1.17 1.22 1/427 1077 1379 22:22:18 when it is invalid 1380 22:22:19 is expected to be nil 1381 22:22:19 # [RSpecRunTime] RSpec elapsed time: 6 minutes 54.7 seconds. Current RSS: ~1347M. Threads: 5. load average: 1.11 1.17 1.22 1/427 1101 1383 22:22:19 registry_class: Geo::DependencyProxyManifestRegistry (call 'Geo::DependencyProxyManifestRegistry.connection' to establish a connection), registry_type: Types::Geo::DependencyProxyManifestRegistryType, registry_factory: :geo_dependency_proxy_manifest_registry 1384 22:22:19 is expected to require graphql authorizations :read_geo_registry 1385 22:22:19 when geo licensed feature is not available 1386 22:22:20 behaves like a mutation that returns a top-level access error 1387 22:22:20 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1388 22:22:20 when maintenance mode is enabled 1389 22:22:20 behaves like a registry update action 1390 22:22:20 when it is valid 1391 22:22:20 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "dependencyProxyManifestId" 1392 22:22:20 when it is invalid 1393 22:22:21 is expected to be nil 1394 22:22:21 with resync action 1395 22:22:21 behaves like a registry update action 1396 22:22:21 when it is valid 1397 22:22:21 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "dependencyProxyManifestId" 1398 22:22:21 when it is invalid 1399 22:22:21 is expected to be nil 1400 22:22:21 with reverify action 1401 22:22:21 behaves like a registry update action 1402 22:22:21 when it is valid 1403 22:22:21 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "dependencyProxyManifestId" 1404 22:22:21 when it is invalid 1405 22:22:22 is expected to be nil 1406 22:22:22 registry_class: Geo::ProjectWikiRepositoryRegistry (call 'Geo::ProjectWikiRepositoryRegistry.connection' to establish a connection), registry_type: Types::Geo::ProjectWikiRepositoryRegistryType, registry_factory: :geo_project_wiki_repository_registry 1407 22:22:22 is expected to require graphql authorizations :read_geo_registry 1408 22:22:22 when geo licensed feature is not available 1409 22:22:22 behaves like a mutation that returns a top-level access error 1410 22:22:23 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1411 22:22:23 when maintenance mode is enabled 1412 22:22:23 behaves like a registry update action 1413 22:22:23 when it is valid 1414 22:22:23 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "projectWikiRepositoryId" 1415 22:22:23 when it is invalid 1416 22:22:24 is expected to be nil 1417 22:22:24 with resync action 1418 22:22:24 behaves like a registry update action 1419 22:22:24 when it is valid 1420 22:22:25 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "projectWikiRepositoryId" 1421 22:22:25 when it is invalid 1422 22:22:25 is expected to be nil 1423 22:22:25 with reverify action 1424 22:22:25 behaves like a registry update action 1425 22:22:25 when it is valid 1426 22:22:26 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "projectWikiRepositoryId" 1427 22:22:26 when it is invalid 1428 22:22:27 is expected to be nil 1429 22:22:27 registry_class: Geo::DependencyProxyBlobRegistry (call 'Geo::DependencyProxyBlobRegistry.connection' to establish a connection), registry_type: Types::Geo::DependencyProxyBlobRegistryType, registry_factory: :geo_dependency_proxy_blob_registry 1430 22:22:27 is expected to require graphql authorizations :read_geo_registry 1431 22:22:27 when geo licensed feature is not available 1432 22:22:27 behaves like a mutation that returns a top-level access error 1433 22:22:27 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1434 22:22:27 when maintenance mode is enabled 1435 22:22:27 behaves like a registry update action 1436 22:22:27 when it is valid 1437 22:22:28 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "dependencyProxyBlobId" 1438 22:22:28 when it is invalid 1439 22:22:28 is expected to be nil 1440 22:22:28 with resync action 1441 22:22:28 behaves like a registry update action 1442 22:22:28 when it is valid 1443 22:22:28 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "dependencyProxyBlobId" 1444 22:22:28 when it is invalid 1445 22:22:29 is expected to be nil 1446 22:22:29 with reverify action 1447 22:22:29 behaves like a registry update action 1448 22:22:29 when it is valid 1449 22:22:29 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "dependencyProxyBlobId" 1450 22:22:29 when it is invalid 1451 22:22:29 is expected to be nil 1452 22:22:29 registry_class: Geo::ContainerRepositoryRegistry (call 'Geo::ContainerRepositoryRegistry.connection' to establish a connection), registry_type: Types::Geo::ContainerRepositoryRegistryType, registry_factory: :geo_container_repository_registry 1453 22:22:29 is expected to require graphql authorizations :read_geo_registry 1454 22:22:29 when geo licensed feature is not available 1455 22:22:29 behaves like a mutation that returns a top-level access error 1456 22:22:30 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1457 22:22:30 when maintenance mode is enabled 1458 22:22:30 behaves like a registry update action 1459 22:22:30 when it is valid 1460 22:22:31 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "containerRepositoryId" 1461 22:22:31 when it is invalid 1462 22:22:31 is expected to be nil 1463 22:22:31 with resync action 1464 22:22:31 behaves like a registry update action 1465 22:22:31 when it is valid 1466 22:22:32 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "containerRepositoryId" 1467 22:22:32 when it is invalid 1468 22:22:33 is expected to be nil 1469 22:22:33 with reverify action 1470 22:22:33 behaves like a registry update action 1471 22:22:33 when it is valid 1472 22:22:33 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "containerRepositoryId" 1473 22:22:33 when it is invalid 1474 22:22:34 is expected to be nil 1475 22:22:34 registry_class: Geo::CiSecureFileRegistry (call 'Geo::CiSecureFileRegistry.connection' to establish a connection), registry_type: Types::Geo::CiSecureFileRegistryType, registry_factory: :geo_ci_secure_file_registry 1476 22:22:34 is expected to require graphql authorizations :read_geo_registry 1477 22:22:34 when geo licensed feature is not available 1478 22:22:34 behaves like a mutation that returns a top-level access error 1479 22:22:35 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1480 22:22:35 when maintenance mode is enabled 1481 22:22:35 behaves like a registry update action 1482 22:22:35 when it is valid 1483 22:22:36 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "ciSecureFileId" 1484 22:22:36 when it is invalid 1485 22:22:36 is expected to be nil 1486 22:22:36 with resync action 1487 22:22:36 behaves like a registry update action 1488 22:22:36 when it is valid 1489 22:22:37 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "ciSecureFileId" 1490 22:22:37 when it is invalid 1491 22:22:38 is expected to be nil 1492 22:22:38 with reverify action 1493 22:22:38 behaves like a registry update action 1494 22:22:38 when it is valid 1495 22:22:38 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "ciSecureFileId" 1496 22:22:38 when it is invalid 1497 22:22:39 is expected to be nil 1498 22:22:39 registry_class: Geo::PackageFileRegistry (call 'Geo::PackageFileRegistry.connection' to establish a connection), registry_type: Types::Geo::PackageFileRegistryType, registry_factory: :geo_package_file_registry 1499 22:22:39 is expected to require graphql authorizations :read_geo_registry 1500 22:22:39 when geo licensed feature is not available 1501 22:22:39 behaves like a mutation that returns a top-level access error 1502 22:22:40 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1503 22:22:40 when maintenance mode is enabled 1504 22:22:40 behaves like a registry update action 1505 22:22:40 when it is valid 1506 22:22:41 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "packageFileId" 1507 22:22:41 when it is invalid 1508 22:22:41 is expected to be nil 1509 22:22:41 with resync action 1510 22:22:41 behaves like a registry update action 1511 22:22:41 when it is valid 1512 22:22:42 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "packageFileId" 1513 22:22:42 when it is invalid 1514 22:22:43 is expected to be nil 1515 22:22:43 with reverify action 1516 22:22:43 behaves like a registry update action 1517 22:22:43 when it is valid 1518 22:22:43 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "packageFileId" 1519 22:22:43 when it is invalid 1520 22:22:44 is expected to be nil 1521 22:22:44 registry_class: Geo::PipelineArtifactRegistry (call 'Geo::PipelineArtifactRegistry.connection' to establish a connection), registry_type: Types::Geo::PipelineArtifactRegistryType, registry_factory: :geo_pipeline_artifact_registry 1522 22:22:44 is expected to require graphql authorizations :read_geo_registry 1523 22:22:44 when geo licensed feature is not available 1524 22:22:44 behaves like a mutation that returns a top-level access error 1525 22:22:45 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1526 22:22:45 when maintenance mode is enabled 1527 22:22:45 behaves like a registry update action 1528 22:22:45 when it is valid 1529 22:22:46 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "pipelineArtifactId" 1530 22:22:46 when it is invalid 1531 22:22:47 is expected to be nil 1532 22:22:47 with resync action 1533 22:22:47 behaves like a registry update action 1534 22:22:47 when it is valid 1535 22:22:47 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "pipelineArtifactId" 1536 22:22:47 when it is invalid 1537 22:22:48 is expected to be nil 1538 22:22:48 with reverify action 1539 22:22:48 behaves like a registry update action 1540 22:22:48 when it is valid 1541 22:22:49 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "pipelineArtifactId" 1542 22:22:49 when it is invalid 1543 22:22:50 is expected to be nil 1544 22:22:50 registry_class: Geo::GroupWikiRepositoryRegistry (call 'Geo::GroupWikiRepositoryRegistry.connection' to establish a connection), registry_type: Types::Geo::GroupWikiRepositoryRegistryType, registry_factory: :geo_group_wiki_repository_registry 1545 22:22:50 is expected to require graphql authorizations :read_geo_registry 1546 22:22:50 when geo licensed feature is not available 1547 22:22:50 behaves like a mutation that returns a top-level access error 1548 22:22:50 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1549 22:22:50 when maintenance mode is enabled 1550 22:22:50 behaves like a registry update action 1551 22:22:50 when it is valid 1552 22:22:51 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "groupWikiRepositoryId" 1553 22:22:51 when it is invalid 1554 22:22:51 is expected to be nil 1555 22:22:51 with resync action 1556 22:22:51 behaves like a registry update action 1557 22:22:51 when it is valid 1558 22:22:51 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "groupWikiRepositoryId" 1559 22:22:51 when it is invalid 1560 22:22:52 is expected to be nil 1561 22:22:52 with reverify action 1562 22:22:52 behaves like a registry update action 1563 22:22:52 when it is valid 1564 22:22:52 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "groupWikiRepositoryId" 1565 22:22:52 when it is invalid 1566 22:22:52 is expected to be nil 1567 22:22:52 registry_class: Geo::LfsObjectRegistry (call 'Geo::LfsObjectRegistry.connection' to establish a connection), registry_type: Types::Geo::LfsObjectRegistryType, registry_factory: :geo_lfs_object_registry 1568 22:22:52 is expected to require graphql authorizations :read_geo_registry 1569 22:22:52 when geo licensed feature is not available 1570 22:22:52 behaves like a mutation that returns a top-level access error 1571 22:22:53 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1572 22:22:53 when maintenance mode is enabled 1573 22:22:53 behaves like a registry update action 1574 22:22:53 when it is valid 1575 22:22:53 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "lfsObjectId" 1576 22:22:53 when it is invalid 1577 22:22:53 is expected to be nil 1578 22:22:53 with resync action 1579 22:22:53 behaves like a registry update action 1580 22:22:53 when it is valid 1581 22:22:53 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "lfsObjectId" 1582 22:22:53 when it is invalid 1583 22:22:53 is expected to be nil 1584 22:22:53 with reverify action 1585 22:22:53 behaves like a registry update action 1586 22:22:53 when it is valid 1587 22:22:54 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "lfsObjectId" 1588 22:22:54 when it is invalid 1589 22:22:54 is expected to be nil 1590 22:22:54 registry_class: Geo::SnippetRepositoryRegistry (call 'Geo::SnippetRepositoryRegistry.connection' to establish a connection), registry_type: Types::Geo::SnippetRepositoryRegistryType, registry_factory: :geo_snippet_repository_registry 1591 22:22:54 is expected to require graphql authorizations :read_geo_registry 1592 22:22:54 when geo licensed feature is not available 1593 22:22:54 behaves like a mutation that returns a top-level access error 1594 22:22:55 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1595 22:22:55 when maintenance mode is enabled 1596 22:22:55 behaves like a registry update action 1597 22:22:55 when it is valid 1598 22:22:55 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "snippetRepositoryId" 1599 22:22:55 when it is invalid 1600 22:22:56 is expected to be nil 1601 22:22:56 with resync action 1602 22:22:56 behaves like a registry update action 1603 22:22:56 when it is valid 1604 22:22:57 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "snippetRepositoryId" 1605 22:22:57 when it is invalid 1606 22:22:57 is expected to be nil 1607 22:22:57 with reverify action 1608 22:22:57 behaves like a registry update action 1609 22:22:57 when it is valid 1610 22:22:58 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "snippetRepositoryId" 1611 22:22:58 when it is invalid 1612 22:22:59 is expected to be nil 1613 22:22:59 registry_class: Geo::JobArtifactRegistry (call 'Geo::JobArtifactRegistry.connection' to establish a connection), registry_type: Types::Geo::JobArtifactRegistryType, registry_factory: :geo_job_artifact_registry 1614 22:22:59 is expected to require graphql authorizations :read_geo_registry 1615 22:22:59 when geo licensed feature is not available 1616 22:22:59 behaves like a mutation that returns a top-level access error 1617 22:23:00 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 1618 22:23:00 when maintenance mode is enabled 1619 22:23:00 behaves like a registry update action 1620 22:23:00 when it is valid 1621 22:23:01 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "artifactId" 1622 22:23:01 when it is invalid 1623 22:23:02 is expected to be nil 1624 22:23:02 with resync action 1625 22:23:02 behaves like a registry update action 1626 22:23:02 when it is valid 1627 22:23:02 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "artifactId" 1628 22:23:02 when it is invalid 1629 22:23:03 is expected to be nil 1630 22:23:03 with reverify action 1631 22:23:03 behaves like a registry update action 1632 22:23:03 when it is valid 1633 22:23:04 is expected to include "id", "state", "retryCount", "lastSyncFailure", "retryAt", "lastSyncedAt", "verifiedAt", "verificationRetryAt", "createdAt", and "artifactId" 1634 22:23:04 when it is invalid 1635 22:23:05 is expected to be nil 1636 22:23:05 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/geo/registries/update_spec.rb. It took 1 minute 22.23 seconds. Expected to take 1 minute 36.39 seconds. 1637 22:23:05 # [RSpecRunTime] Starting example group ee/spec/requests/api/namespaces_spec.rb. Expected to take 1 minute 7.3 seconds. 1638 22:23:05 API::Namespaces 1639 22:23:06 GET /namespaces 1640 22:23:06 when authenticated as admin 1641 22:23:06 returns correct attributes 1642 22:23:07 # [RSpecRunTime] RSpec elapsed time: 7 minutes 41.78 seconds. Current RSS: ~1319M. Threads: 5. load average: 1.20 1.18 1.22 1/427 1102 1644 22:23:07 when authenticated as a regular user 1645 22:23:07 returns correct attributes when user can admin group 1646 22:23:08 returns correct attributes when user cannot admin group 1647 22:23:08 # [RSpecRunTime] RSpec elapsed time: 7 minutes 43.1 seconds. Current RSS: ~1319M. Threads: 5. load average: 1.19 1.18 1.21 1/427 1103 1649 22:23:08 when passing the requested hosted plan 1650 22:23:08 without a requested plan 1651 22:23:09 counts guest members 1652 22:23:09 # [RSpecRunTime] RSpec elapsed time: 7 minutes 44.64 seconds. Current RSS: ~1321M. Threads: 5. load average: 1.19 1.18 1.21 1/427 1104 1654 22:23:09 when requesting an invalid plan 1655 22:23:11 counts guest members 1656 22:23:11 # [RSpecRunTime] RSpec elapsed time: 7 minutes 46.12 seconds. Current RSS: ~1321M. Threads: 5. load average: 1.19 1.18 1.21 1/427 1105 1658 22:23:11 when requesting bronze plan 1659 22:23:13 counts guest members 1660 22:23:13 # [RSpecRunTime] RSpec elapsed time: 7 minutes 48.58 seconds. Current RSS: ~1321M. Threads: 5. load average: 1.17 1.17 1.21 1/427 1106 1662 22:23:13 when requesting premium plan 1663 22:23:15 counts guest members 1664 22:23:15 # [RSpecRunTime] RSpec elapsed time: 7 minutes 50.11 seconds. Current RSS: ~1321M. Threads: 5. load average: 1.17 1.17 1.21 1/427 1107 1666 22:23:15 when requesting gold plan 1667 22:23:16 does not count guest members 1668 22:23:16 # [RSpecRunTime] RSpec elapsed time: 7 minutes 51.63 seconds. Current RSS: ~1320M. Threads: 5. load average: 1.17 1.17 1.21 1/427 1108 1670 22:23:16 with gitlab subscription 1671 22:23:17 includes max_seats_used 1672 22:23:18 includes max_seats_used_changed_at 1673 22:23:19 includes seats_in_use 1674 22:23:19 includes end_date 1675 22:23:19 avoids additional N+1 database queries 1676 22:23:21 is expected not to exceed all query limit #<ActiveRecord::QueryRecorder:0x00007ed0a7906b80 @data={"/spec/support/helpers/api_helpers.rb:35:api"...skip_cached=false, @skip_schema_queries=true, @query_recorder_debug=false, @log_file=nil, @count=61> 1677 22:23:21 # [RSpecRunTime] RSpec elapsed time: 7 minutes 56.53 seconds. Current RSS: ~1323M. Threads: 5. load average: 1.16 1.17 1.21 1/427 1109 1679 22:23:21 without gitlab subscription 1680 22:23:22 does not include max_seats_used 1681 22:23:22 does not include max_seats_used_changed_at 1682 22:23:22 does not include seats_in_use 1683 22:23:23 does not include end_date 1684 22:23:23 # [RSpecRunTime] RSpec elapsed time: 7 minutes 58.07 seconds. Current RSS: ~1325M. Threads: 5. load average: 1.14 1.17 1.21 1/427 1110 1686 22:23:23 PUT /namespaces/:id 1687 22:23:23 behaves like PUT request permissions for admin mode 1688 22:23:23 behaves like when admin 1689 22:23:23 behaves like makes request 1691 22:23:24 behaves like makes request 1693 22:23:24 behaves like when user 1695 22:23:24 behaves like makes request 1697 22:23:25 when authenticated as admin 1698 22:23:25 updates namespace using full_path when full_path contains dots 1699 22:23:26 updates namespace using id 1700 22:23:27 expires the compute minutes CachedQuota 1701 22:23:27 when current compute minutes notification level is set 1702 22:23:27 resets the current compute minutes notification level 1703 22:23:27 # [RSpecRunTime] RSpec elapsed time: 8 minutes 2.61 seconds. Current RSS: ~1319M. Threads: 5. load average: 1.13 1.16 1.21 1/428 1111 1705 22:23:27 when request has extra_shared_runners_minutes_limit param 1706 22:23:28 updates the extra shared runners minutes limit 1707 22:23:30 updates pending builds data since adding extra minutes the quota is not used up anymore 1708 22:23:30 behaves like handles monthly usage 1709 22:23:31 expires the compute minutes CachedQuota 1710 22:23:31 resets the current compute minutes notification level 1711 22:23:31 # [RSpecRunTime] RSpec elapsed time: 8 minutes 6.62 seconds. Current RSS: ~1316M. Threads: 5. load average: 1.13 1.16 1.21 1/428 1112 1713 22:23:31 when shared_runners_minutes_limit param is present 1714 22:23:31 behaves like handles monthly usage 1715 22:23:32 expires the compute minutes CachedQuota 1716 22:23:33 resets the current compute minutes notification level 1717 22:23:33 # [RSpecRunTime] RSpec elapsed time: 8 minutes 8.09 seconds. Current RSS: ~1318M. Threads: 5. load average: 1.12 1.16 1.21 1/428 1113 1719 22:23:33 when neither minutes limit params is provided 1720 22:23:33 does not expire the compute minutes CachedQuota 1721 22:23:33 when current compute minutes notification level is set 1722 22:23:34 does not reset the current compute minutes notification level 1723 22:23:34 # [RSpecRunTime] RSpec elapsed time: 8 minutes 9.34 seconds. Current RSS: ~1315M. Threads: 5. load average: 1.12 1.16 1.21 1/428 1114 1725 22:23:34 when not authenticated as admin 1727 22:23:35 when namespace not found 1729 22:23:35 when project namespace is passed 1731 22:23:35 when invalid params 1732 22:23:35 attr: :shared_runners_minutes_limit 1733 22:23:36 returns validation error for [] 1734 22:23:36 attr: :additional_purchased_storage_size 1735 22:23:36 returns validation error for [] 1736 22:23:36 attr: :additional_purchased_storage_ends_on 1737 22:23:37 returns validation error for [] 1738 22:23:37 when namespace has a value for last_ci_minutes_notification_at 1739 22:23:37 resets that value when assigning extra compute minutes 1740 22:23:37 when namespace has a value for last_ci_minutes_usage_notification_level 1741 22:23:38 resets that value when assigning extra compute minutes 1742 22:23:38 when customer purchases extra compute minutes 1743 22:23:39 ticks instance runners 1744 22:23:39 when passing attributes for gitlab_subscription 1745 22:23:39 creates the gitlab_subscription record 1746 22:23:40 updates the gitlab_subscription record 1747 22:23:40 when params are invalid 1748 22:23:40 returns a 400 error 1749 22:23:40 # [RSpecRunTime] RSpec elapsed time: 8 minutes 15.73 seconds. Current RSS: ~1314M. Threads: 5. load average: 1.11 1.16 1.20 1/428 1115 1751 22:23:40 GET :id/gitlab_subscription 1752 22:23:41 with a developer user 1753 22:23:42 returns an unauthorized error 1754 22:23:42 using a user namespace does not error 1755 22:23:42 behaves like authorized user using user namespace for billing 1756 22:23:43 has access to the object 1757 22:23:44 is successful using full_path when namespace path contains dots 1758 22:23:44 # [RSpecRunTime] RSpec elapsed time: 8 minutes 18.83 seconds. Current RSS: ~1320M. Threads: 5. load average: 1.10 1.16 1.20 1/428 1116 1760 22:23:44 with a maintainer 1761 22:23:44 returns an unauthorized error 1762 22:23:44 using a user namespace does not error 1763 22:23:44 behaves like authorized user using user namespace for billing 1764 22:23:45 has access to the object 1765 22:23:47 is successful using full_path when namespace path contains dots 1766 22:23:47 # [RSpecRunTime] RSpec elapsed time: 8 minutes 22.31 seconds. Current RSS: ~1329M. Threads: 5. load average: 1.09 1.15 1.20 1/428 1117 1768 22:23:47 with an auditor 1769 22:23:47 behaves like authorized user using group namespace for billing 1770 22:23:48 returns data in a proper format 1771 22:23:48 behaves like authorized user using user namespace for billing 1772 22:23:49 has access to the object 1773 22:23:49 is successful using full_path when namespace path contains dots 1774 22:23:50 # [RSpecRunTime] RSpec elapsed time: 8 minutes 24.79 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.09 1.15 1.20 1/428 1118 1776 22:23:50 using a user namespace 1777 22:23:50 behaves like authorized user using user namespace for billing 1778 22:23:50 has access to the object 1779 22:23:51 is successful using full_path when namespace path contains dots 1780 22:23:51 # [RSpecRunTime] RSpec elapsed time: 8 minutes 26.76 seconds. Current RSS: ~1336M. Threads: 5. load average: 1.09 1.15 1.20 1/428 1119 1782 22:23:51 with the owner of the Group 1783 22:23:51 behaves like authorized user using group namespace for billing 1784 22:23:52 returns data in a proper format 1785 22:23:52 behaves like authorized user using user namespace for billing 1786 22:23:53 has access to the object 1787 22:23:54 is successful using full_path when namespace path contains dots 1788 22:23:54 # [RSpecRunTime] RSpec elapsed time: 8 minutes 29.32 seconds. Current RSS: ~1341M. Threads: 5. load average: 1.09 1.15 1.20 1/428 1120 1790 22:23:54 using a user namespace 1791 22:23:54 behaves like authorized user using user namespace for billing 1792 22:23:55 has access to the object 1793 22:23:56 is successful using full_path when namespace path contains dots 1794 22:23:56 # [RSpecRunTime] RSpec elapsed time: 8 minutes 31.34 seconds. Current RSS: ~1343M. Threads: 5. load average: 1.09 1.15 1.20 1/429 1121 1796 22:23:56 for groups inherits exclude_guests 1797 22:23:57 returns true for Ultimate-like plans 1798 22:23:57 # [RSpecRunTime] RSpec elapsed time: 8 minutes 32.43 seconds. Current RSS: ~1343M. Threads: 5. load average: 1.08 1.15 1.20 1/429 1122 1800 22:23:57 when namespace is a project namespace 1801 22:23:58 returns a 404 error 1802 22:23:58 POST :id/storage/limit_exclusion 1803 22:23:58 when on GitLab.com 1804 22:23:58 when authenticated as an admin 1805 22:23:58 when params are valid 1806 22:23:59 creates the exclusion for the Namespace 1807 22:23:59 when an exclusion already exists 1808 22:23:59 returns a 400 error 1809 22:23:59 when namespace is not found 1810 22:23:59 returns a 404 error 1811 22:23:59 when namespace is not the root ancestor 1812 22:23:59 returns a 400 error 1813 22:23:59 when params are invalid 1814 22:24:00 returns a 400 error 1815 22:24:00 when unauthenticated 1816 22:24:00 returns a 401 error 1817 22:24:00 when authenticated as a regular user 1818 22:24:00 returns an unauthorized error 1819 22:24:00 when not on GitLab.com 1820 22:24:00 returns 403 error 1821 22:24:00 DELETE :id/storage/limit_exclusion 1822 22:24:00 when on GitLab.com 1823 22:24:00 when authenticated as an admin 1824 22:24:00 when an exclusion exists 1825 22:24:00 when the deletion is successful 1826 22:24:01 returns success 1827 22:24:01 when there is an error deleting 1828 22:24:01 returns an error 1829 22:24:01 when namespace is not found 1830 22:24:01 returns a 404 error 1831 22:24:01 when namespace is not the root ancestor 1832 22:24:02 returns a 400 error 1833 22:24:02 when no exclusion exists 1834 22:24:02 returns a 400 error 1835 22:24:02 when authenticated as a regular user 1836 22:24:02 returns an unauthorized error 1837 22:24:02 when unauthenticated 1838 22:24:02 returns a 401 error 1839 22:24:02 when not on GitLab.com 1840 22:24:02 returns 403 error 1841 22:24:02 GET /storage/limit_exclusions 1842 22:24:02 when on GitLab.com 1843 22:24:02 when authenticated as an admin 1844 22:24:04 returns all limit exclusions 1845 22:24:04 # [RSpecRunTime] RSpec elapsed time: 8 minutes 39.03 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.07 1.14 1.20 1/428 1123 1847 22:24:04 when authenticated as a regular user 1848 22:24:04 returns a 403 error 1849 22:24:04 when unauthenticated 1850 22:24:04 returns a 401 error 1851 22:24:04 when not on GitLab.com 1852 22:24:04 returns 403 error 1853 22:24:04 # [RSpecRunTime] Finishing example group ee/spec/requests/api/namespaces_spec.rb. It took 59.47 seconds. Expected to take 1 minute 7.3 seconds. 1854 22:24:04 # [RSpecRunTime] Starting example group ee/spec/requests/groups/group_members_controller_spec.rb. Expected to take 1 minute 2.78 seconds. 1855 22:24:04 Groups::GroupMembersController 1856 22:24:04 GET /groups/*group_id/-/group_members 1857 22:24:06 avoids N+1 grabbing oncall_schedules and escalation_policies 1858 22:24:06 with banned members 1859 22:24:08 pushes feature flag to frontend 1860 22:24:09 sets @banned to include banned group members 1861 22:24:11 sets @members not to include banned group members 1862 22:24:11 when licensed feature is not available 1863 22:24:11 behaves like assigns @banned and @members correctly 1864 22:24:12 does not assign @banned 1865 22:24:14 sets @members to include banned group members 1866 22:24:14 # [RSpecRunTime] RSpec elapsed time: 8 minutes 49.3 seconds. Current RSS: ~1326M. Threads: 5. load average: 1.21 1.17 1.21 1/428 1125 1868 22:24:14 when feature flag is disabled 1869 22:24:14 behaves like assigns @banned and @members correctly 1870 22:24:17 does not assign @banned 1871 22:24:18 sets @members to include banned group members 1872 22:24:18 # [RSpecRunTime] RSpec elapsed time: 8 minutes 53.54 seconds. Current RSS: ~1324M. Threads: 5. load average: 1.19 1.17 1.20 1/428 1126 1874 22:24:18 when sub-group 1875 22:24:18 behaves like assigns @banned and @members correctly 1876 22:24:20 does not assign @banned 1877 22:24:22 sets @members to include banned group members 1878 22:24:22 # [RSpecRunTime] RSpec elapsed time: 8 minutes 57.42 seconds. Current RSS: ~1329M. Threads: 5. load average: 1.18 1.17 1.20 1/428 1127 1880 22:24:22 with member pending promotions 1881 22:24:22 with member_promotion management feature enabled 1882 22:24:22 when user can admin group 1883 22:24:25 assigns @pending_promotion_members_count with the correct pending members 1884 22:24:25 # [RSpecRunTime] RSpec elapsed time: 9 minutes 0.28 second. Current RSS: ~1330M. Threads: 5. load average: 1.18 1.17 1.20 1/429 1128 1886 22:24:25 when user cannot admin group 1887 22:24:28 does not assigns @pending_promotion_members_count 1888 22:24:28 # [RSpecRunTime] RSpec elapsed time: 9 minutes 2.95 seconds. Current RSS: ~1332M. Threads: 5. load average: 1.16 1.16 1.20 1/429 1129 1890 22:24:28 with member_promotion management feature disabled 1891 22:24:28 behaves like empty response 1892 22:24:30 assigns @pending_promotion_members_count to be 0 1893 22:24:30 # [RSpecRunTime] RSpec elapsed time: 9 minutes 5.58 seconds. Current RSS: ~1333M. Threads: 5. load average: 1.16 1.16 1.20 1/428 1130 1895 22:24:30 with member_promotion management feature setting disabled 1896 22:24:30 behaves like empty response 1897 22:24:33 assigns @pending_promotion_members_count to be 0 1898 22:24:33 # [RSpecRunTime] RSpec elapsed time: 9 minutes 8.2 seconds. Current RSS: ~1330M. Threads: 5. load average: 1.15 1.16 1.20 1/428 1131 1900 22:24:33 when license is not Ultimate 1901 22:24:33 behaves like empty response 1902 22:24:35 assigns @pending_promotion_members_count to be 0 1903 22:24:35 # [RSpecRunTime] RSpec elapsed time: 9 minutes 10.75 seconds. Current RSS: ~1329M. Threads: 5. load average: 1.15 1.16 1.20 1/428 1132 1905 22:24:35 PUT /groups/*group_id/-/group_members/:id/ban 1906 22:24:35 when current user is an owner 1907 22:24:37 bans the user 1908 22:24:38 redirects back to group members page 1909 22:24:38 when ban fails 1910 22:24:39 redirects back to group members page with the error message as alert 1911 22:24:39 # [RSpecRunTime] RSpec elapsed time: 9 minutes 13.85 seconds. Current RSS: ~1324M. Threads: 5. load average: 1.14 1.16 1.20 1/426 1133 1913 22:24:39 when current user is not an owner 1915 22:24:40 # [RSpecRunTime] RSpec elapsed time: 9 minutes 15.13 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.14 1.16 1.20 1/426 1134 1917 22:24:40 when current user is not an owner but can admin_group_member 1919 22:24:41 # [RSpecRunTime] RSpec elapsed time: 9 minutes 16.36 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.14 1.16 1.20 1/426 1135 1921 22:24:41 PUT /groups/*group_id/-/group_members/:id/unban 1922 22:24:41 when current user is an owner 1923 22:24:41 behaves like unbans the user 1924 22:24:42 unbans the user 1925 22:24:43 redirects back to banned group members page 1926 22:24:43 # [RSpecRunTime] RSpec elapsed time: 9 minutes 18.56 seconds. Current RSS: ~1321M. Threads: 5. load average: 1.13 1.15 1.20 1/426 1136 1928 22:24:43 when unbanning a subgroup member 1929 22:24:43 behaves like unbans the user 1930 22:24:45 unbans the user 1931 22:24:47 redirects back to banned group members page 1932 22:24:47 # [RSpecRunTime] RSpec elapsed time: 9 minutes 22.05 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.12 1.15 1.20 1/426 1137 1934 22:24:47 when member is not banned 1936 22:24:48 # [RSpecRunTime] RSpec elapsed time: 9 minutes 23.16 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.12 1.15 1.20 1/426 1138 1938 22:24:48 when unban fails 1939 22:24:49 redirects back to banned group members page with the error message as alert 1940 22:24:49 # [RSpecRunTime] RSpec elapsed time: 9 minutes 24.3 seconds. Current RSS: ~1320M. Threads: 5. load average: 1.12 1.15 1.20 1/426 1139 1942 22:24:49 when user is not an owner 1944 22:24:50 # [RSpecRunTime] RSpec elapsed time: 9 minutes 25.46 seconds. Current RSS: ~1320M. Threads: 5. load average: 1.12 1.15 1.20 1/426 1140 1946 22:24:50 PUT /groups/*group_id/-/group_members/:id 1947 22:24:50 when group has email domain feature enabled 1948 22:24:50 for a user with an email belonging to the allowed domain 1949 22:24:51 returns error status 1950 22:24:51 # [RSpecRunTime] RSpec elapsed time: 9 minutes 26.58 seconds. Current RSS: ~1320M. Threads: 5. load average: 1.12 1.15 1.20 1/426 1141 1952 22:24:51 for a user with an un-verified email belonging to a domain different from the allowed domain 1953 22:24:52 returns error status 1954 22:24:53 returns error message 1955 22:24:53 # [RSpecRunTime] RSpec elapsed time: 9 minutes 28.45 seconds. Current RSS: ~1320M. Threads: 5. load average: 1.11 1.15 1.19 1/427 1142 1957 22:24:53 with block seat overages enabled 1958 22:24:54 rejects promoting a member if there is no billable seat available 1959 22:24:55 promotes a member if there is a billable seat available 1960 22:24:56 # [RSpecRunTime] RSpec elapsed time: 9 minutes 30.79 seconds. Current RSS: ~1319M. Threads: 5. load average: 1.11 1.15 1.19 1/427 1143 1962 22:24:56 GET /groups/*group_id/-/group_members/export_csv 1963 22:24:56 redirects back to members list 1964 22:24:56 when LDAP sync is enabled 1965 22:24:57 redirects back to members list 1966 22:24:57 # [RSpecRunTime] RSpec elapsed time: 9 minutes 32.04 seconds. Current RSS: ~1320M. Threads: 5. load average: 1.10 1.15 1.19 1/427 1144 1968 22:24:57 # [RSpecRunTime] Finishing example group ee/spec/requests/groups/group_members_controller_spec.rb. It took 52.39 seconds. Expected to take 1 minute 2.78 seconds. 1969 22:24:57 # [RSpecRunTime] Starting example group ee/spec/controllers/projects/subscriptions_controller_spec.rb. Expected to take 54.96 seconds. 1970 22:24:57 Projects::SubscriptionsController 1972 22:24:57 when user is authorized 1973 22:24:57 when feature is available 1974 22:24:57 when user is developer in upstream project 1975 22:24:57 when project is public 1976 22:24:57 when subscription count is below the limit 1977 22:24:59 creates a new subscription 1978 22:25:01 sets the flash 1979 22:25:03 redirects to ci_cd settings 1980 22:25:03 # [RSpecRunTime] RSpec elapsed time: 9 minutes 37.94 seconds. Current RSS: ~1323M. Threads: 5. load average: 1.09 1.14 1.19 1/427 1145 1982 22:25:03 when subscription count is above the limit 1983 22:25:06 does not create a new subscription 1984 22:25:09 sets the flash 1985 22:25:12 redirects to ci_cd settings 1986 22:25:12 # [RSpecRunTime] RSpec elapsed time: 9 minutes 47.7 seconds. Current RSS: ~1320M. Threads: 5. load average: 1.08 1.14 1.19 1/426 1146 1988 22:25:12 when project is not public 1989 22:25:15 does not create a new subscription 1990 22:25:16 sets the flash 1991 22:25:19 redirects to ci_cd settings 1992 22:25:19 # [RSpecRunTime] RSpec elapsed time: 9 minutes 54.63 seconds. Current RSS: ~1321M. Threads: 5. load average: 0.99 1.12 1.18 1/426 1147 1994 22:25:19 when user is not developer in upstream project 1995 22:25:21 does not create a new subscription 1996 22:25:23 sets the flash 1997 22:25:24 redirects to ci_cd settings 1998 22:25:25 # [RSpecRunTime] RSpec elapsed time: 9 minutes 59.81 seconds. Current RSS: ~1321M. Threads: 5. load average: 0.99 1.12 1.18 1/426 1148 2000 22:25:25 when feature is not available 2001 22:25:26 does not create a new subscription 2002 22:25:28 renders a not found response 2003 22:25:28 # [RSpecRunTime] RSpec elapsed time: 10 minutes 3.32 seconds. Current RSS: ~1320M. Threads: 5. load average: 0.99 1.12 1.18 1/426 1149 2005 22:25:28 when user is not authorized 2006 22:25:30 does not create a new subscription 2007 22:25:31 renders a not found response 2008 22:25:31 # [RSpecRunTime] RSpec elapsed time: 10 minutes 6.58 seconds. Current RSS: ~1320M. Threads: 5. load average: 0.99 1.12 1.18 1/426 1150 2010 22:25:31 DELETE destroy 2011 22:25:31 when user is authorized 2012 22:25:31 when feature is available 2013 22:25:33 destroys the subscription 2014 22:25:35 sets the flash 2015 22:25:37 redirects to ci_cd settings 2016 22:25:37 # [RSpecRunTime] RSpec elapsed time: 10 minutes 11.93 seconds. Current RSS: ~1320M. Threads: 5. load average: 0.99 1.11 1.18 1/426 1151 2018 22:25:37 when feature is not available 2019 22:25:38 does not destroy the subscription 2020 22:25:40 renders a not found reseponse 2021 22:25:40 # [RSpecRunTime] RSpec elapsed time: 10 minutes 15.5 seconds. Current RSS: ~1321M. Threads: 5. load average: 0.99 1.11 1.18 1/426 1152 2023 22:25:40 when user is not authorized 2024 22:25:42 does not destroy the subscription 2025 22:25:44 renders a not found response 2026 22:25:44 # [RSpecRunTime] RSpec elapsed time: 10 minutes 18.87 seconds. Current RSS: ~1320M. Threads: 5. load average: 0.99 1.11 1.18 1/426 1153 2028 22:25:44 # [RSpecRunTime] Finishing example group ee/spec/controllers/projects/subscriptions_controller_spec.rb. It took 46.84 seconds. Expected to take 54.96 seconds. 2029 22:25:44 # [RSpecRunTime] Starting example group ee/spec/controllers/groups/epic_issues_controller_spec.rb. Expected to take 44.99 seconds. 2030 22:25:44 Groups::EpicIssuesController 2032 22:25:44 behaves like unlicensed epics action 2033 22:25:46 returns 403 status 2034 22:25:46 # [RSpecRunTime] RSpec elapsed time: 10 minutes 20.84 seconds. Current RSS: ~1321M. Threads: 5. load average: 0.99 1.11 1.18 1/427 1154 2036 22:25:46 when epics feature is enabled 2037 22:25:46 when user has access to epic 2038 22:25:47 returns status 200 2039 22:25:49 returns the correct json 2040 22:25:49 # [RSpecRunTime] RSpec elapsed time: 10 minutes 23.98 seconds. Current RSS: ~1323M. Threads: 5. load average: 0.99 1.11 1.18 1/427 1155 2042 22:25:49 when user does not have access to epic 2043 22:25:51 returns 404 status 2044 22:25:51 # [RSpecRunTime] RSpec elapsed time: 10 minutes 26.24 seconds. Current RSS: ~1321M. Threads: 5. load average: 0.99 1.11 1.18 1/427 1156 2046 22:25:51 POST #create 2047 22:25:51 behaves like unlicensed epics action 2048 22:25:52 returns 403 status 2049 22:25:52 # [RSpecRunTime] RSpec elapsed time: 10 minutes 27.62 seconds. Current RSS: ~1321M. Threads: 5. load average: 1.00 1.11 1.17 1/427 1157 2051 22:25:52 when epics feature is enabled 2052 22:25:52 when user has permissions to create requested association 2053 22:25:54 Job arguments to Epics::NewEpicIssueWorker must be native JSON types, but :user_id is a Symbol. 2055 22:25:54 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 2056 22:25:55 returns correct response for the correct issue reference 2057 22:25:56 Job arguments to Epics::NewEpicIssueWorker must be native JSON types, but :user_id is a Symbol. 2059 22:25:56 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 2060 22:25:56 creates a new EpicIssue record 2061 22:25:56 # [RSpecRunTime] RSpec elapsed time: 10 minutes 31.7 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.00 1.11 1.17 1/427 1158 2063 22:25:56 when user does not have permissions to create requested association 2064 22:25:58 returns correct response for the correct issue reference 2065 22:25:59 does not create a new EpicIssue record 2066 22:25:59 # [RSpecRunTime] RSpec elapsed time: 10 minutes 34.04 seconds. Current RSS: ~1321M. Threads: 5. load average: 1.00 1.10 1.17 1/427 1159 2069 22:25:59 behaves like unlicensed epics action 2070 22:26:00 returns 403 status 2071 22:26:00 # [RSpecRunTime] RSpec elapsed time: 10 minutes 35.58 seconds. Current RSS: ~1321M. Threads: 5. load average: 1.00 1.10 1.17 1/427 1160 2073 22:26:00 when epics feature is enabled 2074 22:26:00 when user has permissions to admin the epic 2075 22:26:02 returns status 200 2076 22:26:04 updates the issue position value 2077 22:26:04 # [RSpecRunTime] RSpec elapsed time: 10 minutes 39.03 seconds. Current RSS: ~1323M. Threads: 5. load average: 1.00 1.10 1.17 1/427 1161 2079 22:26:04 when user does not have permissions to admin the epic 2080 22:26:05 returns status 403 2081 22:26:05 # [RSpecRunTime] RSpec elapsed time: 10 minutes 40.36 seconds. Current RSS: ~1323M. Threads: 5. load average: 1.00 1.10 1.17 1/427 1162 2083 22:26:05 when the epic from the association does not equal epic from the path 2084 22:26:07 returns status 404 2085 22:26:07 # [RSpecRunTime] RSpec elapsed time: 10 minutes 42.07 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.00 1.10 1.17 1/427 1163 2087 22:26:07 when the epic_issue record does not exists 2088 22:26:08 returns status 404 2089 22:26:08 # [RSpecRunTime] RSpec elapsed time: 10 minutes 43.72 seconds. Current RSS: ~1323M. Threads: 5. load average: 1.00 1.10 1.17 1/427 1164 2091 22:26:08 DELETE #destroy 2092 22:26:08 behaves like unlicensed epics action 2093 22:26:10 returns 403 status 2094 22:26:10 # [RSpecRunTime] RSpec elapsed time: 10 minutes 45.24 seconds. Current RSS: ~1323M. Threads: 5. load average: 1.00 1.10 1.17 1/427 1165 2096 22:26:10 when epics feature is enabled 2097 22:26:10 when user has permissions to delete the link 2098 22:26:12 returns status 200 2099 22:26:14 destroys the link 2100 22:26:14 # [RSpecRunTime] RSpec elapsed time: 10 minutes 48.93 seconds. Current RSS: ~1324M. Threads: 5. load average: 1.16 1.13 1.18 1/427 1166 2102 22:26:14 when user does not have permissions to delete the link 2103 22:26:15 returns status 403 2104 22:26:17 does not destroy the link 2105 22:26:17 # [RSpecRunTime] RSpec elapsed time: 10 minutes 52.32 seconds. Current RSS: ~1323M. Threads: 5. load average: 1.14 1.13 1.18 1/427 1167 2107 22:26:17 when the epic from the association does not equal epic from the path 2108 22:26:19 returns status 404 2109 22:26:20 does not destroy the link 2110 22:26:20 # [RSpecRunTime] RSpec elapsed time: 10 minutes 55.52 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.14 1.13 1.18 1/427 1168 2112 22:26:20 when the epic_issue record does not exists 2113 22:26:22 returns status 404 2114 22:26:22 # [RSpecRunTime] RSpec elapsed time: 10 minutes 56.97 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.14 1.13 1.18 1/427 1169 2116 22:26:22 # [RSpecRunTime] Finishing example group ee/spec/controllers/groups/epic_issues_controller_spec.rb. It took 38.09 seconds. Expected to take 44.99 seconds. 2117 22:26:22 # [RSpecRunTime] Starting example group ee/spec/requests/users/registrations_identity_verification_controller_spec.rb. Expected to take 38.96 seconds. 2118 22:26:22 Users::RegistrationsIdentityVerificationController 2119 22:26:22 POST verify_arkose_labs_session 2120 22:26:22 behaves like it requires a signed-in user 2121 22:26:22 with a signed-in IdentityVerificationUser 2122 22:26:22 sets the user instance variable and returns the expected response 2123 22:26:22 behaves like it handles absence of a signed-in IdentityVerificationUser 2124 22:26:22 handles sticking 2125 22:26:22 redirects to root_path 2126 22:26:22 behaves like it requires a signed-in verified user 2127 22:26:22 when the user was created after the release day 2128 22:26:23 sets the user instance variable 2129 22:26:23 does not redirect to root path 2130 22:26:23 behaves like it requires an unconfirmed user 2131 22:26:23 when session contains a `verification_user_id` from a confirmed user 2132 22:26:23 handles the request as expected 2133 22:26:23 when session contains a `verification_user_id` from an unconfirmed user 2134 22:26:23 is expected to respond with numeric status code redirect 2135 22:26:23 token verification 2136 22:26:23 when it fails 2137 22:26:23 renders arkose_labs_challenge with the correct alert flash 2138 22:26:23 with tracking 2139 22:26:23 behaves like internal event tracking 2140 22:26:23 logs to Snowplow, Redis, and product analytics tooling 2141 22:26:23 when Arkose is down 2142 22:26:24 marks the user as Arkose-verified 2143 22:26:24 when it succeeds 2144 22:26:24 redirects to show action 2145 22:26:24 behaves like logs challenge solved event 2146 22:26:24 challenge_shown: false, challenge_type: "transparent" 2147 22:26:24 logs the event 2148 22:26:24 challenge_shown: true, challenge_type: "interactive" 2149 22:26:24 logs the event 2150 22:26:24 phone verification service daily transaction limit check 2153 22:26:24 renders template show with layout minimal 2154 22:26:24 behaves like it requires a signed-in user 2155 22:26:24 with a signed-in IdentityVerificationUser 2156 22:26:24 sets the user instance variable and returns the expected response 2157 22:26:24 behaves like it handles absence of a signed-in IdentityVerificationUser 2158 22:26:24 handles sticking 2159 22:26:24 redirects to root_path 2160 22:26:24 behaves like it requires a signed-in verified user 2161 22:26:25 when the user was created after the release day 2162 22:26:25 sets the user instance variable 2163 22:26:25 does not redirect to root path 2164 22:26:25 behaves like it requires an unconfirmed user 2165 22:26:25 when session contains a `verification_user_id` from a confirmed user 2166 22:26:25 handles the request as expected 2167 22:26:25 when session contains a `verification_user_id` from an unconfirmed user 2168 22:26:25 is expected to respond with numeric status code ok 2169 22:26:25 behaves like it requires oauth users to go through ArkoseLabs challenge 2170 22:26:25 is expected to redirect to "/users/identity_verification/arkose_labs_challenge" 2171 22:26:25 when user has an arkose_risk_band 2172 22:26:26 is expected not to redirect to "/users/identity_verification/arkose_labs_challenge" 2173 22:26:26 when arkose is disabled 2174 22:26:26 is expected not to redirect to "/users/identity_verification/arkose_labs_challenge" 2175 22:26:26 with a banned user 2176 22:26:26 Job arguments to ElasticAssociationIndexerWorker must be native JSON types, but :issues is a Symbol. 2178 22:26:26 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 2179 22:26:26 redirects to the sign-in page with an error message 2180 22:26:26 Job arguments to ElasticAssociationIndexerWorker must be native JSON types, but :issues is a Symbol. 2182 22:26:26 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 2183 22:26:26 deletes the verification_user_id from the session 2184 22:26:26 POST verify_credit_card_captcha 2185 22:26:26 behaves like it ensures verification attempt is allowed 2186 22:26:26 when verification is allowed 2187 22:26:26 is expected to respond with numeric status code ok 2188 22:26:26 when verification is not allowed 2189 22:26:26 is expected to respond with numeric status code bad_request 2190 22:26:26 behaves like it verifies arkose token 2191 22:26:26 when verification fails 2192 22:26:27 returns a 400 with an error message 2193 22:26:27 when verification succeeds 2194 22:26:27 returns a 200 2195 22:26:27 behaves like logs challenge solved event 2196 22:26:27 challenge_shown: false, challenge_type: "transparent" 2197 22:26:27 logs the event 2198 22:26:27 challenge_shown: true, challenge_type: "interactive" 2199 22:26:27 logs the event 2200 22:26:27 when Arkose is down 2201 22:26:27 returns a 200 2202 22:26:27 PATCH toggle_phone_exemption 2203 22:26:27 behaves like it requires an unconfirmed user 2204 22:26:27 when session contains a `verification_user_id` from a confirmed user 2205 22:26:27 handles the request as expected 2206 22:26:27 when session contains a `verification_user_id` from an unconfirmed user 2207 22:26:27 is expected to respond with numeric status code ok 2208 22:26:27 behaves like it requires a signed-in user 2209 22:26:27 with a signed-in IdentityVerificationUser 2210 22:26:27 sets the user instance variable and returns the expected response 2211 22:26:27 behaves like it handles absence of a signed-in IdentityVerificationUser 2212 22:26:28 handles sticking 2213 22:26:28 redirects to root_path 2214 22:26:28 behaves like it requires a signed-in verified user 2215 22:26:28 when the user was created after the release day 2216 22:26:28 sets the user instance variable 2217 22:26:28 does not redirect to root path 2218 22:26:28 behaves like toggles phone number verification exemption for the user 2219 22:26:28 toggles phone exemption 2220 22:26:28 returns verification methods and state 2221 22:26:28 behaves like logs and tracks the event 2222 22:26:28 logs and tracks the event 2223 22:26:28 when phone exemption is not offered for the user 2224 22:26:29 returns an empty response with a bad request status 2225 22:26:29 behaves like logs and tracks the event 2226 22:26:29 logs and tracks the event 2228 22:26:29 for an invite 2229 22:26:29 when onboarding is not available 2230 22:26:30 renders the template with the after_sign_in_path_for variable 2231 22:26:30 when not yet verified 2232 22:26:30 redirects back to signup_identity_verification_path 2233 22:26:30 # [RSpecRunTime] RSpec elapsed time: 11 minutes 5.75 seconds. Current RSS: ~1319M. Threads: 5. load average: 1.12 1.12 1.18 1/427 1170 2235 22:26:30 when verified 2236 22:26:32 accepts pending invitations 2237 22:26:33 signs in the user 2238 22:26:35 deletes the verification_user_id from the session 2239 22:26:36 does not update onboarding_status 2240 22:26:36 # [RSpecRunTime] RSpec elapsed time: 11 minutes 11.03 seconds. Current RSS: ~1324M. Threads: 5. load average: 1.11 1.12 1.18 1/427 1171 2242 22:26:36 when onboarding is available 2243 22:26:37 updates the registration types 2244 22:26:38 sets the tracking_label to invite registration 2245 22:26:38 # [RSpecRunTime] RSpec elapsed time: 11 minutes 13.25 seconds. Current RSS: ~1323M. Threads: 5. load average: 1.10 1.12 1.18 1/427 1172 2247 22:26:38 for trial registration 2248 22:26:38 detects a trial 2249 22:26:38 GET verify_credit_card 2250 22:26:38 behaves like it verifies presence of credit_card_validation record for the user 2251 22:26:38 when request format is html 2253 22:26:38 when no credit_card_validation record exist for the user 2255 22:26:38 when a credit_card_validation record exists for the user 2256 22:26:39 returns HTTP status 200 and an empty json 2257 22:26:39 behaves like logs and tracks the event 2258 22:26:39 logs and tracks the event 2259 22:26:39 when the user's credit card has been used by a banned user 2260 22:26:39 Job arguments to ElasticAssociationIndexerWorker must be native JSON types, but :issues is a Symbol. 2262 22:26:39 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 2263 22:26:39 Job arguments to ElasticAssociationIndexerWorker must be native JSON types, but :issues is a Symbol. 2265 22:26:39 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 2266 22:26:39 bans the user 2267 22:26:39 Job arguments to ElasticAssociationIndexerWorker must be native JSON types, but :issues is a Symbol. 2269 22:26:39 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 2270 22:26:39 Job arguments to ElasticAssociationIndexerWorker must be native JSON types, but :issues is a Symbol. 2272 22:26:39 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 2273 22:26:39 returns HTTP status 400 and a message 2274 22:26:39 behaves like logs and tracks the event 2275 22:26:40 Job arguments to ElasticAssociationIndexerWorker must be native JSON types, but :issues is a Symbol. 2277 22:26:40 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 2278 22:26:40 Job arguments to ElasticAssociationIndexerWorker must be native JSON types, but :issues is a Symbol. 2280 22:26:40 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 2281 22:26:40 logs and tracks the event 2282 22:26:40 when rate limited 2283 22:26:40 returns HTTP status 400 and a message 2284 22:26:40 behaves like logs and tracks the event 2285 22:26:40 logs and tracks the event 2286 22:26:40 GET restricted 2287 22:26:40 returns the template with a redirect 2288 22:26:40 POST verify_phone_verification_code 2289 22:26:40 before action hooks 2290 22:26:40 behaves like it requires a signed-in user 2291 22:26:40 with a signed-in IdentityVerificationUser 2292 22:26:40 sets the user instance variable and returns the expected response 2293 22:26:40 behaves like it handles absence of a signed-in IdentityVerificationUser 2294 22:26:40 handles sticking 2295 22:26:41 redirects to root_path 2296 22:26:41 behaves like it requires a signed-in verified user 2297 22:26:41 when the user was created after the release day 2298 22:26:41 sets the user instance variable 2299 22:26:41 does not redirect to root path 2300 22:26:41 behaves like it requires an unconfirmed user 2301 22:26:41 when session contains a `verification_user_id` from a confirmed user 2302 22:26:41 handles the request as expected 2303 22:26:41 when session contains a `verification_user_id` from an unconfirmed user 2304 22:26:41 is expected to respond with numeric status code ok 2305 22:26:41 behaves like it requires oauth users to go through ArkoseLabs challenge 2306 22:26:41 is expected to redirect to "/users/identity_verification/arkose_labs_challenge" 2307 22:26:41 when user has an arkose_risk_band 2308 22:26:41 is expected not to redirect to "/users/identity_verification/arkose_labs_challenge" 2309 22:26:41 when arkose is disabled 2310 22:26:42 is expected not to redirect to "/users/identity_verification/arkose_labs_challenge" 2311 22:26:42 behaves like it ensures verification attempt is allowed 2312 22:26:42 when verification is allowed 2313 22:26:42 is expected to respond with numeric status code ok 2314 22:26:42 when verification is not allowed 2315 22:26:42 is expected to respond with numeric status code bad_request 2316 22:26:42 behaves like it successfully verifies a phone number verification code 2317 22:26:42 responds with status 200 OK 2318 22:26:42 behaves like logs and tracks the event 2319 22:26:42 logs and tracks the event 2320 22:26:42 behaves like it handles failed phone number code verification 2321 22:26:42 responds with error message 2322 22:26:42 behaves like logs and tracks the event 2323 22:26:42 logs and tracks the event 2324 22:26:42 when multiple codes are attempted 2325 22:26:42 passes no params to VerifyCodeService 2326 22:26:42 POST send_phone_verification_code 2327 22:26:43 is expected to have request urgency :low 2328 22:26:43 before action hooks 2329 22:26:43 behaves like it requires a signed-in user 2330 22:26:43 with a signed-in IdentityVerificationUser 2331 22:26:43 sets the user instance variable and returns the expected response 2332 22:26:43 behaves like it handles absence of a signed-in IdentityVerificationUser 2333 22:26:43 handles sticking 2334 22:26:43 redirects to root_path 2335 22:26:43 behaves like it requires a signed-in verified user 2336 22:26:43 when the user was created after the release day 2337 22:26:43 sets the user instance variable 2338 22:26:43 does not redirect to root path 2339 22:26:43 behaves like it requires an unconfirmed user 2340 22:26:43 when session contains a `verification_user_id` from a confirmed user 2341 22:26:43 handles the request as expected 2342 22:26:43 when session contains a `verification_user_id` from an unconfirmed user 2343 22:26:44 is expected to respond with numeric status code ok 2344 22:26:44 behaves like it requires oauth users to go through ArkoseLabs challenge 2345 22:26:44 is expected to redirect to "/users/identity_verification/arkose_labs_challenge" 2346 22:26:44 when user has an arkose_risk_band 2347 22:26:44 is expected not to redirect to "/users/identity_verification/arkose_labs_challenge" 2348 22:26:44 when arkose is disabled 2349 22:26:44 is expected not to redirect to "/users/identity_verification/arkose_labs_challenge" 2350 22:26:44 behaves like it ensures verification attempt is allowed 2351 22:26:44 when verification is allowed 2352 22:26:44 is expected to respond with numeric status code ok 2353 22:26:44 when verification is not allowed 2354 22:26:45 is expected to respond with numeric status code bad_request 2355 22:26:45 behaves like it verifies arkose token 2356 22:26:45 when verification fails 2357 22:26:45 returns a 400 with an error message 2358 22:26:45 when verification succeeds 2359 22:26:45 returns a 200 2360 22:26:45 behaves like logs challenge solved event 2361 22:26:45 challenge_shown: false, challenge_type: "transparent" 2362 22:26:45 logs the event 2363 22:26:45 challenge_shown: true, challenge_type: "interactive" 2364 22:26:45 logs the event 2365 22:26:45 when Arkose is down 2366 22:26:45 returns a 200 2367 22:26:45 behaves like it successfully sends phone number verification code 2368 22:26:45 responds with status 200 OK 2369 22:26:45 behaves like logs and tracks the event 2370 22:26:45 logs and tracks the event 2371 22:26:45 behaves like it handles failed phone number verification code send 2372 22:26:45 responds with error message 2373 22:26:45 behaves like logs and tracks the event 2374 22:26:45 logs and tracks the event 2375 22:26:45 when the error is related to a high risk user 2376 22:26:46 does not log an error 2377 22:26:46 GET arkose_labs_challenge 2378 22:26:46 renders arkose_labs_challenge template 2379 22:26:46 behaves like it requires a signed-in user 2380 22:26:46 with a signed-in IdentityVerificationUser 2381 22:26:46 sets the user instance variable and returns the expected response 2382 22:26:46 behaves like it handles absence of a signed-in IdentityVerificationUser 2383 22:26:46 handles sticking 2384 22:26:46 redirects to root_path 2385 22:26:46 behaves like it requires a signed-in verified user 2386 22:26:46 when the user was created after the release day 2387 22:26:46 sets the user instance variable 2388 22:26:46 does not redirect to root path 2389 22:26:46 behaves like it requires an unconfirmed user 2390 22:26:46 when session contains a `verification_user_id` from a confirmed user 2391 22:26:47 handles the request as expected 2392 22:26:47 when session contains a `verification_user_id` from an unconfirmed user 2393 22:26:47 is expected to respond with numeric status code ok 2394 22:26:47 POST verify_email_code 2395 22:26:47 behaves like it requires a signed-in user 2396 22:26:47 with a signed-in IdentityVerificationUser 2397 22:26:47 sets the user instance variable and returns the expected response 2398 22:26:47 behaves like it handles absence of a signed-in IdentityVerificationUser 2399 22:26:47 handles sticking 2400 22:26:47 redirects to root_path 2401 22:26:47 behaves like it requires a signed-in verified user 2402 22:26:47 when the user was created after the release day 2403 22:26:47 sets the user instance variable 2404 22:26:47 does not redirect to root path 2405 22:26:47 behaves like it requires an unconfirmed user 2406 22:26:47 when session contains a `verification_user_id` from a confirmed user 2407 22:26:47 handles the request as expected 2408 22:26:47 when session contains a `verification_user_id` from an unconfirmed user 2409 22:26:48 is expected to respond with numeric status code ok 2410 22:26:48 behaves like it requires oauth users to go through ArkoseLabs challenge 2411 22:26:48 is expected to redirect to "/users/identity_verification/arkose_labs_challenge" 2412 22:26:48 when user has an arkose_risk_band 2413 22:26:48 is expected not to redirect to "/users/identity_verification/arkose_labs_challenge" 2414 22:26:48 when arkose is disabled 2415 22:26:48 is expected not to redirect to "/users/identity_verification/arkose_labs_challenge" 2416 22:26:48 when validation was successful 2417 22:26:48 confirms the user 2418 22:26:49 renders the result as json 2419 22:26:49 behaves like logs and tracks the event 2420 22:26:49 logs and tracks the event 2421 22:26:49 when failing to validate 2422 22:26:49 renders the result as json 2423 22:26:49 behaves like logs and tracks the event 2424 22:26:49 logs and tracks the event 2425 22:26:49 GET verification_state 2426 22:26:49 behaves like it requires a signed-in user 2427 22:26:49 with a signed-in IdentityVerificationUser 2428 22:26:49 sets the user instance variable and returns the expected response 2429 22:26:49 behaves like it handles absence of a signed-in IdentityVerificationUser 2430 22:26:49 handles sticking 2431 22:26:49 redirects to root_path 2432 22:26:49 behaves like it requires a signed-in verified user 2433 22:26:49 when the user was created after the release day 2434 22:26:49 sets the user instance variable 2435 22:26:49 does not redirect to root path 2436 22:26:50 with an unverified user 2437 22:26:50 behaves like it sets poll interval header 2438 22:26:50 sets poll interval header 2439 22:26:50 methods_requiring_arkose_challenge 2440 22:26:50 required_methods: ["email"], methods_requiring_challenge: [] 2441 22:26:50 is expected to contain exactly 2442 22:26:50 required_methods: ["email", "phone"], methods_requiring_challenge: ["phone"] 2443 22:26:50 is expected to contain exactly "phone" 2444 22:26:50 required_methods: ["email", "phone", "credit_card"], methods_requiring_challenge: ["phone"] 2445 22:26:50 is expected to contain exactly "phone" 2446 22:26:50 required_methods: ["email", "credit_card", "phone"], methods_requiring_challenge: ["credit_card"] 2447 22:26:50 is expected to contain exactly "credit_card" 2448 22:26:50 required_methods: ["email", "credit_card"], methods_requiring_challenge: ["credit_card"] 2449 22:26:50 is expected to contain exactly "credit_card" 2450 22:26:50 required_methods: ["phone"], methods_requiring_challenge: ["phone"] 2451 22:26:50 is expected to contain exactly "phone" 2452 22:26:50 required_methods: ["phone", "credit_card"], methods_requiring_challenge: ["phone"] 2453 22:26:50 is expected to contain exactly "phone" 2454 22:26:50 required_methods: ["credit_card", "phone"], methods_requiring_challenge: ["credit_card"] 2455 22:26:50 is expected to contain exactly "credit_card" 2456 22:26:50 required_methods: ["credit_card"], methods_requiring_challenge: ["credit_card"] 2457 22:26:50 is expected to contain exactly "credit_card" 2458 22:26:50 POST resend_email_code 2459 22:26:50 behaves like it requires a signed-in user 2460 22:26:50 with a signed-in IdentityVerificationUser 2461 22:26:51 sets the user instance variable and returns the expected response 2462 22:26:51 behaves like it handles absence of a signed-in IdentityVerificationUser 2463 22:26:51 handles sticking 2464 22:26:51 redirects to root_path 2465 22:26:51 behaves like it requires a signed-in verified user 2466 22:26:51 when the user was created after the release day 2467 22:26:51 sets the user instance variable 2468 22:26:51 does not redirect to root path 2469 22:26:51 behaves like it requires an unconfirmed user 2470 22:26:51 when session contains a `verification_user_id` from a confirmed user 2471 22:26:51 handles the request as expected 2472 22:26:51 when session contains a `verification_user_id` from an unconfirmed user 2473 22:26:52 is expected to respond with numeric status code ok 2474 22:26:52 behaves like it requires oauth users to go through ArkoseLabs challenge 2475 22:26:52 is expected to redirect to "/users/identity_verification/arkose_labs_challenge" 2476 22:26:52 when user has an arkose_risk_band 2477 22:26:52 is expected not to redirect to "/users/identity_verification/arkose_labs_challenge" 2478 22:26:52 when arkose is disabled 2479 22:26:52 is expected not to redirect to "/users/identity_verification/arkose_labs_challenge" 2480 22:26:52 when rate limited 2481 22:26:53 renders the result as json 2482 22:26:53 when successful 2483 22:26:53 sets the confirmation_sent_at time 2484 22:26:53 sets the confirmation_token to the encrypted custom token 2485 22:26:53 sends the confirmation instructions email 2486 22:26:53 renders the result as json 2487 22:26:53 behaves like logs and tracks the event 2488 22:26:53 logs and tracks the event 2489 22:26:53 # [RSpecRunTime] Finishing example group ee/spec/requests/users/registrations_identity_verification_controller_spec.rb. It took 31.55 seconds. Expected to take 38.96 seconds. 2490 22:26:53 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/ci/runners_spec.rb. Expected to take 36.25 seconds. 2492 22:26:54 Query.runners 2493 22:26:54 with upgradeStatus argument 2494 22:26:54 returns nil upgradeStatus for all runners 2495 22:26:55 # [RSpecRunTime] RSpec elapsed time: 11 minutes 29.79 seconds. Current RSS: ~1322M. Threads: 5. load average: 1.01 1.10 1.17 1/427 1191 2497 22:26:55 when sorting by MOST_ACTIVE_DESC 2498 22:27:07 when runner_performance_insights feature is available 2499 22:27:07 behaves like sorted paginated query 2500 22:27:07 behaves like requires variables 2501 22:27:07 shared example requires variables to be set 2502 22:27:07 # [RSpecRunTime] RSpec elapsed time: 11 minutes 42.48 seconds. Current RSS: ~1313M. Threads: 5. load average: 1.00 1.09 1.17 1/427 1192 2505 22:27:07 when sorting 2506 22:27:07 sorts correctly 2507 22:27:07 when paginating 2508 22:27:08 paginates correctly 2509 22:27:08 when requesting not runners without type 2510 22:27:08 returns error 2511 22:27:08 when requesting project runners 2512 22:27:08 returns error 2513 22:27:08 with invalid type 2514 22:27:08 when requesting GROUP_TYPE runners 2515 22:27:08 returns error 2516 22:27:08 when requesting PROJECT_TYPE runners 2517 22:27:08 returns error 2518 22:27:08 when requesting runners without type 2519 22:27:08 returns error 2520 22:27:08 when runner_performance_insights feature is not available 2521 22:27:09 returns error 2522 22:27:09 Query.group.runners 2523 22:27:09 with membership argument 2524 22:27:09 matches expected runner ids 2525 22:27:09 when sorting by MOST_ACTIVE_DESC 2526 22:27:22 when runner_performance_insights_for_namespace feature is available 2527 22:27:22 with direct membership 2528 22:27:23 returns expected runners 2529 22:27:23 behaves like sorted paginated query 2530 22:27:23 behaves like requires variables 2531 22:27:23 shared example requires variables to be set 2532 22:27:23 # [RSpecRunTime] RSpec elapsed time: 11 minutes 57.95 seconds. Current RSS: ~1312M. Threads: 5. load average: 1.00 1.08 1.16 1/427 1193 2535 22:27:23 when sorting 2536 22:27:23 sorts correctly 2537 22:27:23 when paginating 2538 22:27:23 paginates correctly 2539 22:27:23 with invalid membership 2540 22:27:23 when requesting all available group runners 2541 22:27:24 returns error 2542 22:27:24 when requesting group descendant runners 2543 22:27:24 returns error 2544 22:27:24 when requesting group runners with unspecified membership 2545 22:27:24 returns error 2546 22:27:24 when requesting project runners 2547 22:27:24 returns error 2548 22:27:24 when runner_performance_insights_for_namespace feature is not available 2549 22:27:24 with direct membership 2550 22:27:24 returns error 2551 22:27:24 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/ci/runners_spec.rb. It took 31.04 seconds. Expected to take 36.25 seconds. 2552 22:27:24 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/group/work_items_spec.rb. Expected to take 32.03 seconds. 2553 22:27:24 getting a work item list for a group 2554 22:27:26 N + 1 queries 2555 22:27:29 when querying root fields 2556 22:27:29 behaves like work items resolver without N + 1 queries 2557 22:27:31 avoids N+1 queries 2558 22:27:31 # [RSpecRunTime] RSpec elapsed time: 12 minutes 6.52 seconds. Current RSS: ~1328M. Threads: 5. load average: 1.00 1.08 1.16 1/428 1212 2560 22:27:31 when querying the widget interface 2561 22:27:31 behaves like work items resolver without N + 1 queries 2562 22:27:35 avoids N+1 queries 2563 22:27:35 # [RSpecRunTime] RSpec elapsed time: 12 minutes 10.29 seconds. Current RSS: ~1319M. Threads: 5. load average: 1.00 1.08 1.16 1/428 1213 2565 22:27:35 when querying for WorkItemWidgetAwardEmoji 2566 22:27:35 queries unified award emojis correctly 2567 22:27:36 fetches unified upvotes and downvotes 2568 22:27:36 # [RSpecRunTime] RSpec elapsed time: 12 minutes 11.57 seconds. Current RSS: ~1320M. Threads: 5. load average: 1.00 1.08 1.16 1/427 1214 2570 22:27:36 license check 2571 22:27:41 with group level work items 2572 22:27:41 with group level work item license 2573 22:27:41 behaves like issuables pagination and count 2574 22:27:41 when user does not have the permission 2575 22:27:41 does not return an error 2576 22:27:41 returns no data 2577 22:27:41 # [RSpecRunTime] RSpec elapsed time: 12 minutes 16.49 seconds. Current RSS: ~1316M. Threads: 5. load average: 1.00 1.08 1.16 1/427 1215 2579 22:27:41 with count field 2580 22:27:42 returns total count 2581 22:27:42 total count does not change between pages 2582 22:27:42 with pagination 2583 22:27:43 returns new ids during pagination 2584 22:27:43 # [RSpecRunTime] RSpec elapsed time: 12 minutes 18.68 seconds. Current RSS: ~1344M. Threads: 5. load average: 1.00 1.08 1.16 1/427 1216 2586 22:27:43 without group level work item license 2587 22:27:44 does not return an error 2588 22:27:44 does not return work items 2589 22:27:44 with group and project level work items 2590 22:27:44 with group level work item license 2591 22:27:44 behaves like issuables pagination and count 2592 22:27:44 when user does not have the permission 2593 22:27:44 does not return an error 2594 22:27:44 returns no data 2595 22:27:45 with count field 2596 22:27:45 returns total count 2597 22:27:46 total count does not change between pages 2598 22:27:46 with pagination 2599 22:27:48 returns new ids during pagination 2600 22:27:48 # [RSpecRunTime] RSpec elapsed time: 12 minutes 22.99 seconds. Current RSS: ~1369M. Threads: 5. load average: 1.00 1.08 1.16 1/427 1217 2602 22:27:48 without group level work item license 2603 22:27:49 does not return an error 2604 22:27:50 does not return work items 2605 22:27:50 # [RSpecRunTime] RSpec elapsed time: 12 minutes 25.28 seconds. Current RSS: ~1417M. Threads: 5. load average: 1.00 1.08 1.16 1/427 1218 2607 22:27:50 when work_item_epics feature flag is disabled 2608 22:27:50 when namespace_level_work_items feature flag is enabled 2609 22:27:51 returns namespace level work items 2610 22:27:51 when namespace_level_work_items feature flag is disabled 2611 22:27:51 does not return namespace level work items 2612 22:27:51 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/group/work_items_spec.rb. It took 26.53 seconds. Expected to take 32.03 seconds. 2613 22:27:51 # [RSpecRunTime] Starting example group ee/spec/requests/api/vulnerability_issue_links_spec.rb. Expected to take 27.71 seconds. 2614 22:27:51 API::VulnerabilityIssueLinks 2615 22:27:51 GET /vulnerabilities/:id/issue_links 2616 22:27:52 with an authorized user with proper permissions 2617 22:27:52 when linked issue is not confidential and available for the user 2618 22:27:52 gets the list of visible issue links 2619 22:27:52 # [RSpecRunTime] RSpec elapsed time: 12 minutes 27.73 seconds. Current RSS: ~1408M. Threads: 5. load average: 1.00 1.08 1.16 1/427 1219 2621 22:27:52 when there is an additional confidential issue linked 2622 22:27:54 gets the list of visible issue links 2623 22:27:55 does not return confidential issue in the response 2624 22:27:55 # [RSpecRunTime] RSpec elapsed time: 12 minutes 30.18 seconds. Current RSS: ~1399M. Threads: 5. load average: 1.00 1.08 1.16 1/427 1220 2626 22:27:55 when link is created to issue in the inaccessible project 2627 22:27:56 gets the list of visible issue links 2628 22:27:56 does not return issue from inaccessible project 2629 22:27:56 # [RSpecRunTime] RSpec elapsed time: 12 minutes 31.68 seconds. Current RSS: ~1389M. Threads: 5. load average: 1.00 1.08 1.16 1/427 1221 2631 22:27:56 behaves like responds with "not found" for an unknown vulnerability ID 2632 22:27:57 is expected to respond with numeric status code not_found 2633 22:27:57 behaves like forbids access to vulnerability API endpoint in case of disabled features 2634 22:27:57 when security dashboard feature is not available 2635 22:27:57 responds with 403 Forbidden 2637 22:27:57 is expected to be allowed for :admin 2638 22:27:58 is expected to be allowed for :owner 2639 22:27:58 is expected to be allowed for :maintainer 2640 22:27:59 is expected to be allowed for :developer 2641 22:27:59 is expected to be allowed for :auditor 2642 22:27:59 is expected to be denied for :reporter 2643 22:28:00 is expected to be denied for :guest 2644 22:28:00 is expected to be denied for :anonymous 2645 22:28:00 # [RSpecRunTime] RSpec elapsed time: 12 minutes 35.13 seconds. Current RSS: ~1361M. Threads: 5. load average: 1.00 1.07 1.16 1/427 1222 2647 22:28:00 POST /vulnerabilities/:id/issue_links 2648 22:28:00 with an authorized user with proper permissions 2649 22:28:00 with valid params 2650 22:28:01 creates a new vulnerability-issue link 2651 22:28:01 when issue is from different project 2652 22:28:01 when target_project_id is invalid 2653 22:28:01 responds with "not found" and specific error message 2654 22:28:01 when user does not have access to the project 2655 22:28:02 responds with "not found" and specific error message 2656 22:28:02 when user is authorized with proper permissions to the project 2657 22:28:02 creates a new vulnerability-issue link 2658 22:28:02 with unknown issue ID 2659 22:28:03 responds with "not found" and specific error message 2660 22:28:03 when a link between these issue and vulnerability already exists 2661 22:28:03 responds with "conflict" status code and specific error message 2662 22:28:03 when a "created" link for a vulnerability already exists 2663 22:28:04 responds with "conflict" status code and specific error message 2664 22:28:04 when trying to relate a confidential issue of the same project 2665 22:28:05 creates a new vulnerability-issue link 2666 22:28:05 behaves like responds with "not found" for an unknown vulnerability ID 2667 22:28:05 is expected to respond with numeric status code not_found 2668 22:28:05 behaves like forbids access to vulnerability API endpoint in case of disabled features 2669 22:28:05 when security dashboard feature is not available 2670 22:28:05 responds with 403 Forbidden 2672 22:28:05 is expected to be allowed for :admin 2673 22:28:06 is expected to be allowed for :owner 2674 22:28:06 is expected to be allowed for :maintainer 2675 22:28:07 is expected to be allowed for :developer 2676 22:28:07 is expected to be denied for :auditor 2677 22:28:07 is expected to be denied for :reporter 2678 22:28:08 is expected to be denied for :guest 2679 22:28:08 is expected to be denied for :anonymous 2680 22:28:08 # [RSpecRunTime] RSpec elapsed time: 12 minutes 43.08 seconds. Current RSS: ~1358M. Threads: 5. load average: 1.15 1.10 1.16 1/427 1223 2682 22:28:08 DELETE /vulnerabilities/:id/issue_links/:issue_link_id 2683 22:28:09 with an authorized user with proper permissions 2684 22:28:09 with valid params 2685 22:28:09 deletes the specified vulnerability-issue link 2686 22:28:09 with link to an issue that the current user cannot see 2687 22:28:10 deletes the link without disclosing the linked issue 2688 22:28:10 # [RSpecRunTime] RSpec elapsed time: 12 minutes 45.74 seconds. Current RSS: ~1354M. Threads: 5. load average: 1.15 1.10 1.16 1/427 1224 2690 22:28:10 with unknown issue link ID 2691 22:28:11 responds with "not found" and specific error message 2692 22:28:11 behaves like responds with "not found" for an unknown vulnerability ID 2693 22:28:11 is expected to respond with numeric status code not_found 2694 22:28:11 behaves like forbids access to vulnerability API endpoint in case of disabled features 2695 22:28:11 when security dashboard feature is not available 2696 22:28:11 responds with 403 Forbidden 2698 22:28:12 is expected to be allowed for :admin 2699 22:28:12 is expected to be allowed for :owner 2700 22:28:12 is expected to be allowed for :maintainer 2701 22:28:13 is expected to be allowed for :developer 2702 22:28:13 is expected to be denied for :auditor 2703 22:28:13 is expected to be denied for :reporter 2704 22:28:14 is expected to be denied for :guest 2705 22:28:14 is expected to be denied for :anonymous 2706 22:28:14 # [RSpecRunTime] RSpec elapsed time: 12 minutes 49.27 seconds. Current RSS: ~1357M. Threads: 5. load average: 1.30 1.14 1.18 1/427 1225 2708 22:28:14 # [RSpecRunTime] Finishing example group ee/spec/requests/api/vulnerability_issue_links_spec.rb. It took 23.19 seconds. Expected to take 27.71 seconds. 2709 22:28:14 # [RSpecRunTime] Starting example group ee/spec/controllers/registrations/groups_controller_spec.rb. Expected to take 26.66 seconds. 2710 22:28:14 Registrations::GroupsController 2711 22:28:14 POST #create 2712 22:28:14 with an unauthenticated user 2713 22:28:14 is expected to respond with numeric status code redirect 2714 22:28:14 is expected to redirect to "/users/sign_in" 2715 22:28:14 with an authenticated user 2716 22:28:16 creates a group and project 2717 22:28:17 sets the cookie for confetti for learn gitlab 2718 22:28:17 behaves like hides email confirmation warning 2719 22:28:17 with an unconfirmed email address present 2720 22:28:19 is expected not to set confirm warning for "unconfirmed@gitlab.com" 2721 22:28:19 # [RSpecRunTime] RSpec elapsed time: 12 minutes 53.87 seconds. Current RSS: ~1356M. Threads: 5. load average: 1.35 1.15 1.18 1/430 1349 2723 22:28:19 without an unconfirmed email address present 2724 22:28:20 is expected not to set confirm warning for "user925@example.org" 2725 22:28:20 # [RSpecRunTime] RSpec elapsed time: 12 minutes 55.35 seconds. Current RSS: ~1356M. Threads: 5. load average: 1.35 1.15 1.18 1/431 1391 2727 22:28:20 behaves like finishing onboarding 2728 22:28:20 when onboarding feature is not available 2729 22:28:20 does not finish onboarding 2730 22:28:20 when onboarding feature is available 2731 22:28:22 finishes onboarding 2732 22:28:22 # [RSpecRunTime] RSpec elapsed time: 12 minutes 57.03 seconds. Current RSS: ~1355M. Threads: 5. load average: 1.32 1.15 1.18 1/432 1433 2734 22:28:22 when form is successfully submitted 2735 22:28:23 tracks submission event 2736 22:28:23 with template name 2737 22:28:24 tracks submission event 2738 22:28:24 # [RSpecRunTime] RSpec elapsed time: 12 minutes 59.61 seconds. Current RSS: ~1357M. Threads: 5. load average: 1.32 1.15 1.18 1/432 1475 2740 22:28:24 when on trial 2741 22:28:25 Job arguments to GitlabSubscriptions::Trials::ApplyTrialWorker must be native JSON types, but {"id"=>1072, "name"=>"Group name", "path"=>"group-path", "kind"=>"group", "trial_ends_on"=>nil} is a ActiveSupport::HashWithIndifferentAccess. 2743 22:28:25 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 2744 22:28:26 tracks submission event 2745 22:28:26 # [RSpecRunTime] RSpec elapsed time: 13 minutes 1.13 seconds. Current RSS: ~1357M. Threads: 5. load average: 1.32 1.15 1.18 1/433 1517 2747 22:28:26 when there is no suggested path based from the name 2748 22:28:27 creates a group 2749 22:28:27 # [RSpecRunTime] RSpec elapsed time: 13 minutes 2.67 seconds. Current RSS: ~1356M. Threads: 5. load average: 1.54 1.20 1.19 1/433 1559 2751 22:28:27 when the group cannot be created 2752 22:28:28 does not create a group 2753 22:28:28 the project is not disregarded completely 2754 22:28:28 is expected to respond with numeric status code ok 2755 22:28:28 is expected to render template new 2756 22:28:28 when form is not submitted 2757 22:28:28 tracks error event and does not track submission event 2758 22:28:28 with signup onboarding not enabled 2759 22:28:28 is expected to respond with numeric status code not_found 2760 22:28:28 when group can be created but the project can't 2761 22:28:29 does not create a project 2762 22:28:30 tracks error event 2763 22:28:30 is expected to respond with numeric status code ok 2764 22:28:31 is expected to render template new 2765 22:28:31 # [RSpecRunTime] RSpec elapsed time: 13 minutes 6.3 seconds. Current RSS: ~1355M. Threads: 5. load average: 1.54 1.20 1.19 1/432 1560 2767 22:28:31 when a group is already created but a project isn't 2768 22:28:32 creates a project and not another group 2769 22:28:32 # [RSpecRunTime] RSpec elapsed time: 13 minutes 7.6 seconds. Current RSS: ~1354M. Threads: 5. load average: 1.66 1.23 1.20 1/432 1602 2771 22:28:32 when redirecting 2772 22:28:33 is expected to redirect to "/namespace239/project-315/-/learn_gitlab" 2773 22:28:33 with import_url in the params 2774 22:28:33 behaves like hides email confirmation warning 2775 22:28:33 with an unconfirmed email address present 2776 22:28:33 is expected not to set confirm warning for "unconfirmed@gitlab.com" 2777 22:28:33 without an unconfirmed email address present 2778 22:28:34 is expected not to set confirm warning for "user929@example.org" 2779 22:28:34 behaves like finishing onboarding 2780 22:28:34 when onboarding feature is not available 2781 22:28:34 does not finish onboarding 2782 22:28:34 when onboarding feature is available 2783 22:28:35 finishes onboarding 2784 22:28:35 when a group can't be created 2785 22:28:35 is expected to render template new 2786 22:28:35 when there is no suggested path based from the group name 2787 22:28:35 creates a group, and redirects 2788 22:28:35 when group can be created 2789 22:28:36 creates a group 2790 22:28:36 redirects to the import url with a namespace_id parameter 2792 22:28:36 with an unauthenticated user 2793 22:28:36 is expected to respond with numeric status code redirect 2794 22:28:36 is expected to redirect to "/users/sign_in" 2795 22:28:36 with an authenticated user 2796 22:28:36 when onboarding feature is available 2797 22:28:36 is expected to respond with numeric status code ok 2798 22:28:36 is expected to render template new 2799 22:28:36 assigns the group variable to a new Group with the default group visibility 2800 22:28:36 builds a project object 2801 22:28:36 when form is rendered 2802 22:28:36 tracks the new group view event 2803 22:28:36 when on trial 2804 22:28:36 tracks the new group view event 2805 22:28:36 when user does not have the ability to create a group 2806 22:28:36 is expected to respond with numeric status code not_found 2807 22:28:36 when onboarding feature is not available 2808 22:28:37 is expected to respond with numeric status code not_found 2809 22:28:37 behaves like hides email confirmation warning 2810 22:28:37 with an unconfirmed email address present 2811 22:28:37 is expected not to set confirm warning for "unconfirmed@gitlab.com" 2812 22:28:37 without an unconfirmed email address present 2813 22:28:37 is expected not to set confirm warning for "user933@example.org" 2814 22:28:37 # [RSpecRunTime] Finishing example group ee/spec/controllers/registrations/groups_controller_spec.rb. It took 22.86 seconds. Expected to take 26.66 seconds. 2815 22:28:37 # [RSpecRunTime] Starting example group ee/spec/controllers/ee/projects/protected_branches_controller_spec.rb. Expected to take 24.4 seconds. 2816 22:28:37 Projects::ProtectedBranchesController 2817 22:28:37 PUT/PATCH #update 2818 22:28:37 without blocking scan result policy 2820 22:28:38 # [RSpecRunTime] RSpec elapsed time: 13 minutes 13.57 seconds. Current RSS: ~1361M. Threads: 5. load average: 1.68 1.24 1.21 1/430 1621 2822 22:28:38 MR approval policies 2823 22:28:38 block_branch_modification 2824 22:28:41 does not rename 2825 22:28:43 responds with 403 2826 22:28:44 # [RSpecRunTime] RSpec elapsed time: 13 minutes 18.81 seconds. Current RSS: ~1381M. Threads: 5. load average: 1.63 1.23 1.21 1/434 1770 2828 22:28:44 prevent_pushing_and_force_pushing 2829 22:28:44 when updating `allow_force_push` 2830 22:28:47 responds with 403 and does not update 2831 22:28:47 # [RSpecRunTime] RSpec elapsed time: 13 minutes 21.94 seconds. Current RSS: ~1380M. Threads: 5. load average: 1.63 1.23 1.21 1/434 1875 2833 22:28:47 when updating merge access levels 2834 22:28:49 responds with 2xx and updates 2835 22:28:49 # [RSpecRunTime] RSpec elapsed time: 13 minutes 24.33 seconds. Current RSS: ~1377M. Threads: 5. load average: 1.58 1.23 1.21 1/434 1954 2837 22:28:49 when using custom roles 2838 22:28:50 when a user has custom roles with `admin_protected_branch` assigned 2839 22:28:50 when custom_roles feature is available 2840 22:28:50 POST #create 2841 22:28:51 creates a protected branch 2842 22:28:51 # [RSpecRunTime] RSpec elapsed time: 13 minutes 26.21 seconds. Current RSS: ~1378M. Threads: 5. load average: 1.58 1.23 1.21 1/434 1973 2845 22:28:51 creates a protected branch 2846 22:28:51 POST #create 2847 22:28:51 when code_owner_approval_required is 'false' 2848 22:28:51 behaves like protected branch with code owner approvals feature 2849 22:28:53 sets code owner approvals to false when protecting the branch 2850 22:28:53 # [RSpecRunTime] RSpec elapsed time: 13 minutes 28.25 seconds. Current RSS: ~1376M. Threads: 5. load average: 1.53 1.23 1.20 1/434 1992 2852 22:28:53 when code_owner_approval_required is 'true' 2853 22:28:53 when the feature is enabled 2854 22:28:53 behaves like protected branch with code owner approvals feature 2855 22:28:55 sets code owner approvals to true when protecting the branch 2856 22:28:55 # [RSpecRunTime] RSpec elapsed time: 13 minutes 29.85 seconds. Current RSS: ~1378M. Threads: 5. load average: 1.53 1.23 1.20 1/434 2011 2858 22:28:55 when the feature is not enabled 2859 22:28:55 behaves like protected branch with code owner approvals feature 2860 22:28:56 sets code owner approvals to false when protecting the branch 2861 22:28:56 # [RSpecRunTime] RSpec elapsed time: 13 minutes 31.41 seconds. Current RSS: ~1378M. Threads: 5. load average: 1.53 1.23 1.20 1/434 2030 2863 22:28:56 # [RSpecRunTime] Finishing example group ee/spec/controllers/ee/projects/protected_branches_controller_spec.rb. It took 19.27 seconds. Expected to take 24.4 seconds. 2864 22:28:56 # [RSpecRunTime] Starting example group ee/spec/controllers/projects/protected_environments_controller_spec.rb. Expected to take 22.74 seconds. 2865 22:28:56 Projects::ProtectedEnvironmentsController 2867 22:28:56 when the user is authorized 2868 22:28:57 finds the requested protected environment 2869 22:28:59 updates the protected environment 2870 22:29:00 is successful 2871 22:29:00 # [RSpecRunTime] RSpec elapsed time: 13 minutes 35.05 seconds. Current RSS: ~1371M. Threads: 5. load average: 1.49 1.22 1.20 1/429 2031 2873 22:29:00 when the user is not authorized 2874 22:29:01 is not successful 2875 22:29:01 # [RSpecRunTime] RSpec elapsed time: 13 minutes 36.21 seconds. Current RSS: ~1371M. Threads: 5. load average: 1.49 1.22 1.20 1/429 2032 2877 22:29:01 #DELETE destroy 2878 22:29:01 when the user is authorized 2879 22:29:02 finds the requested protected environment 2880 22:29:03 deletes the requested protected environment 2881 22:29:04 redirects to CI/CD settings 2882 22:29:04 # [RSpecRunTime] RSpec elapsed time: 13 minutes 39.62 seconds. Current RSS: ~1366M. Threads: 5. load average: 1.45 1.22 1.20 1/429 2033 2884 22:29:04 when the user is not authorized 2885 22:29:05 is not successful 2886 22:29:05 # [RSpecRunTime] RSpec elapsed time: 13 minutes 40.76 seconds. Current RSS: ~1363M. Threads: 5. load average: 1.45 1.22 1.20 1/429 2034 2888 22:29:05 #POST create 2889 22:29:05 with valid access and params 2890 22:29:05 with valid params 2891 22:29:07 creates a new ProtectedEnvironment 2892 22:29:08 sets a flash 2893 22:29:09 redirects to CI/CD settings 2894 22:29:09 # [RSpecRunTime] RSpec elapsed time: 13 minutes 43.85 seconds. Current RSS: ~1360M. Threads: 5. load average: 1.41 1.22 1.20 1/429 2035 2896 22:29:09 with invalid params 2897 22:29:10 does not create a new ProtectedEnvironment 2898 22:29:11 redirects to CI/CD settings 2899 22:29:11 # [RSpecRunTime] RSpec elapsed time: 13 minutes 45.87 seconds. Current RSS: ~1360M. Threads: 5. load average: 1.41 1.22 1.20 1/429 2036 2901 22:29:11 with invalid access 2903 22:29:12 # [RSpecRunTime] RSpec elapsed time: 13 minutes 46.94 seconds. Current RSS: ~1360M. Threads: 5. load average: 1.41 1.22 1.20 1/429 2037 2905 22:29:12 # [RSpecRunTime] Finishing example group ee/spec/controllers/projects/protected_environments_controller_spec.rb. It took 15.53 seconds. Expected to take 22.74 seconds. 2906 22:29:12 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/boards/epic_board_list_epics_query_spec.rb. Expected to take 19.2 seconds. 2907 22:29:12 get list of epics for an epic board list 2908 22:29:13 sorting and pagination 2909 22:29:13 behaves like sorted paginated query 2910 22:29:13 behaves like requires variables 2911 22:29:13 shared example requires variables to be set 2912 22:29:13 # [RSpecRunTime] RSpec elapsed time: 13 minutes 48.19 seconds. Current RSS: ~1361M. Threads: 5. load average: 1.38 1.21 1.20 1/429 2038 2915 22:29:13 when sorting 2916 22:29:17 sorts correctly 2917 22:29:17 when paginating 2918 22:29:23 paginates correctly 2919 22:29:23 # [RSpecRunTime] RSpec elapsed time: 13 minutes 58.13 seconds. Current RSS: ~1390M. Threads: 5. load average: 1.39 1.22 1.20 1/429 2039 2921 22:29:23 with filters 2922 22:29:23 finds only epics matching the filter 2923 22:29:23 when negated 2924 22:29:24 finds only epics matching the negated filter 2925 22:29:24 when using OR label filter 2926 22:29:24 finds only epics matching at least one of the labels 2927 22:29:24 when queried label names are empty 2928 22:29:25 returns all items 2929 22:29:25 when using OR author filter 2930 22:29:25 finds only epics matching at least one of the labels 2931 22:29:25 when queried label names are empty 2932 22:29:26 returns all items 2933 22:29:26 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/boards/epic_board_list_epics_query_spec.rb. It took 14.08 seconds. Expected to take 19.2 seconds. 2934 22:29:26 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/work_items/work_items_by_reference_spec.rb. Expected to take 18.47 seconds. 2935 22:29:26 Query.workItemsByReference (EE) 2936 22:29:29 when context is a project 2937 22:29:29 behaves like response with accessible work items 2938 22:29:29 returns accessible work item 2939 22:29:33 avoids N+1 queries 2940 22:29:33 behaves like a working graphql query that returns data 2941 22:29:33 contains data 2942 22:29:33 behaves like a working graphql query 2943 22:29:34 returns a successful response 2944 22:29:34 # [RSpecRunTime] RSpec elapsed time: 14 minutes 9.12 seconds. Current RSS: ~1391M. Threads: 5. load average: 1.63 1.28 1.22 1/430 2058 2946 22:29:34 with access to private group 2947 22:29:35 returns accessible work item 2948 22:29:35 when context is a group 2949 22:29:35 behaves like response with accessible work items 2950 22:29:35 returns accessible work item 2951 22:29:39 avoids N+1 queries 2952 22:29:39 behaves like a working graphql query that returns data 2953 22:29:39 contains data 2954 22:29:39 behaves like a working graphql query 2955 22:29:40 returns a successful response 2956 22:29:40 # [RSpecRunTime] RSpec elapsed time: 14 minutes 15.21 seconds. Current RSS: ~1393M. Threads: 5. load average: 1.58 1.27 1.22 1/430 2059 2958 22:29:40 with access to private group 2959 22:29:41 returns accessible work item 2960 22:29:41 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/work_items/work_items_by_reference_spec.rb. It took 15.01 seconds. Expected to take 18.47 seconds. 2961 22:29:41 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/audit_events/external_audit_event_destinations/create_spec.rb. Expected to take 17.64 seconds. 2962 22:29:41 Create an external audit event destination 2963 22:29:41 when feature is licensed 2964 22:29:41 when current user is a group owner 2965 22:29:41 resolves group by full path 2966 22:29:42 creates the destination 2967 22:29:42 when overriding default name 2968 22:29:43 creates the destination 2969 22:29:43 # [RSpecRunTime] RSpec elapsed time: 14 minutes 18.26 seconds. Current RSS: ~1404M. Threads: 5. load average: 1.53 1.27 1.22 1/430 2060 2971 22:29:43 behaves like creates an audit event 2972 22:29:44 audits the creation 2973 22:29:44 when overriding verification token 2974 22:29:45 creates the destination 2975 22:29:45 behaves like creates an audit event 2976 22:29:45 audits the creation 2977 22:29:45 # [RSpecRunTime] RSpec elapsed time: 14 minutes 20.66 seconds. Current RSS: ~1403M. Threads: 5. load average: 1.53 1.27 1.22 1/430 2061 2979 22:29:45 when verification token is invalid 2980 22:29:45 when verification token is too short 2981 22:29:46 returns correct errors 2982 22:29:46 behaves like a mutation that does not create a destination 2983 22:29:46 does not destroy the destination 2984 22:29:47 does not audit the creation 2985 22:29:47 # [RSpecRunTime] RSpec elapsed time: 14 minutes 22.34 seconds. Current RSS: ~1405M. Threads: 5. load average: 1.65 1.30 1.23 1/429 2062 2987 22:29:47 when verification token is too long 2988 22:29:48 returns correct errors 2989 22:29:48 behaves like a mutation that does not create a destination 2990 22:29:48 does not destroy the destination 2991 22:29:49 does not audit the creation 2992 22:29:49 # [RSpecRunTime] RSpec elapsed time: 14 minutes 24.01 seconds. Current RSS: ~1411M. Threads: 5. load average: 1.65 1.30 1.23 1/429 2063 2994 22:29:49 when destination is invalid 2995 22:29:49 returns correct errors 2996 22:29:49 behaves like a mutation that does not create a destination 2997 22:29:50 does not destroy the destination 2998 22:29:50 does not audit the creation 2999 22:29:50 # [RSpecRunTime] RSpec elapsed time: 14 minutes 25.73 seconds. Current RSS: ~1413M. Threads: 5. load average: 1.65 1.30 1.23 1/429 2064 3001 22:29:50 when group is a subgroup 3002 22:29:51 behaves like a mutation that does not create a destination 3003 22:29:51 does not destroy the destination 3004 22:29:52 does not audit the creation 3005 22:29:52 # [RSpecRunTime] RSpec elapsed time: 14 minutes 27.22 seconds. Current RSS: ~1416M. Threads: 5. load average: 1.60 1.29 1.23 1/429 2065 3007 22:29:52 when current user is a group maintainer 3008 22:29:52 behaves like a mutation that does not create a destination 3009 22:29:52 does not destroy the destination 3010 22:29:53 does not audit the creation 3011 22:29:53 when current user is a group developer 3012 22:29:53 behaves like a mutation that does not create a destination 3013 22:29:53 does not destroy the destination 3014 22:29:54 does not audit the creation 3015 22:29:54 when current user is a group guest 3016 22:29:54 behaves like a mutation that does not create a destination 3017 22:29:54 does not destroy the destination 3018 22:29:54 does not audit the creation 3019 22:29:54 when feature is unlicensed 3020 22:29:55 does not create the destination 3021 22:29:55 behaves like a mutation on an unauthorized resource 3022 22:29:55 behaves like a mutation that returns top-level errors 3023 22:29:55 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 3024 22:29:55 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/audit_events/external_audit_event_destinations/create_spec.rb. It took 13.98 seconds. Expected to take 17.64 seconds. 3025 22:29:55 # [RSpecRunTime] Starting example group ee/spec/requests/projects/security/dast_site_profiles_controller_spec.rb. Expected to take 16.84 seconds. 3026 22:29:55 Projects::Security::DastSiteProfilesController 3028 22:29:55 behaves like a GET request 3029 22:29:55 when the "Security and compliance" feature is disabled 3030 22:29:56 is expected to respond with numeric status code not_found 3031 22:29:56 feature available 3032 22:29:56 user authorized 3033 22:29:57 can access page 3034 22:29:57 # [RSpecRunTime] RSpec elapsed time: 14 minutes 32.29 seconds. Current RSS: ~1396M. Threads: 5. load average: 1.55 1.29 1.22 1/429 2066 3036 22:29:57 user not authorized 3037 22:29:58 sees a 404 error 3038 22:29:58 # [RSpecRunTime] RSpec elapsed time: 14 minutes 33.33 seconds. Current RSS: ~1395M. Threads: 5. load average: 1.55 1.29 1.22 1/429 2067 3040 22:29:58 feature not available 3041 22:29:58 license doesnt't support the feature 3042 22:29:59 sees a 404 error 3044 22:29:59 behaves like a GET request 3045 22:29:59 when the "Security and compliance" feature is disabled 3046 22:30:00 is expected to respond with numeric status code not_found 3047 22:30:00 # [RSpecRunTime] RSpec elapsed time: 14 minutes 35.63 seconds. Current RSS: ~1399M. Threads: 5. load average: 1.55 1.29 1.22 2/429 2068 3049 22:30:00 feature available 3050 22:30:00 user authorized 3051 22:30:02 can access page 3052 22:30:02 # [RSpecRunTime] RSpec elapsed time: 14 minutes 37.34 seconds. Current RSS: ~1406M. Threads: 5. load average: 1.50 1.28 1.22 1/429 2069 3054 22:30:02 user not authorized 3055 22:30:03 sees a 404 error 3056 22:30:03 # [RSpecRunTime] RSpec elapsed time: 14 minutes 38.58 seconds. Current RSS: ~1410M. Threads: 5. load average: 1.50 1.28 1.22 1/429 2070 3058 22:30:03 feature not available 3059 22:30:03 license doesnt't support the feature 3060 22:30:04 sees a 404 error 3061 22:30:05 # [RSpecRunTime] RSpec elapsed time: 14 minutes 39.81 seconds. Current RSS: ~1417M. Threads: 5. load average: 1.50 1.28 1.22 1/429 2071 3063 22:30:05 feature available and user authorized 3064 22:30:05 record exists 3065 22:30:06 includes a serialized dast_profile in the response body 3066 22:30:06 # [RSpecRunTime] RSpec elapsed time: 14 minutes 41.43 seconds. Current RSS: ~1420M. Threads: 5. load average: 1.50 1.28 1.22 5/429 2072 3068 22:30:06 record does not exist 3069 22:30:07 sees a 404 error 3070 22:30:07 # [RSpecRunTime] RSpec elapsed time: 14 minutes 42.49 seconds. Current RSS: ~1418M. Threads: 5. load average: 1.46 1.28 1.22 1/429 2073 3072 22:30:07 can not edit scan 3073 22:30:09 sees a 404 error 3074 22:30:09 # [RSpecRunTime] RSpec elapsed time: 14 minutes 43.99 seconds. Current RSS: ~1426M. Threads: 5. load average: 1.46 1.28 1.22 1/429 2096 3076 22:30:09 # [RSpecRunTime] Finishing example group ee/spec/requests/projects/security/dast_site_profiles_controller_spec.rb. It took 13.98 seconds. Expected to take 16.84 seconds. 3077 22:30:09 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/project/work_items_spec.rb. Expected to take 15.44 seconds. 3078 22:30:09 getting a work item list for a project 3079 22:30:09 work items with widgets 3080 22:30:09 with status widget 3081 22:30:11 returns work items including status 3082 22:30:14 avoids N+1 queries 3083 22:30:14 when filtering 3084 22:30:14 with status widget 3085 22:30:15 filters by status argument 3086 22:30:15 # [RSpecRunTime] RSpec elapsed time: 14 minutes 49.97 seconds. Current RSS: ~1408M. Threads: 5. load average: 1.43 1.27 1.22 1/429 2097 3088 22:30:15 with legacy requirement widget 3089 22:30:16 returns work items including legacy iid 3090 22:30:17 avoids N+1 queries 3091 22:30:17 when filtering 3092 22:30:17 with legacy requirement widget 3093 22:30:17 filters by legacy IID argument 3094 22:30:17 # [RSpecRunTime] RSpec elapsed time: 14 minutes 52.64 seconds. Current RSS: ~1404M. Threads: 5. load average: 1.31 1.25 1.21 1/429 2098 3096 22:30:17 with progress widget 3097 22:30:18 avoids N+1 queries 3098 22:30:19 # [RSpecRunTime] RSpec elapsed time: 14 minutes 53.81 seconds. Current RSS: ~1405M. Threads: 5. load average: 1.31 1.25 1.21 1/429 2099 3100 22:30:19 with test reports widget 3101 22:30:21 avoids N+1 queries 3102 22:30:21 # [RSpecRunTime] RSpec elapsed time: 14 minutes 56.28 seconds. Current RSS: ~1402M. Threads: 5. load average: 1.31 1.25 1.21 1/429 2100 3104 22:30:21 with development widget 3105 22:30:21 for the feature flags field 3106 22:30:22 avoids N+1 queries 3107 22:30:22 # [RSpecRunTime] RSpec elapsed time: 14 minutes 57.77 seconds. Current RSS: ~1400M. Threads: 5. load average: 1.29 1.25 1.21 1/429 2101 3109 22:30:23 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/project/work_items_spec.rb. It took 13.78 seconds. Expected to take 15.44 seconds. 3110 22:30:23 # [RSpecRunTime] Starting example group ee/spec/controllers/groups/saml_providers_controller_spec.rb. Expected to take 14.62 seconds. 3111 22:30:23 Groups::SamlProvidersController 3112 22:30:23 when per group saml feature is enabled 3114 22:30:23 shows configuration page 3115 22:30:24 has no SCIM token URL 3116 22:30:24 has the SCIM token URL when it exists 3117 22:30:24 not on a top level group 3118 22:30:24 behaves like 404 status 3119 22:30:25 returns 404 status 3120 22:30:25 # [RSpecRunTime] RSpec elapsed time: 15 minutes 0.37 second. Current RSS: ~1401M. Threads: 5. load average: 1.29 1.25 1.21 1/430 2102 3122 22:30:25 with unauthorized user 3123 22:30:26 responds with 404 3125 22:30:27 updates the settings 3126 22:30:27 enabling group managed when owner has linked identity 3127 22:30:27 group_managed_accounts feature flag enabled 3128 22:30:28 updates the flags 3129 22:30:28 # [RSpecRunTime] RSpec elapsed time: 15 minutes 2.88 seconds. Current RSS: ~1415M. Threads: 5. load average: 1.26 1.24 1.21 1/429 2103 3131 22:30:28 group_managed_accounts feature flag disabled 3132 22:30:29 does not update the setting 3133 22:30:29 enabling group managed when owner has not linked identity 3134 22:30:29 does not update the flags 3135 22:30:29 setting a member_role 3136 22:30:29 custom roles are not enabled 3137 22:30:30 does not update the member_role 3138 22:30:30 custom roles are enabled 3139 22:30:31 updates the member_role 3140 22:30:31 when per group saml is unlicensed 3141 22:30:31 behaves like configuration is prevented 3143 22:30:31 behaves like 404 status 3144 22:30:32 returns 404 status 3145 22:30:32 POST #create 3146 22:30:32 behaves like 404 status 3147 22:30:32 returns 404 status 3149 22:30:32 behaves like 404 status 3150 22:30:33 returns 404 status 3151 22:30:33 when per group saml is unconfigured 3152 22:30:33 behaves like configuration is prevented 3154 22:30:33 behaves like 404 status 3155 22:30:33 returns 404 status 3156 22:30:33 POST #create 3157 22:30:33 behaves like 404 status 3158 22:30:34 returns 404 status 3160 22:30:34 behaves like 404 status 3161 22:30:34 returns 404 status 3162 22:30:34 # [RSpecRunTime] Finishing example group ee/spec/controllers/groups/saml_providers_controller_spec.rb. It took 11.87 seconds. Expected to take 14.62 seconds. 3163 22:30:34 # [RSpecRunTime] Starting example group ee/spec/requests/repositories/git_http_controller_spec.rb. Expected to take 14.53 seconds. 3164 22:30:34 Repositories::GitHttpController 3165 22:30:35 POST #git_upload_pack 3166 22:30:35 geo pulls a personal snippet 3167 22:30:36 allows access 3168 22:30:36 does not allow access if scope is wrong 3169 22:30:36 # [RSpecRunTime] RSpec elapsed time: 15 minutes 11.44 seconds. Current RSS: ~1435M. Threads: 5. load average: 1.24 1.24 1.21 1/429 2140 3171 22:30:36 when ssh certificates are enforced for the top-level group 3172 22:30:37 and repository is cloned from build 3173 22:30:38 executes successfully 3174 22:30:38 # [RSpecRunTime] RSpec elapsed time: 15 minutes 13.45 seconds. Current RSS: ~1442M. Threads: 5. load average: 1.22 1.23 1.21 1/429 2159 3176 22:30:38 POST #ssh_upload_pack 3177 22:30:39 allows access 3178 22:30:39 when Workhorse header is missing 3179 22:30:39 returns an error 3180 22:30:39 when Workhorse header is incorrect 3181 22:30:39 returns an error 3182 22:30:39 when Geo auth header is missing 3183 22:30:39 returns an error 3184 22:30:39 when Geo auth header is invalid 3185 22:30:40 returns an error 3186 22:30:40 POST #ssh_receive_pack 3187 22:30:40 allows access 3188 22:30:40 when Workhorse header is missing 3189 22:30:41 returns an error 3190 22:30:41 when Workhorse header is incorrect 3191 22:30:41 returns an error 3192 22:30:41 when Geo auth header is missing 3193 22:30:41 returns an error 3194 22:30:41 when Geo auth header is invalid 3195 22:30:41 returns an error 3196 22:30:41 GET #info_refs 3197 22:30:41 smartcard session required 3198 22:30:41 user with a smartcard session 3199 22:30:42 allows access 3200 22:30:42 user without a smartcard session 3201 22:30:42 does not allow access 3202 22:30:42 with the setting off 3203 22:30:43 allows access 3204 22:30:43 # [RSpecRunTime] RSpec elapsed time: 15 minutes 18.62 seconds. Current RSS: ~1460M. Threads: 5. load average: 1.44 1.28 1.22 1/429 2160 3206 22:30:43 POST #git_receive_pack 3207 22:30:43 when node is a primary Geo one 3208 22:30:43 with projects 3209 22:30:43 behaves like triggers Geo 3210 22:30:44 executes ::Gitlab::Geo::GitPushHttp 3212 22:30:44 with a project wiki 3213 22:30:44 behaves like triggers Geo 3214 22:30:44 executes ::Gitlab::Geo::GitPushHttp 3216 22:30:44 with a group wiki 3217 22:30:45 behaves like triggers Geo 3218 22:30:45 executes ::Gitlab::Geo::GitPushHttp 3220 22:30:45 with a personal snippet 3221 22:30:46 behaves like triggers Geo 3222 22:30:46 executes ::Gitlab::Geo::GitPushHttp 3224 22:30:46 with a project snippet 3225 22:30:46 behaves like triggers Geo 3226 22:30:47 executes ::Gitlab::Geo::GitPushHttp 3228 22:30:47 # [RSpecRunTime] Finishing example group ee/spec/requests/repositories/git_http_controller_spec.rb. It took 12.51 seconds. Expected to take 14.53 seconds. 3229 22:30:47 # [RSpecRunTime] Starting example group ee/spec/requests/api/boards_spec.rb. Expected to take 13.39 seconds. 3231 22:30:48 behaves like multiple and scoped issue boards 3232 22:30:48 multiple issue boards 3233 22:30:48 POST /projects/:id/boards 3234 22:30:48 creates a board 3235 22:30:48 # [RSpecRunTime] RSpec elapsed time: 15 minutes 23.35 seconds. Current RSS: ~1448M. Threads: 5. load average: 1.41 1.28 1.22 1/429 2213 3237 22:30:48 PUT /projects/:id/boards/:board_id 3238 22:30:49 updates a board 3239 22:30:49 does not remove missing attributes from the board 3240 22:30:49 allows removing optional attributes 3241 22:30:49 # [RSpecRunTime] RSpec elapsed time: 15 minutes 24.52 seconds. Current RSS: ~1446M. Threads: 5. load average: 1.41 1.28 1.22 1/429 2214 3243 22:30:49 DELETE /projects/:id/boards/:board_id 3244 22:30:49 deletes a board 3245 22:30:49 with the scoped_issue_board-feature available 3246 22:30:50 returns the milestone when the `scoped_issue_board` feature is enabled 3247 22:30:50 hides the milestone when the `scoped_issue_board` feature is disabled 3248 22:30:50 POST /projects/:id/boards/:board_id/lists 3249 22:30:50 behaves like milestone board list 3250 22:30:50 when milestone_id is sent 3251 22:30:51 returns 400 if milestone is not found 3252 22:30:51 returns 400 if milestone list feature is not available 3253 22:30:51 creates a milestone list if milestone is found 3254 22:30:51 # [RSpecRunTime] RSpec elapsed time: 15 minutes 26.37 seconds. Current RSS: ~1445M. Threads: 5. load average: 1.41 1.28 1.22 1/429 2215 3256 22:30:51 behaves like assignee board list 3257 22:30:51 when assignee_id is sent 3258 22:30:51 returns 400 if user is not found 3259 22:30:51 returns 400 if assignee list feature is not available 3260 22:30:52 creates an assignee list if user is found 3261 22:30:52 behaves like iteration board list 3262 22:30:52 when iteration_id is sent 3263 22:30:52 returns 400 if iteration is not found 3264 22:30:52 returns 400 if not licensed 3265 22:30:53 creates an iteration list if iteration is found 3266 22:30:53 GET /projects/:id/boards/:board_id with special milestones 3267 22:30:53 returns board with Upcoming milestone 3268 22:30:53 returns board with Started milestone 3269 22:30:53 GET /projects/:id/boards/:board_id/lists with max_issue_count 3270 22:30:53 with WIP limits license 3271 22:30:54 includes max_issue_count 3272 22:30:54 includes max_issue_weight 3273 22:30:55 includes limit_metric 3274 22:30:55 # [RSpecRunTime] RSpec elapsed time: 15 minutes 30.46 seconds. Current RSS: ~1428M. Threads: 5. load average: 1.38 1.27 1.22 1/429 2216 3276 22:30:55 without WIP limits license 3277 22:30:56 does not include max_issue_weight 3278 22:30:57 does not include max_issue_count 3279 22:30:57 does not include limit_metric 3280 22:30:58 # [RSpecRunTime] RSpec elapsed time: 15 minutes 32.78 seconds. Current RSS: ~1413M. Threads: 5. load average: 1.35 1.27 1.22 1/429 2217 3282 22:30:58 # [RSpecRunTime] Finishing example group ee/spec/requests/api/boards_spec.rb. It took 10.62 seconds. Expected to take 13.39 seconds. 3283 22:30:58 # [RSpecRunTime] Starting example group ee/spec/requests/ee/projects/environments_controller_spec.rb. Expected to take 12.88 seconds. 3284 22:30:58 Projects::EnvironmentsController 3286 22:31:08 avoids N+1 queries 3287 22:31:08 # [RSpecRunTime] RSpec elapsed time: 15 minutes 43.14 seconds. Current RSS: ~1391M. Threads: 5. load average: 1.29 1.26 1.22 1/430 2245 3289 22:31:08 # [RSpecRunTime] Finishing example group ee/spec/requests/ee/projects/environments_controller_spec.rb. It took 10.36 seconds. Expected to take 12.88 seconds. 3290 22:31:08 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/remote_development/workspace/with_id_arg_spec.rb. Expected to take 12.61 seconds. 3291 22:31:08 Query.workspace(id: RemoteDevelopmentWorkspaceID!) 3292 22:31:13 with non-admin user 3293 22:31:13 behaves like single workspace query 3294 22:31:13 when user is authorized 3295 22:31:13 behaves like query is a working graphql query 3296 22:31:13 behaves like a working graphql query 3297 22:31:13 returns a successful response 3298 22:31:14 # [RSpecRunTime] RSpec elapsed time: 15 minutes 48.79 seconds. Current RSS: ~1395M. Threads: 5. load average: 1.35 1.27 1.22 1/430 2246 3300 22:31:14 behaves like query returns single workspace 3301 22:31:14 is expected to eq "matching-workspace" 3302 22:31:14 when the user requests a workspace that they are not authorized for 3303 22:31:14 behaves like query is a working graphql query 3304 22:31:14 behaves like a working graphql query 3305 22:31:14 returns a successful response 3306 22:31:14 behaves like query returns blank 3307 22:31:14 is expected to be blank 3308 22:31:14 when user is not authorized 3309 22:31:14 behaves like query is a working graphql query 3310 22:31:14 behaves like a working graphql query 3311 22:31:15 returns a successful response 3312 22:31:15 behaves like query returns blank 3313 22:31:15 is expected to be blank 3314 22:31:15 behaves like query in unlicensed environment 3315 22:31:15 when remote_development feature is unlicensed 3316 22:31:15 when user is authorized 3317 22:31:15 behaves like query returns blank 3318 22:31:15 is expected to be blank 3319 22:31:15 behaves like query includes graphql error 3320 22:31:15 includes a graphql error 3321 22:31:15 with admin user 3322 22:31:15 behaves like single workspace query 3323 22:31:15 when user is authorized 3324 22:31:15 behaves like query is a working graphql query 3325 22:31:15 behaves like a working graphql query 3326 22:31:16 returns a successful response 3327 22:31:16 behaves like query returns single workspace 3328 22:31:16 is expected to eq "matching-workspace" 3329 22:31:16 when user is not authorized 3330 22:31:16 behaves like query is a working graphql query 3331 22:31:16 behaves like a working graphql query 3332 22:31:17 returns a successful response 3333 22:31:17 behaves like query returns blank 3334 22:31:17 is expected to be blank 3335 22:31:17 behaves like query in unlicensed environment 3336 22:31:17 when remote_development feature is unlicensed 3337 22:31:17 when user is authorized 3338 22:31:17 behaves like query returns blank 3339 22:31:17 is expected to be blank 3340 22:31:17 behaves like query includes graphql error 3341 22:31:18 includes a graphql error 3342 22:31:18 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/remote_development/workspace/with_id_arg_spec.rb. It took 9.98 seconds. Expected to take 12.61 seconds. 3343 22:31:18 # [RSpecRunTime] Starting example group ee/spec/requests/projects/analytics/code_reviews_controller_spec.rb. Expected to take 11.7 seconds. 3344 22:31:18 Projects::Analytics::CodeReviewsController 3345 22:31:18 GET /*namespace_id/:project_id/analytics/code_reviews 3346 22:31:18 for reporter+ 3347 22:31:18 with code_review_analytics included in plan 3349 22:31:19 # [RSpecRunTime] RSpec elapsed time: 15 minutes 54.56 seconds. Current RSS: ~1417M. Threads: 5. load average: 1.32 1.26 1.22 1/429 2247 3351 22:31:19 without code_review_analytics in plan 3352 22:31:20 is not found 3353 22:31:21 # [RSpecRunTime] RSpec elapsed time: 15 minutes 55.81 seconds. Current RSS: ~1415M. Threads: 5. load average: 1.32 1.26 1.22 1/429 2248 3356 22:31:22 is not found 3357 22:31:22 # [RSpecRunTime] RSpec elapsed time: 15 minutes 56.9 seconds. Current RSS: ~1413M. Threads: 5. load average: 1.32 1.26 1.22 1/429 2249 3359 22:31:22 # [RSpecRunTime] Finishing example group ee/spec/requests/projects/analytics/code_reviews_controller_spec.rb. It took 3.77 seconds. Expected to take 11.7 seconds. 3360 22:31:22 # [RSpecRunTime] Starting example group ee/spec/requests/projects/analytics/code_reviews_controller_spec.rb. Expected to take 11.7 seconds. 3361 22:31:22 Projects::Analytics::CodeReviewsController 3362 22:31:22 behaves like tracking unique visits 3363 22:31:23 tracks unique visit if the format is HTML 3364 22:31:24 tracks unique visit if DNT is not enabled 3365 22:31:25 does not track unique visit if DNT is enabled 3366 22:31:26 does not track unique visit if the format is JSON 3367 22:31:26 # [RSpecRunTime] RSpec elapsed time: 16 minutes 1.13 seconds. Current RSS: ~1407M. Threads: 5. load average: 1.29 1.26 1.22 1/430 2250 3369 22:31:26 behaves like Snowplow event tracking with RedisHLL context 3370 22:31:26 behaves like Snowplow event tracking 3372 22:31:27 # [RSpecRunTime] RSpec elapsed time: 16 minutes 2.31 seconds. Current RSS: ~1407M. Threads: 5. load average: 1.35 1.27 1.22 2/430 2251 3374 22:31:27 # [RSpecRunTime] Finishing example group ee/spec/requests/projects/analytics/code_reviews_controller_spec.rb. It took 5.43 seconds. Expected to take 11.7 seconds. 3375 22:31:27 # [RSpecRunTime] Starting example group ee/spec/controllers/ee/projects/pages_controller_spec.rb. Expected to take 11.39 seconds. 3376 22:31:27 Projects::PagesController 3377 22:31:27 when updating pages_multiple_versions_enabled 3378 22:31:27 with pages_multiple_versions feature flag disabled 3379 22:31:28 does not update pages unique domain 3380 22:31:28 # [RSpecRunTime] RSpec elapsed time: 16 minutes 3.6 seconds. Current RSS: ~1407M. Threads: 5. load average: 1.35 1.27 1.22 1/429 2252 3382 22:31:28 with pages_multiple_versions licensed feature disabled 3383 22:31:29 does not update pages unique domain 3384 22:31:29 # [RSpecRunTime] RSpec elapsed time: 16 minutes 4.77 seconds. Current RSS: ~1410M. Threads: 5. load average: 1.35 1.27 1.22 1/429 2253 3386 22:31:29 with pages_multiple_versions licensed feature and feature flag enabled 3387 22:31:29 when user is a developer 3388 22:31:31 does not update pages unique domain 3389 22:31:31 # [RSpecRunTime] RSpec elapsed time: 16 minutes 6.13 seconds. Current RSS: ~1410M. Threads: 5. load average: 1.35 1.27 1.22 1/429 2254 3391 22:31:31 when user is the project maintainer 3392 22:31:32 updates pages_https_only and pages_multiple_versions and redirects back to pages settings 3393 22:31:32 when it fails to update 3394 22:31:33 adds an error message 3395 22:31:33 # [RSpecRunTime] RSpec elapsed time: 16 minutes 8.26 seconds. Current RSS: ~1409M. Threads: 5. load average: 1.32 1.27 1.22 1/429 2255 3397 22:31:33 when max_pages_size param is specified 3398 22:31:33 when user is an admin 3399 22:31:33 when admin mode is enabled 3400 22:31:34 updates max_pages_size 3401 22:31:34 # [RSpecRunTime] RSpec elapsed time: 16 minutes 9.49 seconds. Current RSS: ~1409M. Threads: 5. load average: 1.32 1.27 1.22 1/429 2256 3403 22:31:34 when admin mode is disabled 3404 22:31:35 does not update max_pages_size 3405 22:31:35 # [RSpecRunTime] RSpec elapsed time: 16 minutes 10.52 seconds. Current RSS: ~1409M. Threads: 5. load average: 1.32 1.27 1.22 1/429 2257 3407 22:31:35 when user is not an admin 3408 22:31:36 does not update max_pages_size 3409 22:31:36 # [RSpecRunTime] RSpec elapsed time: 16 minutes 11.72 seconds. Current RSS: ~1410M. Threads: 5. load average: 1.32 1.27 1.22 1/429 2258 3411 22:31:36 # [RSpecRunTime] Finishing example group ee/spec/controllers/ee/projects/pages_controller_spec.rb. It took 9.41 seconds. Expected to take 11.39 seconds. 3412 22:31:36 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/remote_development/cluster_agent/workspaces/with_no_args_spec.rb. Expected to take 11.22 seconds. 3413 22:31:36 Query.project.clusterAgent.workspaces (with no arguments) 3414 22:31:42 behaves like multiple workspaces query 3415 22:31:42 when user is authorized 3416 22:31:42 behaves like query is a working graphql query 3417 22:31:42 behaves like a working graphql query 3418 22:31:42 returns a successful response 3419 22:31:42 # [RSpecRunTime] RSpec elapsed time: 16 minutes 17.7 seconds. Current RSS: ~1406M. Threads: 5. load average: 1.50 1.31 1.23 1/429 2259 3421 22:31:42 behaves like query returns workspaces array containing only expected workspace 3422 22:31:43 includes only the expected workspace 3423 22:31:43 when the user requests a workspace that they are not authorized for 3424 22:31:43 does not return the unauthorized workspace 3425 22:31:44 still returns the authorized workspace 3426 22:31:44 # [RSpecRunTime] RSpec elapsed time: 16 minutes 19.3 seconds. Current RSS: ~1405M. Threads: 5. load average: 1.50 1.31 1.23 1/429 2260 3428 22:31:44 when user is not authorized 3429 22:31:44 behaves like query is a working graphql query 3430 22:31:44 behaves like a working graphql query 3431 22:31:45 returns a successful response 3432 22:31:45 behaves like query returns blank 3433 22:31:45 is expected to be blank 3434 22:31:45 behaves like query in unlicensed environment 3435 22:31:45 when remote_development feature is unlicensed 3436 22:31:45 when user is authorized 3437 22:31:45 behaves like query returns blank 3438 22:31:46 is expected to be blank 3439 22:31:46 behaves like query includes graphql error 3440 22:31:46 includes a graphql error 3441 22:31:46 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/remote_development/cluster_agent/workspaces/with_no_args_spec.rb. It took 9.51 seconds. Expected to take 11.22 seconds. 3442 22:31:46 # [RSpecRunTime] Starting example group ee/spec/controllers/projects/security/dashboard_controller_spec.rb. Expected to take 10.77 seconds. 3443 22:31:46 Projects::Security::DashboardController 3444 22:31:47 behaves like SecurityDashboardsPermissions 3445 22:31:47 access for all actions 3446 22:31:47 when security dashboard feature is disabled 3448 22:31:47 # [RSpecRunTime] RSpec elapsed time: 16 minutes 22.62 seconds. Current RSS: ~1421M. Threads: 5. load average: 1.46 1.30 1.23 1/429 2279 3450 22:31:47 when security dashboard feature is enabled 3451 22:31:47 when user has guest access 3452 22:31:48 denies access 3453 22:31:48 when user has developer access 3454 22:31:49 grants access 3456 22:31:49 when project has no vulnerabilities 3457 22:31:51 renders empty state 3458 22:31:51 # [RSpecRunTime] RSpec elapsed time: 16 minutes 25.94 seconds. Current RSS: ~1442M. Threads: 5. load average: 1.46 1.30 1.23 1/430 2289 3460 22:31:51 when project has vulnerabilities 3461 22:31:53 renders dashboard with vulnerability metadata 3462 22:31:53 # [RSpecRunTime] RSpec elapsed time: 16 minutes 27.92 seconds. Current RSS: ~1466M. Threads: 5. load average: 1.42 1.30 1.23 3/430 2290 3464 22:31:53 behaves like tracks govern usage event 3465 22:31:55 tracks unique event 3466 22:31:55 # [RSpecRunTime] RSpec elapsed time: 16 minutes 29.84 seconds. Current RSS: ~1485M. Threads: 5. load average: 1.42 1.30 1.23 1/430 2291 3468 22:31:55 when the "Security and compliance" feature is disabled 3469 22:31:55 is expected to respond with numeric status code not_found 3470 22:31:55 # [RSpecRunTime] Finishing example group ee/spec/controllers/projects/security/dashboard_controller_spec.rb. It took 9.0 seconds. Expected to take 10.77 seconds. 3471 22:31:55 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/project/code_coverage_summary_spec.rb. Expected to take 9.85 seconds. 3472 22:31:55 Getting code coverage summary in a project 3473 22:31:55 behaves like a working graphql query 3474 22:31:56 returns a successful response 3475 22:31:56 # [RSpecRunTime] RSpec elapsed time: 16 minutes 31.73 seconds. Current RSS: ~1486M. Threads: 5. load average: 1.42 1.30 1.23 1/430 2310 3477 22:31:56 when project has coverage 3478 22:31:56 for the default branch 3479 22:32:00 contains code coverage summary data 3480 22:32:00 # [RSpecRunTime] RSpec elapsed time: 16 minutes 34.95 seconds. Current RSS: ~1470M. Threads: 5. load average: 1.39 1.29 1.23 1/429 2329 3482 22:32:00 not for the default branch 3484 22:32:02 # [RSpecRunTime] RSpec elapsed time: 16 minutes 37.11 seconds. Current RSS: ~1470M. Threads: 5. load average: 1.36 1.29 1.23 1/429 2348 3486 22:32:02 when project does not have coverage 3488 22:32:03 # [RSpecRunTime] RSpec elapsed time: 16 minutes 38.47 seconds. Current RSS: ~1464M. Threads: 5. load average: 1.36 1.29 1.23 1/429 2367 3490 22:32:03 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/project/code_coverage_summary_spec.rb. It took 8.23 seconds. Expected to take 9.85 seconds. 3491 22:32:03 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/dast/profiles/create_spec.rb. Expected to take 9.78 seconds. 3492 22:32:03 Creating a DAST Profile 3493 22:32:04 behaves like an on-demand scan mutation when user cannot run an on-demand scan 3494 22:32:04 when a user does not have access to the project 3495 22:32:04 behaves like a mutation that returns a top-level access error 3496 22:32:04 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 3497 22:32:05 # [RSpecRunTime] RSpec elapsed time: 16 minutes 39.79 seconds. Current RSS: ~1468M. Threads: 5. load average: 1.36 1.29 1.23 1/429 2391 3499 22:32:05 when a user does not have access to run a dast scan on the project 3500 22:32:05 behaves like a mutation that returns a top-level access error 3501 22:32:05 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 3502 22:32:05 behaves like an on-demand scan mutation when user can run an on-demand scan 3503 22:32:06 returns an empty errors array 3504 22:32:07 returns dastProfile.id 3505 22:32:08 returns dastProfile.editPath 3506 22:32:09 returns a non-empty pipelineUrl 3507 22:32:09 when on demand scan licensed feature is not available 3508 22:32:09 behaves like a mutation that returns a top-level access error 3509 22:32:09 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 3510 22:32:09 # [RSpecRunTime] RSpec elapsed time: 16 minutes 44.47 seconds. Current RSS: ~1438M. Threads: 5. load average: 1.33 1.28 1.23 1/430 2397 3512 22:32:09 when dastProfileSchedule is present 3513 22:32:11 creates a Dast::ProfileSchedule 3514 22:32:11 # [RSpecRunTime] RSpec elapsed time: 16 minutes 46.32 seconds. Current RSS: ~1429M. Threads: 5. load average: 1.33 1.28 1.23 1/430 2398 3516 22:32:11 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/dast/profiles/create_spec.rb. It took 7.86 seconds. Expected to take 9.78 seconds. 3517 22:32:11 # [RSpecRunTime] Starting example group ee/spec/controllers/ee/dashboard/projects_controller_spec.rb. Expected to take 9.57 seconds. 3518 22:32:11 Dashboard::ProjectsController 3520 22:32:11 when licensed 3521 22:32:11 for admin users 3522 22:32:13 returns success 3523 22:32:13 paginates the records 3524 22:32:14 returns projects marked for deletion 3525 22:32:14 # [RSpecRunTime] RSpec elapsed time: 16 minutes 48.89 seconds. Current RSS: ~1414M. Threads: 5. load average: 1.30 1.28 1.22 1/430 2399 3527 22:32:14 for non-admin users 3528 22:32:16 returns success 3529 22:32:17 paginates the records 3530 22:32:17 for should_check_namespace_plan 3531 22:32:17 should_check_namespace_plan: false, removed_projects_count: 3 3532 22:32:18 accounts total removable projects 3533 22:32:18 # [RSpecRunTime] RSpec elapsed time: 16 minutes 53.18 seconds. Current RSS: ~1417M. Threads: 5. load average: 1.28 1.27 1.22 1/430 2400 3535 22:32:18 should_check_namespace_plan: true, removed_projects_count: 2 3536 22:32:19 accounts total removable projects 3537 22:32:19 # [RSpecRunTime] RSpec elapsed time: 16 minutes 54.41 seconds. Current RSS: ~1420M. Threads: 5. load average: 1.28 1.27 1.22 1/430 2401 3539 22:32:19 when not licensed 3540 22:32:19 behaves like returns not found 3541 22:32:19 is expected to respond with numeric status code not_found 3542 22:32:19 # [RSpecRunTime] Finishing example group ee/spec/controllers/ee/dashboard/projects_controller_spec.rb. It took 8.19 seconds. Expected to take 9.57 seconds. 3543 22:32:19 # [RSpecRunTime] Starting example group ee/spec/requests/api/ci/variables_spec.rb. Expected to take 9.31 seconds. 3544 22:32:19 API::Ci::Variables 3545 22:32:19 POST /projects/:id/variables 3546 22:32:20 logs audit event 3547 22:32:21 logs variable creation 3548 22:32:21 # [RSpecRunTime] RSpec elapsed time: 16 minutes 56.74 seconds. Current RSS: ~1422M. Threads: 5. load average: 1.28 1.27 1.22 1/429 2402 3550 22:32:21 PUT /projects/:id/variables/:key 3551 22:32:23 logs audit event 3552 22:32:24 logs variable protection update 3553 22:32:24 # [RSpecRunTime] RSpec elapsed time: 16 minutes 59.04 seconds. Current RSS: ~1424M. Threads: 5. load average: 1.26 1.27 1.22 1/429 2403 3555 22:32:24 DELETE /projects/:id/variables/:key 3556 22:32:25 logs audit event 3557 22:32:26 logs variable destruction 3558 22:32:26 # [RSpecRunTime] RSpec elapsed time: 17 minutes 1.31 seconds. Current RSS: ~1425M. Threads: 5. load average: 1.26 1.27 1.22 1/430 2404 3560 22:32:26 # [RSpecRunTime] Finishing example group ee/spec/requests/api/ci/variables_spec.rb. It took 6.8 seconds. Expected to take 9.31 seconds. 3561 22:32:26 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/security_policy/unassign_security_policy_project_spec.rb. Expected to take 8.71 seconds. 3562 22:32:26 Unassigns scan execution policy project from a project/namespace 3564 22:32:29 behaves like unassigns security policy project 3565 22:32:29 when licensed feature is available 3566 22:32:29 when user is an owner of the container 3567 22:32:29 when there is no security policy project assigned to the container 3568 22:32:29 does not unassign the security policy project 3569 22:32:29 # [RSpecRunTime] RSpec elapsed time: 17 minutes 4.08 seconds. Current RSS: ~1418M. Threads: 5. load average: 1.24 1.26 1.22 1/429 2405 3571 22:32:29 when security policy project is assigned to the container 3572 22:32:29 unassigns the security policy project 3573 22:32:29 when user is not an owner 3574 22:32:29 behaves like a mutation that returns top-level errors 3575 22:32:30 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 3576 22:32:30 when feature is not licensed 3577 22:32:30 behaves like a mutation that returns top-level errors 3578 22:32:30 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 3579 22:32:30 for namespace 3580 22:32:30 behaves like unassigns security policy project 3581 22:32:30 when licensed feature is available 3582 22:32:30 when user is an owner of the container 3583 22:32:30 when there is no security policy project assigned to the container 3584 22:32:31 does not unassign the security policy project 3585 22:32:31 when security policy project is assigned to the container 3586 22:32:31 unassigns the security policy project 3587 22:32:31 when user is not an owner 3588 22:32:31 behaves like a mutation that returns top-level errors 3589 22:32:32 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 3590 22:32:32 when feature is not licensed 3591 22:32:32 behaves like a mutation that returns top-level errors 3592 22:32:33 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 3593 22:32:33 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/security_policy/unassign_security_policy_project_spec.rb. It took 6.54 seconds. Expected to take 8.71 seconds. 3594 22:32:33 # [RSpecRunTime] Starting example group ee/spec/requests/user_activity_spec.rb. Expected to take 8.53 seconds. 3595 22:32:33 [EE] Update of user activity 3596 22:32:33 behaves like updating of user activity 3597 22:32:33 without an authenticated user 3598 22:32:34 does not set the last activity cookie 3599 22:32:34 # [RSpecRunTime] RSpec elapsed time: 17 minutes 9.37 seconds. Current RSS: ~1417M. Threads: 5. load average: 1.22 1.26 1.22 1/430 2406 3601 22:32:34 with an authenticated user 3602 22:32:34 with a POST request 3603 22:32:35 does not set the last activity cookie 3604 22:32:35 # [RSpecRunTime] RSpec elapsed time: 17 minutes 10.72 seconds. Current RSS: ~1414M. Threads: 5. load average: 1.22 1.26 1.22 1/430 2407 3606 22:32:35 on GET to /group/project/-/integrations/jira/issues 3607 22:32:37 updates the last activity date 3608 22:32:37 when last_activity_on is nil 3609 22:32:38 updates the last activity date 3610 22:32:38 # [RSpecRunTime] RSpec elapsed time: 17 minutes 13.37 seconds. Current RSS: ~1409M. Threads: 5. load average: 1.20 1.25 1.22 1/430 2408 3612 22:32:38 when last_activity_on is stale 3613 22:32:39 updates the last activity date 3614 22:32:39 # [RSpecRunTime] RSpec elapsed time: 17 minutes 14.74 seconds. Current RSS: ~1406M. Threads: 5. load average: 1.20 1.25 1.22 1/430 2409 3616 22:32:39 # [RSpecRunTime] Finishing example group ee/spec/requests/user_activity_spec.rb. It took 6.89 seconds. Expected to take 8.53 seconds. 3617 22:32:39 # [RSpecRunTime] Starting example group ee/spec/requests/custom_roles/admin_integrations/request_spec.rb. Expected to take 8.37 seconds. 3618 22:32:39 User with admin_integrations custom role 3619 22:32:40 API::Integrations 3620 22:32:40 GET /projects/:id/integrations 3621 22:32:41 returns success for a user with custom role 3622 22:32:41 # [RSpecRunTime] RSpec elapsed time: 17 minutes 15.83 seconds. Current RSS: ~1406M. Threads: 5. load average: 1.20 1.25 1.22 1/430 2410 3624 22:32:41 PUT /projects/:id/integrations/asana 3625 22:32:41 returns success for a user with custom role 3626 22:32:41 DELETE /projects/:id/integrations/asana 3627 22:32:41 returns success for a user with custom role 3628 22:32:41 GET /projects/:id/integrations/asana 3629 22:32:41 returns success for a user with custom role 3630 22:32:41 Projects::Settings::IntegrationsController 3632 22:32:42 user can access the page via a custom role 3634 22:32:43 user can access the page via a custom role 3636 22:32:43 user can access the page via a custom role 3638 22:32:43 user can access the page via a custom role 3639 22:32:43 Groups::Settings::IntegrationsController 3641 22:32:44 user can access the page via a custom role 3643 22:32:44 user can access the page via a custom role 3645 22:32:45 user can access the page via a custom role 3647 22:32:45 user can access the page via a custom role 3649 22:32:46 user can access the page via a custom role 3650 22:32:46 # [RSpecRunTime] Finishing example group ee/spec/requests/custom_roles/admin_integrations/request_spec.rb. It took 6.06 seconds. Expected to take 8.37 seconds. 3651 22:32:46 # [RSpecRunTime] Starting example group ee/spec/requests/smartcard_controller_spec.rb. Expected to take 8.14 seconds. 3652 22:32:46 SmartcardController 3654 22:32:46 with smartcard_auth enabled 3655 22:32:46 redirects to extract certificate 3656 22:32:46 with provider param 3657 22:32:46 forwards the provider param 3658 22:32:46 with smartcard_auth disabled 3660 22:32:46 #extract_certificate 3661 22:32:46 with smartcard_auth enabled 3662 22:32:46 redirects to verify certificate 3663 22:32:46 with provider param 3664 22:32:46 forwards the provider param 3665 22:32:46 missing NGINX client certificate header 3666 22:32:46 renders unauthorized 3667 22:32:46 request from different host / port 3669 22:32:46 with smartcard_auth disabled 3671 22:32:46 #verify_certificate 3672 22:32:46 Smartcard::Certificate 3673 22:32:46 behaves like a client certificate authentication 3674 22:32:46 with smartcard_auth enabled 3675 22:32:46 allows sign in 3676 22:32:47 redirects to root 3677 22:32:47 logs audit event 3678 22:32:47 stores active session 3679 22:32:47 user does not exist 3680 22:32:47 signup allowed 3681 22:32:48 creates user 3682 22:32:48 # [RSpecRunTime] RSpec elapsed time: 17 minutes 22.84 seconds. Current RSS: ~1421M. Threads: 5. load average: 1.17 1.25 1.21 1/430 2411 3684 22:32:48 signup disabled 3686 22:32:48 missing client certificate param 3687 22:32:48 renders unauthorized 3688 22:32:48 when timestamp of certificate param is expired 3689 22:32:48 renders unauthorized 3690 22:32:48 when timestamp of certificate param is in the future 3691 22:32:48 renders unauthorized 3692 22:32:48 with smartcard_auth disabled 3694 22:32:48 user already exists 3695 22:32:48 finds existing user 3696 22:32:48 certificate header formats from NGINX 3697 22:32:48 escaped format 3698 22:32:48 behaves like valid certificate header 3699 22:32:48 authenticates user 3700 22:32:48 deprecated format 3701 22:32:48 behaves like valid certificate header 3702 22:32:49 authenticates user 3703 22:32:49 Smartcard::LdapCertificate 3704 22:32:49 sets correct parameters for LDAP search 3705 22:32:49 behaves like a client certificate authentication 3706 22:32:49 with smartcard_auth enabled 3707 22:32:49 allows sign in 3708 22:32:50 redirects to root 3709 22:32:50 logs audit event 3710 22:32:50 stores active session 3711 22:32:50 user does not exist 3712 22:32:50 signup allowed 3713 22:32:50 creates user 3714 22:32:51 # [RSpecRunTime] RSpec elapsed time: 17 minutes 25.81 seconds. Current RSS: ~1416M. Threads: 5. load average: 1.17 1.25 1.21 1/430 2412 3716 22:32:51 signup disabled 3718 22:32:51 missing client certificate param 3719 22:32:51 renders unauthorized 3720 22:32:51 when timestamp of certificate param is expired 3721 22:32:51 renders unauthorized 3722 22:32:51 when timestamp of certificate param is in the future 3723 22:32:51 renders unauthorized 3724 22:32:51 with smartcard_auth disabled 3726 22:32:51 when ldap is an active directory server 3727 22:32:51 sets correct parameters for LDAP search 3728 22:32:51 user already exists 3729 22:32:51 finds existing user 3730 22:32:51 user has a different identity 3731 22:32:52 doesn't login a user 3732 22:32:52 doesn't create a new user entry either 3733 22:32:52 # [RSpecRunTime] Finishing example group ee/spec/requests/smartcard_controller_spec.rb. It took 6.25 seconds. Expected to take 8.14 seconds. 3734 22:32:52 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/project/pipeline/security_report_findings_spec.rb. Expected to take 7.99 seconds. 3735 22:32:52 Query.project(fullPath).pipeline(iid).securityReportFindings 3736 22:32:53 when the required features are disabled 3737 22:32:54 returns no vulnerability findings 3738 22:32:54 # [RSpecRunTime] RSpec elapsed time: 17 minutes 28.85 seconds. Current RSS: ~1415M. Threads: 5. load average: 1.07 1.22 1.21 1/430 2431 3740 22:32:54 when the required features are enabled 3741 22:32:54 when user is member of the project 3742 22:32:54 returns all the vulnerability findings 3743 22:32:55 returns all the queried fields 3745 22:32:55 with only :first argument 3746 22:32:55 returns the first 5 findings 3747 22:32:55 # [RSpecRunTime] RSpec elapsed time: 17 minutes 30.67 seconds. Current RSS: ~1416M. Threads: 5. load average: 1.07 1.22 1.21 1/430 2432 3749 22:32:55 with :first and :after arguments 3750 22:32:56 returns the 6th to 10th findings 3751 22:32:56 with :last and :before arguments 3752 22:32:56 returns the 10th to 20th findings 3753 22:32:56 with :first and :last arguments 3754 22:32:57 returns an error 3755 22:32:57 with :after and :before arguments 3756 22:32:57 returns an error 3757 22:32:57 with :last and :after arguments 3758 22:32:58 returns an error 3759 22:32:58 with :first and :before arguments 3760 22:32:58 returns an error 3761 22:32:58 when user is not a member of the project 3762 22:32:58 returns no vulnerability findings 3763 22:32:58 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/project/pipeline/security_report_findings_spec.rb. It took 6.4 seconds. Expected to take 7.99 seconds. 3764 22:32:58 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/gitlab_subscriptions/user_add_on_assignments/remove_spec.rb. Expected to take 7.66 seconds. 3765 22:32:58 UserAddOnAssignmentRemove 3766 22:32:59 when current_user is not owner or admin 3767 22:32:59 behaves like empty response 3769 22:32:59 # [RSpecRunTime] RSpec elapsed time: 17 minutes 34.6 seconds. Current RSS: ~1421M. Threads: 5. load average: 1.07 1.22 1.21 1/430 2433 3771 22:32:59 when add_on_purchase has expired 3772 22:32:59 behaves like empty response 3774 22:33:00 behaves like success response 3775 22:33:00 returns expected response 3776 22:33:00 expires the cache key for that user 3777 22:33:00 when the user does not have existing assignment 3778 22:33:00 behaves like empty response 3780 22:33:00 when there are multiple add-on assignments for the user 3781 22:33:00 behaves like efficient mutation request 3782 22:33:02 avoids N+1 database queries 3783 22:33:02 # [RSpecRunTime] RSpec elapsed time: 17 minutes 36.95 seconds. Current RSS: ~1420M. Threads: 5. load average: 1.07 1.22 1.21 1/430 2434 3785 22:33:02 when add_on_purchase_id does not exists 3786 22:33:02 behaves like empty response 3788 22:33:02 when user_id does not exists 3789 22:33:02 behaves like empty response 3791 22:33:02 when current_user is admin 3792 22:33:02 behaves like success response 3793 22:33:02 returns expected response 3794 22:33:03 expires the cache key for that user 3795 22:33:03 when the namespace is nil 3796 22:33:03 when current_user is admin 3797 22:33:03 behaves like success response 3798 22:33:03 returns expected response 3799 22:33:03 expires the cache key for that user 3800 22:33:03 when there are multiple add-on assignments for the user 3801 22:33:03 behaves like efficient mutation request 3802 22:33:04 avoids N+1 database queries 3803 22:33:04 # [RSpecRunTime] RSpec elapsed time: 17 minutes 39.63 seconds. Current RSS: ~1417M. Threads: 5. load average: 1.06 1.22 1.20 1/430 2435 3805 22:33:04 when current_user is not admin 3806 22:33:04 behaves like empty response 3808 22:33:05 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/gitlab_subscriptions/user_add_on_assignments/remove_spec.rb. It took 6.39 seconds. Expected to take 7.66 seconds. 3809 22:33:05 # [RSpecRunTime] Starting example group ee/spec/controllers/groups/iterations_controller_spec.rb. Expected to take 7.38 seconds. 3810 22:33:05 Groups::IterationsController 3812 22:33:05 iteration_license_available: false, role: :developer 3813 22:33:05 behaves like returning response status 3814 22:33:06 returns not_found 3815 22:33:06 iteration_license_available: true, role: :none 3816 22:33:06 behaves like returning response status 3817 22:33:06 returns not_found 3818 22:33:06 iteration_license_available: true, role: :guest 3819 22:33:06 behaves like returning response status 3820 22:33:06 returns not_found 3821 22:33:06 when role is developer 3822 22:33:06 redirects to the group iteration cadence index path 3824 22:33:06 iteration_license_available: false, role: :developer, requested_iteration: lazy { iteration } 3825 22:33:06 behaves like returning response status 3826 22:33:07 returns not_found 3827 22:33:07 iteration_license_available: true, role: :none, requested_iteration: lazy { iteration } 3828 22:33:07 behaves like returning response status 3829 22:33:07 returns not_found 3830 22:33:07 iteration_license_available: true, role: :guest, requested_iteration: lazy { iteration } 3831 22:33:07 behaves like returning response status 3832 22:33:07 returns not_found 3833 22:33:07 iteration_license_available: true, role: :developer, requested_iteration: lazy { other_iteration } 3834 22:33:07 behaves like returning response status 3835 22:33:07 returns not_found 3836 22:33:07 when role is developer and can edit the requested iteration 3837 22:33:08 redirects to the corresponding iteration cadence path 3839 22:33:08 iteration_license_available: false, role: :developer 3840 22:33:08 behaves like returning response status 3841 22:33:08 returns not_found 3842 22:33:08 iteration_license_available: true, role: :none 3843 22:33:08 behaves like returning response status 3844 22:33:08 returns not_found 3845 22:33:08 iteration_license_available: true, role: :guest 3846 22:33:08 redirects to the group iteration cadence index path 3847 22:33:08 iteration_license_available: true, role: :developer 3848 22:33:09 redirects to the group iteration cadence index path 3850 22:33:09 iteration_license_available: false, role: :developer, requested_iteration: lazy { iteration } 3851 22:33:09 behaves like returning response status 3852 22:33:09 returns not_found 3853 22:33:09 iteration_license_available: true, role: :none, requested_iteration: lazy { iteration } 3854 22:33:09 behaves like returning response status 3855 22:33:09 returns not_found 3856 22:33:09 iteration_license_available: true, role: :guest, requested_iteration: lazy { other_iteration } 3857 22:33:09 behaves like returning response status 3858 22:33:09 returns not_found 3859 22:33:09 when current user can view the requested iteration 3860 22:33:09 iteration_license_available: true, role: :guest 3861 22:33:10 redirects to the corresponding iteration cadence path 3862 22:33:10 iteration_license_available: true, role: :developer 3863 22:33:10 redirects to the corresponding iteration cadence path 3864 22:33:10 # [RSpecRunTime] Finishing example group ee/spec/controllers/groups/iterations_controller_spec.rb. It took 5.6 seconds. Expected to take 7.38 seconds. 3865 22:33:10 # [RSpecRunTime] Starting example group ee/spec/requests/api/analytics/code_review_analytics_spec.rb. Expected to take 7.31 seconds. 3866 22:33:10 API::Analytics::CodeReviewAnalytics 3867 22:33:11 GET code_review 3868 22:33:11 is successful 3869 22:33:11 with merge requests present 3870 22:33:12 returns list of open MRs with pagination headers 3871 22:33:12 with label & milestone filters 3872 22:33:13 applies filter 3873 22:33:13 # [RSpecRunTime] RSpec elapsed time: 17 minutes 48.72 seconds. Current RSS: ~1421M. Threads: 5. load average: 1.13 1.23 1.21 1/430 2436 3875 22:33:13 with negation filters 3876 22:33:15 applies filter 3877 22:33:15 # [RSpecRunTime] RSpec elapsed time: 17 minutes 49.9 seconds. Current RSS: ~1423M. Threads: 5. load average: 1.13 1.23 1.21 1/430 2437 3879 22:33:15 with any label filter present 3880 22:33:16 applies filter 3881 22:33:16 # [RSpecRunTime] RSpec elapsed time: 17 minutes 51.07 seconds. Current RSS: ~1423M. Threads: 5. load average: 1.13 1.23 1.21 1/430 2438 3883 22:33:16 when user has no authorization 3884 22:33:16 is not authorized 3885 22:33:16 when feature is not available in plan 3886 22:33:16 is not_authorized 3887 22:33:16 when project_id is not specified 3888 22:33:16 is not found 3889 22:33:16 # [RSpecRunTime] Finishing example group ee/spec/requests/api/analytics/code_review_analytics_spec.rb. It took 6.03 seconds. Expected to take 7.31 seconds. 3890 22:33:16 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/members/projects/bulk_update_spec.rb. Expected to take 7.1 seconds. 3891 22:33:16 ProjectMemberBulkUpdate 3892 22:33:16 with promotion management feature 3893 22:33:17 behaves like promotion management for members bulk update 3894 22:33:17 when member_promotion_management is disabled 3895 22:33:17 behaves like updates all members 3896 22:33:18 is expected to all equal 30 3897 22:33:18 # [RSpecRunTime] RSpec elapsed time: 17 minutes 53.38 seconds. Current RSS: ~1426M. Threads: 5. load average: 1.12 1.22 1.21 1/430 2439 3899 22:33:18 when on SaaS 3900 22:33:18 behaves like updates all members 3901 22:33:19 is expected to all equal 30 3902 22:33:19 # [RSpecRunTime] RSpec elapsed time: 17 minutes 54.66 seconds. Current RSS: ~1431M. Threads: 5. load average: 1.12 1.22 1.21 1/430 2440 3905 22:33:20 queues non billable users promotions to billable roles 3906 22:33:20 when users are already billable 3907 22:33:20 behaves like updates all members 3908 22:33:22 is expected to all equal 40 3909 22:33:22 # [RSpecRunTime] RSpec elapsed time: 17 minutes 57.23 seconds. Current RSS: ~1433M. Threads: 5. load average: 1.11 1.22 1.20 1/430 2441 3911 22:33:22 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/members/projects/bulk_update_spec.rb. It took 5.78 seconds. Expected to take 7.1 seconds. 3912 22:33:22 # [RSpecRunTime] Starting example group ee/spec/requests/groups/epics_controller_spec.rb. Expected to take 6.79 seconds. 3913 22:33:22 Groups::EpicsController 3915 22:33:23 for work item epics 3916 22:33:23 when feature flag is set 3917 22:33:23 work_item_epics_list_ff: false, expected_template: "groups/work_items/show" 3918 22:33:23 when work_item_epics_list is disabled 3919 22:33:23 renders work item page 3920 22:33:24 renders legacy page when forcing the legacy view 3921 22:33:24 renders json when requesting json response 3922 22:33:24 # [RSpecRunTime] RSpec elapsed time: 17 minutes 59.29 seconds. Current RSS: ~1427M. Threads: 5. load average: 1.11 1.22 1.20 1/430 2442 3924 22:33:24 work_item_epics_list_ff: true, expected_template: "groups/epics/work_items_index" 3925 22:33:24 when work_item_epics_list is disabled 3926 22:33:25 renders work item page 3927 22:33:25 renders legacy page when forcing the legacy view 3928 22:33:25 renders json when requesting json response 3929 22:33:25 # [RSpecRunTime] RSpec elapsed time: 18 minutes 0.51 second. Current RSS: ~1426M. Threads: 5. load average: 1.11 1.22 1.20 1/431 2443 3931 22:33:25 when feature flag is false 3932 22:33:26 exposes the workItemEpics flag 3933 22:33:26 renders json when requesting json response 3934 22:33:26 for summarize notes feature 3935 22:33:26 when feature is available set 3936 22:33:26 exposes the required feature flags 3937 22:33:26 when feature is not available 3938 22:33:27 does not expose the feature flags 3940 22:33:27 renders with feature flag enabled 3941 22:33:27 when work_item_epics disabled 3942 22:33:28 returns not found 3943 22:33:28 # [RSpecRunTime] Finishing example group ee/spec/requests/groups/epics_controller_spec.rb. It took 5.72 seconds. Expected to take 6.79 seconds. 3944 22:33:28 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/dast_site_validations/create_spec.rb. Expected to take 6.55 seconds. 3945 22:33:28 Creating a DAST Site Token 3946 22:33:29 behaves like an on-demand scan mutation when user cannot run an on-demand scan 3947 22:33:29 when a user does not have access to the project 3948 22:33:29 behaves like a mutation that returns a top-level access error 3949 22:33:29 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 3950 22:33:29 # [RSpecRunTime] RSpec elapsed time: 18 minutes 4.24 seconds. Current RSS: ~1441M. Threads: 5. load average: 1.10 1.21 1.20 1/430 2462 3952 22:33:29 when a user does not have access to run a dast scan on the project 3953 22:33:29 behaves like a mutation that returns a top-level access error 3954 22:33:29 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 3955 22:33:29 behaves like an on-demand scan mutation when user can run an on-demand scan 3956 22:33:30 returns an empty errors array 3957 22:33:31 returns the dast_site_validation id 3958 22:33:32 creates a new dast_site_validation 3959 22:33:32 when on demand scan licensed feature is not available 3960 22:33:32 behaves like a mutation that returns a top-level access error 3961 22:33:33 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 3962 22:33:33 # [RSpecRunTime] RSpec elapsed time: 18 minutes 7.92 seconds. Current RSS: ~1445M. Threads: 5. load average: 1.09 1.21 1.20 1/431 2473 3964 22:33:33 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/dast_site_validations/create_spec.rb. It took 4.97 seconds. Expected to take 6.55 seconds. 3965 22:33:33 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/branch_rules/destroy_spec.rb. Expected to take 6.44 seconds. 3966 22:33:33 Deleting a BranchRule 3967 22:33:33 when an invalid global id is given 3968 22:33:34 returns an error 3969 22:33:34 does not destroy the BranchRule 3970 22:33:34 # [RSpecRunTime] RSpec elapsed time: 18 minutes 9.02 seconds. Current RSS: ~1440M. Threads: 5. load average: 1.09 1.21 1.20 1/431 2474 3972 22:33:34 when the branch rule is for all branches 3973 22:33:34 destroys the BranchRule 3974 22:33:35 returns an empty BranchRule 3975 22:33:35 # [RSpecRunTime] RSpec elapsed time: 18 minutes 10.17 seconds. Current RSS: ~1437M. Threads: 5. load average: 1.09 1.21 1.20 1/431 2475 3977 22:33:35 when deleting a branch rule associated to security policy approval rules 3978 22:33:35 with approval rule applied to all protected branches 3979 22:33:35 behaves like rejects mutation 3980 22:33:36 is expected to include (a hash including {"message" => (a string including "The resource that you are attempting to access does not exist or you don't have permission to perform this action")}) 3981 22:33:36 # [RSpecRunTime] RSpec elapsed time: 18 minutes 11.54 seconds. Current RSS: ~1435M. Threads: 5. load average: 1.09 1.21 1.20 1/431 2476 3983 22:33:36 with approval rule applied to no protected branches 3984 22:33:36 behaves like rejects mutation 3985 22:33:38 is expected to include (a hash including {"message" => (a string including "The resource that you are attempting to access does not exist or you don't have permission to perform this action")}) 3986 22:33:38 # [RSpecRunTime] RSpec elapsed time: 18 minutes 12.85 seconds. Current RSS: ~1428M. Threads: 5. load average: 1.08 1.21 1.20 1/431 2477 3988 22:33:38 when the branch rule is for all protected branches 3989 22:33:38 destroys the BranchRule 3990 22:33:38 returns an empty BranchRule 3991 22:33:38 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/branch_rules/destroy_spec.rb. It took 5.61 seconds. Expected to take 6.44 seconds. 3992 22:33:38 # [RSpecRunTime] Starting example group ee/spec/requests/api/provider_identity_spec.rb. Expected to take 6.31 seconds. 3993 22:33:38 API::ProviderIdentity 3994 22:33:39 Provider Identity API 3995 22:33:39 provider_type: "saml", provider_extern_uid_1: "saml-uid-1", provider_extern_uid_2: "saml-uid-2", provider_extern_uid_with_dot: "saml-test@gmail.com", identity_type: Identity(id: integer, extern_uid: string, provider: string, user_id: integer, created_at: datetime, updated_at: datetime, secondary_extern_uid: string, saml_provider_id: integer, trusted_extern_uid: boolean), validation_error: "SAML NameID is missing from your SAML response. Please contact your administrator" 3996 22:33:39 when GET identities 3997 22:33:39 when user is not a group owner 3998 22:33:39 throws unauthorized error 3999 22:33:39 # [RSpecRunTime] RSpec elapsed time: 18 minutes 14.75 seconds. Current RSS: ~1430M. Threads: 5. load average: 1.08 1.21 1.20 1/430 2478 4001 22:33:39 when user is group owner 4002 22:33:40 returns the list of identities 4003 22:33:40 when GET identity 4004 22:33:40 when user is not a group owner 4005 22:33:40 throws unauthorized error 4006 22:33:40 when user is group owner 4007 22:33:40 returns the identity 4008 22:33:40 when PATCH uid 4009 22:33:40 when user is not a group owner 4010 22:33:40 throws forbidden error 4011 22:33:40 when user is a group owner 4012 22:33:40 when invalid uid is passed 4013 22:33:40 returns not found error 4014 22:33:40 when valid uid is passed 4015 22:33:40 updates the identity record with extern_uid passed 4016 22:33:40 when extern uid contains period 4017 22:33:41 updates the identity record 4018 22:33:41 when invalid extern_uid to update is passed 4019 22:33:41 throws bad request error 4020 22:33:41 when params contain attribute other than extern_uid 4021 22:33:41 does not update any other param 4022 22:33:41 throws error when param is missing 4023 22:33:41 when DELETE uid 4024 22:33:41 when user is not a group owner 4025 22:33:41 throws forbidden error 4026 22:33:41 when user is a group owner 4027 22:33:41 when invalid uid is passed 4028 22:33:41 returns not found error 4029 22:33:41 when valid uid is passed 4030 22:33:41 delete the identity record 4031 22:33:41 provider_type: "scim", provider_extern_uid_1: "scim-uid-1", provider_extern_uid_2: "scim-uid-2", provider_extern_uid_with_dot: "scim-test@gmail.com", identity_type: ScimIdentity(id: integer, group_id: integer, user_id: integer, created_at: timestamptz, updated_at: timestamptz, active: boolean, extern_uid: string), validation_error: "Extern uid can't be blank" 4032 22:33:41 when GET identities 4033 22:33:41 when user is not a group owner 4034 22:33:42 throws unauthorized error 4035 22:33:42 when user is group owner 4036 22:33:42 returns the list of identities 4037 22:33:42 when GET identity 4038 22:33:42 when user is not a group owner 4039 22:33:42 throws unauthorized error 4040 22:33:42 when user is group owner 4041 22:33:42 returns the identity 4042 22:33:42 when PATCH uid 4043 22:33:42 when user is not a group owner 4044 22:33:42 throws forbidden error 4045 22:33:42 when user is a group owner 4046 22:33:42 when invalid uid is passed 4047 22:33:42 returns not found error 4048 22:33:42 when valid uid is passed 4049 22:33:43 updates the identity record with extern_uid passed 4050 22:33:43 when extern uid contains period 4051 22:33:43 updates the identity record 4052 22:33:43 when invalid extern_uid to update is passed 4053 22:33:43 throws bad request error 4054 22:33:43 when params contain attribute other than extern_uid 4055 22:33:43 does not update any other param 4056 22:33:43 throws error when param is missing 4057 22:33:43 when DELETE uid 4058 22:33:43 when user is not a group owner 4059 22:33:43 throws forbidden error 4060 22:33:43 when user is a group owner 4061 22:33:43 when invalid uid is passed 4062 22:33:43 returns not found error 4063 22:33:43 when valid uid is passed 4064 22:33:44 delete the identity record 4065 22:33:44 # [RSpecRunTime] Finishing example group ee/spec/requests/api/provider_identity_spec.rb. It took 5.3 seconds. Expected to take 6.31 seconds. 4066 22:33:44 # [RSpecRunTime] Starting example group ee/spec/requests/gitlab_subscriptions/trials/duo_pro_controller_spec.rb. Expected to take 6.13 seconds. 4067 22:33:44 GitlabSubscriptions::Trials::DuoProController 4069 22:33:45 when not authenticated 4070 22:33:45 redirects to trial registration 4071 22:33:45 # [RSpecRunTime] RSpec elapsed time: 18 minutes 20.1 seconds. Current RSS: ~1419M. Threads: 5. load average: 1.08 1.20 1.20 1/429 2479 4073 22:33:45 when authenticated as a user 4074 22:33:45 when successful 4075 22:33:45 when add_on_purchase exists 4076 22:33:45 is expected to redirect to "/groups/group400/-/settings/gitlab_duo" 4077 22:33:45 shows valid flash message 4078 22:33:45 with create service failures 4079 22:33:45 when namespace is not found or not allowed to create 4080 22:33:45 is expected to respond with numeric status code not_found 4081 22:33:45 when lead creation fails 4082 22:33:46 is expected to respond with numeric status code ok and render lead form 4083 22:33:46 when lead creation is successful, but we need to select a namespace next to apply trial 4084 22:33:46 is expected to redirect to "/-/trials/duo_pro/new?step=trial" 4085 22:33:46 with trial failure 4086 22:33:46 renders the select namespace form again with trial creation errors only 4087 22:33:46 with random failure 4088 22:33:46 is expected to render select namespace duo 4089 22:33:46 when subscriptions_trials saas feature is not available 4090 22:33:46 is expected to respond with numeric status code not_found 4091 22:33:46 behaves like namespace is not eligible for trial 4092 22:33:46 when free group owner 4093 22:33:46 is expected to respond with numeric status code forbidden 4094 22:33:46 when ultimate group owner 4095 22:33:47 is expected to respond with numeric status code forbidden 4096 22:33:47 when eligible paid plan group developer 4097 22:33:47 is expected to respond with numeric status code forbidden 4098 22:33:47 behaves like no eligible namespaces 4099 22:33:47 is expected to respond with numeric status code forbidden 4101 22:33:47 when not authenticated 4102 22:33:47 is expected to redirect to sign in 4103 22:33:47 when authenticated as a user 4104 22:33:47 is expected to render lead form 4105 22:33:47 with tracking page render 4106 22:33:47 behaves like internal event tracking 4107 22:33:47 logs to Snowplow, Redis, and product analytics tooling 4108 22:33:47 when subscriptions_trials saas feature is not available 4109 22:33:47 is expected to respond with numeric status code not_found 4110 22:33:47 when on the trial step 4111 22:33:48 is expected to render select namespace duo 4112 22:33:48 with tracking page render 4113 22:33:48 behaves like internal event tracking 4114 22:33:48 logs to Snowplow, Redis, and product analytics tooling 4115 22:33:48 behaves like namespace is not eligible for trial 4116 22:33:48 when free group owner 4117 22:33:48 is expected to respond with numeric status code forbidden 4118 22:33:48 when ultimate group owner 4119 22:33:48 is expected to respond with numeric status code forbidden 4120 22:33:48 when eligible paid plan group developer 4121 22:33:48 is expected to respond with numeric status code forbidden 4122 22:33:48 behaves like no eligible namespaces 4123 22:33:48 is expected to respond with numeric status code forbidden 4124 22:33:48 # [RSpecRunTime] Finishing example group ee/spec/requests/gitlab_subscriptions/trials/duo_pro_controller_spec.rb. It took 4.73 seconds. Expected to take 6.13 seconds. 4125 22:33:48 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/project/alert_management/http_integrations_spec.rb. Expected to take 5.82 seconds. 4126 22:33:48 getting Alert Management HTTP Integrations 4127 22:33:50 with integrations 4128 22:33:50 without project permissions 4129 22:33:50 is expected to be nil 4130 22:33:50 behaves like a working graphql query 4131 22:33:50 returns a successful response 4132 22:33:50 # [RSpecRunTime] RSpec elapsed time: 18 minutes 25.72 seconds. Current RSS: ~1425M. Threads: 5. load average: 1.07 1.20 1.20 1/429 2498 4134 22:33:50 with developer permissions 4135 22:33:51 is expected to eq [] 4136 22:33:51 behaves like a working graphql query 4137 22:33:51 returns a successful response 4138 22:33:51 with maintainer permissions 4139 22:33:51 when no extra params given 4140 22:33:51 is expected to eq 2 4141 22:33:51 returns the correct properties of the integrations 4142 22:33:51 behaves like a working graphql query 4143 22:33:52 returns a successful response 4144 22:33:52 when HTTP Integration ID is given 4145 22:33:52 returns the correct properties of the integration 4146 22:33:52 behaves like a working graphql query 4147 22:33:52 returns a successful response 4148 22:33:52 behaves like GraphQL query with several integrations requested 4149 22:33:52 when several HTTP integrations requested 4150 22:33:53 returns the correct properties of the integrations 4151 22:33:53 batches queries 4152 22:33:53 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/project/alert_management/http_integrations_spec.rb. It took 4.68 seconds. Expected to take 5.82 seconds. 4153 22:33:53 # [RSpecRunTime] Starting example group ee/spec/controllers/projects/insights_controller_spec.rb. Expected to take 5.75 seconds. 4154 22:33:53 Projects::InsightsController 4155 22:33:53 when insights configuration project can be read by current user 4156 22:33:53 GET #show.html 4157 22:33:53 behaves like 200 status 4158 22:33:54 returns 200 status 4159 22:33:54 # [RSpecRunTime] RSpec elapsed time: 18 minutes 29.42 seconds. Current RSS: ~1426M. Threads: 5. load average: 1.06 1.20 1.20 1/429 2499 4161 22:33:54 GET #show.json 4162 22:33:54 behaves like 200 status 4163 22:33:55 returns 200 status 4164 22:33:55 POST #query.json 4165 22:33:55 behaves like 200 status 4166 22:33:55 returns 200 status 4167 22:33:55 when using the legacy format 4168 22:33:55 behaves like 200 status 4169 22:33:55 returns 200 status 4171 22:33:55 behaves like tracking unique visits 4172 22:33:56 tracks unique visit if the format is HTML 4173 22:33:56 tracks unique visit if DNT is not enabled 4174 22:33:57 does not track unique visit if DNT is enabled 4175 22:33:57 does not track unique visit if the format is JSON 4176 22:33:57 # [RSpecRunTime] RSpec elapsed time: 18 minutes 32.26 seconds. Current RSS: ~1436M. Threads: 5. load average: 1.06 1.19 1.19 1/429 2500 4178 22:33:57 behaves like Snowplow event tracking with RedisHLL context 4179 22:33:57 behaves like Snowplow event tracking 4181 22:33:57 when insights configuration project cannot be read by current user 4182 22:33:57 GET #show.html 4183 22:33:57 behaves like 404 status 4184 22:33:58 returns 404 status 4185 22:33:58 GET #show.json 4186 22:33:58 behaves like 404 status 4187 22:33:58 returns 404 status 4189 22:33:58 behaves like 404 status 4190 22:33:58 returns 404 status 4191 22:33:58 # [RSpecRunTime] Finishing example group ee/spec/controllers/projects/insights_controller_spec.rb. It took 4.8 seconds. Expected to take 5.75 seconds. 4192 22:33:58 # [RSpecRunTime] Starting example group ee/spec/requests/projects/issue_feature_flags_controller_spec.rb. Expected to take 5.61 seconds. 4193 22:33:58 Projects::IssueFeatureFlagsController 4195 22:34:00 returns linked feature flags 4196 22:34:00 does not return linked feature flags for a reporter 4197 22:34:01 orders by feature_flag_issue id 4198 22:34:02 does not make N+1 queries 4199 22:34:02 when feature flag related issues feature is unlicensed 4200 22:34:02 returns not found 4201 22:34:02 # [RSpecRunTime] RSpec elapsed time: 18 minutes 37.2 seconds. Current RSS: ~1430M. Threads: 5. load average: 1.05 1.19 1.19 2/429 2501 4203 22:34:02 when feature flag related issue has been deleted 4204 22:34:02 returns not found 4205 22:34:02 # [RSpecRunTime] Finishing example group ee/spec/requests/projects/issue_feature_flags_controller_spec.rb. It took 4.52 seconds. Expected to take 5.61 seconds. 4206 22:34:02 # [RSpecRunTime] Starting example group ee/spec/requests/admin/application_settings_controller_spec.rb. Expected to take 5.57 seconds. 4207 22:34:02 Admin::ApplicationSettingsController 4208 22:34:02 GET #general 4209 22:34:04 Job arguments to ExternalServiceReactiveCachingWorker must be native JSON types, but VersionCheck is a Class. 4211 22:34:04 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 4212 22:34:04 does push :disable_private_profiles license feature 4213 22:34:04 with feature flag :disallow_private_profiles disabled 4214 22:34:05 Job arguments to ExternalServiceReactiveCachingWorker must be native JSON types, but VersionCheck is a Class. 4216 22:34:05 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 4217 22:34:05 does not push :disable_private_profiles license feature 4218 22:34:05 # [RSpecRunTime] RSpec elapsed time: 18 minutes 40.27 seconds. Current RSS: ~1459M. Threads: 5. load average: 1.05 1.19 1.19 1/429 2502 4220 22:34:05 PUT update_microsoft_application 4221 22:34:05 behaves like Microsoft application controller actions 4222 22:34:06 raises an error when parameters are missing 4223 22:34:06 redirects with error alert when missing required attributes 4224 22:34:07 redirects with success notice 4225 22:34:07 # [RSpecRunTime] RSpec elapsed time: 18 minutes 42.24 seconds. Current RSS: ~1492M. Threads: 5. load average: 1.21 1.22 1.20 1/429 2503 4227 22:34:07 # [RSpecRunTime] Finishing example group ee/spec/requests/admin/application_settings_controller_spec.rb. It took 4.68 seconds. Expected to take 5.57 seconds. 4228 22:34:07 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/vulnerabilities/create_external_issue_link_spec.rb. Expected to take 5.29 seconds. 4229 22:34:07 Creating an External Issue Link 4230 22:34:08 when the user does not have permission 4231 22:34:08 does not create external issue link 4232 22:34:08 behaves like a mutation that returns a top-level access error 4233 22:34:08 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4234 22:34:08 # [RSpecRunTime] RSpec elapsed time: 18 minutes 43.52 seconds. Current RSS: ~1485M. Threads: 5. load average: 1.21 1.22 1.20 1/429 2504 4236 22:34:08 when the user has permission 4237 22:34:08 when security_dashboard is disabled 4238 22:34:08 behaves like a mutation that returns top-level errors 4239 22:34:09 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4240 22:34:09 when security_dashboard is enabled 4241 22:34:09 when jira is not configured 4242 22:34:09 responds with error 4243 22:34:09 when jira is configured 4244 22:34:09 when issue creation succeeds 4245 22:34:09 and saving external issue link succeeds 4246 22:34:10 Job arguments to ExternalServiceReactiveCachingWorker must be native JSON types, but Projects::Integrations::Jira::ByIdsFinder is a Class. 4248 22:34:10 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 4249 22:34:10 creates the external issue link and returns nil for external issue to be fetched using query 4250 22:34:10 and saving external issue link fails 4251 22:34:11 creates the external issue link 4252 22:34:11 when issue creation fails 4253 22:34:11 does not create the external issue link 4254 22:34:11 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/vulnerabilities/create_external_issue_link_spec.rb. It took 4.46 seconds. Expected to take 5.29 seconds. 4255 22:34:11 # [RSpecRunTime] Starting example group ee/spec/requests/custom_roles/read_runners/request_spec.rb. Expected to take 5.17 seconds. 4256 22:34:11 User with read_runners custom role 4257 22:34:12 Groups::RunnersController 4263 22:34:13 # [RSpecRunTime] RSpec elapsed time: 18 minutes 48.72 seconds. Current RSS: ~1459M. Threads: 5. load average: 1.19 1.21 1.20 1/429 2505 4265 22:34:13 Projects::RunnersController 4268 22:34:14 #toggle_shared_runners 4272 22:34:15 # [RSpecRunTime] RSpec elapsed time: 18 minutes 50.58 seconds. Current RSS: ~1455M. Threads: 5. load average: 1.19 1.21 1.20 1/429 2506 4274 22:34:15 # [RSpecRunTime] Finishing example group ee/spec/requests/custom_roles/read_runners/request_spec.rb. It took 3.9 seconds. Expected to take 5.17 seconds. 4275 22:34:15 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/audit_events/instance/namespace_filters/create_spec.rb. Expected to take 5.08 seconds. 4276 22:34:15 Create a namespace filter for instance level external audit event destinations 4277 22:34:15 when feature is unlicensed 4278 22:34:16 behaves like a mutation on an unauthorized resource 4279 22:34:16 behaves like a mutation that returns top-level errors 4280 22:34:16 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4281 22:34:16 when feature is licensed 4282 22:34:16 when current user is instance admin 4283 22:34:16 when group_path is passed in params 4284 22:34:16 behaves like creation of namespace filters 4285 22:34:16 when namespace_path is valid 4286 22:34:16 creates a namespace filter 4287 22:34:16 when namespace filter for the given namespace already exists 4288 22:34:17 returns error 4289 22:34:17 when given namespace path is invalid 4290 22:34:17 returns error 4291 22:34:17 when project_path is passed in params 4292 22:34:17 behaves like creation of namespace filters 4293 22:34:17 when namespace_path is valid 4294 22:34:18 creates a namespace filter 4295 22:34:18 when namespace filter for the given namespace already exists 4296 22:34:18 returns error 4297 22:34:18 # [RSpecRunTime] RSpec elapsed time: 18 minutes 53.5 seconds. Current RSS: ~1447M. Threads: 5. load average: 1.18 1.21 1.20 1/429 2507 4299 22:34:18 when given namespace path is invalid 4300 22:34:19 returns error 4301 22:34:19 when namespace_path is invalid 4302 22:34:19 behaves like a mutation that returns top-level errors 4303 22:34:19 is expected to contain exactly "namespace_path should be of group or project only." 4304 22:34:19 when current user is not instance admin 4305 22:34:19 behaves like a mutation on an unauthorized resource 4306 22:34:19 behaves like a mutation that returns top-level errors 4307 22:34:19 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4308 22:34:19 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/audit_events/instance/namespace_filters/create_spec.rb. It took 3.84 seconds. Expected to take 5.08 seconds. 4309 22:34:19 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/boards/issues/issue_move_list_spec.rb. Expected to take 4.88 seconds. 4310 22:34:19 Reposition and move issue within board lists 4311 22:34:20 when user can admin issue 4312 22:34:20 when user can read epic 4313 22:34:21 Job arguments to Epics::NewEpicIssueWorker must be native JSON types, but :user_id is a Symbol. 4315 22:34:21 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 4316 22:34:21 updates issue position and epic 4317 22:34:21 when user sets nil epic 4318 22:34:22 updates issue position and epic is unassigned 4319 22:34:22 # [RSpecRunTime] RSpec elapsed time: 18 minutes 57.48 seconds. Current RSS: ~1430M. Threads: 5. load average: 1.16 1.21 1.20 1/429 2508 4321 22:34:22 when user can not read epic 4322 22:34:23 does not set epic 4323 22:34:23 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/boards/issues/issue_move_list_spec.rb. It took 3.68 seconds. Expected to take 4.88 seconds. 4324 22:34:23 # [RSpecRunTime] Starting example group ee/spec/requests/api/project_google_cloud_integration_spec.rb. Expected to take 4.87 seconds. 4325 22:34:23 API::ProjectGoogleCloudIntegration 4326 22:34:23 GET /projects/:id/google_cloud/setup/integrations.sh 4328 22:34:24 when SaaS feature is enabled 4329 22:34:24 when Workload Identity Federation integration exists 4330 22:34:24 when google_cloud_artifact_registry_project_id is invalid 4331 22:34:24 behaves like does not return the shell script 4332 22:34:24 is expected to eq "google_cloud_artifact_registry_project_id is invalid" 4333 22:34:24 # [RSpecRunTime] RSpec elapsed time: 18 minutes 59.63 seconds. Current RSS: ~1428M. Threads: 5. load average: 1.16 1.21 1.20 1/429 2509 4335 22:34:24 behaves like an endpoint generating a bash script for Google Cloud 4336 22:34:25 generates the script 4337 22:34:25 when required param is missing 4338 22:34:25 returns error 4339 22:34:25 when user do not have project admin access 4340 22:34:25 returns error 4341 22:34:25 when Workload Identity Federation integration does not exist 4342 22:34:25 returns error 4343 22:34:25 GET /projects/:id/google_cloud/setup/runner_deployment_project.sh 4345 22:34:26 when SaaS feature is enabled 4346 22:34:26 when google_cloud_project_id is invalid 4347 22:34:26 behaves like does not return the shell script 4348 22:34:26 is expected to eq "google_cloud_project_id is invalid" 4349 22:34:26 behaves like an endpoint generating a bash script for Google Cloud 4350 22:34:26 generates the script 4351 22:34:26 when required param is missing 4352 22:34:26 returns error 4353 22:34:26 when user do not have project admin access 4354 22:34:27 returns error 4355 22:34:27 # [RSpecRunTime] Finishing example group ee/spec/requests/api/project_google_cloud_integration_spec.rb. It took 3.91 seconds. Expected to take 4.87 seconds. 4356 22:34:27 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/ci/minutes/usage_spec.rb. Expected to take 4.69 seconds. 4357 22:34:27 Query.ciMinutesUsage 4358 22:34:27 when no namespace_id is provided 4359 22:34:28 does not create N+1 queries 4360 22:34:28 when date is not provided 4361 22:34:28 returns the usage data for all months 4362 22:34:28 # [RSpecRunTime] RSpec elapsed time: 19 minutes 3.72 seconds. Current RSS: ~1430M. Threads: 5. load average: 1.31 1.24 1.21 1/430 2510 4364 22:34:28 when date is provided 4365 22:34:28 with usage data for the given month 4366 22:34:29 returns the usage data for the given month only 4367 22:34:29 when namespace_id is provided 4368 22:34:29 when group is root 4369 22:34:29 when user is an owner 4370 22:34:29 when date is not provided 4371 22:34:29 returns the usage data for all months 4372 22:34:29 when date is provided 4373 22:34:29 with usage data for the given month 4374 22:34:30 returns the usage data for the given month only 4375 22:34:30 when user is not an owner 4376 22:34:30 does not return usage data 4377 22:34:30 when group is a subgroup 4378 22:34:31 does not return usage data 4379 22:34:31 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/ci/minutes/usage_spec.rb. It took 3.91 seconds. Expected to take 4.69 seconds. 4380 22:34:31 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/audit_events/instance/google_cloud_logging_configurations/create_spec.rb. Expected to take 4.57 seconds. 4381 22:34:31 Create Instance level Google Cloud logging configuration 4382 22:34:33 when feature is unlicensed 4383 22:34:33 behaves like an unauthorized mutation that does not create a configuration 4384 22:34:33 behaves like a mutation that returns top-level errors 4385 22:34:33 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4386 22:34:33 # [RSpecRunTime] RSpec elapsed time: 19 minutes 8.13 seconds. Current RSS: ~1430M. Threads: 5. load average: 1.28 1.23 1.21 1/430 2511 4388 22:34:33 behaves like a mutation that does not create a configuration 4389 22:34:33 does not create the configuration 4390 22:34:33 does not create audit event 4391 22:34:33 when feature is licensed 4392 22:34:33 when current user is an admin 4393 22:34:34 creates the configuration 4394 22:34:34 behaves like creates an audit event 4395 22:34:34 audits the creation 4396 22:34:34 when overriding log id name 4397 22:34:34 creates the configuration 4398 22:34:34 behaves like creates an audit event 4399 22:34:34 audits the creation 4400 22:34:34 when there is error while saving 4401 22:34:35 does not create the configuration and returns the error 4402 22:34:35 when current user is not an admin 4403 22:34:35 behaves like an unauthorized mutation that does not create a configuration 4404 22:34:35 behaves like a mutation that returns top-level errors 4405 22:34:35 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4406 22:34:35 behaves like a mutation that does not create a configuration 4407 22:34:35 does not create the configuration 4408 22:34:35 does not create audit event 4409 22:34:35 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/audit_events/instance/google_cloud_logging_configurations/create_spec.rb. It took 4.39 seconds. Expected to take 4.57 seconds. 4410 22:34:35 # [RSpecRunTime] Starting example group ee/spec/requests/api/repositories_spec.rb. Expected to take 4.33 seconds. 4411 22:34:35 API::Repositories 4412 22:34:36 GET /projects/:id/repository/archive(.:format)?:sha 4413 22:34:36 when unauthenticated and project is public 4414 22:34:37 does not log audit event 4415 22:34:37 # [RSpecRunTime] RSpec elapsed time: 19 minutes 12.25 seconds. Current RSS: ~1448M. Threads: 5. load average: 1.26 1.23 1.21 1/430 2556 4417 22:34:37 when authenticated as a developer 4418 22:34:37 behaves like an auditable and successful request 4419 22:34:37 logs the audit event 4420 22:34:38 sends the archive 4421 22:34:38 projects download throttling 4422 22:34:38 when user is banned from the project's top-level group 4423 22:34:38 returns forbidden error 4424 22:34:38 when user is not banned from the project's top-level group 4425 22:34:39 returns the repository archive 4426 22:34:39 # [RSpecRunTime] Finishing example group ee/spec/requests/api/repositories_spec.rb. It took 3.57 seconds. Expected to take 4.33 seconds. 4427 22:34:39 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/project/observability/metrics_spec.rb. Expected to take 4.22 seconds. 4428 22:34:39 getting a project's linked observability metrics 4429 22:34:40 when observability features are not enabled 4430 22:34:40 returns no results 4431 22:34:40 # [RSpecRunTime] RSpec elapsed time: 19 minutes 15.69 seconds. Current RSS: ~1443M. Threads: 5. load average: 1.26 1.23 1.21 1/431 2579 4433 22:34:40 when observability features are not licensed 4434 22:34:41 returns no results 4435 22:34:41 when observability features are available 4436 22:34:41 when no parameters are passed 4437 22:34:41 returns all metric connections for a project 4438 22:34:41 when name is passed, and type is not 4439 22:34:41 returns an empty collection 4440 22:34:41 when type is passed, but name is not 4441 22:34:41 returns an empty collection 4442 22:34:41 when both type and name are passed 4443 22:34:42 returns metrics from the project that match the input parameters 4444 22:34:42 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/project/observability/metrics_spec.rb. It took 3.2 seconds. Expected to take 4.22 seconds. 4445 22:34:42 # [RSpecRunTime] Starting example group ee/spec/controllers/groups/saml_group_links_controller_spec.rb. Expected to take 4.18 seconds. 4446 22:34:42 Groups::SamlGroupLinksController 4448 22:34:42 behaves like checks authorization 4449 22:34:42 renders 404 when the user is not authorized 4450 22:34:42 when the SAML provider is enabled 4451 22:34:42 with valid parameters 4452 22:34:43 responds with success 4453 22:34:43 creates the group link 4454 22:34:43 when a member_role_id is provided 4455 22:34:43 sets the member_role 4456 22:34:43 when custom roles are not enabled 4457 22:34:44 does not set the member_role 4458 22:34:44 # [RSpecRunTime] RSpec elapsed time: 19 minutes 18.84 seconds. Current RSS: ~1444M. Threads: 5. load average: 1.24 1.22 1.20 1/431 2580 4460 22:34:44 with missing parameters 4461 22:34:44 displays an error 4463 22:34:44 behaves like checks authorization 4464 22:34:44 renders 404 when the user is not authorized 4465 22:34:44 when the SAML provider is enabled 4466 22:34:44 responds with 200 4468 22:34:44 behaves like checks authorization 4469 22:34:45 renders 404 when the user is not authorized 4470 22:34:45 when the SAML provider is enabled 4471 22:34:45 with an existent group link 4472 22:34:45 responds with success 4473 22:34:45 removes the group link 4474 22:34:45 with a non-existent group link 4476 22:34:45 # [RSpecRunTime] Finishing example group ee/spec/controllers/groups/saml_group_links_controller_spec.rb. It took 3.5 seconds. Expected to take 4.18 seconds. 4477 22:34:45 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/issues/create_spec.rb. Expected to take 4.1 seconds. 4478 22:34:45 Create an issue 4479 22:34:47 Job arguments to Integrations::GroupMentionWorker must be native JSON types, but :mentionable_type is a Symbol. 4481 22:34:47 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 4482 22:34:47 creates the issue 4483 22:34:47 when iterationId is provided 4484 22:34:48 Job arguments to Integrations::GroupMentionWorker must be native JSON types, but :mentionable_type is a Symbol. 4486 22:34:48 To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. 4487 22:34:48 creates the issue 4488 22:34:48 when iterationId and iterationWildcardId are provided 4489 22:34:49 returns a mutually exclusive argument error 4490 22:34:49 # [RSpecRunTime] RSpec elapsed time: 19 minutes 24.17 seconds. Current RSS: ~1430M. Threads: 5. load average: 1.22 1.22 1.20 1/430 2581 4492 22:34:49 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/issues/create_spec.rb. It took 3.57 seconds. Expected to take 4.1 seconds. 4493 22:34:49 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/gitlab_subscriptions/user_add_on_assignments/bulk_create_spec.rb. Expected to take 4.01 seconds. 4494 22:34:49 UserAddOnAssignmentBulkCreate 4495 22:34:49 on Gitlab.com/Saas 4496 22:34:50 behaves like validates the query 4497 22:34:50 when current_user is not owner or admin 4498 22:34:50 behaves like empty response 4500 22:34:50 # [RSpecRunTime] RSpec elapsed time: 19 minutes 25.64 seconds. Current RSS: ~1429M. Threads: 5. load average: 1.22 1.22 1.20 1/429 2582 4502 22:34:50 when add_on_purchase_id does not exist 4503 22:34:50 behaves like empty response 4505 22:34:51 when ad_on_purchase has expired 4506 22:34:51 behaves like empty response 4508 22:34:51 when there are no seats available 4509 22:34:51 behaves like error response 4510 22:34:51 returns expected errors 4511 22:34:51 when exceeding user assignment limit 4512 22:34:51 returns nil and does not change quantity 4513 22:34:51 with enough seats 4514 22:34:51 behaves like success response 4515 22:34:52 returns expected response 4516 22:34:52 when a user does not belong to the namespace 4517 22:34:52 behaves like error response 4518 22:34:52 returns expected errors 4519 22:34:52 when a user is already assigned 4520 22:34:52 with excluding the assigned user when checking seats available 4521 22:34:53 returns expected response 4522 22:34:53 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/gitlab_subscriptions/user_add_on_assignments/bulk_create_spec.rb. It took 3.67 seconds. Expected to take 4.01 seconds. 4523 22:34:53 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/issuables/custom_fields_spec.rb. Expected to take 3.95 seconds. 4524 22:34:53 Listing custom fields 4525 22:34:53 returns custom fields of the group 4526 22:34:53 when searching by name 4527 22:34:54 returns matching fields 4528 22:34:54 # [RSpecRunTime] RSpec elapsed time: 19 minutes 28.94 seconds. Current RSS: ~1421M. Threads: 5. load average: 1.20 1.22 1.20 1/429 2583 4530 22:34:54 when feature flag is disabled 4531 22:34:54 returns an empty result 4532 22:34:54 when filtering by active 4533 22:34:54 returns active fields only 4534 22:34:54 returns archived fields only 4535 22:34:54 when querying associated select options and work item types 4536 22:34:55 avoids N+1 queries 4537 22:34:55 when feature is not available 4538 22:34:55 returns an empty result 4539 22:34:55 when filtering by work item type ids 4540 22:34:55 returns matching fields 4541 22:34:55 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/issuables/custom_fields_spec.rb. It took 2.78 seconds. Expected to take 3.95 seconds. 4542 22:34:55 # [RSpecRunTime] Starting example group ee/spec/controllers/projects/incident_management/escalation_policies_controller_spec.rb. Expected to take 3.83 seconds. 4543 22:34:55 Projects::IncidentManagement::EscalationPoliciesController 4545 22:34:56 with read permissions 4546 22:34:56 renders index with 200 status code 4547 22:34:56 # [RSpecRunTime] RSpec elapsed time: 19 minutes 31.74 seconds. Current RSS: ~1424M. Threads: 5. load average: 1.20 1.22 1.20 1/429 2584 4549 22:34:56 with admin permissions 4550 22:34:57 renders index with 200 status code 4551 22:34:57 unauthorized 4552 22:34:57 responds with 404 4553 22:34:57 with unavailable feature 4554 22:34:58 responds with 404 4555 22:34:58 with unavailable on-call schedules feature 4556 22:34:59 responds with 404 4557 22:34:59 # [RSpecRunTime] Finishing example group ee/spec/controllers/projects/incident_management/escalation_policies_controller_spec.rb. It took 3.18 seconds. Expected to take 3.83 seconds. 4558 22:34:59 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/audit_events/streaming/instance_event_type_filters/destroy_spec.rb. Expected to take 3.82 seconds. 4559 22:34:59 Delete an instance level audit event type filter 4560 22:34:59 when current user is instance admin 4561 22:34:59 when licensed 4562 22:34:59 when all params are correct 4563 22:34:59 behaves like deletes event filter 4564 22:34:59 is expected to be empty 4565 22:34:59 when destination id is not in input params 4566 22:34:59 returns error 4567 22:34:59 when destination id is not existing 4568 22:34:59 does not delete any event filter 4569 22:34:59 behaves like a mutation on an unauthorized resource 4570 22:34:59 behaves like a mutation that returns top-level errors 4571 22:35:00 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4572 22:35:00 when event filters is not in input params 4573 22:35:00 returns error 4574 22:35:00 when event filters is not an array 4575 22:35:00 behaves like deletes event filter 4576 22:35:00 is expected to be empty 4577 22:35:00 when the given event filters does not exist for the destination 4578 22:35:01 returns error 4579 22:35:01 when event type filters in input is empty 4580 22:35:01 returns graphql error 4581 22:35:01 when unlicensed 4582 22:35:01 behaves like a mutation on an unauthorized resource 4583 22:35:01 behaves like a mutation that returns top-level errors 4584 22:35:01 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4585 22:35:01 when current user is not instance admin 4586 22:35:01 behaves like a mutation on an unauthorized resource 4587 22:35:01 behaves like a mutation that returns top-level errors 4588 22:35:01 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4589 22:35:01 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/audit_events/streaming/instance_event_type_filters/destroy_spec.rb. It took 2.94 seconds. Expected to take 3.82 seconds. 4590 22:35:01 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/dast_scanner_profiles/delete_spec.rb. Expected to take 3.66 seconds. 4591 22:35:01 Delete a DAST Scanner Profile 4592 22:35:02 behaves like an on-demand scan mutation when user cannot run an on-demand scan 4593 22:35:02 when a user does not have access to the project 4594 22:35:02 behaves like a mutation that returns a top-level access error 4595 22:35:02 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4596 22:35:02 when a user does not have access to run a dast scan on the project 4597 22:35:02 behaves like a mutation that returns a top-level access error 4598 22:35:03 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4599 22:35:03 behaves like an on-demand scan mutation when user can run an on-demand scan 4600 22:35:03 returns an empty errors array 4601 22:35:03 deletes the dast_scanner_profile 4602 22:35:03 when on demand scan licensed feature is not available 4603 22:35:03 behaves like a mutation that returns a top-level access error 4604 22:35:04 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4605 22:35:04 # [RSpecRunTime] RSpec elapsed time: 19 minutes 39.19 seconds. Current RSS: ~1428M. Threads: 5. load average: 1.17 1.21 1.20 1/429 2585 4607 22:35:04 when the dast_scanner_profile does not exist 4608 22:35:04 behaves like a mutation that returns top-level errors 4609 22:35:04 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4610 22:35:04 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/dast_scanner_profiles/delete_spec.rb. It took 2.85 seconds. Expected to take 3.66 seconds. 4611 22:35:04 # [RSpecRunTime] Starting example group ee/spec/mailers/emails/enterprise_users_spec.rb. Expected to take 3.59 seconds. 4612 22:35:04 Emails::EnterpriseUsers 4613 22:35:05 user_associated_with_enterprise_group_email 4614 22:35:05 when there is no user for given user_id 4615 22:35:05 behaves like no email is sent 4616 22:35:05 does not send an email 4617 22:35:05 # [RSpecRunTime] RSpec elapsed time: 19 minutes 40.66 seconds. Current RSS: ~1437M. Threads: 5. load average: 1.17 1.21 1.20 1/429 2604 4619 22:35:05 when user is not an enterprise user 4620 22:35:05 behaves like no email is sent 4621 22:35:06 does not send an email 4622 22:35:06 when user is an enterprise user 4623 22:35:06 delivers mail to user email 4624 22:35:06 has the correct subject and body 4625 22:35:06 behaves like an email sent from GitLab 4626 22:35:06 has the characteristics of an email sent from GitLab 4627 22:35:06 behaves like it should not have Gmail Actions links 4628 22:35:07 is expected not to have body including "ViewAction" 4629 22:35:07 behaves like a user cannot unsubscribe through footer link 4630 22:35:07 does not have a List-Unsubscribe header, List-Unsubscribe-Post header or a body link 4631 22:35:07 behaves like appearance header and footer enabled 4632 22:35:07 contains header and footer 4633 22:35:07 behaves like appearance header and footer not enabled 4634 22:35:07 does not contain header and footer 4635 22:35:07 when enterprise user is unconfirmed 4636 22:35:07 delivers mail to user email 4637 22:35:08 has the correct subject and body 4638 22:35:08 # [RSpecRunTime] Finishing example group ee/spec/mailers/emails/enterprise_users_spec.rb. It took 3.31 seconds. Expected to take 3.59 seconds. 4639 22:35:08 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/vulnerabilities/confirm_spec.rb. Expected to take 3.45 seconds. 4640 22:35:08 Mutation.vulnerabilityConfirm 4641 22:35:08 with a custom role 4642 22:35:08 with `admin_vulnerability` enabled 4643 22:35:09 returns a successful response 4644 22:35:09 with `custom_roles` disabled 4645 22:35:10 returns an empty response 4646 22:35:10 # [RSpecRunTime] RSpec elapsed time: 19 minutes 45.11 seconds. Current RSS: ~1435M. Threads: 5. load average: 1.16 1.20 1.20 1/429 2605 4648 22:35:10 with `admin_vulnerability` disabled 4649 22:35:10 returns an empty response 4650 22:35:10 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/vulnerabilities/confirm_spec.rb. It took 2.72 seconds. Expected to take 3.45 seconds. 4651 22:35:10 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/security/configuration/project_security_exclusion_delete_spec.rb. Expected to take 3.43 seconds. 4652 22:35:10 Deleting a ProjectSecurityExclusion 4653 22:35:11 when the user can manage project security exclusions 4654 22:35:11 when the feature is licensed for the project 4655 22:35:11 destroys the project security exclusion 4656 22:35:12 creates an audit event 4657 22:35:12 with an invalid global id 4658 22:35:12 behaves like a mutation on an unauthorized resource 4659 22:35:12 behaves like a mutation that returns top-level errors 4660 22:35:12 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4661 22:35:12 # [RSpecRunTime] RSpec elapsed time: 19 minutes 47.18 seconds. Current RSS: ~1434M. Threads: 5. load average: 1.22 1.22 1.20 1/429 2606 4663 22:35:12 when delete fails 4664 22:35:12 returns an error 4665 22:35:12 when the feature is not licensed for the project 4666 22:35:12 behaves like a mutation on an unauthorized resource 4667 22:35:12 behaves like a mutation that returns top-level errors 4668 22:35:12 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4669 22:35:12 when the user cannot manage project security exclusions 4670 22:35:13 does not destroy the project security exclusion 4671 22:35:13 behaves like a mutation on an unauthorized resource 4672 22:35:13 behaves like a mutation that returns top-level errors 4673 22:35:13 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4674 22:35:13 when the user is not authorized 4675 22:35:13 behaves like a mutation on an unauthorized resource 4676 22:35:13 behaves like a mutation that returns top-level errors 4677 22:35:13 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4678 22:35:13 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/security/configuration/project_security_exclusion_delete_spec.rb. It took 2.79 seconds. Expected to take 3.43 seconds. 4679 22:35:13 # [RSpecRunTime] Starting example group ee/spec/controllers/admin/push_rules_controller_spec.rb. Expected to take 3.28 seconds. 4680 22:35:13 Admin::PushRulesController 4683 22:35:13 push rules unlicensed 4686 22:35:14 updates sample push rule 4687 22:35:15 links push rule with application settings 4688 22:35:15 push rules unlicensed 4690 22:35:16 # [RSpecRunTime] RSpec elapsed time: 19 minutes 51.16 seconds. Current RSS: ~1484M. Threads: 5. load average: 1.22 1.22 1.20 1/429 2607 4692 22:35:16 # [RSpecRunTime] Finishing example group ee/spec/controllers/admin/push_rules_controller_spec.rb. It took 2.77 seconds. Expected to take 3.28 seconds. 4693 22:35:16 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/incident_management/escalation_policy/create_spec.rb. Expected to take 3.23 seconds. 4694 22:35:16 creating escalation policy 4695 22:35:17 successfully creates the policy and rules 4696 22:35:17 when rules are provided out of order 4697 22:35:17 successfully creates the policy and reorders the rules 4698 22:35:17 # [RSpecRunTime] RSpec elapsed time: 19 minutes 52.71 seconds. Current RSS: ~1478M. Threads: 5. load average: 1.21 1.21 1.20 1/429 2608 4701 22:35:17 user does not have permission 4702 22:35:18 raises an error 4703 22:35:18 no rules given 4704 22:35:20 raises an error 4705 22:35:20 # [RSpecRunTime] RSpec elapsed time: 19 minutes 55.0 seconds. Current RSS: ~1462M. Threads: 5. load average: 1.21 1.21 1.20 1/429 2609 4707 22:35:20 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/incident_management/escalation_policy/create_spec.rb. It took 3.84 seconds. Expected to take 3.23 seconds. 4708 22:35:20 # [RSpecRunTime] Starting example group ee/spec/controllers/ee/groups/usage_quotas_controller_spec.rb. Expected to take 3.22 seconds. 4709 22:35:20 Groups::UsageQuotasController 4710 22:35:20 GET #pending_members 4711 22:35:20 renders the pending members index 4712 22:35:20 when user cap feature is unavailable 4714 22:35:21 when user does not have permission for pending members index 4715 22:35:21 renders not_found 4717 22:35:21 when user has read_usage_quotas permission 4718 22:35:21 renders index with 200 status code 4719 22:35:21 behaves like seat count alert 4720 22:35:21 when the namespace qualifies for the alert 4721 22:35:22 sets the seat_count_data 4722 22:35:22 when the namespace does not qualify for the alert 4723 22:35:22 sets the seat_count_data to nil 4724 22:35:22 when user does not have read_usage_quotas permission 4725 22:35:22 renders not_found 4726 22:35:22 # [RSpecRunTime] Finishing example group ee/spec/controllers/ee/groups/usage_quotas_controller_spec.rb. It took 2.73 seconds. Expected to take 3.22 seconds. 4727 22:35:22 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/security/training_provider_update_spec.rb. Expected to take 3.19 seconds. 4728 22:35:22 SecurityTrainingUpdate 4729 22:35:23 when the user does not have permission 4730 22:35:23 behaves like a mutation that returns a top-level access error 4731 22:35:24 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4732 22:35:24 # [RSpecRunTime] RSpec elapsed time: 19 minutes 58.96 seconds. Current RSS: ~1445M. Threads: 5. load average: 1.19 1.21 1.20 1/429 2610 4734 22:35:24 when the user has permission 4735 22:35:24 when is_enabled is true 4736 22:35:24 behaves like it creates a training on the project 4737 22:35:24 is expected to eq false 4738 22:35:24 when is_primary is not provided 4739 22:35:24 behaves like it creates a training on the project 4740 22:35:24 is expected to eq false 4741 22:35:24 when is_primary is null 4742 22:35:24 behaves like it creates a training on the project 4743 22:35:25 is expected to eq false 4744 22:35:25 when is_primary is true 4745 22:35:25 behaves like it creates a training on the project 4746 22:35:25 is expected to eq true 4747 22:35:25 when is_enabled is false 4748 22:35:25 removes the training from the project 4749 22:35:25 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/security/training_provider_update_spec.rb. It took 2.77 seconds. Expected to take 3.19 seconds. 4750 22:35:25 # [RSpecRunTime] Starting example group ee/spec/requests/projects/logs_controller_spec.rb. Expected to take 3.11 seconds. 4751 22:35:25 Projects::LogsController 4753 22:35:26 behaves like logs route request 4754 22:35:26 when user does not have permissions 4756 22:35:26 when user has permissions 4758 22:35:27 when feature is disabled 4760 22:35:27 html response 4761 22:35:28 renders the js-logs element correctly 4762 22:35:28 # [RSpecRunTime] Finishing example group ee/spec/requests/projects/logs_controller_spec.rb. It took 2.42 seconds. Expected to take 3.11 seconds. 4763 22:35:28 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/namespace/product_analytics/stored_events_spec.rb. Expected to take 3.09 seconds. 4764 22:35:28 getting a limit of stored events a namespace is permitted 4765 22:35:28 when product_analytics_billing flag is enabled 4766 22:35:28 when current user is a namespace owner 4767 22:35:28 when no add-on has been purchased 4768 22:35:28 returns zero 4769 22:35:28 when an add-on has been purchased 4770 22:35:28 returns the correct limit 4771 22:35:28 when current user is a namespace maintainer 4772 22:35:29 when no add-on has been purchased 4773 22:35:29 returns zero 4774 22:35:29 when an add-on has been purchased 4775 22:35:29 returns the correct limit 4776 22:35:29 when current user is a namespace developer 4777 22:35:29 returns null 4778 22:35:29 when current user is a namespace guest 4779 22:35:30 returns null 4780 22:35:30 when current user does not belong to namespace 4781 22:35:30 returns null 4782 22:35:30 when product_analytics_billing flag is disabled 4783 22:35:30 returns null 4784 22:35:30 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/namespace/product_analytics/stored_events_spec.rb. It took 2.36 seconds. Expected to take 3.09 seconds. 4785 22:35:30 # [RSpecRunTime] Starting example group ee/spec/controllers/admin/dev_ops_report_controller_spec.rb. Expected to take 2.87 seconds. 4786 22:35:30 Admin::DevOpsReportController 4787 22:35:30 show_adoption? 4788 22:35:30 is false if license feature 'devops_adoption' is disabled 4789 22:35:30 'devops_adoption' license feature is enabled 4791 22:35:30 'devops_adoption' is enabled through usage ping features 4794 22:35:30 with devops adoption available 4795 22:35:30 behaves like internal event tracking 4796 22:35:30 logs to Snowplow, Redis, and product analytics tooling 4797 22:35:30 behaves like internal event tracking 4798 22:35:31 logs to Snowplow, Redis, and product analytics tooling 4799 22:35:31 behaves like internal event tracking 4800 22:35:31 logs to Snowplow, Redis, and product analytics tooling 4801 22:35:31 behaves like internal event tracking 4802 22:35:31 logs to Snowplow, Redis, and product analytics tooling 4803 22:35:31 behaves like internal event tracking 4804 22:35:31 logs to Snowplow, Redis, and product analytics tooling 4805 22:35:31 with devops adoption not available 4806 22:35:31 behaves like internal event tracking 4807 22:35:31 logs to Snowplow, Redis, and product analytics tooling 4808 22:35:31 behaves like internal event tracking 4809 22:35:32 logs to Snowplow, Redis, and product analytics tooling 4810 22:35:32 behaves like internal event tracking 4811 22:35:32 logs to Snowplow, Redis, and product analytics tooling 4812 22:35:32 behaves like internal event tracking 4813 22:35:32 logs to Snowplow, Redis, and product analytics tooling 4814 22:35:32 behaves like internal event tracking 4815 22:35:32 logs to Snowplow, Redis, and product analytics tooling 4816 22:35:32 # [RSpecRunTime] Finishing example group ee/spec/controllers/admin/dev_ops_report_controller_spec.rb. It took 2.3 seconds. Expected to take 2.87 seconds. 4817 22:35:32 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/secrets_management/project_secrets_manager_spec.rb. Expected to take 2.84 seconds. 4818 22:35:32 project secrets manager 4819 22:35:33 when current user is not the project owner 4820 22:35:33 behaves like a query that returns a top-level access error 4821 22:35:33 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4822 22:35:33 when current user is not part of the project 4823 22:35:33 behaves like a query that returns a top-level access error 4824 22:35:33 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4825 22:35:33 when current user is the project owner 4826 22:35:34 returns the details about the secrets manager 4827 22:35:34 behaves like a working graphql query that returns data 4828 22:35:34 contains data 4829 22:35:34 behaves like a working graphql query 4830 22:35:34 returns a successful response 4831 22:35:34 # [RSpecRunTime] RSpec elapsed time: 20 minutes 9.7 seconds. Current RSS: ~1425M. Threads: 5. load average: 1.16 1.20 1.20 1/429 2611 4833 22:35:34 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/secrets_management/project_secrets_manager_spec.rb. It took 2.11 seconds. Expected to take 2.84 seconds. 4834 22:35:34 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/project/pipeline/code_quality_report_summary_spec.rb. Expected to take 2.77 seconds. 4835 22:35:34 Query.project(fullPath).pipeline(iid).codeQualityReportSummary 4836 22:35:35 when pipeline does not have a code quality report 4837 22:35:36 returns an empty result 4838 22:35:36 # [RSpecRunTime] RSpec elapsed time: 20 minutes 11.07 seconds. Current RSS: ~1433M. Threads: 5. load average: 1.16 1.20 1.20 1/430 2631 4840 22:35:36 when pipeline has a code quality report 4841 22:35:36 when user is member of the project 4842 22:35:36 returns code quality report summary 4843 22:35:36 when user is not a member of the project 4845 22:35:37 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/project/pipeline/code_quality_report_summary_spec.rb. It took 2.1 seconds. Expected to take 2.77 seconds. 4846 22:35:37 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/ai/self_hosted_models/update_spec.rb. Expected to take 2.71 seconds. 4847 22:35:37 Updating a self-hosted model 4849 22:35:37 when the ai_custom_model FF is disabled 4850 22:35:37 behaves like a mutation that returns a top-level access error 4851 22:35:37 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4852 22:35:37 when the user does not have write access 4853 22:35:37 behaves like performs the right authorization 4854 22:35:37 performs the right authorization correctly 4855 22:35:37 behaves like a mutation that returns a top-level access error 4856 22:35:37 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4857 22:35:37 when the user has write access 4858 22:35:37 behaves like performs the right authorization 4859 22:35:38 performs the right authorization correctly 4860 22:35:38 when there are ActiveRecord validation errors 4861 22:35:38 returns an error 4862 22:35:38 does not update the self-hosted model 4863 22:35:38 when required arguments are missing 4864 22:35:38 returns an error 4865 22:35:38 when there are no errors 4866 22:35:39 updates the self-hosted model 4867 22:35:39 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/ai/self_hosted_models/update_spec.rb. It took 2.1 seconds. Expected to take 2.71 seconds. 4868 22:35:39 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/ci/ci_cd_setting_spec.rb. Expected to take 2.58 seconds. 4869 22:35:39 Getting Ci Cd Setting 4870 22:35:39 without permissions 4871 22:35:40 is expected to equal nil 4872 22:35:40 behaves like a working graphql query 4873 22:35:40 returns a successful response 4874 22:35:40 # [RSpecRunTime] RSpec elapsed time: 20 minutes 15.42 seconds. Current RSS: ~1451M. Threads: 5. load average: 1.15 1.20 1.19 1/430 2650 4876 22:35:40 with project permissions 4877 22:35:40 fetches the settings data 4878 22:35:40 behaves like a working graphql query 4879 22:35:41 returns a successful response 4880 22:35:41 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/ci/ci_cd_setting_spec.rb. It took 2.01 seconds. Expected to take 2.58 seconds. 4881 22:35:41 # [RSpecRunTime] Starting example group ee/spec/controllers/ee/sessions_controller_spec.rb. Expected to take 2.49 seconds. 4882 22:35:41 SessionsController 4884 22:35:41 with wrong credentials 4885 22:35:41 when is a regular form 4886 22:35:41 redirects to the regular sign in page 4887 22:35:41 when using two-factor authentication 4888 22:35:41 when OTP authentication fails 4889 22:35:41 behaves like an auditable failed authentication 4890 22:35:41 log an audit event 4891 22:35:41 when WebAuthn authentication fails 4892 22:35:41 behaves like an auditable failed authentication 4893 22:35:41 DEPRECATION WARNING: Invalid Feature Flag webauthn stubbed (called from each at /builds/gitlab-org/gitlab/spec/support/helpers/stub_feature_flags.rb:49) 4894 22:35:41 log an audit event 4895 22:35:41 when password authentication disabled by enterprise group 4896 22:35:42 does not authenticate the user 4898 22:35:42 on a Geo secondary node 4899 22:35:42 when relative URL is configured 4900 22:35:42 behaves like a valid oauth authentication redirect 4901 22:35:42 redirects to the correct oauth_geo_auth_url 4902 22:35:42 with a tampered HOST header 4903 22:35:42 behaves like a valid oauth authentication redirect 4904 22:35:42 redirects to the correct oauth_geo_auth_url 4905 22:35:42 with a tampered X-Forwarded-Host header 4906 22:35:42 behaves like a valid oauth authentication redirect 4907 22:35:42 redirects to the correct oauth_geo_auth_url 4908 22:35:42 without a tampered header 4909 22:35:42 behaves like a valid oauth authentication redirect 4910 22:35:42 redirects to the correct oauth_geo_auth_url 4911 22:35:42 when login fails 4912 22:35:43 creates a failed authentication audit event 4913 22:35:43 # [RSpecRunTime] Finishing example group ee/spec/controllers/ee/sessions_controller_spec.rb. It took 1.89 seconds. Expected to take 2.49 seconds. 4914 22:35:43 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/boards/epic_boards/create_spec.rb. Expected to take 2.46 seconds. 4915 22:35:43 Mutations::Boards::EpicBoards::Create 4916 22:35:43 when the user does not have permission 4917 22:35:43 behaves like a mutation that returns a top-level access error 4918 22:35:43 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 4919 22:35:43 when the user has permission 4920 22:35:43 returns the created board 4921 22:35:43 when epic_color_highlight flag is disabled 4922 22:35:44 ignores displayColors argument 4923 22:35:44 when create fails 4924 22:35:44 returns an error 4925 22:35:44 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/boards/epic_boards/create_spec.rb. It took 1.75 seconds. Expected to take 2.46 seconds. 4926 22:35:44 # [RSpecRunTime] Starting example group ee/spec/requests/api/internal/search/zoekt_spec.rb. Expected to take 2.43 seconds. 4927 22:35:44 API::Internal::Search::Zoekt 4928 22:35:44 POST /internal/search/zoekt/:uuid/callback 4929 22:35:45 with invalid auth 4931 22:35:45 with valid auth 4932 22:35:45 when node is found 4933 22:35:45 and parms success is true 4934 22:35:45 logs the info and returns accepted 4935 22:35:45 and params success is false 4936 22:35:45 logs the error and returns accepted 4937 22:35:45 when additional_payload sent in the params 4938 22:35:45 log the additional_payload attributes 4939 22:35:45 when node is not found 4940 22:35:45 logs the info and returns unprocessable_entity! 4941 22:35:45 when a request is received with invalid params 4942 22:35:46 returns bad_request 4943 22:35:46 GET /internal/search/zoekt/:uuid/tasks 4944 22:35:46 with invalid auth 4946 22:35:46 with valid auth 4947 22:35:46 with feature flag disabled 4948 22:35:46 when node does not exist 4949 22:35:46 does not save node 4950 22:35:46 when node exists 4951 22:35:46 does not save node when node does not exist 4952 22:35:46 when a task request is received with valid params 4953 22:35:46 returns node ID and tasks for task request 4954 22:35:46 when zoekt_reduced_pull_frequency is disabled 4955 22:35:46 does not adds pull_frequency in the response 4956 22:35:46 when zoekt_send_tasks is disabled 4957 22:35:46 does not return tasks 4958 22:35:46 when a heartbeat has valid params but a node validation error occurs 4960 22:35:46 when a heartbeat is received with invalid params 4962 22:35:46 # [RSpecRunTime] Finishing example group ee/spec/requests/api/internal/search/zoekt_spec.rb. It took 1.61 seconds. Expected to take 2.43 seconds. 4963 22:35:46 # [RSpecRunTime] Starting example group ee/spec/requests/projects/commit_controller_spec.rb. Expected to take 2.32 seconds. 4964 22:35:46 Projects::CommitController 4965 22:35:47 signed commit verification 4966 22:35:47 with SSH signature 4967 22:35:47 when the commit has been signed by a certificate 4968 22:35:48 renders verified badge 4969 22:35:48 # [RSpecRunTime] RSpec elapsed time: 20 minutes 22.85 seconds. Current RSS: ~1428M. Threads: 5. load average: 1.12 1.19 1.19 1/430 2679 4971 22:35:48 # [RSpecRunTime] Finishing example group ee/spec/requests/projects/commit_controller_spec.rb. It took 1.69 seconds. Expected to take 2.32 seconds. 4972 22:35:48 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/remote_development/namespace/remote_development_cluster_agents/workspaces_agent_config_spec.rb. Expected to take 2.27 seconds. 4973 22:35:48 Query.namespace.remote_development_cluster_agents(filter: AVAILABLE) 4974 22:35:49 when the params are valid 4975 22:35:49 returns cluster agents that are available for remote development in the namespace 4976 22:35:49 # [RSpecRunTime] RSpec elapsed time: 20 minutes 24.42 seconds. Current RSS: ~1423M. Threads: 5. load average: 1.12 1.19 1.19 1/430 2680 4978 22:35:49 when remote_development feature is unlicensed 4979 22:35:49 returns an error 4980 22:35:49 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/remote_development/namespace/remote_development_cluster_agents/workspaces_agent_config_spec.rb. It took 1.76 seconds. Expected to take 2.27 seconds. 4981 22:35:49 # [RSpecRunTime] Starting example group ee/spec/controllers/admin/licenses_controller_spec.rb. Expected to take 2.2 seconds. 4982 22:35:49 Admin::LicensesController 4983 22:35:49 POST sync_seat_link 4984 22:35:49 with a cloud license 4985 22:35:50 returns a success response 4986 22:35:50 without a cloud license 4987 22:35:50 returns a failure response 4988 22:35:50 Upload license 4989 22:35:50 redirects with an alert when entered/uploaded license is invalid 4990 22:35:50 redirects to the subscription page when entered/uploaded license is valid 4991 22:35:50 DELETE destroy 4992 22:35:50 with a cloud license 4993 22:35:50 behaves like license removal 4994 22:35:51 removes the license 4995 22:35:51 with a legacy license 4996 22:35:51 behaves like license removal 4997 22:35:51 removes the license 4998 22:35:51 # [RSpecRunTime] Finishing example group ee/spec/controllers/admin/licenses_controller_spec.rb. It took 1.83 seconds. Expected to take 2.2 seconds. 4999 22:35:51 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/timelogs/create_spec.rb. Expected to take 2.15 seconds. 5000 22:35:51 Create a timelog 5001 22:35:52 when issuable is an Epic 5002 22:35:52 behaves like issuable does not support timelog creation mutation 5003 22:35:52 when the user is anonymous 5004 22:35:52 behaves like a mutation that returns a top-level access error 5005 22:35:52 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 5006 22:35:52 when the user is a guest member of the namespace 5007 22:35:52 behaves like a mutation that returns top-level errors 5008 22:35:53 is expected to contain exactly (include "is not a valid ID for") 5009 22:35:53 when user has permissions to create a timelog 5010 22:35:53 behaves like a mutation that returns top-level errors 5011 22:35:53 is expected to contain exactly (include "is not a valid ID for") 5012 22:35:53 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/timelogs/create_spec.rb. It took 1.75 seconds. Expected to take 2.15 seconds. 5013 22:35:53 # [RSpecRunTime] Starting example group ee/spec/requests/custom_roles/admin_push_rules/groups_request_spec.rb. Expected to take 2.1 seconds. 5014 22:35:53 User with admin_push_rules custom role 5015 22:35:53 Groups::Settings::RepositoryController 5017 22:35:54 returns repository settings page 5018 22:35:54 Groups::PushRulesController 5020 22:35:54 updates repository settings 5021 22:35:54 # [RSpecRunTime] Finishing example group ee/spec/requests/custom_roles/admin_push_rules/groups_request_spec.rb. It took 1.44 seconds. Expected to take 2.1 seconds. 5022 22:35:54 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/projects/summarize_new_merge_request_spec.rb. Expected to take 2.0 seconds. 5023 22:35:54 AiAction for Summarize New Merge Request 5024 22:35:55 successfully performs an explain code request 5025 22:35:55 when ai_global_switch feature flag is disabled 5027 22:35:56 # [RSpecRunTime] RSpec elapsed time: 20 minutes 30.87 seconds. Current RSS: ~1439M. Threads: 5. load average: 1.11 1.19 1.19 1/430 2681 5029 22:35:56 when experiment_features_enabled disabled 5031 22:35:56 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/projects/summarize_new_merge_request_spec.rb. It took 1.47 seconds. Expected to take 2.0 seconds. 5032 22:35:56 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/ai/duo_user_feedback_spec.rb. Expected to take 1.85 seconds. 5033 22:35:56 DuoUserFeedback 5034 22:35:57 marks the message as having feedback 5035 22:35:57 with a non-existing message id 5036 22:35:57 behaves like a mutation that returns a top-level access error 5037 22:35:57 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 5038 22:35:57 without a user 5039 22:35:57 behaves like a mutation that returns a top-level access error 5040 22:35:57 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 5041 22:35:57 with tracking event data 5042 22:35:57 tracks the feedback event 5043 22:35:57 with unexpected `extra` keys 5044 22:35:57 omits the unexpected keys 5045 22:35:57 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/ai/duo_user_feedback_spec.rb. It took 1.29 seconds. Expected to take 1.85 seconds. 5046 22:35:57 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/incident_management/escalation_policy/update_spec.rb. Expected to take 1.8 seconds. 5047 22:35:57 Updating an escalation policy 5048 22:35:58 updates the escalation policy 5049 22:35:58 when rules are provided out of order 5050 22:35:58 successfully creates the policy and reorders the rules 5051 22:35:59 # [RSpecRunTime] RSpec elapsed time: 20 minutes 33.79 seconds. Current RSS: ~1434M. Threads: 5. load average: 1.10 1.19 1.19 1/429 2682 5053 22:35:59 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/incident_management/escalation_policy/update_spec.rb. It took 1.39 seconds. Expected to take 1.8 seconds. 5054 22:35:59 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/users/abuse/namespace_bans/destroy_spec.rb. Expected to take 1.75 seconds. 5055 22:35:59 Removing a namespace ban 5056 22:35:59 removes the ban 5057 22:35:59 when resource is not accessible to the user 5058 22:35:59 returns an error message 5059 22:35:59 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/users/abuse/namespace_bans/destroy_spec.rb. It took 0.95 second. Expected to take 1.75 seconds. 5060 22:35:59 # [RSpecRunTime] Starting example group ee/spec/requests/groups/settings/remote_development/workspaces_controller_spec.rb. Expected to take 1.62 seconds. 5061 22:35:59 Groups::Settings::RemoteDevelopment::WorkspacesController 5063 22:36:00 when user can read remote agent mapping configuration 5064 22:36:00 with remote development feature licensed 5065 22:36:00 responds OK status 5066 22:36:00 with remote development not licensed 5067 22:36:01 responds with the not found status 5068 22:36:01 # [RSpecRunTime] Finishing example group ee/spec/requests/groups/settings/remote_development/workspaces_controller_spec.rb. It took 1.33 seconds. Expected to take 1.62 seconds. 5069 22:36:01 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/project/compliance_frameworks_spec.rb. Expected to take 1.56 seconds. 5070 22:36:01 getting a compliance frameworks list for a project 5071 22:36:01 when the project has no compliance framework assigned 5072 22:36:02 is an empty array 5073 22:36:02 when the project has a compliance framework assigned 5074 22:36:02 includes its name 5075 22:36:02 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/project/compliance_frameworks_spec.rb. It took 1.22 seconds. Expected to take 1.56 seconds. 5076 22:36:02 # [RSpecRunTime] Starting example group ee/spec/requests/customers_dot/proxy_controller_spec.rb. Expected to take 1.5 seconds. 5077 22:36:02 CustomersDot::ProxyController 5078 22:36:02 POST graphql 5079 22:36:02 with user signed in 5080 22:36:02 behaves like customersdot proxy 5081 22:36:02 forwards request body to customers dot 5082 22:36:02 responds with customers dot status 5083 22:36:03 responds with customers dot response body 5084 22:36:03 with invalid CSRF token 5085 22:36:03 does not allow access 5086 22:36:03 with empty CSRF token 5087 22:36:03 does not allow access 5088 22:36:03 with no user signed in 5089 22:36:03 behaves like customersdot proxy 5090 22:36:03 forwards request body to customers dot 5091 22:36:03 responds with customers dot status 5092 22:36:03 responds with customers dot response body 5093 22:36:03 # [RSpecRunTime] Finishing example group ee/spec/requests/customers_dot/proxy_controller_spec.rb. It took 1.21 seconds. Expected to take 1.5 seconds. 5094 22:36:03 # [RSpecRunTime] Starting example group ee/spec/requests/api/helm_packages_spec.rb. Expected to take 1.47 seconds. 5095 22:36:03 API::HelmPackages 5096 22:36:04 GET /api/v4/projects/:id/packages/helm/:channel/charts/:file_name.tgz 5097 22:36:04 behaves like applying ip restriction for group 5098 22:36:04 in group without restriction 5099 22:36:04 behaves like returning response status 5101 22:36:04 in group with restriction 5102 22:36:04 with address within the range 5103 22:36:04 behaves like returning response status 5105 22:36:04 with address outside the range 5106 22:36:04 behaves like returning response status 5107 22:36:04 returns not_found 5108 22:36:04 # [RSpecRunTime] Finishing example group ee/spec/requests/api/helm_packages_spec.rb. It took 1.16 seconds. Expected to take 1.47 seconds. 5109 22:36:04 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/incident_management/issuable_resource_link/destroy_spec.rb. Expected to take 1.4 seconds. 5110 22:36:04 Removing an issuable resource link 5111 22:36:06 removes the issuable resource link 5112 22:36:06 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/incident_management/issuable_resource_link/destroy_spec.rb. It took 1.1 seconds. Expected to take 1.4 seconds. 5113 22:36:06 # [RSpecRunTime] RSpec elapsed time: 20 minutes 40.84 seconds. Current RSS: ~1423M. Threads: 5. load average: 1.10 1.18 1.19 1/429 2683 5115 22:36:06 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/audit_events/instance/amazon_s3_configurations/delete_spec.rb. Expected to take 1.35 seconds. 5116 22:36:06 Delete instance Amazon S3 configuration 5117 22:36:06 when feature is licensed 5118 22:36:06 when current user is admin 5119 22:36:06 destroys the configuration 5120 22:36:06 audits the deletion 5121 22:36:06 when there is an error during destroy 5122 22:36:06 does not destroy the configuration and returns the error 5123 22:36:06 when current user is not admin 5124 22:36:06 behaves like a mutation on an unauthorized resource 5125 22:36:06 behaves like a mutation that returns top-level errors 5126 22:36:06 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 5127 22:36:07 when feature is unlicensed 5128 22:36:07 behaves like a mutation on an unauthorized resource 5129 22:36:07 behaves like a mutation that returns top-level errors 5130 22:36:07 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 5131 22:36:07 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/audit_events/instance/amazon_s3_configurations/delete_spec.rb. It took 1.1 seconds. Expected to take 1.35 seconds. 5132 22:36:07 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/audit_events/instance/audit_event_streaming_destinations/delete_spec.rb. Expected to take 1.25 seconds. 5133 22:36:07 Delete instance level external audit event streaming destination 5134 22:36:07 when feature is licensed 5135 22:36:07 when current user is admin 5136 22:36:07 destroys the configuration 5137 22:36:07 audits the deletion 5138 22:36:07 when there is an error during destroy 5139 22:36:07 does not destroy the configuration and returns the error 5140 22:36:07 when current user is not admin 5141 22:36:07 behaves like a mutation on an unauthorized resource 5142 22:36:07 behaves like a mutation that returns top-level errors 5143 22:36:08 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 5144 22:36:08 when feature is unlicensed 5145 22:36:08 behaves like a mutation on an unauthorized resource 5146 22:36:08 behaves like a mutation that returns top-level errors 5147 22:36:08 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action" 5148 22:36:08 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/audit_events/instance/audit_event_streaming_destinations/delete_spec.rb. It took 1.11 seconds. Expected to take 1.25 seconds. 5149 22:36:08 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/groups/saved_replies/destroy_spec.rb. Expected to take 1.12 seconds. 5150 22:36:08 Destroy group saved reply 5151 22:36:08 when license is valid 5152 22:36:08 deletes the saved reply 5153 22:36:08 with group_saved_replies_flag disabled 5154 22:36:08 returns null 5155 22:36:08 when license is invalid 5156 22:36:09 returns null 5157 22:36:09 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/groups/saved_replies/destroy_spec.rb. It took 0.84 second. Expected to take 1.12 seconds. 5158 22:36:09 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/ai_messages_spec.rb. Expected to take 1.06 seconds. 5159 22:36:09 Querying user AI messages 5160 22:36:09 when user is logged in 5161 22:36:09 returns user messages 5162 22:36:09 when user is not logged in 5163 22:36:10 returns an empty array 5164 22:36:10 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/ai_messages_spec.rb. It took 0.89 second. Expected to take 1.06 seconds. 5165 22:36:10 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/mutations/boards/update_spec.rb. Expected to take 0.88 second. 5166 22:36:10 Mutations::Boards::Update 5167 22:36:10 when both labels and labelIds are given 5168 22:36:10 behaves like a mutation that returns top-level errors 5169 22:36:10 is expected to contain exactly "Only one of [labels, labelIds] arguments is allowed at the same time." 5170 22:36:10 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/mutations/boards/update_spec.rb. It took 0.72 second. Expected to take 0.88 second. 5171 22:36:10 # [RSpecRunTime] Starting example group ee/spec/requests/api/graphql/projects/duo_features_enabled_spec.rb. Expected to take 0.84 second. 5172 22:36:10 querying duoFeaturesEnabled 5173 22:36:11 duoFeaturesEnabled 5174 22:36:11 is available to query 5175 22:36:11 # [RSpecRunTime] Finishing example group ee/spec/requests/api/graphql/projects/duo_features_enabled_spec.rb. It took 0.67 second. Expected to take 0.84 second. 5176 22:36:11 # [RSpecRunTime] Starting example group ee/spec/controllers/groups/security/merge_commit_reports_controller_spec.rb. Expected to take 0.75 second. 5177 22:36:11 Groups::Security::MergeCommitReportsController 5179 22:36:11 when feature is enabled 5180 22:36:11 when user has access to dashboard 5181 22:36:11 tells the service to enqueue a job 5182 22:36:11 when user does not have access to dashboard 5183 22:36:11 behaves like returns not found 5184 22:36:11 is expected to respond with numeric status code not_found 5185 22:36:11 when feature is not enabled 5186 22:36:11 behaves like returns not found 5187 22:36:11 is expected to respond with numeric status code not_found 5188 22:36:11 # [RSpecRunTime] Finishing example group ee/spec/controllers/groups/security/merge_commit_reports_controller_spec.rb. It took 0.58 second. Expected to take 0.75 second. 5189 22:36:11 # [RSpecRunTime] Starting example group ee/spec/requests/api/api_spec.rb. Expected to take 0.58 second. 5192 22:36:12 when the method is not allowed 5193 22:36:12 logs the route and context metadata for the client 5194 22:36:12 # [RSpecRunTime] Finishing example group ee/spec/requests/api/api_spec.rb. It took 0.48 second. Expected to take 0.58 second. 5195 22:36:12 # [RSpecRunTime] Starting example group ee/spec/controllers/user_settings/ssh_keys_controller_spec.rb. Expected to take 0.43 second. 5196 22:36:12 UserSettings::SshKeysController 5198 22:36:12 logs the audit event 5199 22:36:12 # [RSpecRunTime] Finishing example group ee/spec/controllers/user_settings/ssh_keys_controller_spec.rb. It took 0.26 second. Expected to take 0.43 second. 5200 22:36:12 # [RSpecRunTime] Starting example group ee/spec/controllers/concerns/ee/preferred_language_switcher_spec.rb. Expected to take 0.42 second. 5201 22:36:12 PreferredLanguageSwitcher 5202 22:36:12 when the marketing_site_language SaaS feature is available 5203 22:36:12 when first visit 5204 22:36:12 is expected to eq "en" 5205 22:36:12 when language param is valid 5206 22:36:12 is expected to eq "fr" 5207 22:36:12 for case insensitivity on language 5208 22:36:12 is expected to eq "fr" 5209 22:36:12 for case insensitivity on marketing site URL 5210 22:36:12 is expected to eq "fr" 5211 22:36:12 when language param is invalid 5212 22:36:12 is expected to eq "en" 5213 22:36:12 when the glm_source is not the marketing site 5214 22:36:12 is expected to eq "en" 5215 22:36:12 when language params and language header are both valid 5216 22:36:12 is expected to eq "fr" 5217 22:36:12 when the marketing_site_language SaaS feature is not available 5218 22:36:13 is expected to eq "en" 5219 22:36:13 # [RSpecRunTime] Finishing example group ee/spec/controllers/concerns/ee/preferred_language_switcher_spec.rb. It took 0.3 second. Expected to take 0.42 second. 5220 22:36:13 # [RSpecRunTime] Starting example group ee/spec/controllers/countries_controller_spec.rb. Expected to take 0.16 second. 5221 22:36:13 CountriesController 5223 22:36:13 returns list of countries as json 5224 22:36:13 does not include list of denied countries 5225 22:36:13 overrides Ukraine name and adds information about restricted regions 5226 22:36:13 updates `Taiwan, Province of China` to `Taiwan` 5227 22:36:13 # [RSpecRunTime] Finishing example group ee/spec/controllers/countries_controller_spec.rb. It took 0.13 second. Expected to take 0.16 second. 5228 22:36:13 # [RSpecRunTime] Starting example group ee/spec/controllers/concerns/analytics/cycle_analytics/value_stream_actions_spec.rb. Expected to take 0.13 second. 5229 22:36:13 Analytics::CycleAnalytics::ValueStreamActions 5230 22:36:13 #data_attributes 5231 22:36:13 returns the expected result for new endpoint 5232 22:36:13 returns the expected result for edit endpoint 5233 22:36:13 # [RSpecRunTime] Finishing example group ee/spec/controllers/concerns/analytics/cycle_analytics/value_stream_actions_spec.rb. It took 0.12 second. Expected to take 0.13 second. 5234 22:36:39 auto_explain log contains 1707 entries for main, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-ee-integration-pg14-single-db-ci-connection-7-9.342.main.ndjson.gz 5235 22:36:39 took 25.690803637 5236 22:37:01 auto_explain log contains 1708 entries for ci, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-ee-integration-pg14-single-db-ci-connection-7-9.342.ci.ndjson.gz 5237 22:37:01 took 22.098945183 5238 22:37:01 [TEST PROF INFO] EventProf results for sql.active_record 5239 22:37:01 Total time: 04:52.342 of 20:38.104 (23.61%) 5240 22:37:01 Total events: 216559 5241 22:37:01 Top 5 slowest suites (by time): 5242 22:37:01 API::Groups (./ee/spec/requests/api/groups_spec.rb:5) – 00:38.798 (26751 / 210) of 02:33.358 (25.3%) 5243 22:37:01 RoutableActions (./ee/spec/controllers/concerns/routable_actions_spec.rb:5) – 00:32.768 (16699 / 78) of 01:48.910 (30.09%) 5244 22:37:01 ProjectsController (./ee/spec/controllers/projects_controller_spec.rb:5) – 00:20.658 (13158 / 75) of 01:45.791 (19.53%) 5245 22:37:01 Mutations::Ge...stries::Update (./ee/spec/requests/api/graphql/mutations/geo/registries/update_spec.rb:5) – 00:19.794 (16231 / 128) of 01:22.229 (24.07%) 5246 22:37:01 API::Namespaces (./ee/spec/requests/api/namespaces_spec.rb:5) – 00:15.731 (10926 / 83) of 00:59.467 (26.45%) 5247 22:37:01 Knapsack report was generated. Preview: 5249 22:37:01 "ee/spec/requests/api/groups_spec.rb": 153.35767574199963, 5250 22:37:01 "ee/spec/controllers/concerns/routable_actions_spec.rb": 108.9099118209997, 5251 22:37:01 "ee/spec/controllers/projects_controller_spec.rb": 105.79075229699993, 5252 22:37:01 "ee/spec/requests/api/graphql/mutations/geo/registries/update_spec.rb": 82.229084048, 5253 22:37:01 "ee/spec/requests/api/namespaces_spec.rb": 59.46769060199949, 5254 22:37:01 "ee/spec/requests/groups/group_members_controller_spec.rb": 52.39284552499976, 5255 22:37:01 "ee/spec/controllers/projects/subscriptions_controller_spec.rb": 46.8353271420001, 5256 22:37:01 "ee/spec/controllers/groups/epic_issues_controller_spec.rb": 38.09351562300071, 5257 22:37:01 "ee/spec/requests/users/registrations_identity_verification_controller_spec.rb": 31.54846956199981, 5258 22:37:01 "ee/spec/requests/api/graphql/ci/runners_spec.rb": 31.03843578299984, 5259 22:37:01 "ee/spec/requests/api/graphql/group/work_items_spec.rb": 26.52684628499992, 5260 22:37:01 "ee/spec/requests/api/vulnerability_issue_links_spec.rb": 23.194530961000055, 5261 22:37:01 "ee/spec/controllers/registrations/groups_controller_spec.rb": 22.864590416999818, 5262 22:37:01 "ee/spec/controllers/ee/projects/protected_branches_controller_spec.rb": 19.2649687739995, 5263 22:37:01 "ee/spec/controllers/projects/protected_environments_controller_spec.rb": 15.530092511000475, 5264 22:37:01 "ee/spec/requests/api/graphql/boards/epic_board_list_epics_query_spec.rb": 14.080745960000058, 5265 22:37:01 "ee/spec/requests/api/graphql/work_items/work_items_by_reference_spec.rb": 15.013413762999335, 5266 22:37:01 "ee/spec/requests/api/graphql/mutations/audit_events/external_audit_event_destinations/create_spec.rb": 13.98188940900036, 5267 22:37:01 "ee/spec/requests/projects/security/dast_site_profiles_controller_spec.rb": 13.978682988999935, 5268 22:37:01 "ee/spec/requests/api/graphql/project/work_items_spec.rb": 13.776959004999298, 5269 22:37:01 "ee/spec/controllers/groups/saml_providers_controller_spec.rb": 11.866500083000574, 5270 22:37:01 "ee/spec/requests/repositories/git_http_controller_spec.rb": 12.513018760000705, 5271 22:37:01 "ee/spec/requests/api/boards_spec.rb": 10.624317883999538, 5272 22:37:01 "ee/spec/requests/ee/projects/environments_controller_spec.rb": 10.35690026500015, 5273 22:37:01 "ee/spec/requests/api/graphql/remote_development/workspace/with_id_arg_spec.rb": 9.982430281999768, 5274 22:37:01 "ee/spec/requests/projects/analytics/code_reviews_controller_spec.rb": 9.199762557000213, 5275 22:37:01 "ee/spec/controllers/ee/projects/pages_controller_spec.rb": 9.404768695999337, 5276 22:37:01 "ee/spec/requests/api/graphql/remote_development/cluster_agent/workspaces/with_no_args_spec.rb": 9.509584946999894, 5277 22:37:01 "ee/spec/controllers/projects/security/dashboard_controller_spec.rb": 8.999783148999995, 5278 22:37:01 "ee/spec/requests/api/graphql/project/code_coverage_summary_spec.rb": 8.229574191999745, 5279 22:37:01 "ee/spec/requests/api/graphql/mutations/dast/profiles/create_spec.rb": 7.859915324000212, 5280 22:37:01 "ee/spec/controllers/ee/dashboard/projects_controller_spec.rb": 8.18668051700024, 5281 22:37:01 "ee/spec/requests/api/ci/variables_spec.rb": 6.7954255399999965, 5282 22:37:01 "ee/spec/requests/api/graphql/mutations/security_policy/unassign_security_policy_project_spec.rb": 6.5383020310000575, 5283 22:37:01 "ee/spec/requests/user_activity_spec.rb": 6.888782611999886, 5284 22:37:01 "ee/spec/requests/custom_roles/admin_integrations/request_spec.rb": 6.057711120999556, 5285 22:37:01 "ee/spec/requests/smartcard_controller_spec.rb": 6.251918644999932, 5286 22:37:01 "ee/spec/requests/api/graphql/project/pipeline/security_report_findings_spec.rb": 6.397735499000191, 5287 22:37:01 "ee/spec/requests/api/graphql/gitlab_subscriptions/user_add_on_assignments/remove_spec.rb": 6.384725679999974, 5288 22:37:01 "ee/spec/controllers/groups/iterations_controller_spec.rb": 5.596385852999447, 5289 22:37:01 "ee/spec/requests/api/analytics/code_review_analytics_spec.rb": 6.024116469000546, 5290 22:37:01 "ee/spec/requests/api/graphql/mutations/members/projects/bulk_update_spec.rb": 5.7823789879994365, 5291 22:37:01 "ee/spec/requests/groups/epics_controller_spec.rb": 5.718043602999387, 5292 22:37:01 "ee/spec/requests/api/graphql/mutations/dast_site_validations/create_spec.rb": 4.969551533000413, 5293 22:37:01 "ee/spec/requests/api/graphql/mutations/branch_rules/destroy_spec.rb": 5.606732721999833, 5294 22:37:01 "ee/spec/requests/api/provider_identity_spec.rb": 5.300781005999852, 5295 22:37:01 "ee/spec/requests/gitlab_subscriptions/trials/duo_pro_controller_spec.rb": 4.725737992999711, 5296 22:37:01 "ee/spec/requests/api/graphql/project/alert_management/http_integrations_spec.rb": 4.679263366000669, 5297 22:37:01 "ee/spec/controllers/projects/insights_controller_spec.rb": 4.7989149369996085, 5298 22:37:01 "ee/spec/requests/projects/issue_feature_flags_controller_spec.rb": 4.516436019000139, 5299 22:37:01 "ee/spec/requests/admin/application_settings_controller_spec.rb": 4.6772332970003845, 5300 22:37:01 "ee/spec/requests/api/graphql/mutations/vulnerabilities/create_external_issue_link_spec.rb": 4.454971914000453, 5301 22:37:01 "ee/spec/requests/custom_roles/read_runners/request_spec.rb": 3.8970898179995856, 5302 22:37:01 "ee/spec/requests/api/graphql/audit_events/instance/namespace_filters/create_spec.rb": 3.843119583000771, 5303 22:37:01 "ee/spec/requests/api/graphql/mutations/boards/issues/issue_move_list_spec.rb": 3.6814536359997874, 5304 22:37:01 "ee/spec/requests/api/project_google_cloud_integration_spec.rb": 3.9088339070003713, 5305 22:37:01 "ee/spec/requests/api/graphql/ci/minutes/usage_spec.rb": 3.912073888001032, 5306 22:37:01 "ee/spec/requests/api/graphql/mutations/audit_events/instance/google_cloud_logging_configurations/create_spec.rb": 4.392891800000143, 5307 22:37:01 "ee/spec/requests/api/repositories_spec.rb": 3.566652335000981, 5308 22:37:01 "ee/spec/requests/api/graphql/project/observability/metrics_spec.rb": 3.1965529849985614, 5309 22:37:01 "ee/spec/controllers/groups/saml_group_links_controller_spec.rb": 3.501622170000701, 5310 22:37:01 "ee/spec/requests/api/graphql/mutations/issues/create_spec.rb": 3.5675394850004523, 5311 22:37:01 "ee/spec/requests/api/graphql/gitlab_subscriptions/user_add_on_assignments/bulk_create_spec.rb": 3.668082976999358, 5312 22:37:01 "ee/spec/requests/api/graphql/issuables/custom_fields_spec.rb": 2.7776572479997412, 5313 22:37:01 "ee/spec/controllers/projects/incident_management/escalation_policies_controller_spec.rb": 3.1751707959992927, 5314 22:37:01 "ee/spec/requests/api/graphql/audit_events/streaming/instance_event_type_filters/destroy_spec.rb": 2.9379746049999085, 5315 22:37:01 "ee/spec/requests/api/graphql/mutations/dast_scanner_profiles/delete_spec.rb": 2.845564113000364, 5316 22:37:01 "ee/spec/mailers/emails/enterprise_users_spec.rb": 3.309673235999071, 5317 22:37:01 "ee/spec/requests/api/graphql/mutations/vulnerabilities/confirm_spec.rb": 2.7182768229995418, 5318 22:37:01 "ee/spec/requests/api/graphql/mutations/security/configuration/project_security_exclusion_delete_spec.rb": 2.7888898870005505, 5319 22:37:01 "ee/spec/controllers/admin/push_rules_controller_spec.rb": 2.7665093390005495, 5320 22:37:01 "ee/spec/requests/api/graphql/mutations/incident_management/escalation_policy/create_spec.rb": 3.843837483000243, 5321 22:37:01 "ee/spec/controllers/ee/groups/usage_quotas_controller_spec.rb": 2.7295300509995286, 5322 22:37:01 "ee/spec/requests/api/graphql/mutations/security/training_provider_update_spec.rb": 2.770477889000176, 5323 22:37:01 "ee/spec/requests/projects/logs_controller_spec.rb": 2.417786736999915, 5324 22:37:01 "ee/spec/requests/api/graphql/namespace/product_analytics/stored_events_spec.rb": 2.3594370909995632, 5325 22:37:01 "ee/spec/controllers/admin/dev_ops_report_controller_spec.rb": 2.3026095460008946, 5326 22:37:01 "ee/spec/requests/api/graphql/secrets_management/project_secrets_manager_spec.rb": 2.108016071999373, 5327 22:37:01 "ee/spec/requests/api/graphql/project/pipeline/code_quality_report_summary_spec.rb": 2.098588273000132, 5328 22:37:01 "ee/spec/requests/api/graphql/ai/self_hosted_models/update_spec.rb": 2.1001115220005886, 5329 22:37:01 "ee/spec/requests/api/graphql/ci/ci_cd_setting_spec.rb": 2.0103223890000663, 5330 22:37:01 "ee/spec/controllers/ee/sessions_controller_spec.rb": 1.8893377290005446, 5331 22:37:01 "ee/spec/requests/api/graphql/mutations/boards/epic_boards/create_spec.rb": 1.746148191001339, 5332 22:37:01 "ee/spec/requests/api/internal/search/zoekt_spec.rb": 1.611185251000279, 5333 22:37:01 "ee/spec/requests/projects/commit_controller_spec.rb": 1.6885869150009967, 5334 22:37:01 "ee/spec/requests/api/graphql/remote_development/namespace/remote_development_cluster_agents/workspaces_agent_config_spec.rb": 1.75979106900013, 5335 22:37:01 "ee/spec/controllers/admin/licenses_controller_spec.rb": 1.8327100130009057, 5336 22:37:01 "ee/spec/requests/api/graphql/mutations/timelogs/create_spec.rb": 1.7502078099987557, 5337 22:37:01 "ee/spec/requests/custom_roles/admin_push_rules/groups_request_spec.rb": 1.4436861049998697, 5338 22:37:01 "ee/spec/requests/api/graphql/mutations/projects/summarize_new_merge_request_spec.rb": 1.471968032001314, 5339 22:37:01 "ee/spec/requests/api/graphql/mutations/ai/duo_user_feedback_spec.rb": 1.2850207179999416, 5340 22:37:01 "ee/spec/requests/api/graphql/mutations/incident_management/escalation_policy/update_spec.rb": 1.394156959000611, 5341 22:37:01 "ee/spec/requests/api/graphql/mutations/users/abuse/namespace_bans/destroy_spec.rb": 0.9533337640004902, 5342 22:37:01 "ee/spec/requests/groups/settings/remote_development/workspaces_controller_spec.rb": 1.3283059129989851, 5343 22:37:01 "ee/spec/requests/api/graphql/project/compliance_frameworks_spec.rb": 1.22135474300012, 5344 22:37:01 "ee/spec/requests/customers_dot/proxy_controller_spec.rb": 1.2108029629998782, 5345 22:37:01 "ee/spec/requests/api/helm_packages_spec.rb": 1.1641001569987566, 5346 22:37:01 "ee/spec/requests/api/graphql/mutations/incident_management/issuable_resource_link/destroy_spec.rb": 1.1044915620004758, 5347 22:37:01 "ee/spec/requests/api/graphql/mutations/audit_events/instance/amazon_s3_configurations/delete_spec.rb": 1.0972558920002484, 5348 22:37:01 "ee/spec/requests/api/graphql/mutations/audit_events/instance/audit_event_streaming_destinations/delete_spec.rb": 1.1119019520010625, 5349 22:37:01 "ee/spec/requests/api/graphql/groups/saved_replies/destroy_spec.rb": 0.8378688430002512, 5350 22:37:01 "ee/spec/requests/api/graphql/ai_messages_spec.rb": 0.8904638290005096, 5351 22:37:01 "ee/spec/requests/api/graphql/mutations/boards/update_spec.rb": 0.716269803000614, 5352 22:37:01 "ee/spec/requests/api/graphql/projects/duo_features_enabled_spec.rb": 0.6687493170011294, 5353 22:37:01 "ee/spec/controllers/groups/security/merge_commit_reports_controller_spec.rb": 0.5765226430012262, 5354 22:37:01 "ee/spec/requests/api/api_spec.rb": 0.4830539819995465, 5355 22:37:01 "ee/spec/controllers/user_settings/ssh_keys_controller_spec.rb": 0.2627391189998889, 5356 22:37:01 "ee/spec/controllers/concerns/ee/preferred_language_switcher_spec.rb": 0.2952269060006074, 5357 22:37:01 "ee/spec/controllers/countries_controller_spec.rb": 0.13013651999972353, 5358 22:37:01 "ee/spec/controllers/concerns/analytics/cycle_analytics/value_stream_actions_spec.rb": 0.11917962999905285 5360 22:37:01 Knapsack global time execution for tests: 20m 38s 5361 22:37:01 Finished in 21 minutes 36 seconds (files took 2 minutes 30.6 seconds to load) 5362 22:37:01 1714 examples, 0 failures 5363 22:37:01 Randomized with seed 55941 5364 22:37:08 [TEST PROF INFO] Time spent in factories: 08:25.205 (37.46% of total time) 5365 22:37:08 RSpec exited with 0. 5366 22:37:08 No examples to retry, congrats! 5368 22:37:10 Running after script... 5369 22:37:10 $ source scripts/utils.sh 5370 22:37:10 $ log_disk_usage 5371 22:37:10 ******************************************************* 5372 22:37:10 This runner currently has 75G free disk space. 5373 22:37:10 ******************************************************* 5431 22:37:30 $ bundle exec gem list gitlab_quality-test_tooling 5432 22:37:31 gitlab_quality-test_tooling (2.1.0) 5433 22:37:31 $ section_start "failed-test-issues" "Report test failures" # collapsed multi-line command 5436 22:37:31 $ section_start "flaky-test-issues" "Report test flakiness" # collapsed multi-line command 5439 22:37:31 $ section_start "slow-test-issues" "Report test slowness" # collapsed multi-line command 5442 22:37:31 $ section_start "slow-test-merge-request-report-note" "Report test slowness in MR note" # collapsed multi-line command 5446 22:37:34 $ section_start "knapsack-report-issues" "Report test files close to timing out" # collapsed multi-line command 5450 22:37:35 $ tooling/bin/push_job_metrics || true 5451 22:37:37 [job-metrics] Pushing job metrics file for the CI/CD job. 5452 22:37:37 [job-metrics] Pushed 4 CI job metric entries to InfluxDB. 5454 22:37:38 Not uploading cache ruby-gems-debian-bookworm-ruby-3.2.5-gemfile-Gemfile-20 due to policy 5456 22:37:40 Uploading artifacts... 5457 22:37:40 auto_explain/: found 3 matching artifact files and directories 5458 22:37:40 coverage/: found 5 matching artifact files and directories 5459 22:37:40 crystalball/: found 2 matching artifact files and directories 5460 22:37:40 deprecations/: found 6 matching artifact files and directories 5461 22:37:40 knapsack/: found 4 matching artifact files and directories 5462 22:37:40 rspec/: found 16 matching artifact files and directories 5463 22:37:40 WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 5464 22:37:40 log/*.log: found 19 matching artifact files and directories 5466 22:37:40 WARNING: Retrying... context =artifacts-uploader error =request redirected 5467 22:37:43 Uploading artifacts as "archive" to coordinator... 201 Created id =8353288906 responseStatus =201 Created token =glcbt-66 5468 22:37:43 Uploading artifacts... 5469 22:37:43 rspec/rspec-*.xml: found 1 matching artifact files and directories 5471 22:37:43 WARNING: Retrying... context =artifacts-uploader error =request redirected 5472 22:37:45 Uploading artifacts as "junit" to coordinator... 201 Created id =8353288906 responseStatus =201 Created token =glcbt-66 5474 22:37:55 Job succeeded