rspec integration pg14 4/16
Passed Started
by
@nickleonard

Nick Leonard
1 redirects metadata request2 auth: :job_token, package_name_type: :non_existing, request_forward: false, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found3 behaves like returning response status with error4 returns not_found and error message5 auth: :job_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok6 behaves like accept metadata request7 accepts the metadata request8 avoids N+1 database queries9# [RSpecRunTime] RSpec elapsed time: 4 minutes 0.04 second. Current RSS: ~1480M. load average: 0.99 0.99 1.00 1/283 46210 auth: :job_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok11 behaves like accept metadata request12 accepts the metadata request13 avoids N+1 database queries14# [RSpecRunTime] RSpec elapsed time: 4 minutes 2.15 seconds. Current RSS: ~1486M. load average: 0.99 0.99 1.00 1/283 46315 auth: :job_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok16 behaves like redirect metadata request17 redirects metadata request18 auth: :job_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok19 behaves like returning response status with error20 returns not_found and error message21 auth: :job_token, package_name_type: :unscoped, request_forward: true, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok22 behaves like redirect metadata request23 redirects metadata request24 auth: :job_token, package_name_type: :unscoped, request_forward: false, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok25 behaves like returning response status with error26 returns not_found and error message27 auth: :job_token, package_name_type: :non_existing, request_forward: true, visibility: :internal, user_role: :developer, expected_result: :redirect, expected_status: :redirected28 behaves like redirect metadata request29 redirects metadata request30 auth: :job_token, package_name_type: :non_existing, request_forward: false, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found31 behaves like returning response status with error32 returns not_found and error message33 auth: :deploy_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok34 behaves like accept metadata request35 accepts the metadata request36 avoids N+1 database queries37# [RSpecRunTime] RSpec elapsed time: 4 minutes 6.42 seconds. Current RSS: ~1489M. load average: 0.99 0.99 1.00 1/283 46438 auth: :deploy_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok39 behaves like accept metadata request40 accepts the metadata request41 avoids N+1 database queries42# [RSpecRunTime] RSpec elapsed time: 4 minutes 7.9 seconds. Current RSS: ~1488M. load average: 0.99 0.99 1.00 1/283 46543 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok44 behaves like redirect metadata request45 redirects metadata request46 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok47 behaves like returning response status with error48 returns not_found and error message49 auth: :deploy_token, package_name_type: :unscoped, request_forward: true, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok50 behaves like redirect metadata request51 redirects metadata request52 auth: :deploy_token, package_name_type: :unscoped, request_forward: false, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok53 behaves like returning response status with error54 returns not_found and error message55 auth: :deploy_token, package_name_type: :non_existing, request_forward: true, visibility: :public, user_role: nil, expected_result: :redirect, expected_status: :redirected56 behaves like redirect metadata request57 redirects metadata request58 auth: :deploy_token, package_name_type: :non_existing, request_forward: false, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found59 behaves like returning response status with error60 returns not_found and error message61 auth: :deploy_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok62 behaves like accept metadata request63 accepts the metadata request64 avoids N+1 database queries65# [RSpecRunTime] RSpec elapsed time: 4 minutes 11.0 seconds. Current RSS: ~1498M. load average: 0.99 0.99 1.00 1/283 46666 auth: :deploy_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok67 behaves like accept metadata request68 accepts the metadata request69 avoids N+1 database queries70# [RSpecRunTime] RSpec elapsed time: 4 minutes 12.62 seconds. Current RSS: ~1498M. load average: 0.99 0.99 1.00 1/283 46771 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok72 behaves like redirect metadata request73 redirects metadata request74 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok75 behaves like returning response status with error76 returns not_found and error message77 auth: :deploy_token, package_name_type: :unscoped, request_forward: true, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok78 behaves like redirect metadata request79 redirects metadata request80 auth: :deploy_token, package_name_type: :unscoped, request_forward: false, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok81 behaves like returning response status with error82 returns not_found and error message83 auth: :deploy_token, package_name_type: :non_existing, request_forward: true, visibility: :private, user_role: nil, expected_result: :redirect, expected_status: :redirected84 behaves like redirect metadata request85 redirects metadata request86 auth: :deploy_token, package_name_type: :non_existing, request_forward: false, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :not_found87 behaves like returning response status with error88 returns not_found and error message89 auth: :deploy_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok90 behaves like accept metadata request91 accepts the metadata request92 avoids N+1 database queries93# [RSpecRunTime] RSpec elapsed time: 4 minutes 16.11 seconds. Current RSS: ~1493M. load average: 1.07 1.01 1.01 1/283 46894 auth: :deploy_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok95 behaves like accept metadata request96 accepts the metadata request97 avoids N+1 database queries98# [RSpecRunTime] RSpec elapsed time: 4 minutes 17.73 seconds. Current RSS: ~1489M. load average: 1.07 1.01 1.01 1/283 46999 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok100 behaves like redirect metadata request101 redirects metadata request102 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok103 behaves like returning response status with error104 returns not_found and error message105 auth: :deploy_token, package_name_type: :unscoped, request_forward: true, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok106 behaves like redirect metadata request107 redirects metadata request108 auth: :deploy_token, package_name_type: :unscoped, request_forward: false, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok109 behaves like returning response status with error110 returns not_found and error message111 auth: :deploy_token, package_name_type: :non_existing, request_forward: true, visibility: :internal, user_role: nil, expected_result: :redirect, expected_status: :redirected112 behaves like redirect metadata request113 redirects metadata request114 auth: :deploy_token, package_name_type: :non_existing, request_forward: false, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :not_found115 behaves like returning response status with error116 returns not_found and error message117 with a developer118 project path with a dot119 behaves like accept metadata request120 accepts the metadata request121 avoids N+1 database queries122# [RSpecRunTime] RSpec elapsed time: 4 minutes 21.49 seconds. Current RSS: ~1489M. load average: 1.07 1.01 1.00 1/283 470123 with a job token124 behaves like reject metadata request125 behaves like returning response status126 returns unauthorized127# [RSpecRunTime] RSpec elapsed time: 4 minutes 23.11 seconds. Current RSS: ~1489M. load average: 1.07 1.01 1.00 1/283 471128 behaves like rejects invalid package names129 is expected to eq {"error"=>"package_name should be a valid file path"}130 behaves like handling get metadata requests for packages in multiple projects131 includes all matching package versions in the response132 with the feature flag disabled133 returns matching package versions from only one project134# [RSpecRunTime] RSpec elapsed time: 4 minutes 24.62 seconds. Current RSS: ~1487M. load average: 1.06 1.01 1.00 1/283 472135 with limited access to the project with the last package version136 includes matching package versions from authorized projects in the response137 with limited access to the project with the first package version138 includes matching package versions from authorized projects in the response139 when metadata cache exists140 behaves like generates metadata response "on-the-fly"141 generates metadata response "on-the-fly"142 GET /api/v4/packages/npm/-/package/*package_name/dist-tags143 behaves like handling get dist tags requests144 with a group namespace145 behaves like handling all conditions146 auth: nil, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok147 behaves like accept package tags request148 with valid package name149 returns a valid json response150 returns two package tags151 behaves like returning response status152 returns ok153# [RSpecRunTime] RSpec elapsed time: 4 minutes 27.03 seconds. Current RSS: ~1496M. load average: 1.06 1.01 1.00 1/283 473154 behaves like track event155 behaves like a package tracking event156 creates a gitlab tracking event list_tags157 with invalid package name158 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"159 behaves like returning response status with error160 returns bad_request and error message161 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/162 behaves like returning response status with error163 returns not_found and error message164 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok165 behaves like returning response status with error166 returns not_found and error message167 auth: nil, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok168 behaves like returning response status with error169 returns not_found and error message170 auth: nil, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found171 behaves like returning response status with error172 returns not_found and error message173 auth: nil, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized174 behaves like reject package tags request175 behaves like returning response status176 returns unauthorized177 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized178 behaves like returning response status with error179 returns not_found and error message180 auth: nil, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized181 behaves like returning response status with error182 returns not_found and error message183 auth: nil, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized184 behaves like returning response status with error185 returns not_found and error message186 auth: nil, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized187 behaves like reject package tags request188 behaves like returning response status189 returns unauthorized190 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized191 behaves like returning response status with error192 returns not_found and error message193 auth: nil, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized194 behaves like returning response status with error195 returns not_found and error message196 auth: nil, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized197 behaves like returning response status with error198 returns not_found and error message199 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok200 behaves like accept package tags request201 with valid package name202 returns a valid json response203 returns two package tags204 behaves like returning response status205 returns ok206# [RSpecRunTime] RSpec elapsed time: 4 minutes 32.07 seconds. Current RSS: ~1509M. load average: 1.06 1.00 1.00 1/283 474207 behaves like track event208 behaves like a package tracking event209 creates a gitlab tracking event list_tags210 with invalid package name211 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"212 behaves like returning response status with error213 returns bad_request and error message214 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/215 behaves like returning response status with error216 returns not_found and error message217 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok218 behaves like accept package tags request219 with valid package name220 returns a valid json response221 returns two package tags222 behaves like returning response status223 returns ok224# [RSpecRunTime] RSpec elapsed time: 4 minutes 35.16 seconds. Current RSS: ~1501M. load average: 1.13 1.02 1.01 1/283 475225 behaves like track event226 behaves like a package tracking event227 creates a gitlab tracking event list_tags228 with invalid package name229 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"230 behaves like returning response status with error231 returns bad_request and error message232 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/233 behaves like returning response status with error234 returns not_found and error message235 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok236 behaves like returning response status with error237 returns not_found and error message238 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok239 behaves like returning response status with error240 returns not_found and error message241 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok242 behaves like returning response status with error243 returns not_found and error message244 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok245 behaves like returning response status with error246 returns not_found and error message247 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :not_found248 behaves like returning response status with error249 returns not_found and error message250 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :reporter, expected_result: :reject, expected_status: :not_found251 behaves like returning response status with error252 returns not_found and error message253 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden254 behaves like reject package tags request255 behaves like returning response status256 returns forbidden257 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok258 behaves like accept package tags request259 with valid package name260 returns a valid json response261 returns two package tags262 behaves like returning response status263 returns ok264# [RSpecRunTime] RSpec elapsed time: 4 minutes 41.23 seconds. Current RSS: ~1501M. load average: 1.12 1.02 1.01 1/283 476265 behaves like track event266 behaves like a package tracking event267 creates a gitlab tracking event list_tags268 with invalid package name269 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"270 behaves like returning response status with error271 returns bad_request and error message272 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/273 behaves like returning response status with error274 returns not_found and error message275 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden276 behaves like returning response status with error277 returns not_found and error message278 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok279 behaves like returning response status with error280 returns not_found and error message281 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden282 behaves like returning response status with error283 returns not_found and error message284 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok285 behaves like returning response status with error286 returns not_found and error message287 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden288 behaves like returning response status with error289 returns not_found and error message290 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :reporter, expected_result: :reject, expected_status: :not_found291 behaves like returning response status with error292 returns not_found and error message293 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok294 behaves like accept package tags request295 with valid package name296 returns a valid json response297 returns two package tags298 behaves like returning response status299 returns ok300# [RSpecRunTime] RSpec elapsed time: 4 minutes 46.94 seconds. Current RSS: ~1508M. load average: 1.11 1.02 1.01 1/283 477301 behaves like track event302 behaves like a package tracking event303 creates a gitlab tracking event list_tags304 with invalid package name305 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"306 behaves like returning response status with error307 returns bad_request and error message308 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/309 behaves like returning response status with error310 returns not_found and error message311 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok312 behaves like accept package tags request313 with valid package name314 returns a valid json response315 returns two package tags316 behaves like returning response status317 returns ok318# [RSpecRunTime] RSpec elapsed time: 4 minutes 50.31 seconds. Current RSS: ~1504M. load average: 1.10 1.02 1.01 1/283 478319 behaves like track event320 behaves like a package tracking event321 creates a gitlab tracking event list_tags322 with invalid package name323 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"324 behaves like returning response status with error325 returns bad_request and error message326 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/327 behaves like returning response status with error328 returns not_found and error message329 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok330 behaves like returning response status with error331 returns not_found and error message332 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok333 behaves like returning response status with error334 returns not_found and error message335 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok336 behaves like returning response status with error337 returns not_found and error message338 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok339 behaves like returning response status with error340 returns not_found and error message341 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :not_found342 behaves like returning response status with error343 returns not_found and error message344 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :reporter, expected_result: :reject, expected_status: :not_found345 behaves like returning response status with error346 returns not_found and error message347 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok348 behaves like accept package tags request349 with valid package name350 returns a valid json response351 returns two package tags352 behaves like returning response status353 returns ok354# [RSpecRunTime] RSpec elapsed time: 4 minutes 55.73 seconds. Current RSS: ~1503M. load average: 1.09 1.02 1.01 1/283 479355 behaves like track event356 behaves like a package tracking event357 creates a gitlab tracking event list_tags358 with invalid package name359 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"360 behaves like returning response status with error361 returns bad_request and error message362 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/363 behaves like returning response status with error364 returns not_found and error message365 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok366 behaves like accept package tags request367 with valid package name368 returns a valid json response369 returns two package tags370 behaves like returning response status371 returns ok372# [RSpecRunTime] RSpec elapsed time: 4 minutes 58.75 seconds. Current RSS: ~1505M. load average: 1.09 1.02 1.01 1/283 480373 behaves like track event374 behaves like a package tracking event375 creates a gitlab tracking event list_tags376 with invalid package name377 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"378 behaves like returning response status with error379 returns bad_request and error message380 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/381 behaves like returning response status with error382 returns not_found and error message383 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok384 behaves like returning response status with error385 returns not_found and error message386 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok387 behaves like returning response status with error388 returns not_found and error message389 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok390 behaves like returning response status with error391 returns not_found and error message392 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok393 behaves like returning response status with error394 returns not_found and error message395 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :not_found396 behaves like returning response status with error397 returns not_found and error message398 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :reporter, expected_result: :reject, expected_status: :not_found399 behaves like returning response status with error400 returns not_found and error message401 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden402 behaves like reject package tags request403 behaves like returning response status404 returns forbidden405 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok406 behaves like accept package tags request407 with valid package name408 returns a valid json response409 returns two package tags410 behaves like returning response status411 returns ok412# [RSpecRunTime] RSpec elapsed time: 5 minutes 4.69 seconds. Current RSS: ~1502M. load average: 1.08 1.02 1.01 1/283 481413 behaves like track event414 behaves like a package tracking event415 creates a gitlab tracking event list_tags416 with invalid package name417 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"418 behaves like returning response status with error419 returns bad_request and error message420 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/421 behaves like returning response status with error422 returns not_found and error message423 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden424 behaves like returning response status with error425 returns not_found and error message426 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok427 behaves like returning response status with error428 returns not_found and error message429 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden430 behaves like returning response status with error431 returns not_found and error message432 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok433 behaves like returning response status with error434 returns not_found and error message435 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden436 behaves like returning response status with error437 returns not_found and error message438 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :reporter, expected_result: :reject, expected_status: :not_found439 behaves like returning response status with error440 returns not_found and error message441 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok442 behaves like accept package tags request443 with valid package name444 returns a valid json response445 returns two package tags446 behaves like returning response status447 returns ok448# [RSpecRunTime] RSpec elapsed time: 5 minutes 10.25 seconds. Current RSS: ~1498M. load average: 1.07 1.02 1.01 1/283 482449 behaves like track event450 behaves like a package tracking event451 creates a gitlab tracking event list_tags452 with invalid package name453 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"454 behaves like returning response status with error455 returns bad_request and error message456 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/457 behaves like returning response status with error458 returns not_found and error message459 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok460 behaves like accept package tags request461 with valid package name462 returns a valid json response463 returns two package tags464 behaves like returning response status465 returns ok466# [RSpecRunTime] RSpec elapsed time: 5 minutes 13.52 seconds. Current RSS: ~1501M. load average: 1.07 1.02 1.01 1/283 483467 behaves like track event468 behaves like a package tracking event469 creates a gitlab tracking event list_tags470 with invalid package name471 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"472 behaves like returning response status with error473 returns bad_request and error message474 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/475 behaves like returning response status with error476 returns not_found and error message477 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok478 behaves like returning response status with error479 returns not_found and error message480 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok481 behaves like returning response status with error482 returns not_found and error message483 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok484 behaves like returning response status with error485 returns not_found and error message486 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok487 behaves like returning response status with error488 returns not_found and error message489 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :not_found490 behaves like returning response status with error491 returns not_found and error message492 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :reporter, expected_result: :reject, expected_status: :not_found493 behaves like returning response status with error494 returns not_found and error message495 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok496 behaves like accept package tags request497 with valid package name498 returns a valid json response499 returns two package tags500 behaves like returning response status501 returns ok502# [RSpecRunTime] RSpec elapsed time: 5 minutes 19.08 seconds. Current RSS: ~1499M. load average: 1.07 1.02 1.01 1/283 484503 behaves like track event504 behaves like a package tracking event505 creates a gitlab tracking event list_tags506 with invalid package name507 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"508 behaves like returning response status with error509 returns bad_request and error message510 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/511 behaves like returning response status with error512 returns not_found and error message513 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok514 behaves like returning response status with error515 returns not_found and error message516 auth: :job_token, package_name_type: :unscoped, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok517 behaves like returning response status with error518 returns not_found and error message519 auth: :job_token, package_name_type: :non_existing, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found520 behaves like returning response status with error521 returns not_found and error message522 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok523 behaves like accept package tags request524 with valid package name525 returns a valid json response526 returns two package tags527 behaves like returning response status528 returns ok529# [RSpecRunTime] RSpec elapsed time: 5 minutes 23.36 seconds. Current RSS: ~1495M. load average: 0.98 1.00 1.00 1/283 485530 behaves like track event531 behaves like a package tracking event532 creates a gitlab tracking event list_tags533 with invalid package name534 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"535 behaves like returning response status with error536 returns bad_request and error message537 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/538 behaves like returning response status with error539 returns not_found and error message540 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok541 behaves like returning response status with error542 returns not_found and error message543 auth: :job_token, package_name_type: :unscoped, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok544 behaves like returning response status with error545 returns not_found and error message546 auth: :job_token, package_name_type: :non_existing, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found547 behaves like returning response status with error548 returns not_found and error message549 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok550 behaves like accept package tags request551 with valid package name552 returns a valid json response553 returns two package tags554 behaves like returning response status555 returns ok556# [RSpecRunTime] RSpec elapsed time: 5 minutes 27.84 seconds. Current RSS: ~1497M. load average: 1.06 1.02 1.01 1/283 486557 behaves like track event558 behaves like a package tracking event559 creates a gitlab tracking event list_tags560 with invalid package name561 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"562 behaves like returning response status with error563 returns bad_request and error message564 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/565 behaves like returning response status with error566 returns not_found and error message567 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok568 behaves like returning response status with error569 returns not_found and error message570 auth: :job_token, package_name_type: :unscoped, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok571 behaves like returning response status with error572 returns not_found and error message573 auth: :job_token, package_name_type: :non_existing, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found574 behaves like returning response status with error575 returns not_found and error message576 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok577 behaves like accept package tags request578 with valid package name579 returns a valid json response580 returns two package tags581 behaves like returning response status582 returns ok583# [RSpecRunTime] RSpec elapsed time: 5 minutes 31.78 seconds. Current RSS: ~1496M. load average: 1.14 1.03 1.01 1/284 487584 behaves like track event585 behaves like a package tracking event586 creates a gitlab tracking event list_tags587 with invalid package name588 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"589 behaves like returning response status with error590 returns bad_request and error message591 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/592 behaves like returning response status with error593 returns not_found and error message594 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok595 behaves like returning response status with error596 returns not_found and error message597 auth: :deploy_token, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok598 behaves like returning response status with error599 returns not_found and error message600 auth: :deploy_token, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found601 behaves like returning response status with error602 returns not_found and error message603 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok604 behaves like accept package tags request605 with valid package name606 returns a valid json response607 returns two package tags608 behaves like returning response status609 returns ok610# [RSpecRunTime] RSpec elapsed time: 5 minutes 34.56 seconds. Current RSS: ~1504M. load average: 1.13 1.03 1.01 1/284 488611 behaves like track event612 behaves like a package tracking event613 creates a gitlab tracking event list_tags614 with invalid package name615 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"616 behaves like returning response status with error617 returns bad_request and error message618 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/619 behaves like returning response status with error620 returns not_found and error message621 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok622 behaves like returning response status with error623 returns not_found and error message624 auth: :deploy_token, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok625 behaves like returning response status with error626 returns not_found and error message627 auth: :deploy_token, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :not_found628 behaves like returning response status with error629 returns not_found and error message630 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok631 behaves like accept package tags request632 with valid package name633 returns a valid json response634 returns two package tags635 behaves like returning response status636 returns ok637# [RSpecRunTime] RSpec elapsed time: 5 minutes 37.5 seconds. Current RSS: ~1508M. load average: 1.13 1.03 1.01 1/284 489638 behaves like track event639 behaves like a package tracking event640 creates a gitlab tracking event list_tags641 with invalid package name642 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"643 behaves like returning response status with error644 returns bad_request and error message645 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/646 behaves like returning response status with error647 returns not_found and error message648 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok649 behaves like returning response status with error650 returns not_found and error message651 auth: :deploy_token, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok652 behaves like returning response status with error653 returns not_found and error message654 auth: :deploy_token, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :not_found655 behaves like returning response status with error656 returns not_found and error message657 with a user namespace658 behaves like handling all conditions659 auth: nil, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok660 behaves like accept package tags request661 with valid package name662 returns a valid json response663 returns two package tags664 behaves like returning response status665 returns ok666# [RSpecRunTime] RSpec elapsed time: 5 minutes 40.69 seconds. Current RSS: ~1500M. load average: 1.12 1.03 1.01 1/284 490667 behaves like track event668 behaves like a package tracking event669 creates a gitlab tracking event list_tags670 with invalid package name671 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"672 behaves like returning response status with error673 returns bad_request and error message674 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/675 behaves like returning response status with error676 returns not_found and error message677 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok678 behaves like returning response status with error679 returns not_found and error message680 auth: nil, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok681 behaves like returning response status with error682 returns not_found and error message683 auth: nil, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found684 behaves like returning response status with error685 returns not_found and error message686 auth: nil, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized687 behaves like reject package tags request688 behaves like returning response status689 returns unauthorized690 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized691 behaves like returning response status with error692 returns not_found and error message693 auth: nil, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized694 behaves like returning response status with error695 returns not_found and error message696 auth: nil, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized697 behaves like returning response status with error698 returns not_found and error message699 auth: nil, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized700 behaves like reject package tags request701 behaves like returning response status702 returns unauthorized703 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized704 behaves like returning response status with error705 returns not_found and error message706 auth: nil, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized707 behaves like returning response status with error708 returns not_found and error message709 auth: nil, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized710 behaves like returning response status with error711 returns not_found and error message712 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok713 behaves like accept package tags request714 with valid package name715 returns a valid json response716 returns two package tags717 behaves like returning response status718 returns ok719# [RSpecRunTime] RSpec elapsed time: 5 minutes 45.92 seconds. Current RSS: ~1507M. load average: 1.03 1.01 1.00 1/284 491720 behaves like track event721 behaves like a package tracking event722 creates a gitlab tracking event list_tags723 with invalid package name724 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"725 behaves like returning response status with error726 returns bad_request and error message727 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/728 behaves like returning response status with error729 returns not_found and error message730 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok731 behaves like accept package tags request732 with valid package name733 returns a valid json response734 returns two package tags735 behaves like returning response status736 returns ok737# [RSpecRunTime] RSpec elapsed time: 5 minutes 49.18 seconds. Current RSS: ~1503M. load average: 1.03 1.01 1.00 1/284 492738 behaves like track event739 behaves like a package tracking event740 creates a gitlab tracking event list_tags741 with invalid package name742 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"743 behaves like returning response status with error744 returns bad_request and error message745 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/746 behaves like returning response status with error747 returns not_found and error message748 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok749 behaves like returning response status with error750 returns not_found and error message751 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok752 behaves like returning response status with error753 returns not_found and error message754 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok755 behaves like returning response status with error756 returns not_found and error message757 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok758 behaves like returning response status with error759 returns not_found and error message760 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :not_found761 behaves like returning response status with error762 returns not_found and error message763 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :reporter, expected_result: :reject, expected_status: :not_found764 behaves like returning response status with error765 returns not_found and error message766 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden767 behaves like reject package tags request768 behaves like returning response status769 returns forbidden770 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok771 behaves like accept package tags request772 with valid package name773 returns a valid json response774 returns two package tags775 behaves like returning response status776 returns ok777# [RSpecRunTime] RSpec elapsed time: 5 minutes 55.37 seconds. Current RSS: ~1494M. load average: 1.02 1.01 1.00 1/284 493778 behaves like track event779 behaves like a package tracking event780 creates a gitlab tracking event list_tags781 with invalid package name782 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"783 behaves like returning response status with error784 returns bad_request and error message785 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/786 behaves like returning response status with error787 returns not_found and error message788 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden789 behaves like returning response status with error790 returns not_found and error message791 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok792 behaves like returning response status with error793 returns not_found and error message794 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden795 behaves like returning response status with error796 returns not_found and error message797 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok798 behaves like returning response status with error799 returns not_found and error message800 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden801 behaves like returning response status with error802 returns not_found and error message803 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :reporter, expected_result: :reject, expected_status: :not_found804 behaves like returning response status with error805 returns not_found and error message806 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok807 behaves like accept package tags request808 with valid package name809 returns a valid json response810 returns two package tags811 behaves like returning response status812 returns ok813# [RSpecRunTime] RSpec elapsed time: 6 minutes 1.15 seconds. Current RSS: ~1491M. load average: 1.02 1.01 1.00 1/284 494814 behaves like track event815 behaves like a package tracking event816 creates a gitlab tracking event list_tags817 with invalid package name818 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"819 behaves like returning response status with error820 returns bad_request and error message821 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/822 behaves like returning response status with error823 returns not_found and error message824 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok825 behaves like accept package tags request826 with valid package name827 returns a valid json response828 returns two package tags829 behaves like returning response status830 returns ok831# [RSpecRunTime] RSpec elapsed time: 6 minutes 4.65 seconds. Current RSS: ~1486M. load average: 1.02 1.01 1.00 1/284 495832 behaves like track event833 behaves like a package tracking event834 creates a gitlab tracking event list_tags835 with invalid package name836 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"837 behaves like returning response status with error838 returns bad_request and error message839# [RSpecRunTime] RSpec elapsed time: 6 minutes 6.94 seconds. Current RSS: ~1485M. load average: 1.02 1.01 1.00 1/284 496840 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/841 behaves like returning response status with error842 returns not_found and error message843 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok844 behaves like returning response status with error845 returns not_found and error message846 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok847 behaves like returning response status with error848 returns not_found and error message849 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok850 behaves like returning response status with error851 returns not_found and error message852 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok853 behaves like returning response status with error854 returns not_found and error message855 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :not_found856 behaves like returning response status with error857 returns not_found and error message858 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :reporter, expected_result: :reject, expected_status: :not_found859 behaves like returning response status with error860 returns not_found and error message861 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok862 behaves like accept package tags request863 with valid package name864 returns a valid json response865 returns two package tags866 behaves like returning response status867 returns ok868# [RSpecRunTime] RSpec elapsed time: 6 minutes 11.52 seconds. Current RSS: ~1497M. load average: 1.02 1.01 1.00 1/284 497869 behaves like track event870 behaves like a package tracking event871 creates a gitlab tracking event list_tags872 with invalid package name873 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"874 behaves like returning response status with error875 returns bad_request and error message876 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/877 behaves like returning response status with error878 returns not_found and error message879 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok880 behaves like accept package tags request881 with valid package name882 returns a valid json response883 returns two package tags884 behaves like returning response status885 returns ok886# [RSpecRunTime] RSpec elapsed time: 6 minutes 14.66 seconds. Current RSS: ~1496M. load average: 1.02 1.01 1.00 1/284 498887 behaves like track event888 behaves like a package tracking event889 creates a gitlab tracking event list_tags890 with invalid package name891 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"892 behaves like returning response status with error893 returns bad_request and error message894 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/895 behaves like returning response status with error896 returns not_found and error message897 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok898 behaves like returning response status with error899 returns not_found and error message900 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok901 behaves like returning response status with error902 returns not_found and error message903 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok904 behaves like returning response status with error905 returns not_found and error message906 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok907 behaves like returning response status with error908 returns not_found and error message909 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :not_found910 behaves like returning response status with error911 returns not_found and error message912 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :reporter, expected_result: :reject, expected_status: :not_found913 behaves like returning response status with error914 returns not_found and error message915 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden916 behaves like reject package tags request917 behaves like returning response status918 returns forbidden919 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok920 behaves like accept package tags request921 with valid package name922 returns a valid json response923 returns two package tags924 behaves like returning response status925 returns ok926# [RSpecRunTime] RSpec elapsed time: 6 minutes 20.58 seconds. Current RSS: ~1499M. load average: 1.01 1.01 1.00 1/284 499927 behaves like track event928 behaves like a package tracking event929 creates a gitlab tracking event list_tags930 with invalid package name931 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"932 behaves like returning response status with error933 returns bad_request and error message934 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/935 behaves like returning response status with error936 returns not_found and error message937 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden938 behaves like returning response status with error939 returns not_found and error message940 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok941 behaves like returning response status with error942 returns not_found and error message943 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden944 behaves like returning response status with error945 returns not_found and error message946 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok947 behaves like returning response status with error948 returns not_found and error message949 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden950 behaves like returning response status with error951 returns not_found and error message952 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :reporter, expected_result: :reject, expected_status: :not_found953 behaves like returning response status with error954 returns not_found and error message955 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok956 behaves like accept package tags request957 with valid package name958 returns a valid json response959 returns two package tags960 behaves like returning response status961 returns ok962# [RSpecRunTime] RSpec elapsed time: 6 minutes 26.23 seconds. Current RSS: ~1502M. load average: 1.01 1.01 1.00 1/284 500963 behaves like track event964 behaves like a package tracking event965 creates a gitlab tracking event list_tags966 with invalid package name967 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"968 behaves like returning response status with error969 returns bad_request and error message970 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/971 behaves like returning response status with error972 returns not_found and error message973 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok974 behaves like accept package tags request975 with valid package name976 returns a valid json response977 returns two package tags978 behaves like returning response status979 returns ok980# [RSpecRunTime] RSpec elapsed time: 6 minutes 29.39 seconds. Current RSS: ~1509M. load average: 1.01 1.01 1.00 1/284 501981 behaves like track event982 behaves like a package tracking event983 creates a gitlab tracking event list_tags984 with invalid package name985 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"986 behaves like returning response status with error987 returns bad_request and error message988 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/989 behaves like returning response status with error990 returns not_found and error message991 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok992 behaves like returning response status with error993 returns not_found and error message994 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok995 behaves like returning response status with error996 returns not_found and error message997 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok998 behaves like returning response status with error999 returns not_found and error message1000 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok1001 behaves like returning response status with error1002 returns not_found and error message1003 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :not_found1004 behaves like returning response status with error1005 returns not_found and error message1006 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :reporter, expected_result: :reject, expected_status: :not_found1007 behaves like returning response status with error1008 returns not_found and error message1009 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1010 behaves like accept package tags request1011 with valid package name1012 returns a valid json response1013 returns two package tags1014 behaves like returning response status1015 returns ok1016# [RSpecRunTime] RSpec elapsed time: 6 minutes 35.15 seconds. Current RSS: ~1504M. load average: 1.01 1.01 1.00 1/284 5021017 behaves like track event1018 behaves like a package tracking event1019 creates a gitlab tracking event list_tags1020 with invalid package name1021 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1022 behaves like returning response status with error1023 returns bad_request and error message1024 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1025 behaves like returning response status with error1026 returns not_found and error message1027 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1028 behaves like returning response status with error1029 returns not_found and error message1030 auth: :job_token, package_name_type: :unscoped, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1031 behaves like returning response status with error1032 returns not_found and error message1033 auth: :job_token, package_name_type: :non_existing, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found1034 behaves like returning response status with error1035 returns not_found and error message1036 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1037 behaves like accept package tags request1038 with valid package name1039 returns a valid json response1040 returns two package tags1041 behaves like returning response status1042 returns ok1043# [RSpecRunTime] RSpec elapsed time: 6 minutes 39.65 seconds. Current RSS: ~1501M. load average: 1.09 1.03 1.01 1/284 5031044 behaves like track event1045 behaves like a package tracking event1046 creates a gitlab tracking event list_tags1047 with invalid package name1048 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1049 behaves like returning response status with error1050 returns bad_request and error message1051 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1052 behaves like returning response status with error1053 returns not_found and error message1054 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1055 behaves like returning response status with error1056 returns not_found and error message1057 auth: :job_token, package_name_type: :unscoped, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1058 behaves like returning response status with error1059 returns not_found and error message1060 auth: :job_token, package_name_type: :non_existing, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found1061 behaves like returning response status with error1062 returns not_found and error message1063 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1064 behaves like accept package tags request1065 with valid package name1066 returns a valid json response1067 returns two package tags1068 behaves like returning response status1069 returns ok1070# [RSpecRunTime] RSpec elapsed time: 6 minutes 44.16 seconds. Current RSS: ~1503M. load average: 1.09 1.03 1.01 1/284 5041071 behaves like track event1072 behaves like a package tracking event1073 creates a gitlab tracking event list_tags1074 with invalid package name1075 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1076 behaves like returning response status with error1077 returns bad_request and error message1078 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1079 behaves like returning response status with error1080 returns not_found and error message1081 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1082 behaves like returning response status with error1083 returns not_found and error message1084 auth: :job_token, package_name_type: :unscoped, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1085 behaves like returning response status with error1086 returns not_found and error message1087 auth: :job_token, package_name_type: :non_existing, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found1088 behaves like returning response status with error1089 returns not_found and error message1090 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok1091 behaves like accept package tags request1092 with valid package name1093 returns a valid json response1094 returns two package tags1095 behaves like returning response status1096 returns ok1097# [RSpecRunTime] RSpec elapsed time: 6 minutes 47.94 seconds. Current RSS: ~1507M. load average: 1.08 1.03 1.00 1/284 5051098 behaves like track event1099 behaves like a package tracking event1100 creates a gitlab tracking event list_tags1101 with invalid package name1102 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1103 behaves like returning response status with error1104 returns bad_request and error message1105 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1106 behaves like returning response status with error1107 returns not_found and error message1108 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok1109 behaves like returning response status with error1110 returns not_found and error message1111 auth: :deploy_token, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok1112 behaves like returning response status with error1113 returns not_found and error message1114 auth: :deploy_token, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found1115 behaves like returning response status with error1116 returns not_found and error message1117 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok1118 behaves like accept package tags request1119 with valid package name1120 returns a valid json response1121 returns two package tags1122 behaves like returning response status1123 returns ok1124# [RSpecRunTime] RSpec elapsed time: 6 minutes 50.77 seconds. Current RSS: ~1516M. load average: 1.08 1.02 1.00 1/284 5061125 behaves like track event1126 behaves like a package tracking event1127 creates a gitlab tracking event list_tags1128 with invalid package name1129 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1130 behaves like returning response status with error1131 returns bad_request and error message1132 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1133 behaves like returning response status with error1134 returns not_found and error message1135 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok1136 behaves like returning response status with error1137 returns not_found and error message1138 auth: :deploy_token, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok1139 behaves like returning response status with error1140 returns not_found and error message1141 auth: :deploy_token, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :not_found1142 behaves like returning response status with error1143 returns not_found and error message1144 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok1145 behaves like accept package tags request1146 with valid package name1147 returns a valid json response1148 returns two package tags1149 behaves like returning response status1150 returns ok1151# [RSpecRunTime] RSpec elapsed time: 6 minutes 53.76 seconds. Current RSS: ~1506M. load average: 1.08 1.02 1.00 1/284 5071152 behaves like track event1153 behaves like a package tracking event1154 creates a gitlab tracking event list_tags1155 with invalid package name1156 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1157 behaves like returning response status with error1158 returns bad_request and error message1159 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1160 behaves like returning response status with error1161 returns not_found and error message1162 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok1163 behaves like returning response status with error1164 returns not_found and error message1165 auth: :deploy_token, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok1166 behaves like returning response status with error1167 returns not_found and error message1168 auth: :deploy_token, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :not_found1169 behaves like returning response status with error1170 returns not_found and error message1171 PUT /api/v4/packages/npm/-/package/*package_name/dist-tags/:tag1172 behaves like handling create dist tag requests1173 with a group namespace1174 behaves like handling all conditions1175 behaves like handling different package names, visibilities and user roles for tags create or delete1176 auth: nil, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized1177 behaves like reject create package tag request1178 behaves like returning response status1179 returns unauthorized1180 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized1181 behaves like reject create package tag request1182 behaves like returning response status1183 returns unauthorized1184 auth: nil, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized1185 behaves like reject create package tag request1186 behaves like returning response status1187 returns unauthorized1188 auth: nil, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized1189 behaves like reject create package tag request1190 behaves like returning response status1191 returns unauthorized1192 auth: nil, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized1193 behaves like reject create package tag request1194 behaves like returning response status1195 returns unauthorized1196 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized1197 behaves like reject create package tag request1198 behaves like returning response status1199 returns unauthorized1200 auth: nil, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized1201 behaves like reject create package tag request1202 behaves like returning response status1203 returns unauthorized1204 auth: nil, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized1205 behaves like reject create package tag request1206 behaves like returning response status1207 returns unauthorized1208 auth: nil, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized1209 behaves like reject create package tag request1210 behaves like returning response status1211 returns unauthorized1212 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized1213 behaves like reject create package tag request1214 behaves like returning response status1215 returns unauthorized1216 auth: nil, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized1217 behaves like reject create package tag request1218 behaves like returning response status1219 returns unauthorized1220 auth: nil, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized1221 behaves like reject create package tag request1222 behaves like returning response status1223 returns unauthorized1224 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden1225 behaves like reject create package tag request1226 behaves like returning response status1227 returns forbidden1228 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1229 behaves like accept create package tag request1230 with valid package name1231 creates the package tag1232 returns a valid response1233 behaves like returning response status1234 returns no_content1235# [RSpecRunTime] RSpec elapsed time: 7 minutes 0.76 second. Current RSS: ~1508M. load average: 1.06 1.02 1.00 1/283 5081236 behaves like track event1237 behaves like a package tracking event1238 creates a gitlab tracking event create_tag1239 with already existing tag1240 reuses existing tag1241 returns a valid response1242 behaves like returning response status1243 returns no_content1244# [RSpecRunTime] RSpec elapsed time: 7 minutes 3.17 seconds. Current RSS: ~1503M. load average: 1.06 1.02 1.00 1/283 5091245 with ActiveRecord::RecordInvalid error1246 behaves like returning response status with error1247 returns bad_request and error message1248 with invalid package name1249 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1250 behaves like returning response status with error1251 returns not_found and error message1252 package_name: "", status: :not_found, error: "404 Not Found"1253 behaves like returning response status with error1254 returns not_found and error message1255 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1256 behaves like returning response status with error1257 returns bad_request and error message1258 with invalid tag name1259 tag_name: "", status: :not_found, error: "404 Not Found"1260 behaves like returning response status with error1261 returns not_found and error message1262 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1263 behaves like returning response status with error1264 returns bad_request and error message1265 with invalid version1266 version: " ", status: :bad_request, error: "\"Version\" not given"1267 behaves like returning response status with error1268 returns bad_request and error message1269 version: "", status: :bad_request, error: "\"Version\" not given"1270 behaves like returning response status with error1271 returns bad_request and error message1272 version: nil, status: :bad_request, error: "\"Version\" not given"1273 behaves like returning response status with error1274 returns bad_request and error message1275 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden1276 behaves like returning response status with error1277 returns not_found and error message1278 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1279 behaves like returning response status with error1280 returns not_found and error message1281 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden1282 behaves like returning response status with error1283 returns not_found and error message1284 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1285 behaves like returning response status with error1286 returns not_found and error message1287 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden1288 behaves like returning response status with error1289 returns not_found and error message1290 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found1291 behaves like returning response status with error1292 returns not_found and error message1293 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1294 behaves like reject create package tag request1295 behaves like returning response status1296 returns forbidden1297 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1298 behaves like accept create package tag request1299 with valid package name1300 creates the package tag1301 returns a valid response1302 behaves like returning response status1303 returns no_content1304# [RSpecRunTime] RSpec elapsed time: 7 minutes 12.34 seconds. Current RSS: ~1495M. load average: 1.05 1.02 1.00 1/283 5101305 behaves like track event1306 behaves like a package tracking event1307 creates a gitlab tracking event create_tag1308 with already existing tag1309 reuses existing tag1310 returns a valid response1311 behaves like returning response status1312 returns no_content1313# [RSpecRunTime] RSpec elapsed time: 7 minutes 14.88 seconds. Current RSS: ~1495M. load average: 1.05 1.02 1.00 1/283 5111314 with ActiveRecord::RecordInvalid error1315 behaves like returning response status with error1316 returns bad_request and error message1317 with invalid package name1318 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1319 behaves like returning response status with error1320 returns not_found and error message1321 package_name: "", status: :not_found, error: "404 Not Found"1322 behaves like returning response status with error1323 returns not_found and error message1324 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1325 behaves like returning response status with error1326 returns bad_request and error message1327 with invalid tag name1328 tag_name: "", status: :not_found, error: "404 Not Found"1329 behaves like returning response status with error1330 returns not_found and error message1331 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1332 behaves like returning response status with error1333 returns bad_request and error message1334 with invalid version1335 version: " ", status: :bad_request, error: "\"Version\" not given"1336 behaves like returning response status with error1337 returns bad_request and error message1338 version: "", status: :bad_request, error: "\"Version\" not given"1339 behaves like returning response status with error1340 returns bad_request and error message1341 version: nil, status: :bad_request, error: "\"Version\" not given"1342 behaves like returning response status with error1343 returns bad_request and error message1344 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1345 behaves like returning response status with error1346 returns not_found and error message1347 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1348 behaves like returning response status with error1349 returns not_found and error message1350 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1351 behaves like returning response status with error1352 returns not_found and error message1353 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1354 behaves like returning response status with error1355 returns not_found and error message1356 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1357 behaves like returning response status with error1358 returns not_found and error message1359 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found1360 behaves like returning response status with error1361 returns not_found and error message1362 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden1363 behaves like reject create package tag request1364 behaves like returning response status1365 returns forbidden1366 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1367 behaves like accept create package tag request1368 with valid package name1369 creates the package tag1370 returns a valid response1371 behaves like returning response status1372 returns no_content1373# [RSpecRunTime] RSpec elapsed time: 7 minutes 24.38 seconds. Current RSS: ~1488M. load average: 1.04 1.02 1.00 1/284 5121374 behaves like track event1375 behaves like a package tracking event1376 creates a gitlab tracking event create_tag1377 with already existing tag1378 reuses existing tag1379 returns a valid response1380 behaves like returning response status1381 returns no_content1382# [RSpecRunTime] RSpec elapsed time: 7 minutes 26.95 seconds. Current RSS: ~1487M. load average: 1.04 1.02 1.00 1/284 5131383 with ActiveRecord::RecordInvalid error1384 behaves like returning response status with error1385 returns bad_request and error message1386 with invalid package name1387 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1388 behaves like returning response status with error1389 returns not_found and error message1390 package_name: "", status: :not_found, error: "404 Not Found"1391 behaves like returning response status with error1392 returns not_found and error message1393 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1394 behaves like returning response status with error1395 returns bad_request and error message1396 with invalid tag name1397 tag_name: "", status: :not_found, error: "404 Not Found"1398 behaves like returning response status with error1399 returns not_found and error message1400 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1401 behaves like returning response status with error1402 returns bad_request and error message1403 with invalid version1404 version: " ", status: :bad_request, error: "\"Version\" not given"1405 behaves like returning response status with error1406 returns bad_request and error message1407 version: "", status: :bad_request, error: "\"Version\" not given"1408 behaves like returning response status with error1409 returns bad_request and error message1410 version: nil, status: :bad_request, error: "\"Version\" not given"1411 behaves like returning response status with error1412 returns bad_request and error message1413 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden1414 behaves like returning response status with error1415 returns not_found and error message1416 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1417 behaves like returning response status with error1418 returns not_found and error message1419 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden1420 behaves like returning response status with error1421 returns not_found and error message1422 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1423 behaves like returning response status with error1424 returns not_found and error message1425 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden1426 behaves like returning response status with error1427 returns not_found and error message1428 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found1429 behaves like returning response status with error1430 returns not_found and error message1431 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden1432 behaves like reject create package tag request1433 behaves like returning response status1434 returns forbidden1435 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1436 behaves like accept create package tag request1437 with valid package name1438 creates the package tag1439 returns a valid response1440 behaves like returning response status1441 returns no_content1442# [RSpecRunTime] RSpec elapsed time: 7 minutes 36.06 seconds. Current RSS: ~1489M. load average: 1.03 1.02 1.00 1/284 5141443 behaves like track event1444 behaves like a package tracking event1445 creates a gitlab tracking event create_tag1446 with already existing tag1447 reuses existing tag1448 returns a valid response1449 behaves like returning response status1450 returns no_content1451# [RSpecRunTime] RSpec elapsed time: 7 minutes 38.42 seconds. Current RSS: ~1489M. load average: 1.03 1.02 1.00 1/284 5151452 with ActiveRecord::RecordInvalid error1453 behaves like returning response status with error1454 returns bad_request and error message1455 with invalid package name1456 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1457 behaves like returning response status with error1458 returns not_found and error message1459 package_name: "", status: :not_found, error: "404 Not Found"1460 behaves like returning response status with error1461 returns not_found and error message1462 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1463 behaves like returning response status with error1464 returns bad_request and error message1465 with invalid tag name1466 tag_name: "", status: :not_found, error: "404 Not Found"1467 behaves like returning response status with error1468 returns not_found and error message1469 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1470 behaves like returning response status with error1471 returns bad_request and error message1472 with invalid version1473 version: " ", status: :bad_request, error: "\"Version\" not given"1474 behaves like returning response status with error1475 returns bad_request and error message1476# [RSpecRunTime] RSpec elapsed time: 7 minutes 43.23 seconds. Current RSS: ~1488M. load average: 1.03 1.02 1.00 1/284 5161477 version: "", status: :bad_request, error: "\"Version\" not given"1478 behaves like returning response status with error1479 returns bad_request and error message1480 version: nil, status: :bad_request, error: "\"Version\" not given"1481 behaves like returning response status with error1482 returns bad_request and error message1483 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden1484 behaves like returning response status with error1485 returns not_found and error message1486 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1487 behaves like returning response status with error1488 returns not_found and error message1489 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden1490 behaves like returning response status with error1491 returns not_found and error message1492 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1493 behaves like returning response status with error1494 returns not_found and error message1495 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden1496 behaves like returning response status with error1497 returns not_found and error message1498 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found1499 behaves like returning response status with error1500 returns not_found and error message1501 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1502 behaves like reject create package tag request1503 behaves like returning response status1504 returns forbidden1505 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1506 behaves like accept create package tag request1507 with valid package name1508 creates the package tag1509 returns a valid response1510 behaves like returning response status1511 returns no_content1512# [RSpecRunTime] RSpec elapsed time: 7 minutes 48.92 seconds. Current RSS: ~1500M. load average: 1.03 1.02 1.00 1/284 5171513 behaves like track event1514 behaves like a package tracking event1515 creates a gitlab tracking event create_tag1516 with already existing tag1517 reuses existing tag1518 returns a valid response1519 behaves like returning response status1520 returns no_content1521# [RSpecRunTime] RSpec elapsed time: 7 minutes 51.33 seconds. Current RSS: ~1505M. load average: 1.03 1.02 1.00 1/284 5181522 with ActiveRecord::RecordInvalid error1523 behaves like returning response status with error1524 returns bad_request and error message1525 with invalid package name1526 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1527 behaves like returning response status with error1528 returns not_found and error message1529 package_name: "", status: :not_found, error: "404 Not Found"1530 behaves like returning response status with error1531 returns not_found and error message1532 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1533 behaves like returning response status with error1534 returns bad_request and error message1535 with invalid tag name1536 tag_name: "", status: :not_found, error: "404 Not Found"1537 behaves like returning response status with error1538 returns not_found and error message1539 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1540 behaves like returning response status with error1541 returns bad_request and error message1542 with invalid version1543 version: " ", status: :bad_request, error: "\"Version\" not given"1544 behaves like returning response status with error1545 returns bad_request and error message1546 version: "", status: :bad_request, error: "\"Version\" not given"1547 behaves like returning response status with error1548 returns bad_request and error message1549 version: nil, status: :bad_request, error: "\"Version\" not given"1550 behaves like returning response status with error1551 returns bad_request and error message1552 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1553 behaves like returning response status with error1554 returns not_found and error message1555 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1556 behaves like returning response status with error1557 returns not_found and error message1558 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1559 behaves like returning response status with error1560 returns not_found and error message1561 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1562 behaves like returning response status with error1563 returns not_found and error message1564 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1565 behaves like returning response status with error1566 returns not_found and error message1567 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found1568 behaves like returning response status with error1569 returns not_found and error message1570 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden1571 behaves like reject create package tag request1572 behaves like returning response status1573 returns forbidden1574 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1575 behaves like accept create package tag request1576 with valid package name1577 creates the package tag1578 returns a valid response1579 behaves like returning response status1580 returns no_content1581# [RSpecRunTime] RSpec elapsed time: 8 minutes 0.4 second. Current RSS: ~1506M. load average: 1.10 1.03 1.00 1/284 5191582 behaves like track event1583 behaves like a package tracking event1584 creates a gitlab tracking event create_tag1585 with already existing tag1586 reuses existing tag1587 returns a valid response1588 behaves like returning response status1589 returns no_content1590# [RSpecRunTime] RSpec elapsed time: 8 minutes 2.97 seconds. Current RSS: ~1511M. load average: 1.10 1.03 1.00 1/284 5201591 with ActiveRecord::RecordInvalid error1592 behaves like returning response status with error1593 returns bad_request and error message1594 with invalid package name1595 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1596 behaves like returning response status with error1597 returns not_found and error message1598 package_name: "", status: :not_found, error: "404 Not Found"1599 behaves like returning response status with error1600 returns not_found and error message1601 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1602 behaves like returning response status with error1603 returns bad_request and error message1604 with invalid tag name1605 tag_name: "", status: :not_found, error: "404 Not Found"1606 behaves like returning response status with error1607 returns not_found and error message1608 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1609 behaves like returning response status with error1610 returns bad_request and error message1611 with invalid version1612 version: " ", status: :bad_request, error: "\"Version\" not given"1613 behaves like returning response status with error1614 returns bad_request and error message1615 version: "", status: :bad_request, error: "\"Version\" not given"1616 behaves like returning response status with error1617 returns bad_request and error message1618 version: nil, status: :bad_request, error: "\"Version\" not given"1619 behaves like returning response status with error1620 returns bad_request and error message1621 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden1622 behaves like returning response status with error1623 returns not_found and error message1624 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1625 behaves like returning response status with error1626 returns not_found and error message1627 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden1628 behaves like returning response status with error1629 returns not_found and error message1630 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1631 behaves like returning response status with error1632 returns not_found and error message1633 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden1634 behaves like returning response status with error1635 returns not_found and error message1636 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found1637 behaves like returning response status with error1638 returns not_found and error message1639 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1640 behaves like accept create package tag request1641 with valid package name1642 creates the package tag1643 returns a valid response1644 behaves like returning response status1645 returns no_content1646# [RSpecRunTime] RSpec elapsed time: 8 minutes 11.34 seconds. Current RSS: ~1507M. load average: 1.08 1.03 1.00 1/284 5211647 behaves like track event1648 behaves like a package tracking event1649 creates a gitlab tracking event create_tag1650 with already existing tag1651 reuses existing tag1652 returns a valid response1653 behaves like returning response status1654 returns no_content1655# [RSpecRunTime] RSpec elapsed time: 8 minutes 13.81 seconds. Current RSS: ~1509M. load average: 1.08 1.03 1.00 1/284 5221656 with ActiveRecord::RecordInvalid error1657 behaves like returning response status with error1658 returns bad_request and error message1659 with invalid package name1660 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1661 behaves like returning response status with error1662 returns not_found and error message1663 package_name: "", status: :not_found, error: "404 Not Found"1664 behaves like returning response status with error1665 returns not_found and error message1666 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1667 behaves like returning response status with error1668 returns bad_request and error message1669 with invalid tag name1670 tag_name: "", status: :not_found, error: "404 Not Found"1671 behaves like returning response status with error1672 returns not_found and error message1673 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1674 behaves like returning response status with error1675 returns bad_request and error message1676 with invalid version1677 version: " ", status: :bad_request, error: "\"Version\" not given"1678 behaves like returning response status with error1679 returns bad_request and error message1680 version: "", status: :bad_request, error: "\"Version\" not given"1681 behaves like returning response status with error1682 returns bad_request and error message1683 version: nil, status: :bad_request, error: "\"Version\" not given"1684 behaves like returning response status with error1685 returns bad_request and error message1686 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1687 behaves like returning response status with error1688 returns not_found and error message1689 auth: :job_token, package_name_type: :unscoped, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1690 behaves like returning response status with error1691 returns not_found and error message1692 auth: :job_token, package_name_type: :non_existing, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found1693 behaves like returning response status with error1694 returns not_found and error message1695 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1696 behaves like accept create package tag request1697 with valid package name1698 creates the package tag1699 returns a valid response1700 behaves like returning response status1701 returns no_content1702# [RSpecRunTime] RSpec elapsed time: 8 minutes 21.0 seconds. Current RSS: ~1510M. load average: 1.15 1.05 1.01 1/284 5231703 behaves like track event1704 behaves like a package tracking event1705 creates a gitlab tracking event create_tag1706 with already existing tag1707 reuses existing tag1708 returns a valid response1709 behaves like returning response status1710 returns no_content1711# [RSpecRunTime] RSpec elapsed time: 8 minutes 23.32 seconds. Current RSS: ~1513M. load average: 1.15 1.05 1.01 1/284 5241712 with ActiveRecord::RecordInvalid error1713 behaves like returning response status with error1714 returns bad_request and error message1715 with invalid package name1716 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1717 behaves like returning response status with error1718 returns not_found and error message1719 package_name: "", status: :not_found, error: "404 Not Found"1720 behaves like returning response status with error1721 returns not_found and error message1722 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1723 behaves like returning response status with error1724 returns bad_request and error message1725 with invalid tag name1726 tag_name: "", status: :not_found, error: "404 Not Found"1727 behaves like returning response status with error1728 returns not_found and error message1729 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1730 behaves like returning response status with error1731 returns bad_request and error message1732 with invalid version1733 version: " ", status: :bad_request, error: "\"Version\" not given"1734 behaves like returning response status with error1735 returns bad_request and error message1736 version: "", status: :bad_request, error: "\"Version\" not given"1737 behaves like returning response status with error1738 returns bad_request and error message1739 version: nil, status: :bad_request, error: "\"Version\" not given"1740 behaves like returning response status with error1741 returns bad_request and error message1742 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1743 behaves like returning response status with error1744 returns not_found and error message1745 auth: :job_token, package_name_type: :unscoped, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1746 behaves like returning response status with error1747 returns not_found and error message1748 auth: :job_token, package_name_type: :non_existing, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found1749 behaves like returning response status with error1750 returns not_found and error message1751 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1752 behaves like accept create package tag request1753 with valid package name1754 creates the package tag1755 returns a valid response1756 behaves like returning response status1757 returns no_content1758# [RSpecRunTime] RSpec elapsed time: 8 minutes 30.63 seconds. Current RSS: ~1514M. load average: 1.12 1.05 1.01 1/284 5251759 behaves like track event1760 behaves like a package tracking event1761 creates a gitlab tracking event create_tag1762 with already existing tag1763 reuses existing tag1764 returns a valid response1765 behaves like returning response status1766 returns no_content1767# [RSpecRunTime] RSpec elapsed time: 8 minutes 33.1 seconds. Current RSS: ~1512M. load average: 1.12 1.05 1.01 1/284 5261768 with ActiveRecord::RecordInvalid error1769 behaves like returning response status with error1770 returns bad_request and error message1771 with invalid package name1772 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1773 behaves like returning response status with error1774 returns not_found and error message1775 package_name: "", status: :not_found, error: "404 Not Found"1776 behaves like returning response status with error1777 returns not_found and error message1778 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1779 behaves like returning response status with error1780 returns bad_request and error message1781 with invalid tag name1782 tag_name: "", status: :not_found, error: "404 Not Found"1783 behaves like returning response status with error1784 returns not_found and error message1785 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1786 behaves like returning response status with error1787 returns bad_request and error message1788 with invalid version1789 version: " ", status: :bad_request, error: "\"Version\" not given"1790 behaves like returning response status with error1791 returns bad_request and error message1792 version: "", status: :bad_request, error: "\"Version\" not given"1793 behaves like returning response status with error1794 returns bad_request and error message1795 version: nil, status: :bad_request, error: "\"Version\" not given"1796 behaves like returning response status with error1797 returns bad_request and error message1798 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1799 behaves like returning response status with error1800 returns not_found and error message1801 auth: :job_token, package_name_type: :unscoped, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1802 behaves like returning response status with error1803 returns not_found and error message1804 auth: :job_token, package_name_type: :non_existing, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found1805 behaves like returning response status with error1806 returns not_found and error message1807 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok1808 behaves like accept create package tag request1809 with valid package name1810 creates the package tag1811 returns a valid response1812 behaves like returning response status1813 returns no_content1814# [RSpecRunTime] RSpec elapsed time: 8 minutes 39.86 seconds. Current RSS: ~1515M. load average: 1.10 1.04 1.01 1/284 5271815 behaves like track event1816 behaves like a package tracking event1817 creates a gitlab tracking event create_tag1818 with already existing tag1819 reuses existing tag1820 returns a valid response1821 behaves like returning response status1822 returns no_content1823# [RSpecRunTime] RSpec elapsed time: 8 minutes 41.52 seconds. Current RSS: ~1517M. load average: 1.10 1.04 1.01 1/284 5281824 with ActiveRecord::RecordInvalid error1825 behaves like returning response status with error1826 returns bad_request and error message1827 with invalid package name1828 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1829 behaves like returning response status with error1830 returns not_found and error message1831 package_name: "", status: :not_found, error: "404 Not Found"1832 behaves like returning response status with error1833 returns not_found and error message1834 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1835 behaves like returning response status with error1836 returns bad_request and error message1837 with invalid tag name1838 tag_name: "", status: :not_found, error: "404 Not Found"1839 behaves like returning response status with error1840 returns not_found and error message1841 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1842 behaves like returning response status with error1843 returns bad_request and error message1844 with invalid version1845 version: " ", status: :bad_request, error: "\"Version\" not given"1846 behaves like returning response status with error1847 returns bad_request and error message1848 version: "", status: :bad_request, error: "\"Version\" not given"1849 behaves like returning response status with error1850 returns bad_request and error message1851 version: nil, status: :bad_request, error: "\"Version\" not given"1852 behaves like returning response status with error1853 returns bad_request and error message1854 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok1855 behaves like returning response status with error1856 returns not_found and error message1857 auth: :deploy_token, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok1858 behaves like returning response status with error1859 returns not_found and error message1860 auth: :deploy_token, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found1861 behaves like returning response status with error1862 returns not_found and error message1863 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok1864 behaves like accept create package tag request1865 with valid package name1866 creates the package tag1867 returns a valid response1868 behaves like returning response status1869 returns no_content1870# [RSpecRunTime] RSpec elapsed time: 8 minutes 45.91 seconds. Current RSS: ~1509M. load average: 1.18 1.06 1.01 1/284 5291871 behaves like track event1872 behaves like a package tracking event1873 creates a gitlab tracking event create_tag1874 with already existing tag1875 reuses existing tag1876 returns a valid response1877 behaves like returning response status1878 returns no_content1879# [RSpecRunTime] RSpec elapsed time: 8 minutes 47.74 seconds. Current RSS: ~1508M. load average: 1.18 1.06 1.01 1/284 5301880 with ActiveRecord::RecordInvalid error1881 behaves like returning response status with error1882 returns bad_request and error message1883 with invalid package name1884 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1885 behaves like returning response status with error1886 returns not_found and error message1887 package_name: "", status: :not_found, error: "404 Not Found"1888 behaves like returning response status with error1889 returns not_found and error message1890 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1891 behaves like returning response status with error1892 returns bad_request and error message1893 with invalid tag name1894 tag_name: "", status: :not_found, error: "404 Not Found"1895 behaves like returning response status with error1896 returns not_found and error message1897 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1898 behaves like returning response status with error1899 returns bad_request and error message1900 with invalid version1901 version: " ", status: :bad_request, error: "\"Version\" not given"1902 behaves like returning response status with error1903 returns bad_request and error message1904 version: "", status: :bad_request, error: "\"Version\" not given"1905 behaves like returning response status with error1906 returns bad_request and error message1907 version: nil, status: :bad_request, error: "\"Version\" not given"1908 behaves like returning response status with error1909 returns bad_request and error message1910 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok1911 behaves like returning response status with error1912 returns not_found and error message1913 auth: :deploy_token, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok1914 behaves like returning response status with error1915 returns not_found and error message1916 auth: :deploy_token, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :not_found1917 behaves like returning response status with error1918 returns not_found and error message1919 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok1920 behaves like accept create package tag request1921 with valid package name1922 creates the package tag1923 returns a valid response1924 behaves like returning response status1925 returns no_content1926# [RSpecRunTime] RSpec elapsed time: 8 minutes 52.48 seconds. Current RSS: ~1508M. load average: 1.08 1.04 1.01 1/284 5311927 behaves like track event1928 behaves like a package tracking event1929 creates a gitlab tracking event create_tag1930 with already existing tag1931 reuses existing tag1932 returns a valid response1933 behaves like returning response status1934 returns no_content1935# [RSpecRunTime] RSpec elapsed time: 8 minutes 54.35 seconds. Current RSS: ~1504M. load average: 1.08 1.04 1.01 1/284 5321936 with ActiveRecord::RecordInvalid error1937 behaves like returning response status with error1938 returns bad_request and error message1939 with invalid package name1940 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1941 behaves like returning response status with error1942 returns not_found and error message1943 package_name: "", status: :not_found, error: "404 Not Found"1944 behaves like returning response status with error1945 returns not_found and error message1946 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1947 behaves like returning response status with error1948 returns bad_request and error message1949 with invalid tag name1950 tag_name: "", status: :not_found, error: "404 Not Found"1951 behaves like returning response status with error1952 returns not_found and error message1953 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1954 behaves like returning response status with error1955 returns bad_request and error message1956 with invalid version1957 version: " ", status: :bad_request, error: "\"Version\" not given"1958 behaves like returning response status with error1959 returns bad_request and error message1960 version: "", status: :bad_request, error: "\"Version\" not given"1961 behaves like returning response status with error1962 returns bad_request and error message1963 version: nil, status: :bad_request, error: "\"Version\" not given"1964 behaves like returning response status with error1965 returns bad_request and error message1966 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok1967 behaves like returning response status with error1968 returns not_found and error message1969 auth: :deploy_token, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok1970 behaves like returning response status with error1971 returns not_found and error message1972 auth: :deploy_token, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :not_found1973 behaves like returning response status with error1974 returns not_found and error message1975 with a user namespace1976 behaves like handling all conditions1977 behaves like handling different package names, visibilities and user roles for tags create or delete1978 auth: nil, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized1979 behaves like reject create package tag request1980 behaves like returning response status1981 returns unauthorized1982 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized1983 behaves like reject create package tag request1984 behaves like returning response status1985 returns unauthorized1986 auth: nil, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized1987 behaves like reject create package tag request1988 behaves like returning response status1989 returns unauthorized1990 auth: nil, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized1991 behaves like reject create package tag request1992 behaves like returning response status1993 returns unauthorized1994 auth: nil, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized1995 behaves like reject create package tag request1996 behaves like returning response status1997 returns unauthorized1998 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized1999 behaves like reject create package tag request2000 behaves like returning response status2001 returns unauthorized2002 auth: nil, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized2003 behaves like reject create package tag request2004 behaves like returning response status2005 returns unauthorized2006 auth: nil, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized2007 behaves like reject create package tag request2008 behaves like returning response status2009 returns unauthorized2010 auth: nil, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized2011 behaves like reject create package tag request2012 behaves like returning response status2013 returns unauthorized2014 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized2015 behaves like reject create package tag request2016 behaves like returning response status2017 returns unauthorized2018 auth: nil, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized2019 behaves like reject create package tag request2020 behaves like returning response status2021 returns unauthorized2022 auth: nil, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized2023 behaves like reject create package tag request2024 behaves like returning response status2025 returns unauthorized2026 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2027 behaves like reject create package tag request2028 behaves like returning response status2029 returns forbidden2030 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2031 behaves like accept create package tag request2032 with valid package name2033 creates the package tag2034 returns a valid response2035 behaves like returning response status2036 returns no_content2037# [RSpecRunTime] RSpec elapsed time: 9 minutes 3.17 seconds. Current RSS: ~1510M. load average: 1.07 1.04 1.01 1/284 5332038 behaves like track event2039 behaves like a package tracking event2040 creates a gitlab tracking event create_tag2041 with already existing tag2042 reuses existing tag2043 returns a valid response2044 behaves like returning response status2045 returns no_content2046# [RSpecRunTime] RSpec elapsed time: 9 minutes 5.53 seconds. Current RSS: ~1502M. load average: 1.14 1.06 1.01 1/284 5342047 with ActiveRecord::RecordInvalid error2048 behaves like returning response status with error2049 returns bad_request and error message2050 with invalid package name2051 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2052 behaves like returning response status with error2053 returns not_found and error message2054 package_name: "", status: :not_found, error: "404 Not Found"2055 behaves like returning response status with error2056 returns not_found and error message2057 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2058 behaves like returning response status with error2059 returns bad_request and error message2060 with invalid tag name2061 tag_name: "", status: :not_found, error: "404 Not Found"2062 behaves like returning response status with error2063 returns not_found and error message2064 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2065 behaves like returning response status with error2066 returns bad_request and error message2067 with invalid version2068 version: " ", status: :bad_request, error: "\"Version\" not given"2069 behaves like returning response status with error2070 returns bad_request and error message2071 version: "", status: :bad_request, error: "\"Version\" not given"2072 behaves like returning response status with error2073 returns bad_request and error message2074 version: nil, status: :bad_request, error: "\"Version\" not given"2075 behaves like returning response status with error2076 returns bad_request and error message2077 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2078 behaves like returning response status with error2079 returns not_found and error message2080 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2081 behaves like returning response status with error2082 returns not_found and error message2083 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2084 behaves like returning response status with error2085 returns not_found and error message2086 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2087 behaves like returning response status with error2088 returns not_found and error message2089 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2090 behaves like returning response status with error2091 returns not_found and error message2092 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found2093 behaves like returning response status with error2094 returns not_found and error message2095 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2096 behaves like reject create package tag request2097 behaves like returning response status2098 returns forbidden2099 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2100 behaves like accept create package tag request2101 with valid package name2102 creates the package tag2103 returns a valid response2104 behaves like returning response status2105 returns no_content2106# [RSpecRunTime] RSpec elapsed time: 9 minutes 14.24 seconds. Current RSS: ~1493M. load average: 1.13 1.06 1.01 1/284 5352107 behaves like track event2108 behaves like a package tracking event2109 creates a gitlab tracking event create_tag2110 with already existing tag2111 reuses existing tag2112 returns a valid response2113 behaves like returning response status2114 returns no_content2115# [RSpecRunTime] RSpec elapsed time: 9 minutes 16.72 seconds. Current RSS: ~1489M. load average: 1.12 1.05 1.01 1/284 5362116 with ActiveRecord::RecordInvalid error2117 behaves like returning response status with error2118 returns bad_request and error message2119# [RSpecRunTime] RSpec elapsed time: 9 minutes 18.57 seconds. Current RSS: ~1488M. load average: 1.12 1.05 1.01 1/284 5372120 with invalid package name2121 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2122 behaves like returning response status with error2123 returns not_found and error message2124 package_name: "", status: :not_found, error: "404 Not Found"2125 behaves like returning response status with error2126 returns not_found and error message2127 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2128 behaves like returning response status with error2129 returns bad_request and error message2130 with invalid tag name2131 tag_name: "", status: :not_found, error: "404 Not Found"2132 behaves like returning response status with error2133 returns not_found and error message2134 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2135 behaves like returning response status with error2136 returns bad_request and error message2137 with invalid version2138 version: " ", status: :bad_request, error: "\"Version\" not given"2139 behaves like returning response status with error2140 returns bad_request and error message2141 version: "", status: :bad_request, error: "\"Version\" not given"2142 behaves like returning response status with error2143 returns bad_request and error message2144 version: nil, status: :bad_request, error: "\"Version\" not given"2145 behaves like returning response status with error2146 returns bad_request and error message2147 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2148 behaves like returning response status with error2149 returns not_found and error message2150 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2151 behaves like returning response status with error2152 returns not_found and error message2153 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2154 behaves like returning response status with error2155 returns not_found and error message2156 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2157 behaves like returning response status with error2158 returns not_found and error message2159 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2160 behaves like returning response status with error2161 returns not_found and error message2162 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found2163 behaves like returning response status with error2164 returns not_found and error message2165 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2166 behaves like reject create package tag request2167 behaves like returning response status2168 returns forbidden2169 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2170 behaves like accept create package tag request2171 with valid package name2172 creates the package tag2173 returns a valid response2174 behaves like returning response status2175 returns no_content2176# [RSpecRunTime] RSpec elapsed time: 9 minutes 27.22 seconds. Current RSS: ~1501M. load average: 1.10 1.05 1.01 1/284 5382177 behaves like track event2178 behaves like a package tracking event2179 creates a gitlab tracking event create_tag2180 with already existing tag2181 reuses existing tag2182 returns a valid response2183 behaves like returning response status2184 returns no_content2185# [RSpecRunTime] RSpec elapsed time: 9 minutes 29.79 seconds. Current RSS: ~1502M. load average: 1.09 1.05 1.01 1/284 5392186 with ActiveRecord::RecordInvalid error2187 behaves like returning response status with error2188 returns bad_request and error message2189 with invalid package name2190 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2191 behaves like returning response status with error2192 returns not_found and error message2193 package_name: "", status: :not_found, error: "404 Not Found"2194 behaves like returning response status with error2195 returns not_found and error message2196 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2197 behaves like returning response status with error2198 returns bad_request and error message2199 with invalid tag name2200 tag_name: "", status: :not_found, error: "404 Not Found"2201 behaves like returning response status with error2202 returns not_found and error message2203 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2204 behaves like returning response status with error2205 returns bad_request and error message2206 with invalid version2207 version: " ", status: :bad_request, error: "\"Version\" not given"2208 behaves like returning response status with error2209 returns bad_request and error message2210 version: "", status: :bad_request, error: "\"Version\" not given"2211 behaves like returning response status with error2212 returns bad_request and error message2213 version: nil, status: :bad_request, error: "\"Version\" not given"2214 behaves like returning response status with error2215 returns bad_request and error message2216 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2217 behaves like returning response status with error2218 returns not_found and error message2219 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2220 behaves like returning response status with error2221 returns not_found and error message2222 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2223 behaves like returning response status with error2224 returns not_found and error message2225 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2226 behaves like returning response status with error2227 returns not_found and error message2228 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2229 behaves like returning response status with error2230 returns not_found and error message2231 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found2232 behaves like returning response status with error2233 returns not_found and error message2234 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2235 behaves like reject create package tag request2236 behaves like returning response status2237 returns forbidden2238 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2239 behaves like accept create package tag request2240 with valid package name2241 creates the package tag2242 returns a valid response2243 behaves like returning response status2244 returns no_content2245# [RSpecRunTime] RSpec elapsed time: 9 minutes 38.61 seconds. Current RSS: ~1510M. load average: 1.17 1.07 1.01 1/284 5402246 behaves like track event2247 behaves like a package tracking event2248 creates a gitlab tracking event create_tag2249 with already existing tag2250 reuses existing tag2251 returns a valid response2252 behaves like returning response status2253 returns no_content2254# [RSpecRunTime] RSpec elapsed time: 9 minutes 40.92 seconds. Current RSS: ~1504M. load average: 1.15 1.07 1.01 1/284 5412255 with ActiveRecord::RecordInvalid error2256 behaves like returning response status with error2257 returns bad_request and error message2258 with invalid package name2259 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2260 behaves like returning response status with error2261 returns not_found and error message2262 package_name: "", status: :not_found, error: "404 Not Found"2263 behaves like returning response status with error2264 returns not_found and error message2265 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2266 behaves like returning response status with error2267 returns bad_request and error message2268 with invalid tag name2269 tag_name: "", status: :not_found, error: "404 Not Found"2270 behaves like returning response status with error2271 returns not_found and error message2272 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2273 behaves like returning response status with error2274 returns bad_request and error message2275 with invalid version2276 version: " ", status: :bad_request, error: "\"Version\" not given"2277 behaves like returning response status with error2278 returns bad_request and error message2279 version: "", status: :bad_request, error: "\"Version\" not given"2280 behaves like returning response status with error2281 returns bad_request and error message2282 version: nil, status: :bad_request, error: "\"Version\" not given"2283 behaves like returning response status with error2284 returns bad_request and error message2285 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2286 behaves like returning response status with error2287 returns not_found and error message2288 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2289 behaves like returning response status with error2290 returns not_found and error message2291 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2292 behaves like returning response status with error2293 returns not_found and error message2294 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2295 behaves like returning response status with error2296 returns not_found and error message2297 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2298 behaves like returning response status with error2299 returns not_found and error message2300 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found2301 behaves like returning response status with error2302 returns not_found and error message2303 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2304 behaves like reject create package tag request2305 behaves like returning response status2306 returns forbidden2307 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2308 behaves like accept create package tag request2309 with valid package name2310 creates the package tag2311 returns a valid response2312 behaves like returning response status2313 returns no_content2314# [RSpecRunTime] RSpec elapsed time: 9 minutes 49.53 seconds. Current RSS: ~1504M. load average: 1.14 1.06 1.01 1/284 5422315 behaves like track event2316 behaves like a package tracking event2317 creates a gitlab tracking event create_tag2318 with already existing tag2319 reuses existing tag2320 returns a valid response2321 behaves like returning response status2322 returns no_content2323# [RSpecRunTime] RSpec elapsed time: 9 minutes 52.31 seconds. Current RSS: ~1506M. load average: 1.13 1.06 1.01 1/284 5432324 with ActiveRecord::RecordInvalid error2325 behaves like returning response status with error2326 returns bad_request and error message2327 with invalid package name2328 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2329 behaves like returning response status with error2330 returns not_found and error message2331 package_name: "", status: :not_found, error: "404 Not Found"2332 behaves like returning response status with error2333 returns not_found and error message2334 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2335 behaves like returning response status with error2336 returns bad_request and error message2337 with invalid tag name2338 tag_name: "", status: :not_found, error: "404 Not Found"2339 behaves like returning response status with error2340 returns not_found and error message2341 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2342 behaves like returning response status with error2343 returns bad_request and error message2344 with invalid version2345 version: " ", status: :bad_request, error: "\"Version\" not given"2346 behaves like returning response status with error2347 returns bad_request and error message2348 version: "", status: :bad_request, error: "\"Version\" not given"2349 behaves like returning response status with error2350 returns bad_request and error message2351 version: nil, status: :bad_request, error: "\"Version\" not given"2352 behaves like returning response status with error2353 returns bad_request and error message2354 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2355 behaves like returning response status with error2356 returns not_found and error message2357 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2358 behaves like returning response status with error2359 returns not_found and error message2360 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2361 behaves like returning response status with error2362 returns not_found and error message2363 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2364 behaves like returning response status with error2365 returns not_found and error message2366 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2367 behaves like returning response status with error2368 returns not_found and error message2369 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found2370 behaves like returning response status with error2371 returns not_found and error message2372 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2373 behaves like reject create package tag request2374 behaves like returning response status2375 returns forbidden2376 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2377 behaves like accept create package tag request2378 with valid package name2379 creates the package tag2380 returns a valid response2381 behaves like returning response status2382 returns no_content2383# [RSpecRunTime] RSpec elapsed time: 10 minutes 1.25 seconds. Current RSS: ~1502M. load average: 1.11 1.06 1.01 1/284 5442384 behaves like track event2385 behaves like a package tracking event2386 creates a gitlab tracking event create_tag2387 with already existing tag2388 reuses existing tag2389 returns a valid response2390 behaves like returning response status2391 returns no_content2392# [RSpecRunTime] RSpec elapsed time: 10 minutes 3.59 seconds. Current RSS: ~1503M. load average: 1.11 1.06 1.01 1/284 5452393 with ActiveRecord::RecordInvalid error2394 behaves like returning response status with error2395 returns bad_request and error message2396 with invalid package name2397 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2398 behaves like returning response status with error2399 returns not_found and error message2400 package_name: "", status: :not_found, error: "404 Not Found"2401 behaves like returning response status with error2402 returns not_found and error message2403 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2404 behaves like returning response status with error2405 returns bad_request and error message2406 with invalid tag name2407 tag_name: "", status: :not_found, error: "404 Not Found"2408 behaves like returning response status with error2409 returns not_found and error message2410 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2411 behaves like returning response status with error2412 returns bad_request and error message2413 with invalid version2414 version: " ", status: :bad_request, error: "\"Version\" not given"2415 behaves like returning response status with error2416 returns bad_request and error message2417 version: "", status: :bad_request, error: "\"Version\" not given"2418 behaves like returning response status with error2419 returns bad_request and error message2420 version: nil, status: :bad_request, error: "\"Version\" not given"2421 behaves like returning response status with error2422 returns bad_request and error message2423 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2424 behaves like returning response status with error2425 returns not_found and error message2426 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2427 behaves like returning response status with error2428 returns not_found and error message2429 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2430 behaves like returning response status with error2431 returns not_found and error message2432 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2433 behaves like returning response status with error2434 returns not_found and error message2435 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2436 behaves like returning response status with error2437 returns not_found and error message2438 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found2439 behaves like returning response status with error2440 returns not_found and error message2441 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2442 behaves like accept create package tag request2443 with valid package name2444 creates the package tag2445 returns a valid response2446 behaves like returning response status2447 returns no_content2448# [RSpecRunTime] RSpec elapsed time: 10 minutes 11.76 seconds. Current RSS: ~1511M. load average: 1.09 1.06 1.01 1/284 5462449 behaves like track event2450 behaves like a package tracking event2451 creates a gitlab tracking event create_tag2452 with already existing tag2453 reuses existing tag2454 returns a valid response2455 behaves like returning response status2456 returns no_content2457# [RSpecRunTime] RSpec elapsed time: 10 minutes 14.2 seconds. Current RSS: ~1509M. load average: 1.09 1.06 1.01 1/284 5472458 with ActiveRecord::RecordInvalid error2459 behaves like returning response status with error2460 returns bad_request and error message2461 with invalid package name2462 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2463 behaves like returning response status with error2464 returns not_found and error message2465 package_name: "", status: :not_found, error: "404 Not Found"2466 behaves like returning response status with error2467 returns not_found and error message2468 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2469 behaves like returning response status with error2470 returns bad_request and error message2471 with invalid tag name2472 tag_name: "", status: :not_found, error: "404 Not Found"2473 behaves like returning response status with error2474 returns not_found and error message2475 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2476 behaves like returning response status with error2477 returns bad_request and error message2478 with invalid version2479 version: " ", status: :bad_request, error: "\"Version\" not given"2480 behaves like returning response status with error2481 returns bad_request and error message2482 version: "", status: :bad_request, error: "\"Version\" not given"2483 behaves like returning response status with error2484 returns bad_request and error message2485 version: nil, status: :bad_request, error: "\"Version\" not given"2486 behaves like returning response status with error2487 returns bad_request and error message2488 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2489 behaves like returning response status with error2490 returns not_found and error message2491 auth: :job_token, package_name_type: :unscoped, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2492 behaves like returning response status with error2493 returns not_found and error message2494 auth: :job_token, package_name_type: :non_existing, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found2495 behaves like returning response status with error2496 returns not_found and error message2497 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2498 behaves like accept create package tag request2499 with valid package name2500 creates the package tag2501 returns a valid response2502 behaves like returning response status2503 returns no_content2504# [RSpecRunTime] RSpec elapsed time: 10 minutes 20.87 seconds. Current RSS: ~1504M. load average: 1.08 1.06 1.01 1/284 5482505 behaves like track event2506 behaves like a package tracking event2507 creates a gitlab tracking event create_tag2508 with already existing tag2509 reuses existing tag2510 returns a valid response2511 behaves like returning response status2512 returns no_content2513# [RSpecRunTime] RSpec elapsed time: 10 minutes 23.31 seconds. Current RSS: ~1502M. load average: 1.08 1.06 1.01 1/284 5492514 with ActiveRecord::RecordInvalid error2515 behaves like returning response status with error2516 returns bad_request and error message2517 with invalid package name2518 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2519 behaves like returning response status with error2520 returns not_found and error message2521 package_name: "", status: :not_found, error: "404 Not Found"2522 behaves like returning response status with error2523 returns not_found and error message2524 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2525 behaves like returning response status with error2526 returns bad_request and error message2527 with invalid tag name2528 tag_name: "", status: :not_found, error: "404 Not Found"2529 behaves like returning response status with error2530 returns not_found and error message2531 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2532 behaves like returning response status with error2533 returns bad_request and error message2534 with invalid version2535 version: " ", status: :bad_request, error: "\"Version\" not given"2536 behaves like returning response status with error2537 returns bad_request and error message2538 version: "", status: :bad_request, error: "\"Version\" not given"2539 behaves like returning response status with error2540 returns bad_request and error message2541 version: nil, status: :bad_request, error: "\"Version\" not given"2542 behaves like returning response status with error2543 returns bad_request and error message2544 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2545 behaves like returning response status with error2546 returns not_found and error message2547 auth: :job_token, package_name_type: :unscoped, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2548 behaves like returning response status with error2549 returns not_found and error message2550 auth: :job_token, package_name_type: :non_existing, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found2551 behaves like returning response status with error2552 returns not_found and error message2553 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2554 behaves like accept create package tag request2555 with valid package name2556 creates the package tag2557 returns a valid response2558 behaves like returning response status2559 returns no_content2560# [RSpecRunTime] RSpec elapsed time: 10 minutes 30.49 seconds. Current RSS: ~1498M. load average: 1.06 1.05 1.01 1/284 5502561 behaves like track event2562 behaves like a package tracking event2563 creates a gitlab tracking event create_tag2564 with already existing tag2565 reuses existing tag2566 returns a valid response2567 behaves like returning response status2568 returns no_content2569# [RSpecRunTime] RSpec elapsed time: 10 minutes 32.95 seconds. Current RSS: ~1497M. load average: 1.06 1.05 1.01 1/284 5512570 with ActiveRecord::RecordInvalid error2571 behaves like returning response status with error2572 returns bad_request and error message2573 with invalid package name2574 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2575 behaves like returning response status with error2576 returns not_found and error message2577 package_name: "", status: :not_found, error: "404 Not Found"2578 behaves like returning response status with error2579 returns not_found and error message2580 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2581 behaves like returning response status with error2582 returns bad_request and error message2583 with invalid tag name2584 tag_name: "", status: :not_found, error: "404 Not Found"2585 behaves like returning response status with error2586 returns not_found and error message2587 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2588 behaves like returning response status with error2589 returns bad_request and error message2590 with invalid version2591 version: " ", status: :bad_request, error: "\"Version\" not given"2592 behaves like returning response status with error2593 returns bad_request and error message2594 version: "", status: :bad_request, error: "\"Version\" not given"2595 behaves like returning response status with error2596 returns bad_request and error message2597 version: nil, status: :bad_request, error: "\"Version\" not given"2598 behaves like returning response status with error2599 returns bad_request and error message2600 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2601 behaves like returning response status with error2602 returns not_found and error message2603 auth: :job_token, package_name_type: :unscoped, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2604 behaves like returning response status with error2605 returns not_found and error message2606 auth: :job_token, package_name_type: :non_existing, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found2607 behaves like returning response status with error2608 returns not_found and error message2609 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok2610 behaves like accept create package tag request2611 with valid package name2612 creates the package tag2613 returns a valid response2614 behaves like returning response status2615 returns no_content2616# [RSpecRunTime] RSpec elapsed time: 10 minutes 39.6 seconds. Current RSS: ~1499M. load average: 1.05 1.05 1.01 1/284 5522617 behaves like track event2618 behaves like a package tracking event2619 creates a gitlab tracking event create_tag2620 with already existing tag2621 reuses existing tag2622 returns a valid response2623 behaves like returning response status2624 returns no_content2625# [RSpecRunTime] RSpec elapsed time: 10 minutes 41.27 seconds. Current RSS: ~1502M. load average: 1.05 1.05 1.01 1/284 5532626 with ActiveRecord::RecordInvalid error2627 behaves like returning response status with error2628 returns bad_request and error message2629 with invalid package name2630 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2631 behaves like returning response status with error2632 returns not_found and error message2633 package_name: "", status: :not_found, error: "404 Not Found"2634 behaves like returning response status with error2635 returns not_found and error message2636# [RSpecRunTime] RSpec elapsed time: 10 minutes 43.38 seconds. Current RSS: ~1506M. load average: 1.05 1.05 1.01 1/284 5542637 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2638 behaves like returning response status with error2639 returns bad_request and error message2640 with invalid tag name2641 tag_name: "", status: :not_found, error: "404 Not Found"2642 behaves like returning response status with error2643 returns not_found and error message2644 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2645 behaves like returning response status with error2646 returns bad_request and error message2647 with invalid version2648 version: " ", status: :bad_request, error: "\"Version\" not given"2649 behaves like returning response status with error2650 returns bad_request and error message2651 version: "", status: :bad_request, error: "\"Version\" not given"2652 behaves like returning response status with error2653 returns bad_request and error message2654 version: nil, status: :bad_request, error: "\"Version\" not given"2655 behaves like returning response status with error2656 returns bad_request and error message2657 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok2658 behaves like returning response status with error2659 returns not_found and error message2660 auth: :deploy_token, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok2661 behaves like returning response status with error2662 returns not_found and error message2663 auth: :deploy_token, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found2664 behaves like returning response status with error2665 returns not_found and error message2666 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok2667 behaves like accept create package tag request2668 with valid package name2669 creates the package tag2670 returns a valid response2671 behaves like returning response status2672 returns no_content2673# [RSpecRunTime] RSpec elapsed time: 10 minutes 46.9 seconds. Current RSS: ~1522M. load average: 1.05 1.05 1.01 1/284 5552674 behaves like track event2675 behaves like a package tracking event2676 creates a gitlab tracking event create_tag2677 with already existing tag2678 reuses existing tag2679 returns a valid response2680 behaves like returning response status2681 returns no_content2682# [RSpecRunTime] RSpec elapsed time: 10 minutes 48.68 seconds. Current RSS: ~1518M. load average: 1.05 1.05 1.01 1/284 5562683 with ActiveRecord::RecordInvalid error2684 behaves like returning response status with error2685 returns bad_request and error message2686 with invalid package name2687 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2688 behaves like returning response status with error2689 returns not_found and error message2690 package_name: "", status: :not_found, error: "404 Not Found"2691 behaves like returning response status with error2692 returns not_found and error message2693 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2694 behaves like returning response status with error2695 returns bad_request and error message2696 with invalid tag name2697 tag_name: "", status: :not_found, error: "404 Not Found"2698 behaves like returning response status with error2699 returns not_found and error message2700 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2701 behaves like returning response status with error2702 returns bad_request and error message2703 with invalid version2704 version: " ", status: :bad_request, error: "\"Version\" not given"2705 behaves like returning response status with error2706 returns bad_request and error message2707 version: "", status: :bad_request, error: "\"Version\" not given"2708 behaves like returning response status with error2709 returns bad_request and error message2710 version: nil, status: :bad_request, error: "\"Version\" not given"2711 behaves like returning response status with error2712 returns bad_request and error message2713 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok2714 behaves like returning response status with error2715 returns not_found and error message2716 auth: :deploy_token, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok2717 behaves like returning response status with error2718 returns not_found and error message2719 auth: :deploy_token, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :not_found2720 behaves like returning response status with error2721 returns not_found and error message2722 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok2723 behaves like accept create package tag request2724 with valid package name2725 creates the package tag2726 returns a valid response2727 behaves like returning response status2728 returns no_content2729# [RSpecRunTime] RSpec elapsed time: 10 minutes 53.35 seconds. Current RSS: ~1517M. load average: 1.05 1.05 1.01 1/284 5572730 behaves like track event2731 behaves like a package tracking event2732 creates a gitlab tracking event create_tag2733 with already existing tag2734 reuses existing tag2735 returns a valid response2736 behaves like returning response status2737 returns no_content2738# [RSpecRunTime] RSpec elapsed time: 10 minutes 55.04 seconds. Current RSS: ~1515M. load average: 1.04 1.05 1.01 1/284 5582739 with ActiveRecord::RecordInvalid error2740 behaves like returning response status with error2741 returns bad_request and error message2742 with invalid package name2743 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2744 behaves like returning response status with error2745 returns not_found and error message2746 package_name: "", status: :not_found, error: "404 Not Found"2747 behaves like returning response status with error2748 returns not_found and error message2749 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2750 behaves like returning response status with error2751 returns bad_request and error message2752 with invalid tag name2753 tag_name: "", status: :not_found, error: "404 Not Found"2754 behaves like returning response status with error2755 returns not_found and error message2756 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2757 behaves like returning response status with error2758 returns bad_request and error message2759 with invalid version2760 version: " ", status: :bad_request, error: "\"Version\" not given"2761 behaves like returning response status with error2762 returns bad_request and error message2763 version: "", status: :bad_request, error: "\"Version\" not given"2764 behaves like returning response status with error2765 returns bad_request and error message2766 version: nil, status: :bad_request, error: "\"Version\" not given"2767 behaves like returning response status with error2768 returns bad_request and error message2769 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok2770 behaves like returning response status with error2771 returns not_found and error message2772 auth: :deploy_token, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok2773 behaves like returning response status with error2774 returns not_found and error message2775 auth: :deploy_token, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :not_found2776 behaves like returning response status with error2777 returns not_found and error message2778 behaves like enqueue a worker to sync a metadata cache2779 enqueues a worker to create a metadata cache2780 DELETE /api/v4/packages/npm/-/package/*package_name/dist-tags/:tag2781 behaves like handling delete dist tag requests2782 with a group namespace2783 behaves like handling all conditions2784 behaves like handling different package names, visibilities and user roles for tags create or delete2785 auth: nil, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized2786 behaves like reject delete package tag request2787 behaves like returning response status2788 returns unauthorized2789 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized2790 behaves like reject delete package tag request2791 behaves like returning response status2792 returns unauthorized2793 auth: nil, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized2794 behaves like reject delete package tag request2795 behaves like returning response status2796 returns unauthorized2797 auth: nil, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized2798 behaves like reject delete package tag request2799 behaves like returning response status2800 returns unauthorized2801 auth: nil, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized2802 behaves like reject delete package tag request2803 behaves like returning response status2804 returns unauthorized2805 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized2806 behaves like reject delete package tag request2807 behaves like returning response status2808 returns unauthorized2809 auth: nil, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized2810 behaves like reject delete package tag request2811 behaves like returning response status2812 returns unauthorized2813 auth: nil, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized2814 behaves like reject delete package tag request2815 behaves like returning response status2816 returns unauthorized2817 auth: nil, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized2818 behaves like reject delete package tag request2819 behaves like returning response status2820 returns unauthorized2821 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized2822 behaves like reject delete package tag request2823 behaves like returning response status2824 returns unauthorized2825 auth: nil, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized2826 behaves like reject delete package tag request2827 behaves like returning response status2828 returns unauthorized2829 auth: nil, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized2830 behaves like reject delete package tag request2831 behaves like returning response status2832 returns unauthorized2833 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2834 behaves like reject delete package tag request2835 behaves like returning response status2836 returns forbidden2837 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok2838 behaves like accept delete package tag request2839 with valid package name2840 returns a valid response2841 destroy the package tag2842 behaves like returning response status2843 returns no_content2844# [RSpecRunTime] RSpec elapsed time: 11 minutes 4.06 seconds. Current RSS: ~1514M. load average: 1.04 1.05 1.01 1/284 5592845 behaves like track event2846 behaves like a package tracking event2847 creates a gitlab tracking event delete_tag2848 with tag from other package2849 behaves like returning response status2850 returns not_found2851 with ActiveRecord::RecordInvalid error2852 behaves like returning response status with error2853 returns bad_request and error message2854 with invalid package name2855 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/2856 behaves like returning response status with error2857 returns not_found and error message2858 package_name: "", status: :not_found, error: "404 Not Found"2859 behaves like returning response status with error2860 returns not_found and error message2861 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2862 behaves like returning response status with error2863 returns bad_request and error message2864 with invalid tag name2865 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/2866 behaves like returning response status with error2867 returns not_found and error message2868 tag_name: "", status: :not_found, error: "404 Not Found"2869 behaves like returning response status with error2870 returns not_found and error message2871 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2872 behaves like returning response status with error2873 returns bad_request and error message2874 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2875 behaves like returning response status with error2876 returns not_found and error message2877 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok2878 behaves like returning response status with error2879 returns not_found and error message2880 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2881 behaves like returning response status with error2882 returns not_found and error message2883 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok2884 behaves like returning response status with error2885 returns not_found and error message2886 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2887 behaves like returning response status with error2888 returns not_found and error message2889 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :maintainer, expected_result: :reject, expected_status: :not_found2890 behaves like returning response status with error2891 returns not_found and error message2892 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2893 behaves like reject delete package tag request2894 behaves like returning response status2895 returns forbidden2896 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok2897 behaves like accept delete package tag request2898 with valid package name2899 returns a valid response2900 destroy the package tag2901 behaves like returning response status2902 returns no_content2903# [RSpecRunTime] RSpec elapsed time: 11 minutes 12.92 seconds. Current RSS: ~1501M. load average: 1.03 1.05 1.00 1/284 5602904 behaves like track event2905 behaves like a package tracking event2906 creates a gitlab tracking event delete_tag2907 with tag from other package2908 behaves like returning response status2909 returns not_found2910 with ActiveRecord::RecordInvalid error2911 behaves like returning response status with error2912 returns bad_request and error message2913 with invalid package name2914 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/2915 behaves like returning response status with error2916 returns not_found and error message2917 package_name: "", status: :not_found, error: "404 Not Found"2918 behaves like returning response status with error2919 returns not_found and error message2920 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2921 behaves like returning response status with error2922 returns bad_request and error message2923 with invalid tag name2924 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/2925 behaves like returning response status with error2926 returns not_found and error message2927 tag_name: "", status: :not_found, error: "404 Not Found"2928 behaves like returning response status with error2929 returns not_found and error message2930 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2931 behaves like returning response status with error2932 returns bad_request and error message2933 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2934 behaves like returning response status with error2935 returns not_found and error message2936 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok2937 behaves like returning response status with error2938 returns not_found and error message2939 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2940 behaves like returning response status with error2941 returns not_found and error message2942 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok2943 behaves like returning response status with error2944 returns not_found and error message2945 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2946 behaves like returning response status with error2947 returns not_found and error message2948 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :maintainer, expected_result: :reject, expected_status: :not_found2949 behaves like returning response status with error2950 returns not_found and error message2951 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2952 behaves like reject delete package tag request2953 behaves like returning response status2954 returns forbidden2955 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok2956 behaves like accept delete package tag request2957 with valid package name2958 returns a valid response2959 destroy the package tag2960 behaves like returning response status2961 returns no_content2962# [RSpecRunTime] RSpec elapsed time: 11 minutes 22.42 seconds. Current RSS: ~1502M. load average: 1.03 1.04 1.00 1/284 5612963 behaves like track event2964 behaves like a package tracking event2965 creates a gitlab tracking event delete_tag2966 with tag from other package2967 behaves like returning response status2968 returns not_found2969 with ActiveRecord::RecordInvalid error2970 behaves like returning response status with error2971 returns bad_request and error message2972 with invalid package name2973 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/2974 behaves like returning response status with error2975 returns not_found and error message2976 package_name: "", status: :not_found, error: "404 Not Found"2977 behaves like returning response status with error2978 returns not_found and error message2979 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2980 behaves like returning response status with error2981 returns bad_request and error message2982 with invalid tag name2983 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/2984 behaves like returning response status with error2985 returns not_found and error message2986 tag_name: "", status: :not_found, error: "404 Not Found"2987 behaves like returning response status with error2988 returns not_found and error message2989 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2990 behaves like returning response status with error2991 returns bad_request and error message2992 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2993 behaves like returning response status with error2994 returns not_found and error message2995 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok2996 behaves like returning response status with error2997 returns not_found and error message2998 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2999 behaves like returning response status with error3000 returns not_found and error message3001 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3002 behaves like returning response status with error3003 returns not_found and error message3004 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3005 behaves like returning response status with error3006 returns not_found and error message3007 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3008 behaves like returning response status with error3009 returns not_found and error message3010 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3011 behaves like reject delete package tag request3012 behaves like returning response status3013 returns forbidden3014 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3015 behaves like accept delete package tag request3016 with valid package name3017 returns a valid response3018 destroy the package tag3019 behaves like returning response status3020 returns no_content3021# [RSpecRunTime] RSpec elapsed time: 11 minutes 31.72 seconds. Current RSS: ~1506M. load average: 1.10 1.06 1.01 1/284 5623022 behaves like track event3023 behaves like a package tracking event3024 creates a gitlab tracking event delete_tag3025 with tag from other package3026 behaves like returning response status3027 returns not_found3028 with ActiveRecord::RecordInvalid error3029 behaves like returning response status with error3030 returns bad_request and error message3031 with invalid package name3032 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3033 behaves like returning response status with error3034 returns not_found and error message3035 package_name: "", status: :not_found, error: "404 Not Found"3036 behaves like returning response status with error3037 returns not_found and error message3038 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3039 behaves like returning response status with error3040 returns bad_request and error message3041 with invalid tag name3042 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3043 behaves like returning response status with error3044 returns not_found and error message3045 tag_name: "", status: :not_found, error: "404 Not Found"3046 behaves like returning response status with error3047 returns not_found and error message3048 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3049 behaves like returning response status with error3050 returns bad_request and error message3051 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3052 behaves like returning response status with error3053 returns not_found and error message3054 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3055 behaves like returning response status with error3056 returns not_found and error message3057 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3058 behaves like returning response status with error3059 returns not_found and error message3060 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3061 behaves like returning response status with error3062 returns not_found and error message3063 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3064 behaves like returning response status with error3065 returns not_found and error message3066 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3067 behaves like returning response status with error3068 returns not_found and error message3069 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3070 behaves like reject delete package tag request3071 behaves like returning response status3072 returns forbidden3073 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3074 behaves like accept delete package tag request3075 with valid package name3076 returns a valid response3077 destroy the package tag3078 behaves like returning response status3079 returns no_content3080# [RSpecRunTime] RSpec elapsed time: 11 minutes 40.37 seconds. Current RSS: ~1500M. load average: 0.93 1.02 1.00 1/284 5633081 behaves like track event3082 behaves like a package tracking event3083 creates a gitlab tracking event delete_tag3084 with tag from other package3085 behaves like returning response status3086 returns not_found3087 with ActiveRecord::RecordInvalid error3088 behaves like returning response status with error3089 returns bad_request and error message3090 with invalid package name3091 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3092 behaves like returning response status with error3093 returns not_found and error message3094 package_name: "", status: :not_found, error: "404 Not Found"3095 behaves like returning response status with error3096 returns not_found and error message3097 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3098 behaves like returning response status with error3099 returns bad_request and error message3100 with invalid tag name3101 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3102 behaves like returning response status with error3103 returns not_found and error message3104 tag_name: "", status: :not_found, error: "404 Not Found"3105 behaves like returning response status with error3106 returns not_found and error message3107 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3108 behaves like returning response status with error3109 returns bad_request and error message3110 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3111 behaves like returning response status with error3112 returns not_found and error message3113 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3114 behaves like returning response status with error3115 returns not_found and error message3116 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3117 behaves like returning response status with error3118 returns not_found and error message3119 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3120 behaves like returning response status with error3121 returns not_found and error message3122 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3123 behaves like returning response status with error3124 returns not_found and error message3125 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3126 behaves like returning response status with error3127 returns not_found and error message3128 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3129 behaves like reject delete package tag request3130 behaves like returning response status3131 returns forbidden3132 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3133 behaves like accept delete package tag request3134 with valid package name3135 returns a valid response3136 destroy the package tag3137 behaves like returning response status3138 returns no_content3139# [RSpecRunTime] RSpec elapsed time: 11 minutes 49.38 seconds. Current RSS: ~1495M. load average: 0.93 1.02 1.00 1/284 5643140 behaves like track event3141 behaves like a package tracking event3142 creates a gitlab tracking event delete_tag3143 with tag from other package3144 behaves like returning response status3145 returns not_found3146 with ActiveRecord::RecordInvalid error3147 behaves like returning response status with error3148 returns bad_request and error message3149 with invalid package name3150 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3151 behaves like returning response status with error3152 returns not_found and error message3153 package_name: "", status: :not_found, error: "404 Not Found"3154 behaves like returning response status with error3155 returns not_found and error message3156 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3157 behaves like returning response status with error3158 returns bad_request and error message3159 with invalid tag name3160 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3161 behaves like returning response status with error3162 returns not_found and error message3163 tag_name: "", status: :not_found, error: "404 Not Found"3164 behaves like returning response status with error3165 returns not_found and error message3166 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3167 behaves like returning response status with error3168 returns bad_request and error message3169 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3170 behaves like returning response status with error3171 returns not_found and error message3172 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3173 behaves like returning response status with error3174 returns not_found and error message3175 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3176 behaves like returning response status with error3177 returns not_found and error message3178 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3179 behaves like returning response status with error3180 returns not_found and error message3181 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3182 behaves like returning response status with error3183 returns not_found and error message3184 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3185 behaves like returning response status with error3186 returns not_found and error message3187 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3188 behaves like accept delete package tag request3189 with valid package name3190 returns a valid response3191 destroy the package tag3192 behaves like returning response status3193 returns no_content3194# [RSpecRunTime] RSpec elapsed time: 11 minutes 57.84 seconds. Current RSS: ~1494M. load average: 0.94 1.02 1.00 1/284 5653195 behaves like track event3196 behaves like a package tracking event3197 creates a gitlab tracking event delete_tag3198 with tag from other package3199 behaves like returning response status3200 returns not_found3201# [RSpecRunTime] RSpec elapsed time: 12 minutes 0.19 second. Current RSS: ~1491M. load average: 1.03 1.04 1.00 1/284 5663202 with ActiveRecord::RecordInvalid error3203 behaves like returning response status with error3204 returns bad_request and error message3205 with invalid package name3206 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3207 behaves like returning response status with error3208 returns not_found and error message3209 package_name: "", status: :not_found, error: "404 Not Found"3210 behaves like returning response status with error3211 returns not_found and error message3212 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3213 behaves like returning response status with error3214 returns bad_request and error message3215 with invalid tag name3216 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3217 behaves like returning response status with error3218 returns not_found and error message3219 tag_name: "", status: :not_found, error: "404 Not Found"3220 behaves like returning response status with error3221 returns not_found and error message3222 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3223 behaves like returning response status with error3224 returns bad_request and error message3225 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3226 behaves like returning response status with error3227 returns not_found and error message3228 auth: :job_token, package_name_type: :unscoped, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3229 behaves like returning response status with error3230 returns not_found and error message3231 auth: :job_token, package_name_type: :non_existing, visibility: :public, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3232 behaves like returning response status with error3233 returns not_found and error message3234 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3235 behaves like accept delete package tag request3236 with valid package name3237 returns a valid response3238 destroy the package tag3239 behaves like returning response status3240 returns no_content3241# [RSpecRunTime] RSpec elapsed time: 12 minutes 6.27 seconds. Current RSS: ~1499M. load average: 1.03 1.04 1.00 1/284 5673242 behaves like track event3243 behaves like a package tracking event3244 creates a gitlab tracking event delete_tag3245# [RSpecRunTime] RSpec elapsed time: 12 minutes 7.32 seconds. Current RSS: ~1504M. load average: 1.03 1.04 1.00 1/284 5683246 with tag from other package3247 behaves like returning response status3248 returns not_found3249 with ActiveRecord::RecordInvalid error3250 behaves like returning response status with error3251 returns bad_request and error message3252 with invalid package name3253 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3254 behaves like returning response status with error3255 returns not_found and error message3256 package_name: "", status: :not_found, error: "404 Not Found"3257 behaves like returning response status with error3258 returns not_found and error message3259 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3260 behaves like returning response status with error3261 returns bad_request and error message3262 with invalid tag name3263 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3264 behaves like returning response status with error3265 returns not_found and error message3266 tag_name: "", status: :not_found, error: "404 Not Found"3267 behaves like returning response status with error3268 returns not_found and error message3269 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3270 behaves like returning response status with error3271 returns bad_request and error message3272 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3273 behaves like returning response status with error3274 returns not_found and error message3275 auth: :job_token, package_name_type: :unscoped, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3276 behaves like returning response status with error3277 returns not_found and error message3278 auth: :job_token, package_name_type: :non_existing, visibility: :private, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3279 behaves like returning response status with error3280 returns not_found and error message3281 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3282 behaves like accept delete package tag request3283 with valid package name3284 returns a valid response3285 destroy the package tag3286 behaves like returning response status3287 returns no_content3288# [RSpecRunTime] RSpec elapsed time: 12 minutes 14.39 seconds. Current RSS: ~1500M. load average: 1.02 1.04 1.00 1/284 5693289 behaves like track event3290 behaves like a package tracking event3291 creates a gitlab tracking event delete_tag3292 with tag from other package3293 behaves like returning response status3294 returns not_found3295 with ActiveRecord::RecordInvalid error3296 behaves like returning response status with error3297 returns bad_request and error message3298 with invalid package name3299 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3300 behaves like returning response status with error3301 returns not_found and error message3302 package_name: "", status: :not_found, error: "404 Not Found"3303 behaves like returning response status with error3304 returns not_found and error message3305 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3306 behaves like returning response status with error3307 returns bad_request and error message3308 with invalid tag name3309 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3310 behaves like returning response status with error3311 returns not_found and error message3312 tag_name: "", status: :not_found, error: "404 Not Found"3313 behaves like returning response status with error3314 returns not_found and error message3315 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3316 behaves like returning response status with error3317 returns bad_request and error message3318 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3319 behaves like returning response status with error3320 returns not_found and error message3321 auth: :job_token, package_name_type: :unscoped, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3322 behaves like returning response status with error3323 returns not_found and error message3324 auth: :job_token, package_name_type: :non_existing, visibility: :internal, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3325 behaves like returning response status with error3326 returns not_found and error message3327 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok3328 behaves like accept delete package tag request3329 with valid package name3330 returns a valid response3331 destroy the package tag3332 behaves like returning response status3333 returns no_content3334# [RSpecRunTime] RSpec elapsed time: 12 minutes 21.51 seconds. Current RSS: ~1509M. load average: 1.09 1.05 1.01 1/284 5703335 behaves like track event3336 behaves like a package tracking event3337 creates a gitlab tracking event delete_tag3338 with tag from other package3339 behaves like returning response status3340 returns not_found3341 with ActiveRecord::RecordInvalid error3342 behaves like returning response status with error3343 returns bad_request and error message3344 with invalid package name3345 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3346 behaves like returning response status with error3347 returns not_found and error message3348 package_name: "", status: :not_found, error: "404 Not Found"3349 behaves like returning response status with error3350 returns not_found and error message3351 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3352 behaves like returning response status with error3353 returns bad_request and error message3354 with invalid tag name3355 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3356 behaves like returning response status with error3357 returns not_found and error message3358 tag_name: "", status: :not_found, error: "404 Not Found"3359 behaves like returning response status with error3360 returns not_found and error message3361 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3362 behaves like returning response status with error3363 returns bad_request and error message3364 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok3365 behaves like returning response status with error3366 returns not_found and error message3367 auth: :deploy_token, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok3368 behaves like returning response status with error3369 returns not_found and error message3370 auth: :deploy_token, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found3371 behaves like returning response status with error3372 returns not_found and error message3373 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok3374 behaves like accept delete package tag request3375 with valid package name3376 returns a valid response3377 destroy the package tag3378 behaves like returning response status3379 returns no_content3380# [RSpecRunTime] RSpec elapsed time: 12 minutes 26.18 seconds. Current RSS: ~1524M. load average: 1.09 1.05 1.01 1/284 5713381 behaves like track event3382 behaves like a package tracking event3383 creates a gitlab tracking event delete_tag3384 with tag from other package3385 behaves like returning response status3386 returns not_found3387 with ActiveRecord::RecordInvalid error3388 behaves like returning response status with error3389 returns bad_request and error message3390 with invalid package name3391 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3392 behaves like returning response status with error3393 returns not_found and error message3394 package_name: "", status: :not_found, error: "404 Not Found"3395 behaves like returning response status with error3396 returns not_found and error message3397 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3398 behaves like returning response status with error3399 returns bad_request and error message3400 with invalid tag name3401 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3402 behaves like returning response status with error3403 returns not_found and error message3404 tag_name: "", status: :not_found, error: "404 Not Found"3405 behaves like returning response status with error3406 returns not_found and error message3407 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3408 behaves like returning response status with error3409 returns bad_request and error message3410 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok3411 behaves like returning response status with error3412 returns not_found and error message3413 auth: :deploy_token, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok3414 behaves like returning response status with error3415 returns not_found and error message3416 auth: :deploy_token, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :not_found3417 behaves like returning response status with error3418 returns not_found and error message3419 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok3420 behaves like accept delete package tag request3421 with valid package name3422 returns a valid response3423 destroy the package tag3424 behaves like returning response status3425 returns no_content3426# [RSpecRunTime] RSpec elapsed time: 12 minutes 31.3 seconds. Current RSS: ~1517M. load average: 1.08 1.05 1.01 1/284 5723427 behaves like track event3428 behaves like a package tracking event3429 creates a gitlab tracking event delete_tag3430 with tag from other package3431 behaves like returning response status3432 returns not_found3433 with ActiveRecord::RecordInvalid error3434 behaves like returning response status with error3435 returns bad_request and error message3436 with invalid package name3437 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3438 behaves like returning response status with error3439 returns not_found and error message3440 package_name: "", status: :not_found, error: "404 Not Found"3441 behaves like returning response status with error3442 returns not_found and error message3443 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3444 behaves like returning response status with error3445 returns bad_request and error message3446 with invalid tag name3447 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3448 behaves like returning response status with error3449 returns not_found and error message3450 tag_name: "", status: :not_found, error: "404 Not Found"3451 behaves like returning response status with error3452 returns not_found and error message3453 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3454 behaves like returning response status with error3455 returns bad_request and error message3456 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok3457 behaves like returning response status with error3458 returns not_found and error message3459 auth: :deploy_token, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok3460 behaves like returning response status with error3461 returns not_found and error message3462 auth: :deploy_token, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :not_found3463 behaves like returning response status with error3464 returns not_found and error message3465 with a user namespace3466 behaves like handling all conditions3467 behaves like handling different package names, visibilities and user roles for tags create or delete3468 auth: nil, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized3469 behaves like reject delete package tag request3470 behaves like returning response status3471 returns unauthorized3472 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized3473 behaves like reject delete package tag request3474 behaves like returning response status3475 returns unauthorized3476 auth: nil, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized3477 behaves like reject delete package tag request3478 behaves like returning response status3479 returns unauthorized3480 auth: nil, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized3481 behaves like reject delete package tag request3482 behaves like returning response status3483 returns unauthorized3484 auth: nil, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized3485 behaves like reject delete package tag request3486 behaves like returning response status3487 returns unauthorized3488 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized3489 behaves like reject delete package tag request3490 behaves like returning response status3491 returns unauthorized3492 auth: nil, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized3493 behaves like reject delete package tag request3494 behaves like returning response status3495 returns unauthorized3496 auth: nil, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized3497 behaves like reject delete package tag request3498 behaves like returning response status3499 returns unauthorized3500 auth: nil, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized3501 behaves like reject delete package tag request3502 behaves like returning response status3503 returns unauthorized3504 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized3505 behaves like reject delete package tag request3506 behaves like returning response status3507 returns unauthorized3508 auth: nil, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized3509 behaves like reject delete package tag request3510 behaves like returning response status3511 returns unauthorized3512 auth: nil, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized3513 behaves like reject delete package tag request3514 behaves like returning response status3515 returns unauthorized3516 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3517 behaves like reject delete package tag request3518 behaves like returning response status3519 returns forbidden3520 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3521 behaves like accept delete package tag request3522 with valid package name3523 returns a valid response3524 destroy the package tag3525 behaves like returning response status3526 returns no_content3527# [RSpecRunTime] RSpec elapsed time: 12 minutes 40.48 seconds. Current RSS: ~1507M. load average: 0.99 1.03 1.00 1/284 5733528 behaves like track event3529 behaves like a package tracking event3530 creates a gitlab tracking event delete_tag3531 with tag from other package3532 behaves like returning response status3533 returns not_found3534 with ActiveRecord::RecordInvalid error3535 behaves like returning response status with error3536 returns bad_request and error message3537 with invalid package name3538 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3539 behaves like returning response status with error3540 returns not_found and error message3541 package_name: "", status: :not_found, error: "404 Not Found"3542 behaves like returning response status with error3543 returns not_found and error message3544 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3545 behaves like returning response status with error3546 returns bad_request and error message3547 with invalid tag name3548 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3549 behaves like returning response status with error3550 returns not_found and error message3551 tag_name: "", status: :not_found, error: "404 Not Found"3552 behaves like returning response status with error3553 returns not_found and error message3554 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3555 behaves like returning response status with error3556 returns bad_request and error message3557 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3558 behaves like returning response status with error3559 returns not_found and error message3560 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3561 behaves like returning response status with error3562 returns not_found and error message3563 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3564 behaves like returning response status with error3565 returns not_found and error message3566 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3567 behaves like returning response status with error3568 returns not_found and error message3569 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3570 behaves like returning response status with error3571 returns not_found and error message3572 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3573 behaves like returning response status with error3574 returns not_found and error message3575 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3576 behaves like reject delete package tag request3577 behaves like returning response status3578 returns forbidden3579 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3580 behaves like accept delete package tag request3581 with valid package name3582 returns a valid response3583 destroy the package tag3584 behaves like returning response status3585 returns no_content3586# [RSpecRunTime] RSpec elapsed time: 12 minutes 50.12 seconds. Current RSS: ~1500M. load average: 1.00 1.03 1.00 1/284 5743587 behaves like track event3588 behaves like a package tracking event3589 creates a gitlab tracking event delete_tag3590 with tag from other package3591 behaves like returning response status3592 returns not_found3593 with ActiveRecord::RecordInvalid error3594 behaves like returning response status with error3595 returns bad_request and error message3596 with invalid package name3597 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3598 behaves like returning response status with error3599 returns not_found and error message3600 package_name: "", status: :not_found, error: "404 Not Found"3601 behaves like returning response status with error3602 returns not_found and error message3603 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3604 behaves like returning response status with error3605 returns bad_request and error message3606 with invalid tag name3607 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3608 behaves like returning response status with error3609 returns not_found and error message3610 tag_name: "", status: :not_found, error: "404 Not Found"3611 behaves like returning response status with error3612 returns not_found and error message3613 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3614 behaves like returning response status with error3615 returns bad_request and error message3616 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3617 behaves like returning response status with error3618 returns not_found and error message3619 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3620 behaves like returning response status with error3621 returns not_found and error message3622 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3623 behaves like returning response status with error3624 returns not_found and error message3625 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3626 behaves like returning response status with error3627 returns not_found and error message3628 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3629 behaves like returning response status with error3630 returns not_found and error message3631 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3632 behaves like returning response status with error3633 returns not_found and error message3634 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3635 behaves like reject delete package tag request3636 behaves like returning response status3637 returns forbidden3638 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3639 behaves like accept delete package tag request3640 with valid package name3641 returns a valid response3642 destroy the package tag3643 behaves like returning response status3644 returns no_content3645# [RSpecRunTime] RSpec elapsed time: 13 minutes 0.44 second. Current RSS: ~1497M. load average: 1.00 1.03 1.00 1/284 5753646 behaves like track event3647 behaves like a package tracking event3648 creates a gitlab tracking event delete_tag3649 with tag from other package3650 behaves like returning response status3651 returns not_found3652 with ActiveRecord::RecordInvalid error3653 behaves like returning response status with error3654 returns bad_request and error message3655 with invalid package name3656 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3657 behaves like returning response status with error3658 returns not_found and error message3659 package_name: "", status: :not_found, error: "404 Not Found"3660 behaves like returning response status with error3661 returns not_found and error message3662 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3663 behaves like returning response status with error3664 returns bad_request and error message3665 with invalid tag name3666 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3667 behaves like returning response status with error3668 returns not_found and error message3669 tag_name: "", status: :not_found, error: "404 Not Found"3670 behaves like returning response status with error3671 returns not_found and error message3672 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3673 behaves like returning response status with error3674 returns bad_request and error message3675 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3676 behaves like returning response status with error3677 returns not_found and error message3678 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3679 behaves like returning response status with error3680 returns not_found and error message3681 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3682 behaves like returning response status with error3683 returns not_found and error message3684 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3685 behaves like returning response status with error3686 returns not_found and error message3687 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3688 behaves like returning response status with error3689 returns not_found and error message3690 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3691 behaves like returning response status with error3692 returns not_found and error message3693 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3694 behaves like reject delete package tag request3695 behaves like returning response status3696 returns forbidden3697 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3698 behaves like accept delete package tag request3699 with valid package name3700 returns a valid response3701 destroy the package tag3702 behaves like returning response status3703 returns no_content3704# [RSpecRunTime] RSpec elapsed time: 13 minutes 10.25 seconds. Current RSS: ~1498M. load average: 1.07 1.04 1.00 1/284 5763705 behaves like track event3706 behaves like a package tracking event3707 creates a gitlab tracking event delete_tag3708 with tag from other package3709 behaves like returning response status3710 returns not_found3711 with ActiveRecord::RecordInvalid error3712 behaves like returning response status with error3713 returns bad_request and error message3714 with invalid package name3715 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3716 behaves like returning response status with error3717 returns not_found and error message3718 package_name: "", status: :not_found, error: "404 Not Found"3719 behaves like returning response status with error3720 returns not_found and error message3721# [RSpecRunTime] RSpec elapsed time: 13 minutes 14.14 seconds. Current RSS: ~1498M. load average: 1.07 1.04 1.00 1/284 5773722 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3723 behaves like returning response status with error3724 returns bad_request and error message3725 with invalid tag name3726 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3727 behaves like returning response status with error3728 returns not_found and error message3729 tag_name: "", status: :not_found, error: "404 Not Found"3730 behaves like returning response status with error3731 returns not_found and error message3732 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3733 behaves like returning response status with error3734 returns bad_request and error message3735 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3736 behaves like returning response status with error3737 returns not_found and error message3738 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3739 behaves like returning response status with error3740 returns not_found and error message3741 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3742 behaves like returning response status with error3743 returns not_found and error message3744 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3745 behaves like returning response status with error3746 returns not_found and error message3747 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3748 behaves like returning response status with error3749 returns not_found and error message3750 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3751 behaves like returning response status with error3752 returns not_found and error message3753 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3754 behaves like reject delete package tag request3755 behaves like returning response status3756 returns forbidden3757 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3758 behaves like accept delete package tag request3759 with valid package name3760 returns a valid response3761 destroy the package tag3762 behaves like returning response status3763 returns no_content3764# [RSpecRunTime] RSpec elapsed time: 13 minutes 20.9 seconds. Current RSS: ~1500M. load average: 1.06 1.04 1.00 1/284 5783765 behaves like track event3766 behaves like a package tracking event3767 creates a gitlab tracking event delete_tag3768 with tag from other package3769 behaves like returning response status3770 returns not_found3771 with ActiveRecord::RecordInvalid error3772 behaves like returning response status with error3773 returns bad_request and error message3774 with invalid package name3775 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3776 behaves like returning response status with error3777 returns not_found and error message3778 package_name: "", status: :not_found, error: "404 Not Found"3779 behaves like returning response status with error3780 returns not_found and error message3781 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3782 behaves like returning response status with error3783 returns bad_request and error message3784 with invalid tag name3785 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3786 behaves like returning response status with error3787 returns not_found and error message3788 tag_name: "", status: :not_found, error: "404 Not Found"3789 behaves like returning response status with error3790 returns not_found and error message3791 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3792 behaves like returning response status with error3793 returns bad_request and error message3794 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3795 behaves like returning response status with error3796 returns not_found and error message3797 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3798 behaves like returning response status with error3799 returns not_found and error message3800 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3801 behaves like returning response status with error3802 returns not_found and error message3803 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3804 behaves like returning response status with error3805 returns not_found and error message3806 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3807 behaves like returning response status with error3808 returns not_found and error message3809 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3810 behaves like returning response status with error3811 returns not_found and error message3812 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3813 behaves like reject delete package tag request3814 behaves like returning response status3815 returns forbidden3816 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3817 behaves like accept delete package tag request3818 with valid package name3819 returns a valid response3820 destroy the package tag3821 behaves like returning response status3822 returns no_content3823# [RSpecRunTime] RSpec elapsed time: 13 minutes 30.64 seconds. Current RSS: ~1508M. load average: 1.13 1.06 1.01 1/284 5793824 behaves like track event3825 behaves like a package tracking event3826 creates a gitlab tracking event delete_tag3827 with tag from other package3828 behaves like returning response status3829 returns not_found3830 with ActiveRecord::RecordInvalid error3831 behaves like returning response status with error3832 returns bad_request and error message3833 with invalid package name3834 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3835 behaves like returning response status with error3836 returns not_found and error message3837 package_name: "", status: :not_found, error: "404 Not Found"3838 behaves like returning response status with error3839 returns not_found and error message3840 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3841 behaves like returning response status with error3842 returns bad_request and error message3843 with invalid tag name3844 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3845 behaves like returning response status with error3846 returns not_found and error message3847 tag_name: "", status: :not_found, error: "404 Not Found"3848 behaves like returning response status with error3849 returns not_found and error message3850 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3851 behaves like returning response status with error3852 returns bad_request and error message3853 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3854 behaves like returning response status with error3855 returns not_found and error message3856 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3857 behaves like returning response status with error3858 returns not_found and error message3859 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3860 behaves like returning response status with error3861 returns not_found and error message3862 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3863 behaves like returning response status with error3864 returns not_found and error message3865 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3866 behaves like returning response status with error3867 returns not_found and error message3868 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3869 behaves like returning response status with error3870 returns not_found and error message3871 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3872 behaves like accept delete package tag request3873 with valid package name3874 returns a valid response3875 destroy the package tag3876 behaves like returning response status3877 returns no_content3878# [RSpecRunTime] RSpec elapsed time: 13 minutes 39.55 seconds. Current RSS: ~1511M. load average: 1.12 1.06 1.01 1/284 5803879 behaves like track event3880 behaves like a package tracking event3881 creates a gitlab tracking event delete_tag3882 with tag from other package3883 behaves like returning response status3884 returns not_found3885 with ActiveRecord::RecordInvalid error3886 behaves like returning response status with error3887 returns bad_request and error message3888 with invalid package name3889 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3890 behaves like returning response status with error3891 returns not_found and error message3892 package_name: "", status: :not_found, error: "404 Not Found"3893 behaves like returning response status with error3894 returns not_found and error message3895 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3896 behaves like returning response status with error3897 returns bad_request and error message3898 with invalid tag name3899 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3900 behaves like returning response status with error3901 returns not_found and error message3902 tag_name: "", status: :not_found, error: "404 Not Found"3903 behaves like returning response status with error3904 returns not_found and error message3905 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3906 behaves like returning response status with error3907 returns bad_request and error message3908 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3909 behaves like returning response status with error3910 returns not_found and error message3911 auth: :job_token, package_name_type: :unscoped, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3912 behaves like returning response status with error3913 returns not_found and error message3914 auth: :job_token, package_name_type: :non_existing, visibility: :public, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3915 behaves like returning response status with error3916 returns not_found and error message3917 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3918 behaves like accept delete package tag request3919 with valid package name3920 returns a valid response3921 destroy the package tag3922 behaves like returning response status3923 returns no_content3924# [RSpecRunTime] RSpec elapsed time: 13 minutes 46.72 seconds. Current RSS: ~1509M. load average: 1.10 1.05 1.01 1/284 5813925 behaves like track event3926 behaves like a package tracking event3927 creates a gitlab tracking event delete_tag3928 with tag from other package3929 behaves like returning response status3930 returns not_found3931 with ActiveRecord::RecordInvalid error3932 behaves like returning response status with error3933 returns bad_request and error message3934 with invalid package name3935 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3936 behaves like returning response status with error3937 returns not_found and error message3938 package_name: "", status: :not_found, error: "404 Not Found"3939 behaves like returning response status with error3940 returns not_found and error message3941 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3942 behaves like returning response status with error3943 returns bad_request and error message3944 with invalid tag name3945 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3946 behaves like returning response status with error3947 returns not_found and error message3948 tag_name: "", status: :not_found, error: "404 Not Found"3949 behaves like returning response status with error3950 returns not_found and error message3951 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3952 behaves like returning response status with error3953 returns bad_request and error message3954 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3955 behaves like returning response status with error3956 returns not_found and error message3957 auth: :job_token, package_name_type: :unscoped, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3958 behaves like returning response status with error3959 returns not_found and error message3960 auth: :job_token, package_name_type: :non_existing, visibility: :private, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3961 behaves like returning response status with error3962 returns not_found and error message3963 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3964 behaves like accept delete package tag request3965 with valid package name3966 returns a valid response3967 destroy the package tag3968 behaves like returning response status3969 returns no_content3970# [RSpecRunTime] RSpec elapsed time: 13 minutes 54.26 seconds. Current RSS: ~1502M. load average: 1.09 1.05 1.01 1/284 5823971 behaves like track event3972 behaves like a package tracking event3973 creates a gitlab tracking event delete_tag3974 with tag from other package3975 behaves like returning response status3976 returns not_found3977 with ActiveRecord::RecordInvalid error3978 behaves like returning response status with error3979 returns bad_request and error message3980 with invalid package name3981 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3982 behaves like returning response status with error3983 returns not_found and error message3984 package_name: "", status: :not_found, error: "404 Not Found"3985 behaves like returning response status with error3986 returns not_found and error message3987 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3988 behaves like returning response status with error3989 returns bad_request and error message3990 with invalid tag name3991 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3992 behaves like returning response status with error3993 returns not_found and error message3994 tag_name: "", status: :not_found, error: "404 Not Found"3995 behaves like returning response status with error3996 returns not_found and error message3997 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3998 behaves like returning response status with error3999 returns bad_request and error message4000 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok4001 behaves like returning response status with error4002 returns not_found and error message4003 auth: :job_token, package_name_type: :unscoped, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok4004 behaves like returning response status with error4005 returns not_found and error message4006 auth: :job_token, package_name_type: :non_existing, visibility: :internal, user_role: :maintainer, expected_result: :reject, expected_status: :not_found4007 behaves like returning response status with error4008 returns not_found and error message4009 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok4010 behaves like accept delete package tag request4011 with valid package name4012 returns a valid response4013 destroy the package tag4014 behaves like returning response status4015 returns no_content4016# [RSpecRunTime] RSpec elapsed time: 14 minutes 1.25 seconds. Current RSS: ~1508M. load average: 1.08 1.05 1.01 1/284 5834017 behaves like track event4018 behaves like a package tracking event4019 creates a gitlab tracking event delete_tag4020 with tag from other package4021 behaves like returning response status4022 returns not_found4023 with ActiveRecord::RecordInvalid error4024 behaves like returning response status with error4025 returns bad_request and error message4026 with invalid package name4027 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4028 behaves like returning response status with error4029 returns not_found and error message4030 package_name: "", status: :not_found, error: "404 Not Found"4031 behaves like returning response status with error4032 returns not_found and error message4033 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4034 behaves like returning response status with error4035 returns bad_request and error message4036 with invalid tag name4037 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4038 behaves like returning response status with error4039 returns not_found and error message4040 tag_name: "", status: :not_found, error: "404 Not Found"4041 behaves like returning response status with error4042 returns not_found and error message4043 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4044 behaves like returning response status with error4045 returns bad_request and error message4046 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok4047 behaves like returning response status with error4048 returns not_found and error message4049 auth: :deploy_token, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok4050 behaves like returning response status with error4051 returns not_found and error message4052 auth: :deploy_token, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found4053 behaves like returning response status with error4054 returns not_found and error message4055 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok4056 behaves like accept delete package tag request4057 with valid package name4058 returns a valid response4059 destroy the package tag4060 behaves like returning response status4061 returns no_content4062# [RSpecRunTime] RSpec elapsed time: 14 minutes 5.98 seconds. Current RSS: ~1520M. load average: 1.07 1.05 1.01 1/284 5844063 behaves like track event4064 behaves like a package tracking event4065 creates a gitlab tracking event delete_tag4066 with tag from other package4067 behaves like returning response status4068 returns not_found4069 with ActiveRecord::RecordInvalid error4070 behaves like returning response status with error4071 returns bad_request and error message4072 with invalid package name4073 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4074 behaves like returning response status with error4075 returns not_found and error message4076 package_name: "", status: :not_found, error: "404 Not Found"4077 behaves like returning response status with error4078 returns not_found and error message4079 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4080 behaves like returning response status with error4081 returns bad_request and error message4082 with invalid tag name4083 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4084 behaves like returning response status with error4085 returns not_found and error message4086 tag_name: "", status: :not_found, error: "404 Not Found"4087 behaves like returning response status with error4088 returns not_found and error message4089 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4090 behaves like returning response status with error4091 returns bad_request and error message4092 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok4093 behaves like returning response status with error4094 returns not_found and error message4095 auth: :deploy_token, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok4096 behaves like returning response status with error4097 returns not_found and error message4098 auth: :deploy_token, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :not_found4099 behaves like returning response status with error4100 returns not_found and error message4101 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok4102 behaves like accept delete package tag request4103 with valid package name4104 returns a valid response4105 destroy the package tag4106 behaves like returning response status4107 returns no_content4108# [RSpecRunTime] RSpec elapsed time: 14 minutes 11.17 seconds. Current RSS: ~1514M. load average: 1.07 1.05 1.00 1/284 5854109 behaves like track event4110 behaves like a package tracking event4111 creates a gitlab tracking event delete_tag4112 with tag from other package4113 behaves like returning response status4114 returns not_found4115 with ActiveRecord::RecordInvalid error4116 behaves like returning response status with error4117 returns bad_request and error message4118 with invalid package name4119 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4120 behaves like returning response status with error4121 returns not_found and error message4122 package_name: "", status: :not_found, error: "404 Not Found"4123 behaves like returning response status with error4124 returns not_found and error message4125 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4126 behaves like returning response status with error4127 returns bad_request and error message4128 with invalid tag name4129 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4130 behaves like returning response status with error4131 returns not_found and error message4132 tag_name: "", status: :not_found, error: "404 Not Found"4133 behaves like returning response status with error4134 returns not_found and error message4135 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4136 behaves like returning response status with error4137 returns bad_request and error message4138 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok4139 behaves like returning response status with error4140 returns not_found and error message4141 auth: :deploy_token, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok4142 behaves like returning response status with error4143 returns not_found and error message4144 auth: :deploy_token, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :not_found4145 behaves like returning response status with error4146 returns not_found and error message4147 behaves like enqueue a worker to sync a metadata cache4148 enqueues a worker to create a metadata cache4149 POST /api/v4/packages/npm/-/npm/v1/security/advisories/bulk4150 behaves like handling audit request4151 with a group namespace4152 behaves like handling all conditions4153 auth: nil, request_forward: true, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized4154 behaves like reject audit request4155 behaves like returning response status4156 returns unauthorized4157 auth: nil, request_forward: false, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized4158 behaves like reject audit request4159 behaves like returning response status4160 returns unauthorized4161 auth: nil, request_forward: true, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized4162 behaves like reject audit request4163 behaves like returning response status4164 returns unauthorized4165 auth: nil, request_forward: false, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized4166 behaves like reject audit request4167 behaves like returning response status4168 returns unauthorized4169 auth: nil, request_forward: true, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized4170 behaves like reject audit request4171 behaves like returning response status4172 returns unauthorized4173 auth: nil, request_forward: false, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized4174 behaves like reject audit request4175 behaves like returning response status4176 returns unauthorized4177 auth: :oauth, request_forward: true, visibility: :public, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4178 behaves like redirect audit request4179 redirects audit request4180 auth: :oauth, request_forward: true, visibility: :public, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4181 behaves like redirect audit request4182 redirects audit request4183 auth: :oauth, request_forward: false, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok4184 behaves like reject audit request with error4185 behaves like returning response status with error4186 returns not_found and error message4187 auth: :oauth, request_forward: false, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok4188 behaves like reject audit request with error4189 behaves like returning response status with error4190 returns not_found and error message4191 auth: :oauth, request_forward: true, visibility: :private, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4192 behaves like redirect audit request4193 redirects audit request4194 auth: :oauth, request_forward: false, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden4195 behaves like reject audit request with error4196 behaves like returning response status with error4197 returns not_found and error message4198 auth: :oauth, request_forward: false, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok4199 behaves like reject audit request with error4200 behaves like returning response status with error4201 returns not_found and error message4202 auth: :oauth, request_forward: true, visibility: :private, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4203 behaves like redirect audit request4204 redirects audit request4205 auth: :oauth, request_forward: true, visibility: :internal, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4206 behaves like redirect audit request4207 redirects audit request4208 auth: :oauth, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4209 behaves like redirect audit request4210 redirects audit request4211 auth: :oauth, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok4212 behaves like reject audit request with error4213 behaves like returning response status with error4214 returns not_found and error message4215 auth: :oauth, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok4216 behaves like reject audit request with error4217 behaves like returning response status with error4218 returns not_found and error message4219 auth: :personal_access_token, request_forward: true, visibility: :public, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4220 behaves like redirect audit request4221 redirects audit request4222 auth: :personal_access_token, request_forward: true, visibility: :public, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4223 behaves like redirect audit request4224 redirects audit request4225 auth: :personal_access_token, request_forward: false, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok4226 behaves like reject audit request with error4227 behaves like returning response status with error4228 returns not_found and error message4229 auth: :personal_access_token, request_forward: false, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok4230 behaves like reject audit request with error4231 behaves like returning response status with error4232 returns not_found and error message4233 auth: :personal_access_token, request_forward: true, visibility: :private, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4234 behaves like redirect audit request4235 redirects audit request4236# [RSpecRunTime] RSpec elapsed time: 14 minutes 25.2 seconds. Current RSS: ~1495M. load average: 0.98 1.03 1.00 1/284 5864237 auth: :personal_access_token, request_forward: true, visibility: :private, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4238 behaves like redirect audit request4239 redirects audit request4240 auth: :personal_access_token, request_forward: false, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden4241 behaves like reject audit request with error4242 behaves like returning response status with error4243 returns not_found and error message4244 auth: :personal_access_token, request_forward: false, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok4245 behaves like reject audit request with error4246 behaves like returning response status with error4247 returns not_found and error message4248 auth: :personal_access_token, request_forward: true, visibility: :internal, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4249 behaves like redirect audit request4250 redirects audit request4251 auth: :personal_access_token, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4252 behaves like redirect audit request4253 redirects audit request4254 auth: :personal_access_token, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok4255 behaves like reject audit request with error4256 behaves like returning response status with error4257 returns not_found and error message4258 auth: :personal_access_token, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok4259 behaves like reject audit request with error4260 behaves like returning response status with error4261 returns not_found and error message4262 auth: :job_token, request_forward: true, visibility: :public, user_role: :developer, expected_result: :redirect, expected_status: :temporary_redirect4263 behaves like redirect audit request4264 redirects audit request4265 auth: :job_token, request_forward: false, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok4266 behaves like reject audit request with error4267 behaves like returning response status with error4268 returns not_found and error message4269 auth: :job_token, request_forward: true, visibility: :private, user_role: :developer, expected_result: :redirect, expected_status: :temporary_redirect4270 behaves like redirect audit request4271 redirects audit request4272 auth: :job_token, request_forward: false, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok4273 behaves like reject audit request with error4274 behaves like returning response status with error4275 returns not_found and error message4276 auth: :job_token, request_forward: true, visibility: :internal, user_role: :developer, expected_result: :redirect, expected_status: :temporary_redirect4277 behaves like redirect audit request4278 redirects audit request4279 auth: :job_token, request_forward: false, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok4280 behaves like reject audit request with error4281 behaves like returning response status with error4282 returns not_found and error message4283 auth: :deploy_token, request_forward: true, visibility: :public, user_role: nil, expected_result: :redirect, expected_status: :temporary_redirect4284 behaves like redirect audit request4285 redirects audit request4286 auth: :deploy_token, request_forward: false, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok4287 behaves like reject audit request with error4288 behaves like returning response status with error4289 returns not_found and error message4290 auth: :deploy_token, request_forward: true, visibility: :private, user_role: nil, expected_result: :redirect, expected_status: :temporary_redirect4291 behaves like redirect audit request4292 redirects audit request4293 auth: :deploy_token, request_forward: false, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok4294 behaves like reject audit request with error4295 behaves like returning response status with error4296 returns not_found and error message4297 auth: :deploy_token, request_forward: true, visibility: :internal, user_role: nil, expected_result: :redirect, expected_status: :temporary_redirect4298 behaves like redirect audit request4299 redirects audit request4300 auth: :deploy_token, request_forward: false, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok4301 behaves like reject audit request with error4302 behaves like returning response status with error4303 returns not_found and error message4304 with a developer4305 with a job token4306 behaves like reject audit request4307 behaves like returning response status4308 returns unauthorized4309 POST /api/v4/packages/npm/-/npm/v1/security/audits/quick4310 behaves like handling audit request4311 with a group namespace4312 behaves like handling all conditions4313 auth: nil, request_forward: true, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized4314 behaves like reject audit request4315 behaves like returning response status4316 returns unauthorized4317 auth: nil, request_forward: false, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized4318 behaves like reject audit request4319 behaves like returning response status4320 returns unauthorized4321 auth: nil, request_forward: true, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized4322 behaves like reject audit request4323 behaves like returning response status4324 returns unauthorized4325 auth: nil, request_forward: false, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized4326 behaves like reject audit request4327 behaves like returning response status4328 returns unauthorized4329 auth: nil, request_forward: true, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized4330 behaves like reject audit request4331 behaves like returning response status4332 returns unauthorized4333 auth: nil, request_forward: false, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized4334 behaves like reject audit request4335 behaves like returning response status4336 returns unauthorized4337 auth: :oauth, request_forward: true, visibility: :public, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4338 behaves like redirect audit request4339 redirects audit request4340 auth: :oauth, request_forward: true, visibility: :public, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4341 behaves like redirect audit request4342 redirects audit request4343 auth: :oauth, request_forward: false, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok4344 behaves like reject audit request with error4345 behaves like returning response status with error4346 returns not_found and error message4347 auth: :oauth, request_forward: false, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok4348 behaves like reject audit request with error4349 behaves like returning response status with error4350 returns not_found and error message4351 auth: :oauth, request_forward: true, visibility: :private, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4352 behaves like redirect audit request4353 redirects audit request4354 auth: :oauth, request_forward: false, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden4355 behaves like reject audit request with error4356 behaves like returning response status with error4357 returns not_found and error message4358 auth: :oauth, request_forward: false, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok4359 behaves like reject audit request with error4360 behaves like returning response status with error4361 returns not_found and error message4362 auth: :oauth, request_forward: true, visibility: :private, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4363 behaves like redirect audit request4364 redirects audit request4365 auth: :oauth, request_forward: true, visibility: :internal, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4366 behaves like redirect audit request4367 redirects audit request4368 auth: :oauth, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4369 behaves like redirect audit request4370 redirects audit request4371 auth: :oauth, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok4372 behaves like reject audit request with error4373 behaves like returning response status with error4374 returns not_found and error message4375 auth: :oauth, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok4376 behaves like reject audit request with error4377 behaves like returning response status with error4378 returns not_found and error message4379 auth: :personal_access_token, request_forward: true, visibility: :public, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4380 behaves like redirect audit request4381 redirects audit request4382 auth: :personal_access_token, request_forward: true, visibility: :public, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4383 behaves like redirect audit request4384 redirects audit request4385 auth: :personal_access_token, request_forward: false, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok4386 behaves like reject audit request with error4387 behaves like returning response status with error4388 returns not_found and error message4389 auth: :personal_access_token, request_forward: false, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok4390 behaves like reject audit request with error4391 behaves like returning response status with error4392 returns not_found and error message4393 auth: :personal_access_token, request_forward: true, visibility: :private, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4394 behaves like redirect audit request4395 redirects audit request4396 auth: :personal_access_token, request_forward: true, visibility: :private, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4397 behaves like redirect audit request4398 redirects audit request4399 auth: :personal_access_token, request_forward: false, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden4400 behaves like reject audit request with error4401 behaves like returning response status with error4402 returns not_found and error message4403 auth: :personal_access_token, request_forward: false, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok4404 behaves like reject audit request with error4405 behaves like returning response status with error4406 returns not_found and error message4407 auth: :personal_access_token, request_forward: true, visibility: :internal, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4408 behaves like redirect audit request4409 redirects audit request4410 auth: :personal_access_token, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4411 behaves like redirect audit request4412 redirects audit request4413 auth: :personal_access_token, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok4414 behaves like reject audit request with error4415 behaves like returning response status with error4416 returns not_found and error message4417 auth: :personal_access_token, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok4418 behaves like reject audit request with error4419 behaves like returning response status with error4420 returns not_found and error message4421 auth: :job_token, request_forward: true, visibility: :public, user_role: :developer, expected_result: :redirect, expected_status: :temporary_redirect4422 behaves like redirect audit request4423 redirects audit request4424 auth: :job_token, request_forward: false, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok4425 behaves like reject audit request with error4426 behaves like returning response status with error4427 returns not_found and error message4428 auth: :job_token, request_forward: true, visibility: :private, user_role: :developer, expected_result: :redirect, expected_status: :temporary_redirect4429 behaves like redirect audit request4430 redirects audit request4431 auth: :job_token, request_forward: false, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok4432 behaves like reject audit request with error4433 behaves like returning response status with error4434 returns not_found and error message4435 auth: :job_token, request_forward: true, visibility: :internal, user_role: :developer, expected_result: :redirect, expected_status: :temporary_redirect4436 behaves like redirect audit request4437 redirects audit request4438 auth: :job_token, request_forward: false, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok4439 behaves like reject audit request with error4440 behaves like returning response status with error4441 returns not_found and error message4442 auth: :deploy_token, request_forward: true, visibility: :public, user_role: nil, expected_result: :redirect, expected_status: :temporary_redirect4443 behaves like redirect audit request4444 redirects audit request4445 auth: :deploy_token, request_forward: false, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok4446 behaves like reject audit request with error4447 behaves like returning response status with error4448 returns not_found and error message4449 auth: :deploy_token, request_forward: true, visibility: :private, user_role: nil, expected_result: :redirect, expected_status: :temporary_redirect4450 behaves like redirect audit request4451 redirects audit request4452 auth: :deploy_token, request_forward: false, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok4453 behaves like reject audit request with error4454 behaves like returning response status with error4455 returns not_found and error message4456 auth: :deploy_token, request_forward: true, visibility: :internal, user_role: nil, expected_result: :redirect, expected_status: :temporary_redirect4457 behaves like redirect audit request4458 redirects audit request4459 auth: :deploy_token, request_forward: false, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok4460 behaves like reject audit request with error4461 behaves like returning response status with error4462 returns not_found and error message4463 with a developer4464 with a job token4465 behaves like reject audit request4466 behaves like returning response status4467 returns unauthorized4468# [RSpecRunTime] Finishing example group spec/requests/api/npm_instance_packages_spec.rb. It took 14 minutes 43.04 seconds. Expected to take 14 minutes 31.29 seconds.4469# [RSpecRunTime] Starting example group spec/requests/api/tags_spec.rb. Expected to take 1 minute 28.75 seconds.4470API::Tags4471 GET /projects/:id/repository/tags4472 sorting4473 sorts by descending order by default4474 sorts by ascending order if specified4475 sorts by name in descending order when requested4476 sorts by name in ascending order when requested4477 sorts by version in ascending order when requested4478# [RSpecRunTime] RSpec elapsed time: 14 minutes 55.51 seconds. Current RSS: ~1529M. load average: 1.13 1.06 1.01 1/289 6734479 searching4480 only returns searched tags4481# [RSpecRunTime] RSpec elapsed time: 14 minutes 56.65 seconds. Current RSS: ~1526M. load average: 1.13 1.06 1.01 1/289 6844482 when unauthenticated and project is public4483 behaves like repository tags4484 returns the repository tags4485 when repository is disabled4486 behaves like 403 response4487 returns 4034488# [RSpecRunTime] RSpec elapsed time: 14 minutes 58.74 seconds. Current RSS: ~1523M. load average: 1.13 1.06 1.01 1/290 7064489 when repository does not exist4490 behaves like 404 response4491 returns 4044492 and releases are private4493 returns the repository tags without release information4494# [RSpecRunTime] RSpec elapsed time: 15 minutes 1.12 seconds. Current RSS: ~1519M. load average: 1.12 1.06 1.01 1/290 7214495 when unauthenticated and project is private4496 behaves like 404 response4497 returns 4044498 when authenticated as a maintainer4499 behaves like repository tags4500 returns the repository tags4501 when repository is disabled4502 behaves like 403 response4503 returns 4034504# [RSpecRunTime] RSpec elapsed time: 15 minutes 4.22 seconds. Current RSS: ~1517M. load average: 1.12 1.06 1.01 1/290 7484505 when repository does not exist4506 behaves like 404 response4507 returns 4044508 requesting with the escaped project full path4509 behaves like repository tags4510 returns the repository tags4511 when repository is disabled4512 behaves like 403 response4513 returns 4034514# [RSpecRunTime] RSpec elapsed time: 15 minutes 8.37 seconds. Current RSS: ~1511M. load average: 1.19 1.07 1.01 1/290 7694515 when repository does not exist4516 behaves like 404 response4517 returns 4044518 when authenticated as a guest4519 behaves like 403 response4520 returns 4034521# [RSpecRunTime] RSpec elapsed time: 15 minutes 10.36 seconds. Current RSS: ~1511M. load average: 1.17 1.07 1.01 1/290 7764522 with releases4523 returns an array of project tags with release info4524# [RSpecRunTime] RSpec elapsed time: 15 minutes 11.69 seconds. Current RSS: ~1511M. load average: 1.17 1.07 1.01 1/290 7954525 with keyset pagination option4526 with gitaly pagination params4527 with high limit4528 returns all repository tags4529# [RSpecRunTime] RSpec elapsed time: 15 minutes 12.89 seconds. Current RSS: ~1513M. load average: 1.17 1.07 1.01 1/290 8064530 with low limit4531 returns limited repository tags4532# [RSpecRunTime] RSpec elapsed time: 15 minutes 14.0 seconds. Current RSS: ~1523M. load average: 1.17 1.07 1.01 1/290 8164533 with missing page token4534 behaves like 422 response4535 returns 4224536# [RSpecRunTime] RSpec elapsed time: 15 minutes 15.07 seconds. Current RSS: ~1523M. load average: 1.24 1.09 1.02 1/290 8264537 cache expiry4538 is cached4539 when protected tag is changed4540 behaves like cache expired4541 isn't cached4542# [RSpecRunTime] RSpec elapsed time: 15 minutes 17.67 seconds. Current RSS: ~1525M. load average: 1.24 1.09 1.02 1/290 8574543 when release is changed4544 behaves like cache expired4545 isn't cached4546# [RSpecRunTime] RSpec elapsed time: 15 minutes 18.96 seconds. Current RSS: ~1525M. load average: 1.24 1.09 1.02 1/290 8754547 when project is changed4548 behaves like cache expired4549 isn't cached4550# [RSpecRunTime] RSpec elapsed time: 15 minutes 20.23 seconds. Current RSS: ~1526M. load average: 1.46 1.14 1.04 1/290 8894551 when user is not allowed to :read_release4552 isn't cached4553# [RSpecRunTime] RSpec elapsed time: 15 minutes 21.66 seconds. Current RSS: ~1525M. load average: 1.46 1.14 1.04 1/291 9064554 when gitaly is unavailable4555 behaves like 503 response4556 returns 5034557# [RSpecRunTime] RSpec elapsed time: 15 minutes 22.74 seconds. Current RSS: ~1526M. load average: 1.46 1.14 1.04 1/290 9134558 GET /projects/:id/repository/tags/:tag_name4559 when unauthenticated and project is public4560 behaves like repository tag4561 returns the repository branch4562 when tag does not exist4563 behaves like 404 response4564 returns 4044565# [RSpecRunTime] RSpec elapsed time: 15 minutes 24.75 seconds. Current RSS: ~1529M. load average: 1.34 1.12 1.03 1/290 9384566 when repository is disabled4567 behaves like 403 response4568 returns 4034569 and releases are private4570 returns the repository tags without release information4571# [RSpecRunTime] RSpec elapsed time: 15 minutes 26.84 seconds. Current RSS: ~1530M. load average: 1.34 1.12 1.03 1/290 9634572 when unauthenticated and project is private4573 behaves like 404 response4574 returns 4044575 when authenticated as a maintainer4576 behaves like repository tag4577 returns the repository branch4578 when tag does not exist4579 behaves like 404 response4580 returns 4044581# [RSpecRunTime] RSpec elapsed time: 15 minutes 30.01 seconds. Current RSS: ~1526M. load average: 1.32 1.12 1.03 1/290 9984582 when repository is disabled4583 behaves like 403 response4584 returns 4034585 requesting with the escaped project full path4586 behaves like repository tag4587 returns the repository branch4588 when tag does not exist4589 behaves like 404 response4590 returns 4044591# [RSpecRunTime] RSpec elapsed time: 15 minutes 33.2 seconds. Current RSS: ~1524M. load average: 1.32 1.12 1.03 1/290 10334592 when repository is disabled4593 behaves like 403 response4594 returns 4034595# [RSpecRunTime] RSpec elapsed time: 15 minutes 34.25 seconds. Current RSS: ~1525M. load average: 1.32 1.12 1.03 1/290 10444596 when authenticated as a guest4597 behaves like 403 response4598 returns 4034599# [RSpecRunTime] RSpec elapsed time: 15 minutes 35.49 seconds. Current RSS: ~1525M. load average: 1.29 1.11 1.03 1/290 10554600 with releases4601 returns release information4602# [RSpecRunTime] RSpec elapsed time: 15 minutes 36.76 seconds. Current RSS: ~1525M. load average: 1.29 1.11 1.03 1/290 10744603 POST /projects/:id/repository/tags4604 when unauthenticated and project is private4605 behaves like 404 response4606 returns 4044607 when authenticated as a guest4608 behaves like 403 response4609 returns 4034610# [RSpecRunTime] RSpec elapsed time: 15 minutes 38.9 seconds. Current RSS: ~1525M. load average: 1.29 1.11 1.03 1/290 10874611 when authenticated as a maintainer4612 returns 400 if tag name is invalid4613 returns 400 if tag already exists4614 returns 400 if ref name is invalid4615 when a protected branch doesn't already exist4616 behaves like repository new tag4617 creates a new tag4618 when repository is disabled4619 behaves like 403 response4620 returns 4034621# [RSpecRunTime] RSpec elapsed time: 15 minutes 44.3 seconds. Current RSS: ~1530M. load average: 1.27 1.11 1.03 1/290 11394622 when tag contains a dot4623 behaves like repository new tag4624 creates a new tag4625 when repository is disabled4626 behaves like 403 response4627 returns 4034628# [RSpecRunTime] RSpec elapsed time: 15 minutes 47.12 seconds. Current RSS: ~1528M. load average: 1.25 1.11 1.03 1/290 11594629 requesting with the escaped project full path4630 behaves like repository new tag4631 creates a new tag4632 when repository is disabled4633 behaves like 403 response4634 returns 4034635# [RSpecRunTime] RSpec elapsed time: 15 minutes 49.68 seconds. Current RSS: ~1525M. load average: 1.23 1.11 1.03 1/290 11794636 when tag contains a dot4637 behaves like repository new tag4638 creates a new tag4639 when repository is disabled4640 behaves like 403 response4641 returns 4034642# [RSpecRunTime] RSpec elapsed time: 15 minutes 51.82 seconds. Current RSS: ~1527M. load average: 1.23 1.11 1.03 1/290 11994643 annotated tag4644 creates a new annotated tag4645# [RSpecRunTime] RSpec elapsed time: 15 minutes 52.95 seconds. Current RSS: ~1529M. load average: 1.23 1.11 1.03 1/290 12144646 DELETE /projects/:id/repository/tags/:tag_name4647 when authenticated as a maintainer4648 behaves like repository delete tag4649 deletes a tag4650 behaves like 412 response4651 for a modified resource4652 returns 412 with a JSON error4653# [RSpecRunTime] RSpec elapsed time: 15 minutes 55.05 seconds. Current RSS: ~1528M. load average: 1.21 1.11 1.03 1/291 12454654 for an unmodified resource4655 returns 204 with an empty body4656# [RSpecRunTime] RSpec elapsed time: 15 minutes 56.27 seconds. Current RSS: ~1528M. load average: 1.21 1.11 1.03 1/291 12624657 when tag does not exist4658 behaves like 404 response4659 returns 4044660# [RSpecRunTime] RSpec elapsed time: 15 minutes 57.41 seconds. Current RSS: ~1528M. load average: 1.21 1.11 1.03 1/291 12734661 when repository is disabled4662 behaves like 403 response4663 returns 4034664# [RSpecRunTime] RSpec elapsed time: 15 minutes 58.55 seconds. Current RSS: ~1528M. load average: 1.21 1.11 1.03 1/291 12844665 requesting with the escaped project full path4666 behaves like repository delete tag4667 deletes a tag4668 behaves like 412 response4669 for a modified resource4670 returns 412 with a JSON error4671# [RSpecRunTime] RSpec elapsed time: 16 minutes 0.77 second. Current RSS: ~1528M. load average: 1.51 1.17 1.05 1/291 13154672 for an unmodified resource4673 returns 204 with an empty body4674# [RSpecRunTime] RSpec elapsed time: 16 minutes 2.0 seconds. Current RSS: ~1528M. load average: 1.51 1.17 1.05 1/291 13324675 when tag does not exist4676 behaves like 404 response4677 returns 4044678 when repository is disabled4679 behaves like 403 response4680 returns 4034681# [RSpecRunTime] RSpec elapsed time: 16 minutes 4.06 seconds. Current RSS: ~1528M. load average: 1.51 1.17 1.05 1/291 13534682 GET /projects/:id/repository/tags/:tag_name/signature4683 when tag does not exist4684 behaves like 404 response4685 returns 4044686 unsigned tag4687 behaves like 404 response4688 returns 4044689 x509 signed tag4690 returns correct JSON4691# [RSpecRunTime] Finishing example group spec/requests/api/tags_spec.rb. It took 1 minute 16.42 seconds. Expected to take 1 minute 28.75 seconds.4692# [RSpecRunTime] Starting example group spec/requests/api/files_spec.rb. Expected to take 1 minute 11.64 seconds.4693API::Files4694 http headers4695 converts value into string4696 when value is an Enumerable4697 raises an exception4698# [RSpecRunTime] RSpec elapsed time: 16 minutes 9.81 seconds. Current RSS: ~1547M. load average: 1.43 1.16 1.05 1/291 14044699 HEAD /projects/:id/repository/files/:file_path4700 when unauthenticated4701 and project is public4702 behaves like repository files4703 returns 400 when file path is invalid4704 returns file attributes in headers4705 caches sha256 of the content4706 returns file by commit sha4707 behaves like when path is absolute4708 returns 400 when file path is absolute4709# [RSpecRunTime] RSpec elapsed time: 16 minutes 11.73 seconds. Current RSS: ~1546M. load average: 1.43 1.16 1.05 1/291 14284710 when mandatory params are not given4711 responds with a 400 status4712 when file_path does not exist4713 responds with a 404 status4714 when file_path does not exist4715 responds with a 403 status4716 and project is private4717 responds with a 404 status4718 when PATs are used4719 behaves like repository files4720 returns 400 when file path is invalid4721 returns file attributes in headers4722 caches sha256 of the content4723 returns file by commit sha4724 behaves like when path is absolute4725 returns 400 when file path is absolute4726# [RSpecRunTime] RSpec elapsed time: 16 minutes 14.84 seconds. Current RSS: ~1537M. load average: 1.40 1.16 1.05 1/291 14564727 when mandatory params are not given4728 responds with a 400 status4729 when file_path does not exist4730 responds with a 404 status4731 when file_path does not exist4732 responds with a 403 status4733 when authenticated4734 and user is a developer4735 behaves like repository files4736 returns 400 when file path is invalid4737 returns file attributes in headers4738 caches sha256 of the content4739 returns file by commit sha4740 behaves like when path is absolute4741 returns 400 when file path is absolute4742# [RSpecRunTime] RSpec elapsed time: 16 minutes 17.69 seconds. Current RSS: ~1536M. load average: 1.40 1.16 1.05 1/291 14844743 when mandatory params are not given4744 responds with a 400 status4745 when file_path does not exist4746 responds with a 404 status4747 when file_path does not exist4748 responds with a 403 status4749 and user is a guest4750 behaves like 403 response4751 returns 4034752 GET /projects/:id/repository/files/:file_path4753 when unauthenticated4754 and project is public4755 behaves like repository files4756 returns 400 for invalid file path4757 returns json when file has txt extension4758 returns file by commit sha4759 returns raw file info4760 returns blame file info4761 sets inline content disposition by default4762 behaves like when path is absolute4763 returns 400 when file path is absolute4764# [RSpecRunTime] RSpec elapsed time: 16 minutes 21.45 seconds. Current RSS: ~1533M. load average: 1.37 1.16 1.05 1/291 15174765 behaves like returns non-executable file attributes as json4766 is expected to eq "require 'fileutils'\n"4767 for executable file4768 returns file attributes as json4769 with filename with pathspec characters4770 returns JSON wth commit SHA4771 when a project is moved4772 redirects to the new project location4773 when mandatory params are not given4774 behaves like 400 response4775 returns 4004776 when file_path does not exist4777 behaves like 404 response4778 returns 4044779 when repository is disabled4780 behaves like 403 response4781 returns 4034782 and project is private4783 behaves like 404 response4784 returns 4044785 when authenticated4786 and user is a direct project member4787 and project is private4788 and user is a developer4789 behaves like repository files4790 returns 400 for invalid file path4791 returns json when file has txt extension4792 returns file by commit sha4793 returns raw file info4794 returns blame file info4795 sets inline content disposition by default4796 behaves like when path is absolute4797 returns 400 when file path is absolute4798# [RSpecRunTime] RSpec elapsed time: 16 minutes 27.9 seconds. Current RSS: ~1530M. load average: 1.34 1.16 1.05 1/290 15834799 behaves like returns non-executable file attributes as json4800 is expected to eq "require 'fileutils'\n"4801 for executable file4802 returns file attributes as json4803 with filename with pathspec characters4804 returns JSON wth commit SHA4805 when a project is moved4806 redirects to the new project location4807 when mandatory params are not given4808 behaves like 400 response4809 returns 4004810 when file_path does not exist4811 behaves like 404 response4812 returns 4044813 when repository is disabled4814 behaves like 403 response4815 returns 4034816 and PATs are used4817 behaves like repository files4818 returns 400 for invalid file path4819 returns json when file has txt extension4820 returns file by commit sha4821 returns raw file info4822 returns blame file info4823 sets inline content disposition by default4824 behaves like when path is absolute4825 returns 400 when file path is absolute4826# [RSpecRunTime] RSpec elapsed time: 16 minutes 32.93 seconds. Current RSS: ~1533M. load average: 1.31 1.15 1.05 1/290 16494827 behaves like returns non-executable file attributes as json4828 is expected to eq "require 'fileutils'\n"4829 for executable file4830 returns file attributes as json4831 with filename with pathspec characters4832 returns JSON wth commit SHA4833 when a project is moved4834 redirects to the new project location4835 when mandatory params are not given4836 behaves like 400 response4837 returns 4004838 when file_path does not exist4839 behaves like 404 response4840 returns 4044841 when repository is disabled4842 behaves like 403 response4843 returns 4034844 and user is a guest4845 behaves like 403 response4846 returns 4034847 when authenticated4848 and user is an inherited member from the group4849 when project is public with private repository4850 and user is a guest4851 behaves like returns non-executable file attributes as json4852 is expected to eq "require 'fileutils'\n"4853 and user is a reporter4854 behaves like returns non-executable file attributes as json4855 is expected to eq "require 'fileutils'\n"4856 and user is a developer4857 behaves like returns non-executable file attributes as json4858 is expected to eq "require 'fileutils'\n"4859 when project is private4860 and user is a guest4861 behaves like 403 response4862 returns 4034863 and user is a reporter4864 behaves like returns non-executable file attributes as json4865 is expected to eq "require 'fileutils'\n"4866 and user is a developer4867 behaves like returns non-executable file attributes as json4868 is expected to eq "require 'fileutils'\n"4869 GET /projects/:id/repository/files/:file_path/blame4870 when unauthenticated4871 and project is public4872 behaves like repository blame files4873 returns file attributes in headers4874 returns 400 when file path is invalid4875 returns blame file attributes as json4876 returns blame file info for files with dots4877 returns file by commit sha4878 for executable file4879 returns file attributes in headers4880# [RSpecRunTime] RSpec elapsed time: 16 minutes 40.75 seconds. Current RSS: ~1532M. load average: 1.26 1.15 1.04 1/291 17354881 behaves like when path is absolute4882 returns 400 when file path is absolute4883 with a range parameter4884 returns file blame attributes as json for the range4885 when start > end4886 returns 400 error4887 when range is incomplete4888 returns 400 error4889 when range contains negative integers4890 returns 400 error4891 when range is missing4892 returns 400 error4893 when mandatory params are not given4894 behaves like 400 response4895 returns 4004896 when file_path does not exist4897 behaves like 404 response4898 returns 4044899 when commit does not exist4900 behaves like 404 response4901 returns 4044902 when repository is disabled4903 behaves like 403 response4904 returns 4034905 and project is private4906 behaves like 404 response4907 returns 4044908 when authenticated4909 and user is a developer4910 behaves like repository blame files4911 returns file attributes in headers4912 returns 400 when file path is invalid4913 returns blame file attributes as json4914 returns blame file info for files with dots4915 returns file by commit sha4916 for executable file4917 returns file attributes in headers4918# [RSpecRunTime] RSpec elapsed time: 16 minutes 46.29 seconds. Current RSS: ~1535M. load average: 1.32 1.16 1.05 1/291 17814919 behaves like when path is absolute4920 returns 400 when file path is absolute4921 with a range parameter4922 returns file blame attributes as json for the range4923 when start > end4924 returns 400 error4925 when range is incomplete4926 returns 400 error4927 when range contains negative integers4928 returns 400 error4929 when range is missing4930 returns 400 error4931 when mandatory params are not given4932 behaves like 400 response4933 returns 4004934 when file_path does not exist4935 behaves like 404 response4936 returns 4044937 when commit does not exist4938 behaves like 404 response4939 returns 4044940 when repository is disabled4941 behaves like 403 response4942 returns 4034943 and user is a guest4944 behaves like 403 response4945 returns 4034946 when PATs are used4947 returns blame file by commit sha4948 HEAD /projects/:id/repository/files/:file_path/raw4949 response headers4950 and user is a developer4951 responds with blob data4952 when lfs parameter is true and the project has lfs enabled4953 and the file has an lfs object4954 responds with 4044955 and the project has access to the lfs object4956 and lfs uses AWS4957 redirects to the lfs object file with a signed url4958# [RSpecRunTime] RSpec elapsed time: 16 minutes 51.78 seconds. Current RSS: ~1533M. load average: 1.37 1.18 1.06 1/291 18214959 and user is a guest4960 behaves like 403 response4961 returns 4034962 GET /projects/:id/repository/files/:file_path/raw4963 when unauthenticated4964 and project is public4965 behaves like repository raw files4966 returns 400 when file path is invalid4967 returns raw file info4968 returns raw file info for files with dots4969 returns file by commit sha4970 sets no-cache headers4971 behaves like when path is absolute4972 returns 400 when file path is absolute4973# [RSpecRunTime] RSpec elapsed time: 16 minutes 54.24 seconds. Current RSS: ~1528M. load average: 1.37 1.18 1.06 1/290 18384974 when ref is not provided4975 returns response :ok4976 when mandatory params are not given4977 behaves like 400 response4978 returns 4004979 when file_path does not exist4980 behaves like 404 response4981 returns 4044982 when repository is disabled4983 behaves like 403 response4984 returns 4034985 when lfs parameter is true and the project has lfs enabled4986 behaves like 404 response4987 returns 4044988 and the file has an lfs object4989 behaves like 404 response4990 returns 4044991 and the project has access to the lfs object4992 and lfs uses local file storage4993 responds with the lfs object file4994 and lfs uses remote object storage4995 redirects to the lfs object file4996 and project is private4997 behaves like 404 response4998 returns 4044999 when authenticated5000 and user is a developer5001 behaves like repository raw files5002 returns 400 when file path is invalid5003 returns raw file info5004 returns raw file info for files with dots5005 returns file by commit sha5006 sets no-cache headers5007 behaves like when path is absolute5008 returns 400 when file path is absolute5009# [RSpecRunTime] RSpec elapsed time: 16 minutes 59.39 seconds. Current RSS: ~1529M. load average: 1.43 1.19 1.06 1/290 18825010 when ref is not provided5011 returns response :ok5012 when mandatory params are not given5013 behaves like 400 response5014 returns 4005015 when file_path does not exist5016 behaves like 404 response5017 returns 4045018 when repository is disabled5019 behaves like 403 response5020 returns 4035021 when lfs parameter is true and the project has lfs enabled5022 behaves like 404 response5023 returns 4045024 and the file has an lfs object5025 behaves like 404 response5026 returns 4045027# [RSpecRunTime] RSpec elapsed time: 17 minutes 2.92 seconds. Current RSS: ~1527M. load average: 1.39 1.19 1.06 1/291 18995028 and the project has access to the lfs object5029 and lfs uses local file storage5030 responds with the lfs object file5031 and lfs uses remote object storage5032 redirects to the lfs object file5033 and user is a guest5034 behaves like 403 response5035 returns 4035036 when PATs are used5037 returns file by commit sha5038 POST /projects/:id/repository/files/:file_path5039 when authenticated as a direct project member5040 when project is private5041 and user is a developer5042 returns 400 when file path is invalid5043 creates a new executable file in project repo5044 behaves like when path is absolute5045 returns 400 when file path is absolute5046# [RSpecRunTime] RSpec elapsed time: 17 minutes 5.55 seconds. Current RSS: ~1529M. load average: 1.36 1.18 1.06 1/291 19355047 behaves like creates a new file in the project repo5048 is expected to eq false5049 when no mandatory params given5050 returns a 400 bad request5051 when the commit message is empty5052 returns a 400 bad request5053 when editor fails to create file5054 returns a 400 bad request5055 and PATs are used5056 returns 403 with `read_repository` scope5057 returns 201 with `api` scope5058 and the repo is empty5059 behaves like creates a new file in the project repo5060 is expected to eq false5061 when specifying an author5062 creates a new file with the specified author5063 when authenticated5064 and user is an inherited member from the group5065 when project is public with private repository5066 and user is a guest5067 behaves like 403 response5068 returns 4035069 and user is a reporter5070 behaves like 403 response5071 returns 4035072 and user is a developer5073 behaves like creates a new file in the project repo5074 is expected to eq false5075 when project is private5076 and user is a guest5077 behaves like 403 response5078 returns 4035079 and user is a reporter5080 behaves like 403 response5081 returns 4035082 and user is a developer5083 behaves like creates a new file in the project repo5084 is expected to eq false5085 PUT /projects/:id/repository/files5086 updates existing file in project repo5087 when the commit message is empty5088 returns a 400 bad request5089 when updating an existing file with stale last commit id5090 returns a 400 bad request5091 with correct last commit id5092 updates existing file in project repo5093 when file path is invalid5094 returns a 400 bad request5095 behaves like when path is absolute5096 returns 400 when file path is absolute5097 when no params given5098 returns a 400 bad request5099 when specifying an author5100 updates a file with the specified author5101 when specifying the execute_filemode5102 updates to executable file mode5103 updates to non-executable file mode5104 DELETE /projects/:id/repository/files5105 when files are deleted5106 deletes existing file in project repo5107 when specifying an author5108 removes a file with the specified author5109 when files are not deleted5110 returns 400 when file path is invalid5111 behaves like when path is absolute5112 returns 400 when file path is absolute5113 when no params given5114 returns a 400 bad request5115 when the commit message is empty5116 returns a 400 bad request5117 when fails to delete file5118 returns a 400 bad request5119 POST /projects/:id/repository/files with binary file5120 remains unchanged5121 POST /projects/:id/repository/files with text encoding5122 returns base64-encoded text file5123# [RSpecRunTime] Finishing example group spec/requests/api/files_spec.rb. It took 1 minute 12.82 seconds. Expected to take 1 minute 11.64 seconds.5124# [RSpecRunTime] Starting example group spec/controllers/sent_notifications_controller_spec.rb. Expected to take 57.57 seconds.5125SentNotificationsController5126 GET unsubscribe5127 when the user is not logged in5128 when the force param is passed5129 unsubscribes the user5130 does not delete the issue email participant for non-service-desk issue5131 sets the flash message5132 redirects to the login page5133# [RSpecRunTime] RSpec elapsed time: 17 minutes 23.79 seconds. Current RSS: ~1517M. load average: 1.35 1.19 1.06 1/291 23045134 when the force param is not passed5135 when project is public5136 when unsubscribing from issue5137 shows issue title5138 does not delete the issue email participant5139 behaves like unsubscribing as anonymous5140 does not unsubscribe the user5141 does not set the flash message5142 renders unsubscribe page5143 shows project name or path5144# [RSpecRunTime] RSpec elapsed time: 17 minutes 31.73 seconds. Current RSS: ~1499M. load average: 1.37 1.20 1.07 1/286 23055145 when unsubscribing from confidential issue5146 does not show issue title5147 behaves like unsubscribing as anonymous5148 does not unsubscribe the user5149 does not set the flash message5150 renders unsubscribe page5151 shows project name or path5152# [RSpecRunTime] RSpec elapsed time: 17 minutes 36.39 seconds. Current RSS: ~1566M. load average: 1.34 1.20 1.07 1/286 23065153 when unsubscribing from merge request5154 shows merge request title5155 shows project name or path5156 behaves like unsubscribing as anonymous5157 does not unsubscribe the user5158 does not set the flash message5159 renders unsubscribe page5160 shows project name or path5161# [RSpecRunTime] RSpec elapsed time: 17 minutes 42.34 seconds. Current RSS: ~1693M. load average: 1.32 1.19 1.07 1/286 23075162 when project is not public5163 when unsubscribing from issue5164 does not show issue title5165 behaves like unsubscribing as anonymous5166 does not unsubscribe the user5167 does not set the flash message5168 renders unsubscribe page5169 does not show project name or path5170# [RSpecRunTime] RSpec elapsed time: 17 minutes 47.96 seconds. Current RSS: ~1715M. load average: 1.29 1.19 1.07 3/286 23085171 when unsubscribing from confidential issue5172 does not show issue title5173 behaves like unsubscribing as anonymous5174 does not unsubscribe the user5175 does not set the flash message5176 renders unsubscribe page5177 does not show project name or path5178# [RSpecRunTime] RSpec elapsed time: 17 minutes 52.74 seconds. Current RSS: ~1722M. load average: 1.27 1.19 1.07 1/286 23095179 when unsubscribing from merge request5180 dos not show merge request title5181 behaves like unsubscribing as anonymous5182 does not unsubscribe the user5183 does not set the flash message5184 renders unsubscribe page5185 does not show project name or path5186# [RSpecRunTime] RSpec elapsed time: 17 minutes 57.42 seconds. Current RSS: ~1743M. load average: 1.25 1.18 1.07 1/286 23105187 when the noteable associated to the notification has been deleted5188 behaves like returns 4045189 does not set the flash message5190 returns a 4045191# [RSpecRunTime] RSpec elapsed time: 17 minutes 59.4 seconds. Current RSS: ~1748M. load average: 1.25 1.18 1.07 1/286 23115192 when the user is logged in5193 when the ID passed does not exist5194 behaves like returns 4045195 does not set the flash message5196 returns a 4045197# [RSpecRunTime] RSpec elapsed time: 18 minutes 1.2 seconds. Current RSS: ~1759M. load average: 1.23 1.18 1.07 1/286 23125198 when the force param is passed5199 unsubscribes the user5200 sets the flash message5201 redirects to the issue page5202# [RSpecRunTime] RSpec elapsed time: 18 minutes 4.29 seconds. Current RSS: ~1762M. load average: 1.23 1.18 1.07 1/286 23135203 when the force param is not passed5204 unsubscribes the user5205 sets the flash message5206 redirects to the merge request page5207 when unsubscribing from design5208 unsubscribes the user5209# [RSpecRunTime] RSpec elapsed time: 18 minutes 8.06 seconds. Current RSS: ~1758M. load average: 1.21 1.18 1.07 1/286 23145210 when project is private5211 and user does not have access5212 unsubscribes user and redirects to root path5213 and user has access5214 unsubscribes user and redirects to issue path5215 does not delete the issue email participant for non-service-desk issue5216# [RSpecRunTime] RSpec elapsed time: 18 minutes 11.28 seconds. Current RSS: ~1762M. load average: 1.19 1.17 1.06 1/286 23155217 when the noteable associated to the notification has been deleted5218 behaves like returns 4045219 does not set the flash message5220 returns a 4045221# [RSpecRunTime] RSpec elapsed time: 18 minutes 13.07 seconds. Current RSS: ~1771M. load average: 1.19 1.17 1.06 2/286 23165222 when support bot is the notification recipient5223 deletes the external author on the issue5224 when sent_notification contains issue_email_participant5225 deletes the connected issue email participant5226# [RSpecRunTime] RSpec elapsed time: 18 minutes 15.21 seconds. Current RSS: ~1775M. load average: 1.17 1.17 1.06 1/286 23175227 when noteable is not an issue5228 does not delete the external author on the issue5229# [RSpecRunTime] RSpec elapsed time: 18 minutes 16.4 seconds. Current RSS: ~1777M. load average: 1.17 1.17 1.06 1/286 23185230# [RSpecRunTime] Finishing example group spec/controllers/sent_notifications_controller_spec.rb. It took 57.48 seconds. Expected to take 57.57 seconds.5231# [RSpecRunTime] Starting example group spec/requests/api/graphql/ci/runner_spec.rb. Expected to take 48.62 seconds.5232Query.runner(id)5233 for active runner5234 behaves like runner details fetch5235 retrieves expected fields5236# [RSpecRunTime] RSpec elapsed time: 18 minutes 18.67 seconds. Current RSS: ~1772M. load average: 1.17 1.17 1.06 1/286 23195237 when tagList is not requested5238 does not retrieve tagList5239 with runner managers5240 managers5241 when filtering by status5242 retrieves expected runner manager5243 fetching by runner ID and runner system ID5244 retrieves expected runner managers5245 fetching runner ID and all runner managers5246 retrieves expected runner managers5247 fetching mismatched runner ID and system ID5248 retrieves expected runner managers5249 with build running5250 behaves like runner details fetch5251 retrieves expected fields5252 for project runner5253 locked5254 is_locked: true5255 retrieves correct locked value5256 is_locked: false5257 retrieves correct locked value5258 jobCount5259 retrieves correct jobCount values5260 when JOB_COUNT_LIMIT is in effect5261 retrieves correct capped jobCount values5262 ownerProject5263 retrieves correct ownerProject.id values5264 jobs5265 with a job from a non-owned project5266 returns empty values for sensitive fields in non-owned jobs5267# [RSpecRunTime] RSpec elapsed time: 18 minutes 24.19 seconds. Current RSS: ~1782M. load average: 1.16 1.17 1.06 1/287 23205268 a query fetching all fields5269 does not execute more queries per runner5270# [RSpecRunTime] RSpec elapsed time: 18 minutes 29.23 seconds. Current RSS: ~1769M. load average: 1.15 1.16 1.06 1/287 23215271 for inactive runner5272 behaves like runner details fetch5273 retrieves expected fields5274 for registration type5275 when registered with registration token5276 behaves like runner details fetch5277 retrieves expected fields5278 when registered with authenticated user5279 behaves like runner details fetch5280 retrieves expected fields5281 for group runner request5282 retrieves groups field with expected value5283 ephemeralRegisterUrl5284 with an instance runner5285 with valid ephemeral registration5286 behaves like has register url5287 retrieves register url5288 when runner ephemeral registration has expired5289 behaves like has no register url5290 retrieves no register url5291 when runner has already been registered5292 behaves like has no register url5293 retrieves no register url5294 with a group runner5295 with valid ephemeral registration5296 behaves like has register url5297 retrieves register url5298 when request not from creator5299 behaves like has no register url5300 retrieves no register url5301 with a project runner5302 with valid ephemeral registration5303 behaves like has register url5304 retrieves register url5305 when request not from creator5306 behaves like has no register url5307 retrieves no register url5308 for runner with status5309 retrieves status fields with expected values5310 for multiple runners5311 requesting projects and counts for projects and jobs5312 retrieves expected fields5313# [RSpecRunTime] RSpec elapsed time: 18 minutes 35.18 seconds. Current RSS: ~1782M. load average: 1.12 1.16 1.06 1/287 23275314 by regular user5315 on instance runner5316 behaves like retrieval by unauthorized user5317 returns null runner5318 on group runner5319 behaves like retrieval by unauthorized user5320 returns null runner5321 on project runner5322 behaves like retrieval by unauthorized user5323 returns null runner5324 by non-admin user5325 behaves like retrieval with no admin url5326 retrieves expected fields5327 by unauthenticated user5328 behaves like retrieval by unauthorized user5329 returns null runner5330 ephemeralAuthenticationToken5331 with request made by creator5332 with runner created in UI5333 with runner created in last hour5334 with no runner manager registered yet5335 behaves like an ephemeral_authentication_token5336 returns token in ephemeral_authentication_token field5337 with first runner manager already registered5338 behaves like a protected ephemeral_authentication_token5339 returns nil ephemeral_authentication_token5340 with runner created almost too long ago5341 behaves like an ephemeral_authentication_token5342 returns token in ephemeral_authentication_token field5343 with runner created too long ago5344 behaves like a protected ephemeral_authentication_token5345 returns nil ephemeral_authentication_token5346 with runner registered from command line5347 with runner created in last 1 hour5348 behaves like a protected ephemeral_authentication_token5349 returns nil ephemeral_authentication_token5350 when request is made by non-creator of the runner5351 with runner created in UI5352 behaves like a protected ephemeral_authentication_token5353 returns nil ephemeral_authentication_token5354 Query limits5355 avoids N+1 queries5356# [RSpecRunTime] RSpec elapsed time: 18 minutes 44.15 seconds. Current RSS: ~1791M. load average: 1.11 1.16 1.06 1/286 23285357 Query limits with jobs5358 when requesting individual fields5359 field: "detailedStatus { id detailsPath group icon text }"5360 does not execute more queries per job5361# [RSpecRunTime] RSpec elapsed time: 18 minutes 47.58 seconds. Current RSS: ~1809M. load average: 1.10 1.15 1.06 1/292 24165362 field: "project { id name webUrl }"5363 does not execute more queries per job5364 field: "shortSha"5365 does not execute more queries per job5366 field: "browseArtifactsPath"5367 does not execute more queries per job5368 field: "commitPath"5369 does not execute more queries per job5370 field: "playPath"5371 does not execute more queries per job5372 field: "refPath"5373 does not execute more queries per job5374 field: "webPath"5375 does not execute more queries per job5376 field: "finishedAt"5377 does not execute more queries per job5378 field: "duration"5379 does not execute more queries per job5380 field: "queuedDuration"5381 does not execute more queries per job5382 field: "tags"5383 does not execute more queries per job5384 sorting and pagination5385 with project search term5386 set to empty string5387 with n = 15388 returns paged result5389 behaves like a working graphql query5390 returns a successful response5391# [RSpecRunTime] RSpec elapsed time: 18 minutes 57.61 seconds. Current RSS: ~1780M. load average: 1.09 1.15 1.06 1/286 24285392 with n = 25393 returns non-paged result5394 set to partial match5395 with n = 15396 returns paged result with no additional pages5397 behaves like a working graphql query5398 returns a successful response5399# [RSpecRunTime] Finishing example group spec/requests/api/graphql/ci/runner_spec.rb. It took 42.08 seconds. Expected to take 48.62 seconds.5400# [RSpecRunTime] Starting example group spec/controllers/admin/users_controller_spec.rb. Expected to take 42.0 seconds.5401Admin::UsersController5402 GET #index5403 retrieves all users5404 filters by admins5405 eager loads authorized projects association5406 pagination5407 when number of users is over the pagination limit5408 marks the relation for pagination without counts5409# [RSpecRunTime] RSpec elapsed time: 18 minutes 59.81 seconds. Current RSS: ~1790M. load average: 1.08 1.14 1.06 1/286 24295410 when number of users is below the pagination limit5411 marks the relation for pagination with counts5412 GET :id5413 finds a user case-insensitively5414 impersonation_error_text5415 when user can be impersonated5416 sets impersonation_error_text to nil5417 when impersonation is already in progress5418 sets impersonation_error_text5419 when user is blocked5420 sets impersonation_error_text5421 when the user's password is expired5422 sets impersonation_error_text5423 when the user is internal5424 sets impersonation_error_text5425 when the user is a project bot5426 sets impersonation_error_text5427 can_impersonate5428 when user can be impersonated5429 sets can_impersonate to true5430 when impersonation is already in progress5431 sets can_impersonate to false5432 when user cannot log in5433 sets can_impersonate to false5434 DELETE #destroy5435 initiates user removal5436 initiates user removal and passes hard delete option5437 prerequisites for account deletion5438 solo-owned groups5439 if the user is the sole owner of at least one group5440 soft-delete5441 fails5442# [RSpecRunTime] RSpec elapsed time: 19 minutes 10.03 seconds. Current RSS: ~1777M. load average: 0.99 1.12 1.05 1/286 24305443 hard-delete5444 succeeds5445# [RSpecRunTime] RSpec elapsed time: 19 minutes 12.79 seconds. Current RSS: ~1780M. load average: 0.99 1.12 1.05 1/287 24335446 DELETE #reject5447 when rejecting a pending user5448 initiates user removal5449 displays the rejection message5450 sends the user a rejection email5451# [RSpecRunTime] RSpec elapsed time: 19 minutes 13.92 seconds. Current RSS: ~1781M. load average: 0.99 1.12 1.05 1/287 24345452 when user is not pending5453 does not reject and delete the user5454 displays the error5455 does not email the user5456 PUT #approve5457 when successful5458 activates the user5459 emails the user on approval5460 when unsuccessful5461 displays the error5462 does not activate the user5463 does not email the pending user5464 PUT #activate5465 for a deactivated user5466 behaves like a request that activates the user5467 activates the user5468 for an active user5469 behaves like a request that activates the user5470 activates the user5471 for a blocked user5472 does not activate the user5473 PUT #deactivate5474 for an active user5475 with no recent activity5476 behaves like a request that deactivates the user5477 deactivates the user5478 with recent activity5479 does not deactivate the user5480 for a deactivated user5481 behaves like a request that deactivates the user5482 deactivates the user5483 for a blocked user5484 does not deactivate the user5485 for an internal user5486 does not deactivate the user5487 PUT block/:id5488 blocks user5489 PUT unblock/:id5490 ldap blocked users5491 does not unblock user5492 manually blocked users5493 unblocks user5494 PUT ban/:id5495 bans user5496 when unsuccessful5497 does not ban user5498 PUT unban/:id5499 unbans user5500 PUT unlock/:id5501 unlocks user5502 PUT confirm/:id5503 when the confirmation period has expired5504 behaves like confirms the user5505 confirms the user5506 when the confirmation period has not expired5507 behaves like confirms the user5508 confirms the user5509 PATCH disable_two_factor5510 for a user that has 2FA enabled5511 disables 2FA for the user5512 redirects back5513 displays a notice on success5514 for a user that does not have 2FA enabled5515 redirects back5516 displays an alert on failure5517 POST create5518 creates the user5519 shows only one error message for an invalid email5520 admin notes5521 creates the user with note5522 when Current.organization is set5523 creates user with namespace set to Current.organization5524 POST update5525 when the password has changed5526 when admin changes their own password5527 when password is valid5528 updates the password5529 does not set the new password to expire immediately5530 does not enqueue the `admin changed your password` email5531 enqueues the `password changed` email5532 when admin changes the password of another user5533 when the new password is valid5534 redirects to the user5535 updates the password5536 sets the new password to expire immediately5537 enqueues the `admin changed your password` email5538 does not enqueue the `password changed` email5539# [RSpecRunTime] RSpec elapsed time: 19 minutes 26.81 seconds. Current RSS: ~1798M. load average: 1.07 1.13 1.06 1/288 24385540 when the new password is invalid5541 shows the edit page again5542 returns the error message5543 does not update the password5544 when the new password does not match the password confirmation5545 shows the edit page again5546 returns the error message5547 does not update the password5548 when the update fails5549 returns a 500 error5550 admin notes5551 updates the note for the user5552 when updating credit card validation for user account5553 when user has a credit card validation5554 with unchecked credit card validation5555 deletes credit_card_validation5556 with checked credit card validation5557 does not change credit_card_validated_at5558 behaves like no credit card validation param5559 does not change credit card validation5560 when user does not have a credit card validation5561 with checked credit card validation5562 creates new credit card validation5563 with unchecked credit card validation5564 does not blow up5565 behaves like no credit card validation param5566 does not change credit card validation5567 invalid parameters5568 behaves like no credit card validation param5569 does not change credit card validation5570 with non permitted params5571 behaves like no credit card validation param5572 does not change credit card validation5573 DELETE #remove_email5574 deletes the email5575 POST impersonate5576 when the user is blocked5577 shows a notice5578 doesn't sign us in as the user5579 when the user is not blocked5580 stores the impersonator in the session5581 signs us in as the user5582 logs the beginning of the impersonation event5583 redirects to root5584 shows a notice5585 clears token session keys5586 when the user's password is expired5587 shows a notice5588 doesn't sign us in as the user5589# [RSpecRunTime] RSpec elapsed time: 19 minutes 35.0 seconds. Current RSS: ~1801M. load average: 1.06 1.13 1.06 1/287 24395590 when the user is internal5591 shows a notice5592 doesn't sign us in as the user5593 when the user is a project bot5594 shows a notice5595 doesn't sign us in as the user5596 when impersonation is disabled5597 shows error page5598 when impersonating an admin and attempting to impersonate again5599 does not allow double impersonation5600# [RSpecRunTime] Finishing example group spec/controllers/admin/users_controller_spec.rb. It took 38.3 seconds. Expected to take 42.0 seconds.5601# [RSpecRunTime] Starting example group spec/requests/health_controller_spec.rb. Expected to take 38.84 seconds.5602HealthController5603 GET /-/health5604 accessed from whitelisted ip5605 behaves like endpoint responding with health data5606 responds with health checks data5607 behaves like endpoint not querying database5608 does not query database5609 accessed from not whitelisted ip5610 behaves like endpoint not querying database5611 does not query database5612 behaves like endpoint not found5613 responds with resource not found5614 GET /-/readiness5615 behaves like Base action controller5616 security headers5617 Cross-Security-Policy5618 when configuring snowplow5619 when snowplow is enabled5620 adds snowplow to the csp5621 when snowplow is enabled but host is not configured5622 behaves like snowplow is not in the CSP5623 does not add the snowplow collector hostname to the CSP5624 when snowplow is disabled5625 behaves like snowplow is not in the CSP5626 does not add the snowplow collector hostname to the CSP5627 when configuring vite5628 when vite enabled during development5629 adds vite csp (PENDING: https://gitlab.com/gitlab-org/gitlab/-/issues/424334)5630 when vite disabled5631 doesn't add vite csp5632 accessed from whitelisted ip5633 behaves like endpoint responding with readiness data5634 when requesting instance-checks5635 when Puma runs in Clustered mode5636 responds with readiness checks data5637 responds with readiness checks data when a failure happens5638# [RSpecRunTime] RSpec elapsed time: 19 minutes 41.3 seconds. Current RSS: ~1878M. load average: 1.05 1.13 1.06 1/287 24405639 when Puma runs in Single mode5640 does not invoke MasterCheck, succeedes5641 when requesting all checks5642 when Puma runs in Clustered mode5643 behaves like endpoint responding with readiness data for all checks5644 responds with readiness checks data5645 responds with readiness checks data when a failure happens5646 checks all redis instances5647 when DB is not accessible and connection raises an exception5648 responds with 500 including the exception info5649# [RSpecRunTime] RSpec elapsed time: 19 minutes 43.83 seconds. Current RSS: ~1914M. load average: 1.05 1.13 1.06 1/287 24415650 when any exception happens during the probing5651 responds with 500 including the exception info5652 when Puma runs in Single mode5653 behaves like endpoint responding with readiness data for all checks5654 responds with readiness checks data5655 responds with readiness checks data when a failure happens5656 checks all redis instances5657 when DB is not accessible and connection raises an exception5658 responds with 500 including the exception info5659# [RSpecRunTime] RSpec elapsed time: 19 minutes 46.84 seconds. Current RSS: ~1927M. load average: 1.05 1.12 1.06 1/287 24425660 when any exception happens during the probing5661 responds with 500 including the exception info5662 when requesting all checks5663 behaves like endpoint querying database5664 does query database5665 accessed from not whitelisted ip5666 behaves like endpoint not found5667 responds with resource not found5668 accessed with valid token5669 token passed in request header5670 behaves like endpoint responding with readiness data5671 when requesting instance-checks5672 when Puma runs in Clustered mode5673 responds with readiness checks data5674 responds with readiness checks data when a failure happens5675# [RSpecRunTime] RSpec elapsed time: 19 minutes 49.71 seconds. Current RSS: ~1929M. load average: 1.05 1.12 1.06 2/287 24435676 when Puma runs in Single mode5677 does not invoke MasterCheck, succeedes5678 when requesting all checks5679 when Puma runs in Clustered mode5680 behaves like endpoint responding with readiness data for all checks5681 responds with readiness checks data5682 responds with readiness checks data when a failure happens5683 checks all redis instances5684 when DB is not accessible and connection raises an exception5685 responds with 500 including the exception info5686# [RSpecRunTime] RSpec elapsed time: 19 minutes 53.04 seconds. Current RSS: ~1939M. load average: 1.05 1.12 1.06 1/287 24445687 when any exception happens during the probing5688 responds with 500 including the exception info5689 when Puma runs in Single mode5690 behaves like endpoint responding with readiness data for all checks5691 responds with readiness checks data5692 responds with readiness checks data when a failure happens5693 checks all redis instances5694 when DB is not accessible and connection raises an exception5695 responds with 500 including the exception info5696# [RSpecRunTime] RSpec elapsed time: 19 minutes 57.58 seconds. Current RSS: ~1945M. load average: 1.04 1.12 1.06 1/287 24455697 when any exception happens during the probing5698 responds with 500 including the exception info5699 behaves like endpoint querying database5700 does query database5701 token passed as URL param5702 behaves like endpoint responding with readiness data5703 when requesting instance-checks5704 when Puma runs in Clustered mode5705 responds with readiness checks data5706 responds with readiness checks data when a failure happens5707# [RSpecRunTime] RSpec elapsed time: 20 minutes 0.22 second. Current RSS: ~1959M. load average: 1.12 1.13 1.06 1/287 24465708 when Puma runs in Single mode5709 does not invoke MasterCheck, succeedes5710 when requesting all checks5711 when Puma runs in Clustered mode5712 behaves like endpoint responding with readiness data for all checks5713 responds with readiness checks data5714 responds with readiness checks data when a failure happens5715 checks all redis instances5716 when DB is not accessible and connection raises an exception5717 responds with 500 including the exception info5718# [RSpecRunTime] RSpec elapsed time: 20 minutes 3.38 seconds. Current RSS: ~1960M. load average: 1.12 1.13 1.06 1/287 24475719 when any exception happens during the probing5720 responds with 500 including the exception info5721 when Puma runs in Single mode5722 behaves like endpoint responding with readiness data for all checks5723 responds with readiness checks data5724 responds with readiness checks data when a failure happens5725 checks all redis instances5726 when DB is not accessible and connection raises an exception5727 responds with 500 including the exception info5728# [RSpecRunTime] RSpec elapsed time: 20 minutes 6.71 seconds. Current RSS: ~1966M. load average: 1.11 1.13 1.06 1/287 24485729 when any exception happens during the probing5730 responds with 500 including the exception info5731 behaves like endpoint querying database5732 does query database5733 GET /-/liveness5734 accessed from whitelisted ip5735 behaves like endpoint responding with liveness data5736 responds with liveness checks data5737 accessed from not whitelisted ip5738 behaves like endpoint not found5739 responds with resource not found5740 accessed with valid token5741 token passed in request header5742 behaves like endpoint responding with liveness data5743 responds with liveness checks data5744 behaves like endpoint querying database5745 does query database5746 token passed as URL param5747 behaves like endpoint responding with liveness data5748 responds with liveness checks data5749 behaves like endpoint querying database5750 does query database5751# [RSpecRunTime] Finishing example group spec/requests/health_controller_spec.rb. It took 34.75 seconds. Expected to take 38.84 seconds.5752# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/notes/create/diff_note_spec.rb. Expected to take 32.55 seconds.5753Adding a DiffNote5754 behaves like a Note mutation when the user does not have permission5755 behaves like a Note mutation that does not create a Note5756 is expected not to change `Note.count`5757# [RSpecRunTime] RSpec elapsed time: 20 minutes 13.21 seconds. Current RSS: ~1959M. load average: 1.10 1.13 1.06 1/293 24895758 behaves like a mutation that returns top-level errors5759 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"5760# [RSpecRunTime] RSpec elapsed time: 20 minutes 14.55 seconds. Current RSS: ~1953M. load average: 1.10 1.13 1.06 1/293 25295761 when the user has permission5762 returns the note with the correct position5763 behaves like a Note mutation that creates a Note5764 is expected to change `Note.count` by 15765# [RSpecRunTime] RSpec elapsed time: 20 minutes 18.66 seconds. Current RSS: ~1930M. load average: 1.09 1.13 1.06 1/293 26345766 add comment to old line5767 behaves like a Note mutation that creates a Note5768 is expected to change `Note.count` by 15769# [RSpecRunTime] RSpec elapsed time: 20 minutes 20.77 seconds. Current RSS: ~1925M. load average: 1.16 1.14 1.06 1/294 26875770 add a comment with a position without lines5771 behaves like a Note mutation that does not create a Note5772 is expected not to change `Note.count`5773# [RSpecRunTime] RSpec elapsed time: 20 minutes 22.23 seconds. Current RSS: ~1924M. load average: 1.16 1.14 1.06 1/294 27275774 behaves like a Note mutation when there are active record validation errors5775 returns an empty Note5776 behaves like a Note mutation that does not create a Note5777 is expected not to change `Note.count`5778# [RSpecRunTime] RSpec elapsed time: 20 minutes 25.07 seconds. Current RSS: ~1927M. load average: 1.55 1.22 1.09 1/294 28065779 behaves like a mutation that returns errors in the response5780 is expected to contain exactly "Error 1" and "Error 2"5781# [RSpecRunTime] RSpec elapsed time: 20 minutes 26.46 seconds. Current RSS: ~1935M. load average: 1.55 1.22 1.09 1/294 28465782 behaves like a Note mutation when there are rate limit validation errors5783 with rate limiter5784 behaves like a Note mutation that does not create a Note5785 is expected not to change `Note.count`5786# [RSpecRunTime] RSpec elapsed time: 20 minutes 29.6 seconds. Current RSS: ~1939M. load average: 1.55 1.22 1.09 2/293 29175787 behaves like a mutation that returns top-level errors5788 is expected to contain exactly "This endpoint has been requested too many times. Try again later."5789# [RSpecRunTime] RSpec elapsed time: 20 minutes 32.72 seconds. Current RSS: ~1946M. load average: 1.51 1.22 1.09 1/293 29895790 when the user is in the allowlist5791 behaves like a Note mutation that creates a Note5792 is expected to change `Note.count` by 15793# [RSpecRunTime] RSpec elapsed time: 20 minutes 36.19 seconds. Current RSS: ~1932M. load average: 1.47 1.21 1.09 1/293 30705795 behaves like a Note mutation when the given resource id is not for a Noteable5796 behaves like a Note mutation that does not create a Note5797 is expected not to change `Note.count`5798# [RSpecRunTime] RSpec elapsed time: 20 minutes 37.35 seconds. Current RSS: ~1929M. load average: 1.47 1.21 1.09 1/292 30775799 behaves like a mutation that returns top-level errors5800 is expected to include / does not represent an instance of Noteable/5801# [RSpecRunTime] RSpec elapsed time: 20 minutes 38.49 seconds. Current RSS: ~1927M. load average: 1.47 1.21 1.09 1/292 30845802 with /merge quick action5803 merges the merge request5804# [RSpecRunTime] RSpec elapsed time: 20 minutes 42.48 seconds. Current RSS: ~1917M. load average: 1.43 1.21 1.09 1/293 31475805# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/notes/create/diff_note_spec.rb. It took 30.97 seconds. Expected to take 32.55 seconds.5806# [RSpecRunTime] Starting example group spec/controllers/groups/group_members_controller_spec.rb. Expected to take 30.77 seconds.5807Groups::GroupMembersController5808 GET index5809 renders index with 200 status code5810 when user can manage members5811 assigns invited members5812 restricts search to one email5813 paginates invited list5814 when filtering by user type5815 returns only service accounts5816# [RSpecRunTime] RSpec elapsed time: 20 minutes 46.13 seconds. Current RSS: ~1910M. load average: 1.39 1.21 1.09 1/292 31485817 when user cannot manage members5818 does not assign invited members5819 when filtering by user type5820 returns only service accounts5821# [RSpecRunTime] RSpec elapsed time: 20 minutes 47.26 seconds. Current RSS: ~1907M. load average: 1.39 1.21 1.09 1/292 31495822 when user has owner access to subgroup5823 lists all group members including members from shared group by default5824 lists direct group members only5825 lists inherited and shared group members only5826# [RSpecRunTime] RSpec elapsed time: 20 minutes 50.07 seconds. Current RSS: ~1895M. load average: 1.36 1.20 1.09 1/292 31505827 when webui_members_inherited_users is disabled5828 lists inherited group members only5829 PUT update5830 access level5831 can change the access level to Guest5832 can change the access level to Reporter5833 can change the access level to Developer5834 can change the access level to Maintainer5835# [RSpecRunTime] RSpec elapsed time: 20 minutes 52.87 seconds. Current RSS: ~1887M. load average: 1.36 1.20 1.09 1/287 31515836 access expiry date5837 when set to a date in the past5838 does not update the member5839 returns error status5840 returns error message5841# [RSpecRunTime] RSpec elapsed time: 20 minutes 54.24 seconds. Current RSS: ~1887M. load average: 1.36 1.20 1.09 1/287 31525842 when set to a date in the future5843 updates the member5844 expiration date5845 when `expires_at` is set5846 returns correct json response5847 when `expires_at` is not set5848 returns empty json response5849 DELETE destroy5850 when member is not found5851 returns 4035852 when member is found5853 when user does not have enough rights5854 returns 4035855 when user has enough rights5856 [HTML] removes user from members5857 [HTML] removes user from members including subgroups and projects5858 [JS] removes user from members5859# [RSpecRunTime] RSpec elapsed time: 20 minutes 58.42 seconds. Current RSS: ~1852M. load average: 1.41 1.22 1.09 1/287 31535860 DELETE leave5861 when member is not found5862 returns 4045863 when member is found5864 and is not an owner5865 removes user from members5866 supports json request5867# [RSpecRunTime] RSpec elapsed time: 20 minutes 59.75 seconds. Current RSS: ~1829M. load average: 1.38 1.21 1.09 1/287 31545868 and is an owner5869 cannot remove user from the group5870 and there is a group project bot owner5871 cannot remove user from the group5872 with owners from a parent5873 when top-level group5874 with group sharing5875 does not allow removal of last direct group owner5876 when subgroup5877 allows removal of last direct group owner5878 and there is another owner5879 removes user from members5880 and is a requester5881 removes user from members5882 POST request_access5883 creates a new GroupMember that is not a team member5884 POST approve_access_request5885 when member is not found5886 returns 4035887 when member is found5888 when user does not have enough rights5889 returns 4035890 when user has enough rights5891 adds user to members5892 with external authorization enabled5893 GET #index5894 is successful5895 PUT #update5896 is successful5897 DELETE #destroy5898 is successful5899 POST #destroy5900 is successful5901 POST #approve_request_access5902 is successful5903 DELETE #leave5904 is successful5905 POST #resend_invite5906 is successful5907# [RSpecRunTime] Finishing example group spec/controllers/groups/group_members_controller_spec.rb. It took 27.28 seconds. Expected to take 30.77 seconds.5908# [RSpecRunTime] Starting example group spec/controllers/ldap/omniauth_callbacks_controller_spec.rb. Expected to take 28.92 seconds.5909Ldap::OmniauthCallbacksController5910 allows sign in5911 creates an authentication event record5912 respects remember me checkbox5913 with sign in prevented5914 does not allow sign in5915# [RSpecRunTime] RSpec elapsed time: 21 minutes 19.37 seconds. Current RSS: ~1721M. load average: 1.30 1.20 1.09 1/287 31555916 with 2FA5917 passes remember_me to the Devise view5918# [RSpecRunTime] RSpec elapsed time: 21 minutes 21.81 seconds. Current RSS: ~1711M. load average: 1.27 1.20 1.09 1/287 31565919 access denied5920 warns the user5921 doesn't authenticate user5922# [RSpecRunTime] RSpec elapsed time: 21 minutes 26.41 seconds. Current RSS: ~1710M. load average: 1.25 1.19 1.09 1/286 31575923 sign up5924 is allowed5925# [RSpecRunTime] RSpec elapsed time: 21 minutes 28.78 seconds. Current RSS: ~1707M. load average: 1.25 1.19 1.09 1/286 31585926 enable admin mode5927 with a regular user5928 cannot be enabled5929# [RSpecRunTime] RSpec elapsed time: 21 minutes 31.16 seconds. Current RSS: ~1705M. load average: 1.23 1.19 1.09 1/286 31595930 with an admin user5931 when requested first5932 can be enabled5933# [RSpecRunTime] RSpec elapsed time: 21 minutes 33.49 seconds. Current RSS: ~1698M. load average: 1.23 1.19 1.09 1/286 31605934 when not requested first5935 cannot be enabled5936# [RSpecRunTime] RSpec elapsed time: 21 minutes 35.8 seconds. Current RSS: ~1700M. load average: 1.21 1.19 1.09 1/286 31615937# [RSpecRunTime] Finishing example group spec/controllers/ldap/omniauth_callbacks_controller_spec.rb. It took 28.09 seconds. Expected to take 28.92 seconds.5938# [RSpecRunTime] RSpec elapsed time: 21 minutes 38.04 seconds. Current RSS: ~1694M. load average: 1.21 1.19 1.09 1/286 31625939# [RSpecRunTime] Starting example group spec/controllers/projects/mirrors_controller_spec.rb. Expected to take 25.96 seconds.5940Projects::MirrorsController5941 Access control5942 #update5943 when project mirroring is enabled5944 allows requests from a maintainer5945 allows requests from an admin user5946# [RSpecRunTime] RSpec elapsed time: 21 minutes 40.34 seconds. Current RSS: ~1727M. load average: 1.19 1.18 1.09 1/286 31755947 when project mirroring is disabled5948 disallows requests from a maintainer5949 when admin mode is enabled5950 allows requests from an admin user5951# [RSpecRunTime] RSpec elapsed time: 21 minutes 42.32 seconds. Current RSS: ~1752M. load average: 1.19 1.18 1.09 1/286 31885952 when admin mode is disabled5953 disallows requests from an admin user5954 #update_now5955 when project mirroring is enabled5956 allows requests from a maintainer5957 allows requests from an admin user5958# [RSpecRunTime] RSpec elapsed time: 21 minutes 44.86 seconds. Current RSS: ~1771M. load average: 1.42 1.23 1.10 1/286 32075959 when project mirroring is disabled5960 disallows requests from a maintainer5961 when admin mode is enabled5962 allows requests from an admin user5963# [RSpecRunTime] RSpec elapsed time: 21 minutes 46.59 seconds. Current RSS: ~1787M. load average: 1.42 1.23 1.10 1/286 32205964 when admin mode is disabled5965 disallows requests from an admin user5966 setting up a remote mirror5967 when the current project is not a mirror5968 allows to create a remote mirror5969 setting up SSH public-key authentication5970 processes a successful update5971# [RSpecRunTime] RSpec elapsed time: 21 minutes 49.52 seconds. Current RSS: ~1820M. load average: 1.42 1.23 1.10 1/286 32335972 #update5973 With valid URL for a push5974 processes a successful update5975 creates a RemoteMirror object5976# [RSpecRunTime] RSpec elapsed time: 21 minutes 51.84 seconds. Current RSS: ~1838M. load average: 1.39 1.23 1.10 1/286 32465977 With invalid URL for a push5978 processes an unsuccessful update5979 does not create a RemoteMirror object5980# [RSpecRunTime] RSpec elapsed time: 21 minutes 54.1 seconds. Current RSS: ~1844M. load average: 1.39 1.23 1.10 1/286 32595981 #ssh_host_keys5982 invalid URLs5983 returns an error with a 400 response for URL "INVALID"5984 returns an error with a 400 response for URL "git@example.com:foo/bar.git"5985 returns an error with a 400 response for URL "ssh://git@example.com:foo/bar.git"5986 returns an error with a 400 response for URL "ssh://127.0.0.1/foo/bar.git"5987# [RSpecRunTime] RSpec elapsed time: 21 minutes 58.01 seconds. Current RSS: ~1840M. load average: 1.35 1.22 1.10 1/286 32605988 no data in cache5989 requests the cache to be filled and returns a 204 response5990 error in the cache5991 returns the error with a 400 response5992 data in the cache5993 returns the data with a 200 response5994# [RSpecRunTime] Finishing example group spec/controllers/projects/mirrors_controller_spec.rb. It took 22.05 seconds. Expected to take 25.96 seconds.5995# [RSpecRunTime] Starting example group spec/requests/api/go_proxy_spec.rb. Expected to take 23.44 seconds.5996API::GoProxy5997 GET /projects/:id/packages/go/*module_name/@v/list5998 for the root module5999 behaves like a module version list resource6000 returns v1.0.1, v1.0.2, v1.0.36001# [RSpecRunTime] RSpec elapsed time: 22 minutes 2.51 seconds. Current RSS: ~1796M. load average: 1.41 1.24 1.11 1/291 34516002 for the package6003 behaves like a module version list resource6004 returns nothing6005 for the submodule6006 behaves like a module version list resource6007 returns v1.0.36008 for the root module v26009 behaves like a module version list resource6010 returns v2.0.06011 with a URL encoded relative path component6012 behaves like a missing module version list resource6013 behaves like an unavailable resource6014 returns not found6015 with the feature disabled6016 behaves like a missing module version list resource6017 behaves like an unavailable resource6018 returns not found6019 GET /projects/:id/packages/go/*module_name/@v/:module_version.info6020 with the root module v1.0.16021 behaves like a module version information resource6022 returns information for v1.0.16023 with the submodule v1.0.36024 behaves like a module version information resource6025 returns information for v1.0.36026 with the root module v2.0.06027 behaves like a module version information resource6028 returns information for v2.0.06029 with an invalid path6030 behaves like a missing module version information resource6031 behaves like an unavailable resource6032 returns not found6033 with an invalid version6034 behaves like a missing module version information resource6035 behaves like an unavailable resource6036 returns not found6037 with a pseudo-version for v16038 behaves like a module pseudo-version information resource6039 returns information for v1.0.4-0.yyyymmddhhmmss-abcdefabcdef6040 with a pseudo-version for v26041 behaves like a module pseudo-version information resource6042 returns information for v2.0.0-yyyymmddhhmmss-abcdefabcdef6043 with a pseudo-version with an invalid timestamp6044 behaves like a missing module pseudo-version information resource6045 behaves like an unavailable resource6046 returns not found6047 with a pseudo-version with an invalid commit sha6048 behaves like a missing module pseudo-version information resource6049 behaves like an unavailable resource6050 returns not found6051 with a pseudo-version with a short commit sha6052 behaves like a missing module pseudo-version information resource6053 behaves like an unavailable resource6054 returns not found6055 GET /projects/:id/packages/go/*module_name/@v/:module_version.mod6056 with the root module v1.0.16057 behaves like a module file resource6058 returns /go.mod from the repo6059 with the submodule v1.0.36060 behaves like a module file resource6061 returns /mod/go.mod from the repo6062 with the root module v2.0.06063 behaves like a module file resource6064 returns /v2/go.mod from the repo6065 with an invalid path6066 behaves like a missing module file resource6067 behaves like an unavailable resource6068 returns not found6069 with an invalid version6070 behaves like a missing module file resource6071 behaves like an unavailable resource6072 returns not found6073 GET /projects/:id/packages/go/*module_name/@v/:module_version.zip6074 with the root module v1.0.16075 behaves like a module archive resource6076 returns an archive of / @ v1.0.1 from the repo6077 with the root module v1.0.26078 behaves like a module archive resource6079 returns an archive of / @ v1.0.2 from the repo6080 with the root module v1.0.36081 behaves like a module archive resource6082 returns an archive of / @ v1.0.3 from the repo6083 with the submodule v1.0.36084 behaves like a module archive resource6085 returns an archive of /mod @ v1.0.3 from the repo6086 with the root module v2.0.06087 behaves like a module archive resource6088 returns an archive of /v2 @ v2.0.0 from the repo6089 with an invalid module directive6090 GET /projects/:id/packages/go/*module_name/@v/list6091 with a completely wrong directive for v16092 behaves like a module version list resource6093 returns nothing6094# [RSpecRunTime] RSpec elapsed time: 22 minutes 12.52 seconds. Current RSS: ~1857M. load average: 1.34 1.23 1.10 1/291 37196095 with a directive omitting the suffix for v26096 behaves like a module version list resource6097 returns nothing6098 GET /projects/:id/packages/go/*module_name/@v/:module_version.info6099 with a completely wrong directive for v16100 behaves like a missing module version information resource6101 behaves like an unavailable resource6102 returns not found6103 with a directive omitting the suffix for v26104 behaves like a missing module version information resource6105 behaves like an unavailable resource6106 returns not found6107 with a case sensitive project and versions6108 GET /projects/:id/packages/go/*module_name/@v/list6109 with a case encoded path6110 behaves like a module version list resource6111 returns v1.0.1-prerelease, v1.0.1-Prerelease6112# [RSpecRunTime] RSpec elapsed time: 22 minutes 14.78 seconds. Current RSS: ~1855M. load average: 1.32 1.22 1.10 1/291 38256113 without a case encoded path6114 behaves like a missing module version list resource6115 behaves like an unavailable resource6116 returns not found6117 GET /projects/:id/packages/go/*module_name/@v/:module_version.info6118 with a case encoded path6119 behaves like a module version information resource6120 returns information for v1.0.1-Prerelease6121 without a case encoded path6122 behaves like a module version information resource6123 returns information for v1.0.1-prerelease6124 with a private project6125 GET /projects/:id/packages/go/*module_name/@v/list6126 returns ok with an oauth token6127 returns ok with a job token6128 returns ok with a personal access token6129 returns ok with a personal access token and basic authentication6130 returns unauthorized with a failed job token6131 returns unauthorized with no authentication6132# [RSpecRunTime] RSpec elapsed time: 22 minutes 18.06 seconds. Current RSS: ~1854M. load average: 1.32 1.22 1.10 1/291 38906133 with access to package registry for everyone6134 behaves like a module version list resource6135 returns v1.0.1, v1.0.2, v1.0.36136 behaves like a module version information resource6137 returns information for v1.0.16138 behaves like a module file resource6139 returns /go.mod from the repo6140 behaves like a module archive resource6141 returns an archive of / @ v1.0.1 from the repo6142 with a public project6143 GET /projects/:id/packages/go/*module_name/@v/list6144 returns ok with no authentication6145 with a non-existent project6146 GET /projects/:id/packages/go/*module_name/@v/list6147 returns not found with a user6148 returns not found with an oauth token6149 returns not found with a job token6150 returns not found with a personal access token6151 returns unauthorized with no authentication6152# [RSpecRunTime] RSpec elapsed time: 22 minutes 21.15 seconds. Current RSS: ~1858M. load average: 1.37 1.24 1.11 1/291 39396153# [RSpecRunTime] Finishing example group spec/requests/api/go_proxy_spec.rb. It took 21.18 seconds. Expected to take 23.44 seconds.6154# [RSpecRunTime] Starting example group spec/requests/api/graphql/organizations/organization_query_spec.rb. Expected to take 21.81 seconds.6155getting organization information6156 when user has access to the organization6157 behaves like a working graphql query6158 returns a successful response6159# [RSpecRunTime] RSpec elapsed time: 22 minutes 22.39 seconds. Current RSS: ~1855M. load average: 1.37 1.24 1.11 1/291 39406160 when requesting organization user6161 returns correct organization user fields6162 avoids N+1 queries for all the fields6163 when requesting groups6164 does not return ancestors of authorized groups6165 with `search` argument6166 filters groups by name6167# [RSpecRunTime] RSpec elapsed time: 22 minutes 24.55 seconds. Current RSS: ~1859M. load average: 1.37 1.24 1.11 1/291 39416168 group sorting6169 field: "id", direction: "asc", sorted_groups: lazy { authorized_groups.sort_by(&:id) }6170 behaves like sorted paginated query6171 behaves like requires variables6172 shared example requires variables to be set6174 when sorting6175 sorts correctly6176 when paginating6177 paginates correctly6178 field: "id", direction: "desc", sorted_groups: lazy { authorized_groups.sort_by(&:id).reverse }6179 behaves like sorted paginated query6180 behaves like requires variables6181 shared example requires variables to be set6183 when sorting6184 sorts correctly6185 when paginating6186 paginates correctly6187 field: "name", direction: "asc", sorted_groups: lazy { authorized_groups.sort_by(&:name) }6188 behaves like sorted paginated query6189 behaves like requires variables6190 shared example requires variables to be set6192 when sorting6193 sorts correctly6194 when paginating6195 paginates correctly6196 field: "name", direction: "desc", sorted_groups: lazy { authorized_groups.sort_by(&:name).reverse }6197 behaves like sorted paginated query6198 behaves like requires variables6199 shared example requires variables to be set6201 when sorting6202 sorts correctly6203 when paginating6204 paginates correctly6205 field: "path", direction: "asc", sorted_groups: lazy { authorized_groups.sort_by(&:path) }6206 behaves like sorted paginated query6207 behaves like requires variables6208 shared example requires variables to be set6210 when sorting6211 sorts correctly6212 when paginating6213 paginates correctly6214 field: "path", direction: "desc", sorted_groups: lazy { authorized_groups.sort_by(&:path).reverse }6215 behaves like sorted paginated query6216 behaves like requires variables6217 shared example requires variables to be set6219 when sorting6220 sorts correctly6221 when paginating6222 paginates correctly6223 when requesting projects6224 returns projects6225 behaves like a working graphql query6226 returns a successful response6227 project searching6228 with `search` argument6229 filters projects by name6230 project sorting6231 field: "id", direction: "asc", sorted_projects: lazy { all_projects.sort_by(&:id) }6232 behaves like sorted paginated query6233 behaves like requires variables6234 shared example requires variables to be set6235# [RSpecRunTime] RSpec elapsed time: 22 minutes 33.51 seconds. Current RSS: ~1843M. load average: 1.31 1.23 1.11 1/286 39426237 when sorting6238 sorts correctly6239 when paginating6240 paginates correctly6241# [RSpecRunTime] RSpec elapsed time: 22 minutes 34.74 seconds. Current RSS: ~1845M. load average: 1.29 1.22 1.11 1/286 39436242 field: "id", direction: "desc", sorted_projects: lazy { all_projects.sort_by(&:id).reverse }6243 behaves like sorted paginated query6244 behaves like requires variables6245 shared example requires variables to be set6247 when sorting6248 sorts correctly6249 when paginating6250 paginates correctly6251# [RSpecRunTime] RSpec elapsed time: 22 minutes 36.3 seconds. Current RSS: ~1844M. load average: 1.29 1.22 1.11 1/286 39446252 field: "name", direction: "asc", sorted_projects: lazy { all_projects.sort_by(&:name) }6253 behaves like sorted paginated query6254 behaves like requires variables6255 shared example requires variables to be set6257 when sorting6258 sorts correctly6259 when paginating6260 paginates correctly6261# [RSpecRunTime] RSpec elapsed time: 22 minutes 37.88 seconds. Current RSS: ~1848M. load average: 1.29 1.22 1.11 1/286 39456262 field: "name", direction: "desc", sorted_projects: lazy { all_projects.sort_by(&:name).reverse }6263 behaves like sorted paginated query6264 behaves like requires variables6265 shared example requires variables to be set6267 when sorting6268 sorts correctly6269 when paginating6270 paginates correctly6271# [RSpecRunTime] RSpec elapsed time: 22 minutes 39.39 seconds. Current RSS: ~1845M. load average: 1.29 1.22 1.11 1/286 39466272 field: "path", direction: "asc", sorted_projects: lazy { all_projects.sort_by(&:path) }6273 behaves like sorted paginated query6274 behaves like requires variables6275 shared example requires variables to be set6277 when sorting6278 sorts correctly6279 when paginating6280 paginates correctly6281# [RSpecRunTime] RSpec elapsed time: 22 minutes 40.97 seconds. Current RSS: ~1849M. load average: 1.26 1.22 1.10 1/287 39476282 field: "path", direction: "desc", sorted_projects: lazy { all_projects.sort_by(&:path).reverse }6283 behaves like sorted paginated query6284 behaves like requires variables6285 shared example requires variables to be set6287 when sorting6288 sorts correctly6289 when paginating6290 paginates correctly6291# [RSpecRunTime] RSpec elapsed time: 22 minutes 42.49 seconds. Current RSS: ~1849M. load average: 1.26 1.22 1.10 1/286 39486292 when the user does not have access to the organization6293 when organization is private6294 returns no organization6295 when organization is public6296 only returns the public organization6297# [RSpecRunTime] Finishing example group spec/requests/api/graphql/organizations/organization_query_spec.rb. It took 21.95 seconds. Expected to take 21.81 seconds.6298# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/releases_spec.rb. Expected to take 20.2 seconds.6299Query.project(fullPath).releases()6300 ensures that the correct data is returned based on the project's visibility and the user's access level6301 when the project is private6302 when the user is not logged in6303 behaves like no access to any release data6304 returns nil6305# [RSpecRunTime] RSpec elapsed time: 22 minutes 44.72 seconds. Current RSS: ~1845M. load average: 1.24 1.22 1.10 1/286 39556306 when the user has Guest permissions6307 behaves like no access to any repository-related fields6308 repository-related fields6309 does not return data for fields that expose repository information6310 behaves like correct total count6311 returns the total count6312 when the user has Reporter permissions6313 behaves like full access to all repository-related fields6314 repository-related fields6315 returns data for fields that are protected in private projects6316 behaves like correct total count6317 returns the total count6318 behaves like when there are no releases6319 returns an empty array6320 behaves like no access to editUrl6321 does not return editUrl6322 when the user has Developer permissions6323 behaves like full access to all repository-related fields6324 repository-related fields6325 returns data for fields that are protected in private projects6326 behaves like correct total count6327 returns the total count6328 behaves like when there are no releases6329 returns an empty array6330 behaves like access to editUrl6331 returns editUrl6332 when the project is public6333 when the user is not logged in6334 behaves like full access to all repository-related fields6335 repository-related fields6336 returns data for fields that are protected in private projects6337# [RSpecRunTime] RSpec elapsed time: 22 minutes 50.25 seconds. Current RSS: ~1855M. load average: 1.22 1.21 1.10 1/291 39806338 behaves like correct total count6339 returns the total count6340 behaves like when there are no releases6341 returns an empty array6342 behaves like no access to editUrl6343 does not return editUrl6344 when the user has Guest permissions6345 behaves like full access to all repository-related fields6346 repository-related fields6347 returns data for fields that are protected in private projects6348 behaves like correct total count6349 returns the total count6350 behaves like when there are no releases6351 returns an empty array6352 behaves like no access to editUrl6353 does not return editUrl6354 when the user has Reporter permissions6355 behaves like full access to all repository-related fields6356 repository-related fields6357 returns data for fields that are protected in private projects6358 behaves like correct total count6359 returns the total count6360 behaves like when there are no releases6361 returns an empty array6362 behaves like no access to editUrl6363 does not return editUrl6364 when the user has Developer permissions6365 behaves like full access to all repository-related fields6366 repository-related fields6367 returns data for fields that are protected in private projects6368 behaves like correct total count6369 returns the total count6370 behaves like when there are no releases6371 returns an empty array6372 behaves like access to editUrl6373 returns editUrl6374 sorting and pagination6375 when sorting by released_at6376 when ascending6377 behaves like sorted paginated query6378 behaves like requires variables6379 shared example requires variables to be set6381 when sorting6382 sorts correctly6383 when paginating6384 paginates correctly6385# [RSpecRunTime] RSpec elapsed time: 22 minutes 58.57 seconds. Current RSS: ~1849M. load average: 1.21 1.21 1.10 1/291 39956386 when descending6387 behaves like sorted paginated query6388 behaves like requires variables6389 shared example requires variables to be set6391 when sorting6392 sorts correctly6393 when paginating6394 paginates correctly6395# [RSpecRunTime] RSpec elapsed time: 22 minutes 59.88 seconds. Current RSS: ~1850M. load average: 1.19 1.20 1.10 1/291 39966396 when sorting by created_at6397 when ascending6398 behaves like sorted paginated query6399 behaves like requires variables6400 shared example requires variables to be set6402 when sorting6403 sorts correctly6404 when paginating6405 paginates correctly6406# [RSpecRunTime] RSpec elapsed time: 23 minutes 1.47 seconds. Current RSS: ~1850M. load average: 1.19 1.20 1.10 1/291 39976407 when descending6408 behaves like sorted paginated query6409 behaves like requires variables6410 shared example requires variables to be set6412 when sorting6413 sorts correctly6414 when paginating6415 paginates correctly6416# [RSpecRunTime] RSpec elapsed time: 23 minutes 2.73 seconds. Current RSS: ~1853M. load average: 1.19 1.20 1.10 1/290 39986417# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/releases_spec.rb. It took 19.6 seconds. Expected to take 20.2 seconds.6418# [RSpecRunTime] Starting example group spec/requests/api/admin/instance_clusters_spec.rb. Expected to take 17.55 seconds.6419API::Admin::InstanceClusters6420 GET /admin/clusters6421 behaves like GET request permissions for admin mode6422 behaves like when admin6423 behaves like makes request6424 returns6425# [RSpecRunTime] RSpec elapsed time: 23 minutes 4.81 seconds. Current RSS: ~1851M. load average: 1.17 1.20 1.10 1/288 39996426 behaves like makes request6427 returns6428 behaves like when user6429 returns6430 behaves like makes request6431 returns6432 feature flag is disabled6433 responds with :not_found6434 when authenticated as admin6435 includes pagination headers6436 only returns the instance clusters6437 GET /admin/clusters/:cluster_id6438 behaves like GET request permissions for admin mode6439 behaves like when admin6440 behaves like makes request6441 returns6442 behaves like makes request6443 returns6444 behaves like when user6445 returns6446 behaves like makes request6447 returns6448 feature flag is disabled6449 responds with :not_found6450 when authenticated as admin6451 when no cluster associated to the ID6452 returns 4046453 when cluster with cluster_id exists6454 returns the cluster with cluster_id6455 returns the cluster information6456 returns kubernetes platform information6457 returns user information6458 returns GCP provider information6459 when cluster has no provider6460 does not include GCP provider info6461# [RSpecRunTime] RSpec elapsed time: 23 minutes 9.08 seconds. Current RSS: ~1865M. load average: 1.17 1.20 1.10 1/286 40006462 when trying to get a project cluster via the instance cluster endpoint6463 returns 4046464 POST /admin/clusters/add6465 behaves like POST request permissions for admin mode6466 behaves like when admin6467 behaves like makes request6468 returns6469 behaves like makes request6470 returns6471 behaves like when user6472 returns6473 behaves like makes request6474 returns6475 feature flag is disabled6476 responds with :not_found6477 authorized user6478 with valid params6479 creates a new Clusters::Cluster6480 when user does not indicate authorization type6481 defaults to RBAC6482 when user sets authorization type as ABAC6483 creates an ABAC cluster6484 when namespace_per_environment is not set6485 defaults to true6486 when an instance cluster already exists6487 allows user to add multiple clusters6488 with invalid params6489 when missing a required parameter6490 responds with 4006491 with a malformed api url6492 responds with 4006493 returns validation errors6494 PUT /admin/clusters/:cluster_id6495 behaves like PUT request permissions for admin mode6496 behaves like when admin6497 behaves like makes request6498 returns6499 behaves like makes request6500 returns6501 behaves like when user6502 returns6503 behaves like makes request6504 returns6505 feature flag is disabled6506 responds with :not_found6507 authorized user6508 with valid params6509 updates cluster attributes6510 with invalid params6511 responds with 4006512 does not update cluster attributes6513 returns validation errors6514 with a GCP cluster6515 when user tries to change GCP specific fields6516 responds with 4006517 returns validation error6518 when user tries to change domain6519 responds with 2006520 with an user cluster6521 responds with 2006522 updates platform kubernetes attributes6523# [RSpecRunTime] RSpec elapsed time: 23 minutes 17.24 seconds. Current RSS: ~1880M. load average: 1.15 1.19 1.10 1/286 40016524 with a cluster that does not exist6525 returns 4046526 when trying to update a project cluster via the instance cluster endpoint6527 returns 4046528 DELETE /admin/clusters/:cluster_id6529 behaves like DELETE request permissions for admin mode6530 behaves like when admin6531 behaves like makes request6532 returns6533 behaves like makes request6534 returns6535 behaves like when user6536 returns6537 behaves like makes request6538 returns6539 feature flag is disabled6540 responds with :not_found6541 authorized user6542 deletes the cluster6543 with a cluster that does not exist6544 returns 4046545 when trying to update a project cluster via the instance cluster endpoint6546 returns 4046547# [RSpecRunTime] Finishing example group spec/requests/api/admin/instance_clusters_spec.rb. It took 17.15 seconds. Expected to take 17.55 seconds.6548# [RSpecRunTime] Starting example group spec/controllers/projects/refs_controller_spec.rb. Expected to take 16.39 seconds.6549Projects::RefsController6550 GET #switch6551 with normal parameters6552 destination: "tree", ref_type: nil, path: nil, redirected_to: lazy { project_tree_path(project, id) }6553 redirects to destination6554# [RSpecRunTime] RSpec elapsed time: 23 minutes 21.14 seconds. Current RSS: ~1871M. load average: 1.13 1.19 1.10 1/287 40116555 destination: "tree", ref_type: "heads", path: nil, redirected_to: lazy { project_tree_path(project, id) }6556 redirects to destination6557 destination: "tree", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_tree_path(project, id_and_path) }6558 redirects to destination6559 destination: "blob", ref_type: nil, path: nil, redirected_to: lazy { project_blob_path(project, id) }6560 redirects to destination6561 destination: "blob", ref_type: "heads", path: nil, redirected_to: lazy { project_blob_path(project, id) }6562 redirects to destination6563 destination: "blob", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_blob_path(project, id_and_path) }6564 redirects to destination6565 destination: "graph", ref_type: nil, path: nil, redirected_to: lazy { project_network_path(project, id) }6566 redirects to destination6567 destination: "graph", ref_type: "heads", path: nil, redirected_to: lazy { project_network_path(project, id, ref_type: 'heads') }6568 redirects to destination6569 destination: "graph", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_network_path(project, id_and_path) }6570 redirects to destination6571 destination: "graphs", ref_type: nil, path: nil, redirected_to: lazy { project_graph_path(project, id) }6572 redirects to destination6573 destination: "graphs", ref_type: "heads", path: nil, redirected_to: lazy { project_graph_path(project, id, ref_type: 'heads') }6574 redirects to destination6575 destination: "graphs", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_graph_path(project, id_and_path) }6576 redirects to destination6577 destination: "find_file", ref_type: nil, path: nil, redirected_to: lazy { project_find_file_path(project, id) }6578 redirects to destination6579 destination: "find_file", ref_type: "heads", path: nil, redirected_to: lazy { project_find_file_path(project, id) }6580 redirects to destination6581 destination: "find_file", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_find_file_path(project, id_and_path) }6582 redirects to destination6583 destination: "graphs_commits", ref_type: nil, path: nil, redirected_to: lazy { commits_project_graph_path(project, id) }6584 redirects to destination6585 destination: "graphs_commits", ref_type: "heads", path: nil, redirected_to: lazy { commits_project_graph_path(project, id) }6586 redirects to destination6587 destination: "graphs_commits", ref_type: nil, path: "foo/bar", redirected_to: lazy { commits_project_graph_path(project, id_and_path) }6588 redirects to destination6589 destination: "badges", ref_type: nil, path: nil, redirected_to: lazy { project_settings_ci_cd_path(project, ref: id) }6590 redirects to destination6591 destination: "badges", ref_type: "heads", path: nil, redirected_to: lazy { project_settings_ci_cd_path(project, ref: id) }6592 redirects to destination6593 destination: "badges", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_settings_ci_cd_path(project, ref: id_and_path) }6594 redirects to destination6595 destination: "commits", ref_type: nil, path: nil, redirected_to: lazy { project_commits_path(project, id) }6596 redirects to destination6597 destination: "commits", ref_type: "heads", path: nil, redirected_to: lazy { project_commits_path(project, id, ref_type: 'heads') }6598 redirects to destination6599 destination: "commits", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_commits_path(project, id_and_path) }6600 redirects to destination6601 destination: nil, ref_type: nil, path: nil, redirected_to: lazy { project_commits_path(project, id) }6602 redirects to destination6603 destination: nil, ref_type: "heads", path: nil, redirected_to: lazy { project_commits_path(project, id, ref_type: 'heads') }6604 redirects to destination6605 destination: nil, ref_type: nil, path: "foo/bar", redirected_to: lazy { project_commits_path(project, id_and_path) }6606 redirects to destination6607 with bad path parameter6608 returns 400 bad request6609 with an invalid path parameter6610 returns 400 bad request6611 GET #logs_tree6612 never throws MissingTemplate6613 renders 404 for HTML requests6614 when ref is incorrect6615 returns 404 page6616# [RSpecRunTime] RSpec elapsed time: 23 minutes 33.68 seconds. Current RSS: ~1847M. load average: 1.11 1.18 1.10 1/291 40816617 when offset has an invalid format6618 renders JSON6619 when json is requested6620 renders JSON6621# [RSpecRunTime] Finishing example group spec/controllers/projects/refs_controller_spec.rb. It took 14.64 seconds. Expected to take 16.39 seconds.6622# [RSpecRunTime] Starting example group spec/requests/api/task_completion_status_spec.rb. Expected to take 15.22 seconds.6623task completion status response6624 task list completion status for issues6625 behaves like taskable completion status provider6626 with a description of ""6627 is expected to respond with numeric status code ok6628 returns the expected results6629# [RSpecRunTime] RSpec elapsed time: 23 minutes 36.16 seconds. Current RSS: ~1842M. load average: 1.02 1.16 1.09 1/291 40926630 with a description of "Lorem ipsum"6631 is expected to respond with numeric status code ok6632 returns the expected results6633 with a description of "- [ ] task 1\n - [x] task 2 "6634 is expected to respond with numeric status code ok6635 returns the expected results6636 with a description of "- [ ] task 1\n - [ ] task 2 "6637 is expected to respond with numeric status code ok6638 returns the expected results6639 with a description of "- [x] task 1\n - [x] task 2 "6640 is expected to respond with numeric status code ok6641 returns the expected results6642 with a description of "- [ ] task 1"6643 is expected to respond with numeric status code ok6644 returns the expected results6645 with a description of "- [x] task 1"6646 is expected to respond with numeric status code ok6647 returns the expected results6648# [RSpecRunTime] RSpec elapsed time: 23 minutes 41.86 seconds. Current RSS: ~1831M. load average: 1.02 1.16 1.09 1/291 40936649 task list completion status for merge_requests6650 behaves like taskable completion status provider6651 with a description of ""6652 is expected to respond with numeric status code ok6653 returns the expected results6654# [RSpecRunTime] RSpec elapsed time: 23 minutes 42.93 seconds. Current RSS: ~1831M. load average: 1.02 1.16 1.09 1/291 40946655 with a description of "Lorem ipsum"6656 is expected to respond with numeric status code ok6657 returns the expected results6658# [RSpecRunTime] RSpec elapsed time: 23 minutes 44.08 seconds. Current RSS: ~1831M. load average: 1.02 1.16 1.09 1/290 40956659 with a description of "- [ ] task 1\n - [x] task 2 "6660 is expected to respond with numeric status code ok6661 returns the expected results6662# [RSpecRunTime] RSpec elapsed time: 23 minutes 45.18 seconds. Current RSS: ~1831M. load average: 1.02 1.16 1.09 1/286 40966663 with a description of "- [ ] task 1\n - [ ] task 2 "6664 is expected to respond with numeric status code ok6665 returns the expected results6666# [RSpecRunTime] RSpec elapsed time: 23 minutes 46.3 seconds. Current RSS: ~1828M. load average: 1.02 1.16 1.09 1/286 40976667 with a description of "- [x] task 1\n - [x] task 2 "6668 is expected to respond with numeric status code ok6669 returns the expected results6670# [RSpecRunTime] RSpec elapsed time: 23 minutes 47.37 seconds. Current RSS: ~1824M. load average: 1.02 1.16 1.09 1/286 40986671 with a description of "- [ ] task 1"6672 is expected to respond with numeric status code ok6673 returns the expected results6674# [RSpecRunTime] RSpec elapsed time: 23 minutes 48.54 seconds. Current RSS: ~1823M. load average: 1.02 1.16 1.09 1/286 40996675 with a description of "- [x] task 1"6676 is expected to respond with numeric status code ok6677 returns the expected results6678# [RSpecRunTime] RSpec elapsed time: 23 minutes 49.65 seconds. Current RSS: ~1823M. load average: 1.02 1.16 1.09 1/286 41006679# [RSpecRunTime] Finishing example group spec/requests/api/task_completion_status_spec.rb. It took 15.13 seconds. Expected to take 15.22 seconds.6680# [RSpecRunTime] Starting example group spec/controllers/projects/pages_controller_spec.rb. Expected to take 13.28 seconds.6681Projects::PagesController6682 GET new6683 returns 200 status6684 when the project is in a subgroup6685 returns a 200 status code6686# [RSpecRunTime] RSpec elapsed time: 23 minutes 51.69 seconds. Current RSS: ~1821M. load average: 1.02 1.16 1.09 1/286 41016687 GET show6688 when the project does not have onboarding complete6689 redirects to #new6690 when the project does have onboarding complete6691 returns 200 status6692 when the project is in a subgroup6693 returns a 200 status code6694# [RSpecRunTime] RSpec elapsed time: 23 minutes 54.42 seconds. Current RSS: ~1816M. load average: 1.02 1.16 1.09 1/286 41026695 when the project has a deployed pages app6696 does not redirect to #new6697 when pages is disabled6698 renders the disabled view6699 DELETE destroy6700 returns 302 status6701 when user is developer6702 returns 404 status6703# [RSpecRunTime] RSpec elapsed time: 23 minutes 58.08 seconds. Current RSS: ~1806M. load average: 1.18 1.19 1.10 1/286 41036704 pages disabled6705 GET show6706 returns 404 status6707 DELETE destroy6708 returns 404 status6709 PATCH update6710 when updating pages_https_only6711 updates project field and redirects back to the pages settings6712 when it fails to update6713 adds an error message6714# [RSpecRunTime] RSpec elapsed time: 24 minutes 1.53 seconds. Current RSS: ~1800M. load average: 1.24 1.20 1.10 1/286 41046715 when updating pages_unique_domain6716 updates pages_https_only and pages_unique_domain and redirects back to pages settings6717 when it fails to update6718 adds an error message6719# [RSpecRunTime] RSpec elapsed time: 24 minutes 3.4 seconds. Current RSS: ~1796M. load average: 1.24 1.20 1.10 1/286 41056720# [RSpecRunTime] Finishing example group spec/controllers/projects/pages_controller_spec.rb. It took 13.75 seconds. Expected to take 13.28 seconds.6721# [RSpecRunTime] Starting example group spec/requests/lfs_locks_api_spec.rb. Expected to take 12.68 seconds.6722Git LFS File Locking API6723 Create File Lock endpoint6724 when user does not have download permission6725 returns a 404 response6726# [RSpecRunTime] RSpec elapsed time: 24 minutes 4.85 seconds. Current RSS: ~1791M. load average: 1.22 1.20 1.10 1/286 41066727 when user does not have upload permission6728 returns a 403 response6729 with an existent lock6730 return an error message6731 returns the existen lock6732# [RSpecRunTime] RSpec elapsed time: 24 minutes 7.0 seconds. Current RSS: ~1792M. load average: 1.22 1.20 1.10 1/286 41076733 without an existent lock6734 creates the lock6735 Listing File Locks endpoint6736 returns the list of locked files6737 when user does not have download permission6738 returns a 404 response6739# [RSpecRunTime] RSpec elapsed time: 24 minutes 9.24 seconds. Current RSS: ~1793M. load average: 1.22 1.20 1.10 1/286 41086740 when user does not have upload permission6741 returns a 403 response6742 List File Locks for verification endpoint6743 returns the list of locked files grouped by owner6744 when user does not have download permission6745 returns a 404 response6746# [RSpecRunTime] RSpec elapsed time: 24 minutes 11.46 seconds. Current RSS: ~1793M. load average: 1.21 1.19 1.10 1/286 41096747 when user does not have upload permission6748 returns a 403 response6749 Delete File Lock endpoint6750 when user does not have download permission6751 returns a 404 response6752 when user does not have upload permission6753 returns a 403 response6754 with an existent lock6755 deletes the lock6756 returns the deleted lock6757 when a maintainer uses force6758 deletes the lock6759# [RSpecRunTime] RSpec elapsed time: 24 minutes 15.83 seconds. Current RSS: ~1791M. load average: 1.19 1.19 1.10 1/286 41106760# [RSpecRunTime] Finishing example group spec/requests/lfs_locks_api_spec.rb. It took 12.42 seconds. Expected to take 12.68 seconds.6761# [RSpecRunTime] Starting example group spec/commands/metrics_server/metrics_server_spec.rb. Expected to take 12.08 seconds.6762GitLab metrics server6763 behaves like spawns a server6764 targeting puma6765 behaves like serves metrics endpoint6766 serves /metrics endpoint6767# [RSpecRunTime] RSpec elapsed time: 24 minutes 20.47 seconds. Current RSS: ~1784M. load average: 1.09 1.17 1.09 1/287 41186768 when using Pathname instance as target directory6769 behaves like serves metrics endpoint6770 serves /metrics endpoint6771# [RSpecRunTime] RSpec elapsed time: 24 minutes 22.79 seconds. Current RSS: ~1784M. load average: 1.09 1.17 1.09 1/287 41256772 behaves like spawns a server6773 targeting sidekiq6774 behaves like serves metrics endpoint6775 serves /metrics endpoint6776# [RSpecRunTime] RSpec elapsed time: 24 minutes 25.12 seconds. Current RSS: ~1784M. load average: 1.09 1.17 1.09 1/287 41326777 when using Pathname instance as target directory6778 behaves like serves metrics endpoint6779 serves /metrics endpoint6780# [RSpecRunTime] RSpec elapsed time: 24 minutes 27.44 seconds. Current RSS: ~1788M. load average: 1.09 1.17 1.09 1/287 41396781# [RSpecRunTime] Finishing example group spec/commands/metrics_server/metrics_server_spec.rb. It took 11.61 seconds. Expected to take 12.08 seconds.6782# [RSpecRunTime] Starting example group spec/requests/api/ci/secure_files_spec.rb. Expected to take 10.9 seconds.6783API::Ci::SecureFiles6784 GET /projects/:id/secure_files6785 ci_secure_files_read_only feature flag6786 when the flag is enabled6787 returns a 503 when attempting to upload a file6788 returns a 200 when downloading a file6789# [RSpecRunTime] RSpec elapsed time: 24 minutes 29.06 seconds. Current RSS: ~1787M. load average: 1.09 1.17 1.09 1/287 41406790 when the feature is disabled at the instance level6791 returns a 403 when attempting to upload a file6792 returns a 403 when downloading a file6793 when the flag is disabled6794 returns a 201 when uploading a file when the ci_secure_files_read_only feature flag is disabled6795 authenticated user with admin permissions6796 returns project secure files6797 authenticated user with read permissions6798 returns project secure files6799 authenticated user with guest permissions6800 does not return project secure files6801 authenticated user with no permissions6802 does not return project secure files6803 unconfirmed user6804 does not return project secure files6805 unauthenticated user6806 does not return project secure files6807 GET /projects/:id/secure_files/:secure_file_id6808 authenticated user with admin permissions6809 returns project secure file details6810 returns project secure file details with metadata when supported6811 responds with 404 Not Found if requesting non-existing secure file6812 authenticated user with read permissions6813 returns project secure file details6814 authenticated user with no permissions6815 does not return project secure file details6816 unconfirmed user6817 does not return project secure file details6818 unauthenticated user6819 does not return project secure file details6820 GET /projects/:id/secure_files/:secure_file_id/download6821 authenticated user with admin permissions6822 returns a secure file6823 responds with 404 Not Found if requesting non-existing secure file6824 authenticated user with read permissions6825 returns a secure file6826 authenticated user with no permissions6827 does not return project secure file details6828 unconfirmed user6829 does not return project secure file details6830 unauthenticated user6831 does not return project secure file details6832 POST /projects/:id/secure_files6833 authenticated user with admin permissions6834 creates a secure file6835 uploads and downloads a secure file6836 returns an error when the file checksum fails to validate6837 returns an error when no file is uploaded6838 returns an error when the file name is missing6839 returns an error when the file name has already been used6840 returns an error when an unexpected validation failure happens6841 returns a 413 error when the file size is too large6842 returns an error when and invalid file name is supplied6843# [RSpecRunTime] RSpec elapsed time: 24 minutes 36.18 seconds. Current RSS: ~1831M. load average: 1.07 1.16 1.09 1/286 41416844 authenticated user with read permissions6845 does not create a secure file6846 authenticated user with no permissions6847 does not create a secure file6848 unconfirmed user6849 does not create a secure file6850 unauthenticated user6851 does not create a secure file6852 DELETE /projects/:id/secure_files/:secure_file_id6853 authenticated user with admin permissions6854 deletes the secure file6855 responds with 404 Not Found if requesting non-existing secure_file6856 authenticated user with read permissions6857 does not delete the secure_file6858 authenticated user with no permissions6859 does not delete the secure_file6860 unconfirmed user6861 does not delete the secure_file6862 unauthenticated user6863 does not delete the secure_file6864# [RSpecRunTime] Finishing example group spec/requests/api/ci/secure_files_spec.rb. It took 10.89 seconds. Expected to take 10.9 seconds.6865# [RSpecRunTime] Starting example group spec/mailers/emails/pages_domains_spec.rb. Expected to take 9.81 seconds.6866Emails::PagesDomains6867 #pages_domain_enabled_email6868 is expected to have body including "has been enabled"6869 behaves like a pages domain verification email6870 has the expected content6871 behaves like a pages domain email6872 has the expected content6873 behaves like an email sent to a user6874 is sent to user's global notification email address6875 with group notification email6876 is sent to user's group notification email6877# [RSpecRunTime] RSpec elapsed time: 24 minutes 40.56 seconds. Current RSS: ~1829M. load average: 1.07 1.16 1.09 2/287 41486878 behaves like an email sent from GitLab6879 has the characteristics of an email sent from GitLab6880 behaves like it should not have Gmail Actions links6881 is expected not to have body including "ViewAction"6882 behaves like a user cannot unsubscribe through footer link6883 does not have a List-Unsubscribe header or a body link6884 #pages_domain_disabled_email6885 is expected to have body including "has been disabled"6886 behaves like a pages domain verification email6887 has the expected content6888 behaves like a pages domain email6889 has the expected content6890 behaves like an email sent to a user6891 is sent to user's global notification email address6892 with group notification email6893 is sent to user's group notification email6894# [RSpecRunTime] RSpec elapsed time: 24 minutes 42.55 seconds. Current RSS: ~1826M. load average: 1.07 1.16 1.09 1/286 41496895 behaves like an email sent from GitLab6896 has the characteristics of an email sent from GitLab6897 behaves like it should not have Gmail Actions links6898 is expected not to have body including "ViewAction"6899 behaves like a user cannot unsubscribe through footer link6900 does not have a List-Unsubscribe header or a body link6901 behaves like notification about upcoming domain removal6902 when domain is not scheduled for removal6903 asks user to remove it6904 when domain is scheduled for removal6905 notifies user that domain will be removed automatically6906 #pages_domain_verification_succeeded_email6907 is expected to have body including "successfully verified"6908 behaves like a pages domain verification email6909 has the expected content6910 behaves like a pages domain email6911 has the expected content6912 behaves like an email sent to a user6913 is sent to user's global notification email address6914 with group notification email6915 is sent to user's group notification email6916# [RSpecRunTime] RSpec elapsed time: 24 minutes 44.77 seconds. Current RSS: ~1829M. load average: 1.06 1.16 1.09 1/286 41506917 behaves like an email sent from GitLab6918 has the characteristics of an email sent from GitLab6919 behaves like it should not have Gmail Actions links6920 is expected not to have body including "ViewAction"6921 behaves like a user cannot unsubscribe through footer link6922 does not have a List-Unsubscribe header or a body link6923 #pages_domain_verification_failed_email6924 behaves like a pages domain email6925 has the expected content6926 behaves like an email sent to a user6927 is sent to user's global notification email address6928 with group notification email6929 is sent to user's group notification email6930 behaves like an email sent from GitLab6931 has the characteristics of an email sent from GitLab6932 behaves like it should not have Gmail Actions links6933 is expected not to have body including "ViewAction"6934 behaves like a user cannot unsubscribe through footer link6935 does not have a List-Unsubscribe header or a body link6936 behaves like notification about upcoming domain removal6937 when domain is not scheduled for removal6938 asks user to remove it6939 when domain is scheduled for removal6940 notifies user that domain will be removed automatically6941 #pages_domain_auto_ssl_failed_email6942 says that we failed to obtain certificate6943 behaves like a pages domain email6944 has the expected content6945 behaves like an email sent to a user6946 is sent to user's global notification email address6947 with group notification email6948 is sent to user's group notification email6949 behaves like an email sent from GitLab6950 has the characteristics of an email sent from GitLab6951 behaves like it should not have Gmail Actions links6952 is expected not to have body including "ViewAction"6953 behaves like a user cannot unsubscribe through footer link6954 does not have a List-Unsubscribe header or a body link6955# [RSpecRunTime] Finishing example group spec/mailers/emails/pages_domains_spec.rb. It took 10.36 seconds. Expected to take 9.81 seconds.6956# [RSpecRunTime] Starting example group spec/controllers/concerns/product_analytics_tracking_spec.rb. Expected to take 9.67 seconds.6957ProductAnalyticsTracking6958 .track_internal_event6959 when user is logged in6960 tracks the events if DNT is disabled6961 does not track the event if DNT is enabled6962 does not track the event if the format is not HTML6963 does not track the event if a custom condition returns false6964# [RSpecRunTime] RSpec elapsed time: 24 minutes 51.19 seconds. Current RSS: ~1823M. load average: 1.22 1.19 1.10 1/286 41516965 when user is not logged in6966 tracks internal event6967 tracks total Redis counters6968 does not update unique counter6969# [RSpecRunTime] RSpec elapsed time: 24 minutes 52.71 seconds. Current RSS: ~1817M. load average: 1.22 1.19 1.10 1/286 41526970 .track_event6971 when user is logged in6972 tracks the event6973 tracks the event if DNT is not enabled6974 does not track the event if DNT is enabled6975 does not track the event if the format is not HTML6976 does not track the event if a custom condition returns false6977 does not track the event for untracked actions6978# [RSpecRunTime] RSpec elapsed time: 24 minutes 55.75 seconds. Current RSS: ~1800M. load average: 1.20 1.18 1.10 1/286 41536979 when user is not logged in6980 tracks the event when there is a visitor id6981 when user is not logged in and there is no visitor_id6982 does not track the event6983 tracks the event when there is custom id6984 when there is no custom_id set6985 does not track the HLL event6986 tracks Snowplow event6987# [RSpecRunTime] RSpec elapsed time: 24 minutes 58.06 seconds. Current RSS: ~1792M. load average: 1.20 1.18 1.10 1/286 41546988# [RSpecRunTime] Finishing example group spec/controllers/concerns/product_analytics_tracking_spec.rb. It took 9.38 seconds. Expected to take 9.67 seconds.6989# [RSpecRunTime] Starting example group spec/mailers/devise_mailer_spec.rb. Expected to take 8.88 seconds.6990DeviseMailer6991 #confirmation_instructions6992 behaves like it validates recipients6993 raises an error when delivering now6994# [RSpecRunTime] RSpec elapsed time: 24 minutes 59.26 seconds. Current RSS: ~1790M. load average: 1.20 1.18 1.10 1/286 41616995 when confirming a new account6996 shows the expected text6997 when confirming the unconfirmed_email6998 shows the expected text6999 when re-confirming the primary email after a security issue7000 shows the expected text7001 #password_change_by_admin7002 is sent to the user7003 has the correct subject7004 includes the correct content7005 includes a link to GitLab7006 behaves like an email sent from GitLab7007 has the characteristics of an email sent from GitLab7008 behaves like it should not have Gmail Actions links7009 is expected not to have body including "ViewAction"7010 behaves like a user cannot unsubscribe through footer link7011 does not have a List-Unsubscribe header or a body link7012 behaves like it validates recipients7013 raises an error when delivering now7014 #user_admin_approval7015 is sent to the user7016 has the correct subject7017 greets the user7018 includes the correct content7019 includes a link to GitLab7020 behaves like an email sent from GitLab7021 has the characteristics of an email sent from GitLab7022# [RSpecRunTime] RSpec elapsed time: 25 minutes 2.77 seconds. Current RSS: ~1815M. load average: 1.18 1.18 1.10 1/286 41627023 behaves like it should not have Gmail Actions links7024 is expected not to have body including "ViewAction"7025 behaves like a user cannot unsubscribe through footer link7026 does not have a List-Unsubscribe header or a body link7027 behaves like it validates recipients7028 raises an error when delivering now7029 #reset_password_instructions7030 is sent to the user7031 has the correct subject7032 greets the user7033 includes the correct content7034 includes a link to reset the password7035 has the mailgun suppression bypass header7036 behaves like an email sent from GitLab7037 has the characteristics of an email sent from GitLab7038# [RSpecRunTime] RSpec elapsed time: 25 minutes 4.71 seconds. Current RSS: ~1831M. load average: 1.17 1.18 1.10 1/286 41637039 behaves like it should not have Gmail Actions links7040 is expected not to have body including "ViewAction"7041 behaves like a user cannot unsubscribe through footer link7042 does not have a List-Unsubscribe header or a body link7043 behaves like it validates recipients7044 raises an error when delivering now7045 with email in opts7046 is sent to the specified email7047 #email_changed7048 is sent to the user7049 has the correct subject7050 greets the user7051 behaves like an email sent from GitLab7052 has the characteristics of an email sent from GitLab7053 behaves like it validates recipients7054 raises an error when delivering now7055 when self-managed7056 has the expected content of self managed instance7057 when saas7058 has the expected content of saas instance7059 email contains updated id7060 includes changed email id7061# [RSpecRunTime] Finishing example group spec/mailers/devise_mailer_spec.rb. It took 8.75 seconds. Expected to take 8.88 seconds.7062# [RSpecRunTime] Starting example group spec/controllers/projects/todos_controller_spec.rb. Expected to take 8.65 seconds.7063Projects::TodosController7064 Issues7065 POST create7066 behaves like issuable todo actions7067 behaves like todos actions7068 when authorized7069 creates todo7070 returns todo path and pending count7071# [RSpecRunTime] RSpec elapsed time: 25 minutes 8.55 seconds. Current RSS: ~1829M. load average: 1.17 1.18 1.10 1/286 41647072 when not authorized for project/group7073 does not create todo for resource that user has no access to7074 does not create todo when user is not logged in7075 when not authorized for resource7076 doesn't create todo7077 Merge Requests7078 POST create7079 behaves like issuable todo actions7080 behaves like todos actions7081 when authorized7082 creates todo7083 returns todo path and pending count7084# [RSpecRunTime] RSpec elapsed time: 25 minutes 10.87 seconds. Current RSS: ~1834M. load average: 1.15 1.17 1.10 1/286 41657085 when not authorized for project/group7086 does not create todo for resource that user has no access to7087 does not create todo when user is not logged in7088 when not authorized for resource7089 doesn't create todo7090 Designs7091 POST create7092 behaves like todos actions7093 when authorized7094 creates todo7095 returns todo path and pending count7096# [RSpecRunTime] RSpec elapsed time: 25 minutes 13.35 seconds. Current RSS: ~1828M. load average: 1.15 1.17 1.10 1/286 41687097 when not authorized for project/group7098 does not create todo for resource that user has no access to7099 does not create todo when user is not logged in7100# [RSpecRunTime] Finishing example group spec/controllers/projects/todos_controller_spec.rb. It took 7.15 seconds. Expected to take 8.65 seconds.7101# [RSpecRunTime] Starting example group spec/requests/api/markdown_spec.rb. Expected to take 7.82 seconds.7102API::Markdown7103 POST /markdown7104 when not logged in7105 and authenticate_markdown_api turned on7106 responds with 401 Unathorized7107 and authenticate_markdown_api turned off7108 behaves like 400 Bad Request7109 responds with 400 Bad Request7110 when arguments are invalid7111 when text is missing7112 behaves like 400 Bad Request7113 responds with 400 Bad Request7114 when project is not found7115 behaves like 404 Project Not Found7116 responds with 404 Not Found7117 when arguments are valid7118 when personal access token has only read_api scope7119 behaves like rendered markdown text without GFM7120 renders markdown text7121 when not using gfm7122 without project7123 behaves like rendered markdown text without GFM7124 renders markdown text7125 with project7126 when not authorized7127 behaves like 404 Project Not Found7128 responds with 404 Not Found7129 when authorized7130 behaves like rendered markdown text without GFM7131 renders markdown text7132 when using gfm7133 without project7134 renders markdown text7135 with project7136 renders markdown text7137 with a public project and confidential issue7138 when not logged in7139 behaves like user without proper access7140 does not render the title or link7141 when logged in as user without access7142 behaves like user without proper access7143 does not render the title or link7144 when logged in as author7145 renders the title or link7146 with a public project and issues only for team members7147 when not logged in and authenticate_markdown_api turned off7148 behaves like user without proper access7149 does not render the title7150 when logged in as user without access7151 behaves like user without proper access7152 does not render the title7153 when logged in as author7154 renders the title or link7155# [RSpecRunTime] Finishing example group spec/requests/api/markdown_spec.rb. It took 8.0 seconds. Expected to take 7.82 seconds.7156# [RSpecRunTime] Starting example group spec/controllers/projects/runners_controller_spec.rb. Expected to take 7.09 seconds.7157Projects::RunnersController7158 #destroy7159 destroys the runner7160 #toggle_shared_runners7161 toggles shared_runners_enabled when the group allows shared runners7162 toggles shared_runners_enabled when the group disallows shared runners but allows overrides7163 does not enable if the group disallows shared runners7164# [RSpecRunTime] RSpec elapsed time: 25 minutes 26.34 seconds. Current RSS: ~1792M. load average: 1.13 1.16 1.09 1/286 41697165 #pause7166 marks the runner as inactive and ticks the queue7167 #register7168 when user is maintainer7169 when runner can be registered after creation7170 renders a :register template7171 when runner cannot be registered after creation7172 returns :not_found7173 when user is not maintainer7174 when runner can be registered after creation7175 returns :not_found7176 #resume7177 marks the runner as active and ticks the queue7178 #new7179 when user is maintainer7180 renders new with 200 status code7181 when user is not maintainer7182 renders a 4047183 #update7184 updates the runner and ticks the queue7185# [RSpecRunTime] Finishing example group spec/controllers/projects/runners_controller_spec.rb. It took 7.12 seconds. Expected to take 7.09 seconds.7186# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/projects/sync_fork_spec.rb. Expected to take 7.07 seconds.7187Sync project fork7188 when the user does not have permission7189 does not call the sync service7190 behaves like a mutation that returns a top-level access error7191 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"7192# [RSpecRunTime] RSpec elapsed time: 25 minutes 31.77 seconds. Current RSS: ~1829M. load average: 1.28 1.20 1.10 1/291 42057193 when the user has permission7194 and the sync service executes successfully7195 calls the sync service7196 and the sync service fails to execute7197 when fork details cannot be resolved7198 returns an error7199 when the specified branch does not exist7200 returns an error7201 when the previous execution resulted in a conflict7202 returns an error7203 when the request is rate limited7204 returns an error7205 when another fork sync is in progress7206 returns an error7207 when the branch is protected7208 does not call the sync service7209 behaves like a mutation that returns a top-level access error7210 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"7211# [RSpecRunTime] RSpec elapsed time: 25 minutes 36.13 seconds. Current RSS: ~1834M. load average: 1.25 1.19 1.10 1/292 42967212# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/projects/sync_fork_spec.rb. It took 7.06 seconds. Expected to take 7.07 seconds.7213# [RSpecRunTime] Starting example group spec/controllers/snippets/blobs_controller_spec.rb. Expected to take 6.3 seconds.7214Snippets::BlobsController7215 GET #raw7216 snippet_visibility_level: :public, user: :author, status: :ok7217 responds with correct status7218 snippet_visibility_level: :public, user: :other_user, status: :ok7219 responds with correct status7220 snippet_visibility_level: :public, user: nil, status: :ok7221 responds with correct status7222 snippet_visibility_level: :private, user: :author, status: :ok7223 responds with correct status7224 snippet_visibility_level: :private, user: :other_user, status: :not_found7225 responds with correct status7226 snippet_visibility_level: :private, user: nil, status: :redirect7227 responds with correct status7228 behaves like raw snippet blob7229 with valid params7230 delivers file with correct Workhorse headers7231 responds with status 2007232 Content Disposition7233 when the disposition is inline7234 returns inline in the content disposition header7235 when the disposition is attachment7236 returns attachment plus the filename in the content disposition header7237 with invalid file path7238 behaves like returning response status7239 returns not_found7240 with invalid ref7241 behaves like returning response status7242 returns not_found7243 behaves like content disposition headers7244 sets content disposition to inline7245 when inline param is false7246 sets content disposition to attachment7247 with a snippet without a repository7248 behaves like raw snippet without repository7249 when authorized7250 returns a 4227251 when unauthorized7252 behaves like returning response status7253 returns redirect7254# [RSpecRunTime] Finishing example group spec/controllers/snippets/blobs_controller_spec.rb. It took 6.41 seconds. Expected to take 6.3 seconds.7255# [RSpecRunTime] Starting example group spec/requests/api/sidekiq_metrics_spec.rb. Expected to take 6.14 seconds.7256API::SidekiqMetrics7257 GET sidekiq/*7258 behaves like GET request permissions for admin mode7259 behaves like when admin7260 behaves like makes request7261 returns7262 behaves like makes request7263 returns7264 behaves like when user7265 returns7266 behaves like makes request7267 returns7268 behaves like GET request permissions for admin mode7269 behaves like when admin7270 behaves like makes request7271 returns7272 behaves like makes request7273 returns7274 behaves like when user7275 returns7276 behaves like makes request7277 returns7278 behaves like GET request permissions for admin mode7279 behaves like when admin7280 behaves like makes request7281 returns7282 behaves like makes request7283 returns7284 behaves like when user7285 returns7286 behaves like makes request7287 returns7288# [RSpecRunTime] RSpec elapsed time: 25 minutes 46.02 seconds. Current RSS: ~1954M. load average: 1.21 1.18 1.10 1/292 44267289 behaves like GET request permissions for admin mode7290 behaves like when admin7291 behaves like makes request7292 returns7293 behaves like makes request7294 returns7295 behaves like when user7296 returns7297 behaves like makes request7298 returns7299 with multiple Sidekiq Redis7300 behaves like GET sidekiq metrics7301 defines the `queue_metrics` endpoint7302 defines the `process_metrics` endpoint7303 defines the `job_stats` endpoint7304 defines the `compound_metrics` endpoint7305# [RSpecRunTime] RSpec elapsed time: 25 minutes 48.56 seconds. Current RSS: ~1932M. load average: 1.21 1.18 1.10 1/292 44277306 behaves like GET sidekiq metrics7307 defines the `queue_metrics` endpoint7308 defines the `process_metrics` endpoint7309 defines the `job_stats` endpoint7310 defines the `compound_metrics` endpoint7311# [RSpecRunTime] Finishing example group spec/requests/api/sidekiq_metrics_spec.rb. It took 6.92 seconds. Expected to take 6.14 seconds.7312# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/issues/set_due_date_spec.rb. Expected to take 5.7 seconds.7313Setting Due Date of an issue7314 returns an error if the user is not allowed to update the issue7315 when due date value is a valid date7316 updates the issue due date7317# [RSpecRunTime] RSpec elapsed time: 25 minutes 52.1 seconds. Current RSS: ~1888M. load average: 1.20 1.18 1.10 1/291 44287318 when due date value is null7319 updates the issue to remove the due date7320# [RSpecRunTime] RSpec elapsed time: 25 minutes 53.31 seconds. Current RSS: ~1883M. load average: 1.20 1.18 1.10 1/287 44297321 when due date argument is not given7322 returns an error7323# [RSpecRunTime] RSpec elapsed time: 25 minutes 54.43 seconds. Current RSS: ~1871M. load average: 1.20 1.18 1.10 1/287 44307324 when the due date value is not a valid time7325 returns a coercion error7326# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/issues/set_due_date_spec.rb. It took 5.78 seconds. Expected to take 5.7 seconds.7327# [RSpecRunTime] Starting example group spec/requests/api/graphql/ci/project_variables_spec.rb. Expected to take 5.31 seconds.7328Query.project(fullPath).ciVariables7329 when the user can administer builds7330 returns the project's CI variables7331 sets the value to null if the variable is hidden7332 when feature flag `ci_hidden_variables is disabled`7333 returns the value even it it is hidden7334# [RSpecRunTime] RSpec elapsed time: 25 minutes 57.27 seconds. Current RSS: ~1843M. load average: 1.18 1.18 1.10 1/287 44317335 when the user cannot administer builds7336 returns nothing7337 sorting and pagination7338 behaves like sorted paginated variables7339 when sorted by key ascending7340 behaves like sorted paginated query7341 behaves like requires variables7342 shared example requires variables to be set7344 when sorting7345 sorts correctly7346 when paginating7347 paginates correctly7348# [RSpecRunTime] RSpec elapsed time: 25 minutes 59.04 seconds. Current RSS: ~1851M. load average: 1.18 1.18 1.10 1/287 44327349 when sorted by key descending7350 behaves like sorted paginated query7351 behaves like requires variables7352 shared example requires variables to be set7354 when sorting7355 sorts correctly7356 when paginating7357 paginates correctly7358# [RSpecRunTime] RSpec elapsed time: 26 minutes 0.45 second. Current RSS: ~1853M. load average: 1.17 1.17 1.10 1/287 44337359# [RSpecRunTime] Finishing example group spec/requests/api/graphql/ci/project_variables_spec.rb. It took 5.2 seconds. Expected to take 5.31 seconds.7360# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/members/groups/bulk_update_spec.rb. Expected to take 5.16 seconds.7361GroupMemberBulkUpdate7362 behaves like members bulk update mutation7363 when user is not logged-in7364 behaves like a mutation that returns a top-level access error7365 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"7366# [RSpecRunTime] RSpec elapsed time: 26 minutes 1.9 seconds. Current RSS: ~1833M. load average: 1.17 1.17 1.10 1/287 44347367 when user is not an owner7368 behaves like a mutation that returns a top-level access error7369 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"7370 when user is an owner7371 behaves like updates the user access role7372 is expected to all equal 107373# [RSpecRunTime] RSpec elapsed time: 26 minutes 3.59 seconds. Current RSS: ~1837M. load average: 1.17 1.17 1.10 1/287 44357374 when inherited members are passed7375 does not update the members7376 when members count is more than the allowed limit7377 does not update the members7378 when the update service raises access denied error7379 does not update the members7380 when the update service returns an error message7381 will pass through the error7382# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/members/groups/bulk_update_spec.rb. It took 5.3 seconds. Expected to take 5.16 seconds.7383# [RSpecRunTime] Starting example group spec/requests/api/graphql/ci/group_variables_spec.rb. Expected to take 5.01 seconds.7384Query.group(fullPath).ciVariables7385 when the user can administer the group7386 returns the group's CI variables7387 sets the value to null if the variable is hidden7388 when feature flag `ci_hidden_variables is disabled`7389 returns the value even if it is hidden7390# [RSpecRunTime] RSpec elapsed time: 26 minutes 7.49 seconds. Current RSS: ~1840M. load average: 1.15 1.17 1.10 1/287 44367391 when the user cannot administer the group7392 returns nothing7393 sorting and pagination7394 behaves like sorted paginated variables7395 when sorted by key ascending7396 behaves like sorted paginated query7397 behaves like requires variables7398 shared example requires variables to be set7400 when sorting7401 sorts correctly7402 when paginating7403 paginates correctly7404# [RSpecRunTime] RSpec elapsed time: 26 minutes 9.46 seconds. Current RSS: ~1846M. load average: 1.15 1.17 1.10 1/287 44377405 when sorted by key descending7406 behaves like sorted paginated query7407 behaves like requires variables7408 shared example requires variables to be set7410 when sorting7411 sorts correctly7412 when paginating7413 paginates correctly7414# [RSpecRunTime] RSpec elapsed time: 26 minutes 10.88 seconds. Current RSS: ~1850M. load average: 1.14 1.17 1.10 1/287 44387415# [RSpecRunTime] Finishing example group spec/requests/api/graphql/ci/group_variables_spec.rb. It took 5.13 seconds. Expected to take 5.01 seconds.7416# [RSpecRunTime] Starting example group spec/controllers/projects/ci/daily_build_group_report_results_controller_spec.rb. Expected to take 4.54 seconds.7417Projects::Ci::DailyBuildGroupReportResultsController7418 GET index7419 when format is JSON7420 behaves like JSON results7421 serves the results in JSON7422 when given date range spans more than 90 days7423 limits the result to 90 days from the given start_date7424# [RSpecRunTime] RSpec elapsed time: 26 minutes 14.29 seconds. Current RSS: ~1844M. load average: 1.14 1.17 1.10 1/287 44457425 behaves like validating param_type7426 when given param_type is invalid7427 responds with 422 error7428 behaves like ensuring policy7429 when user is not allowed to read build report results7430 responds with 404 error7431 when format is CSV7432 behaves like CSV results7433 serves the results in CSV7434 when given date range spans more than 90 days7435 limits the result to 90 days from the given start_date7436 behaves like validating param_type7437 when given param_type is invalid7438 responds with 422 error7439 behaves like ensuring policy7440 when user is not allowed to read build report results7441 responds with 404 error7442# [RSpecRunTime] Finishing example group spec/controllers/projects/ci/daily_build_group_report_results_controller_spec.rb. It took 4.6 seconds. Expected to take 4.54 seconds.7443# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/work_items/delete_spec.rb. Expected to take 4.47 seconds.7444Delete a work item7445 when the user is not allowed to delete a work item7446 behaves like a mutation that returns a top-level access error7447 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"7448# [RSpecRunTime] RSpec elapsed time: 26 minutes 17.09 seconds. Current RSS: ~1835M. load average: 1.13 1.17 1.10 1/287 44467449 when user has permissions to delete a work item7450 deletes the work item7451 when group owner can delete a work item even if not the author7452 deletes the group-level work item7453# [RSpecRunTime] RSpec elapsed time: 26 minutes 19.77 seconds. Current RSS: ~1827M. load average: 1.12 1.16 1.10 1/287 44477454 when an error is produced when trying to delete the work item7455 returns an error message7456# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/work_items/delete_spec.rb. It took 4.68 seconds. Expected to take 4.47 seconds.7457# [RSpecRunTime] Starting example group spec/controllers/confirmations_controller_spec.rb. Expected to take 4.03 seconds.7458ConfirmationsController7459 #show7460 user is already confirmed7461 renders `new`7462 displays an error message7463 does not display the email of the user7464 sets the username and caller_id in the context7465# [RSpecRunTime] RSpec elapsed time: 26 minutes 21.47 seconds. Current RSS: ~1831M. load average: 1.12 1.16 1.10 1/288 44487466 user accesses the link after the expiry of confirmation token has passed7467 renders `new`7468 displays an error message7469 does not display the email of the user7470 sets the username and caller_id in the context7471 with an invalid confirmation token7472 renders `new`7473 displays an error message7474 sets the the caller_id in the context7475 #create7476 when `email_confirmation_setting` is set to `soft`7477 when reCAPTCHA is disabled7478 successfully sends password reset when reCAPTCHA is not solved7479 when reCAPTCHA is enabled7480 successfully sends password reset when reCAPTCHA is solved7481 when the reCAPTCHA is not solved7482 displays an error7483 sets gon variables7484 when `email_confirmation_setting` is not set to `soft`7485 redirects to the users_almost_there path7486# [RSpecRunTime] Finishing example group spec/controllers/confirmations_controller_spec.rb. It took 3.89 seconds. Expected to take 4.03 seconds.7487# [RSpecRunTime] Starting example group spec/requests/projects/releases_controller_spec.rb. Expected to take 3.99 seconds.7488Projects::ReleasesController7489 GET #downloads7490 filepath redirection7491 valid filepath7492 redirects to the asset direct link7493 redirects with a status of 3027494# [RSpecRunTime] RSpec elapsed time: 26 minutes 26.03 seconds. Current RSS: ~1851M. load average: 1.11 1.16 1.09 1/288 44577495 invalid filepath7496 is not found7497 sessionless download authentication7498 will allow sessionless users to download the file7499 invalid filepath7500 cannot create an invalid filepath7501# [RSpecRunTime] Finishing example group spec/requests/projects/releases_controller_spec.rb. It took 3.83 seconds. Expected to take 3.99 seconds.7502# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/ci/pipeline_cancel_spec.rb. Expected to take 3.73 seconds.7503PipelineCancel7504 does not cancel any pipelines not owned by the current user7505 returns a error if the pipline cannot be be canceled7506 when running build7507 when supports canceling is true7508 transitions all running jobs to canceling7509# [RSpecRunTime] RSpec elapsed time: 26 minutes 30.41 seconds. Current RSS: ~1837M. load average: 1.10 1.16 1.09 1/287 44587510 when supports canceling is false7511 cancels all running jobs to canceled7512# [RSpecRunTime] RSpec elapsed time: 26 minutes 31.81 seconds. Current RSS: ~1850M. load average: 1.10 1.16 1.09 1/287 44597513# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/ci/pipeline_cancel_spec.rb. It took 3.92 seconds. Expected to take 3.73 seconds.7514# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/merge_request/pipelines_spec.rb. Expected to take 3.63 seconds.7515Query.project.mergeRequests.pipelines7516 .count7517 produces correct results7518 is scalable7519# [RSpecRunTime] RSpec elapsed time: 26 minutes 34.19 seconds. Current RSS: ~1842M. load average: 1.10 1.16 1.09 1/293 45597520 .nodes7521 produces correct results7522 is scalable7523 requests merge_request_diffs at most once7524# [RSpecRunTime] RSpec elapsed time: 26 minutes 35.5 seconds. Current RSS: ~1835M. load average: 1.09 1.15 1.09 1/293 45677525# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/merge_request/pipelines_spec.rb. It took 3.7 seconds. Expected to take 3.63 seconds.7526# [RSpecRunTime] Starting example group spec/requests/groups/harbor/tags_controller_spec.rb. Expected to take 3.4 seconds.7527Groups::Harbor::TagsController7528 behaves like a harbor tags controller7529 GET #index.json7530 behaves like responds with 200 status with json7531 renders the index template7532 with anonymous user7533 behaves like responds with 404 status7534 returns 4047535 with unauthorized user7536 behaves like responds with 404 status7537 returns 4047538 with valid params7539 with valid repository7540 behaves like responds with 200 status with json7541 renders the index template7542 with valid page7543 behaves like responds with 200 status with json7544 renders the index template7545 with valid limit7546 behaves like responds with 200 status with json7547 renders the index template7548 with invalid params7549 with invalid page7550 behaves like responds with 422 status with json7551 returns 4227552 with invalid limit7553 behaves like responds with 422 status with json7554 returns 4227555# [RSpecRunTime] Finishing example group spec/requests/groups/harbor/tags_controller_spec.rb. It took 3.66 seconds. Expected to take 3.4 seconds.7556# [RSpecRunTime] Starting example group spec/requests/api/graphql/todo_query_spec.rb. Expected to take 3.3 seconds.7557Todo Query7558 when requesting user is todo owner7559 is expected to include {"id" => "gid://gitlab/Todo/11"}7560 when todo target is WorkItem7561 works with a WorkItem target7562# [RSpecRunTime] RSpec elapsed time: 26 minutes 41.67 seconds. Current RSS: ~1823M. load average: 1.08 1.15 1.09 1/294 45687563 when requesting user is not todo owner7564 is expected to be nil7565 when unauthenticated7566 is expected to be nil7567# [RSpecRunTime] Finishing example group spec/requests/api/graphql/todo_query_spec.rb. It took 3.07 seconds. Expected to take 3.3 seconds.7568# [RSpecRunTime] Starting example group spec/requests/api/graphql/user/user_achievements_query_spec.rb. Expected to take 3.13 seconds.7569UserAchievements7570 can lookahead to eliminate N+1 queries7571 returns the correct user_achievement count7572 returns all non_revoked user_achievements7573 when current user is not a member of the private group7574 returns no achievements7575# [RSpecRunTime] RSpec elapsed time: 26 minutes 44.52 seconds. Current RSS: ~1816M. load average: 1.08 1.15 1.09 1/289 45697576 when the achievements feature flag is disabled for a namespace7577 does not return user_achievements for that namespace7578 behaves like a working graphql query7579 returns a successful response7580# [RSpecRunTime] Finishing example group spec/requests/api/graphql/user/user_achievements_query_spec.rb. It took 3.03 seconds. Expected to take 3.13 seconds.7581# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/alert_management/alert/assignees_spec.rb. Expected to take 2.88 seconds.7582getting Alert Management Alert Assignees7583 returns the correct assignees7584 applies appropriate filters for non-visible users7585 performance7586 can limit results7587 can include all results7588 avoids N+1 queries7589# [RSpecRunTime] RSpec elapsed time: 26 minutes 48.3 seconds. Current RSS: ~1826M. load average: 1.08 1.15 1.09 1/289 45707590# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/alert_management/alert/assignees_spec.rb. It took 3.03 seconds. Expected to take 2.88 seconds.7591# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/branch_rules/create_spec.rb. Expected to take 2.78 seconds.7592BranchRuleCreate7593 when the user can create a branch rules7594 creates the protected branch7595 returns the created branch rule7596 when the branch rule already exist7597 does not create the protected branch7598 return an error message7599# [RSpecRunTime] RSpec elapsed time: 26 minutes 50.54 seconds. Current RSS: ~1829M. load average: 1.07 1.15 1.09 1/289 45717600 when the user does not have permission7601 does not create the board7602 behaves like a mutation that returns a top-level access error7603 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"7604# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/branch_rules/create_spec.rb. It took 2.93 seconds. Expected to take 2.78 seconds.7605# [RSpecRunTime] Starting example group spec/controllers/projects/security/configuration_controller_spec.rb. Expected to take 2.69 seconds.7606Projects::Security::ConfigurationController7607 GET show7608 when user has guest access7609 denies access7610 when user has developer access7611 grants access7612 responds with configuration data json7613# [RSpecRunTime] RSpec elapsed time: 26 minutes 53.96 seconds. Current RSS: ~1828M. load average: 1.07 1.15 1.09 1/289 45727614# [RSpecRunTime] Finishing example group spec/controllers/projects/security/configuration_controller_spec.rb. It took 2.73 seconds. Expected to take 2.69 seconds.7615# [RSpecRunTime] Starting example group spec/requests/web_ide/remote_ide_controller_spec.rb. Expected to take 2.45 seconds.7616WebIde::RemoteIdeController7617 #index7618 when feature flag is on *and* user is not using legacy Web IDE7619 renders the correct layout7620 renders with minimal: true7621 renders root element with data7622 updates the content security policy with the correct connect sources7623 updates the content security policy with the correct frame sources7624# [RSpecRunTime] RSpec elapsed time: 26 minutes 55.38 seconds. Current RSS: ~1829M. load average: 1.06 1.14 1.09 1/289 45737625 when remote_host does not have port7626 updates the content security policy with the correct remote_host7627 renders remote_host in root element data7628 when feature flag is off7629 behaves like 404 response7630 has not_found status7631 when the remote host is invalid7632 behaves like 404 response7633 has not_found status7634# [RSpecRunTime] Finishing example group spec/requests/web_ide/remote_ide_controller_spec.rb. It took 2.15 seconds. Expected to take 2.45 seconds.7635# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/ci/job_token_scope/add_project_spec.rb. Expected to take 2.42 seconds.7636CiJobTokenScopeAddProject7637 when unauthorized7638 when not a maintainer7639 has graphql errors7640# [RSpecRunTime] RSpec elapsed time: 26 minutes 57.61 seconds. Current RSS: ~1824M. load average: 1.06 1.14 1.09 1/289 45747641 when authorized7642 adds the target project to the inbound job token scope7643 when invalid target project is provided7644 has mutation errors7645# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/ci/job_token_scope/add_project_spec.rb. It took 2.48 seconds. Expected to take 2.42 seconds.7646# [RSpecRunTime] Starting example group spec/requests/admin/impersonation_tokens_controller_spec.rb. Expected to take 2.31 seconds.7647Admin::ImpersonationTokensController7648 when impersonation is enabled7649 responds ok7650 when impersonation is disabled7651 shows error page for index page7652 responds with 404 for create action7653 responds with 404 for revoke action7654 #create7655 behaves like #create access token7656 when POST is successful7657 renders JSON with a new token7658 when POST is unsuccessful7659 renders JSON with an error7660# [RSpecRunTime] Finishing example group spec/requests/admin/impersonation_tokens_controller_spec.rb. It took 2.41 seconds. Expected to take 2.31 seconds.7661# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/error_tracking/sentry_detailed_error_request_spec.rb. Expected to take 2.08 seconds.7662getting a detailed sentry error7663 behaves like a working graphql query7664 returns a successful response7665# [RSpecRunTime] RSpec elapsed time: 27 minutes 2.19 seconds. Current RSS: ~1825M. load average: 1.14 1.16 1.09 1/289 45817666 when data is loading via reactive cache7667 is expected to return an empty error7668 reactive cache returns data7669 is expected to return a valid error7670 is expected to return the frequency correctly7671# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/error_tracking/sentry_detailed_error_request_spec.rb. It took 2.13 seconds. Expected to take 2.08 seconds.7672# [RSpecRunTime] Starting example group spec/controllers/projects/runner_projects_controller_spec.rb. Expected to take 2.07 seconds.7673Projects::RunnerProjectsController7674 #destroy7675 when unassigning runner from project7676 redirects to the project runners page7677# [RSpecRunTime] RSpec elapsed time: 27 minutes 4.73 seconds. Current RSS: ~1819M. load average: 1.13 1.15 1.09 1/289 45827678 #create7679 when assigning runner to another project7680 redirects to the project runners page7681# [RSpecRunTime] Finishing example group spec/controllers/projects/runner_projects_controller_spec.rb. It took 2.3 seconds. Expected to take 2.07 seconds.7682# [RSpecRunTime] Starting example group spec/controllers/admin/jobs_controller_spec.rb. Expected to take 1.94 seconds.7683Admin::JobsController7684 GET #index7685 with an authenticated admin user7686 paginates builds without a total count7687# [RSpecRunTime] RSpec elapsed time: 27 minutes 7.12 seconds. Current RSS: ~1814M. load average: 1.13 1.15 1.09 1/289 45837688 without admin access7689 returns `not_found`7690# [RSpecRunTime] Finishing example group spec/controllers/admin/jobs_controller_spec.rb. It took 1.91 seconds. Expected to take 1.94 seconds.7691# [RSpecRunTime] Starting example group spec/controllers/projects/error_tracking/projects_controller_spec.rb. Expected to take 1.82 seconds.7692Projects::ErrorTracking::ProjectsController7693 GET #index7694 with insufficient permissions7695 returns 4047696 with an anonymous user7697 redirects to sign-in page7698 with authorized user7699 when service result is successful7700 returns a list of projects7701 with service result is erroneous7702 without http_status7703 returns 400 with message7704 with explicit http_status7705 returns http_status with message7706# [RSpecRunTime] Finishing example group spec/controllers/projects/error_tracking/projects_controller_spec.rb. It took 1.86 seconds. Expected to take 1.82 seconds.7707# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/ci/catalog/resources/create_spec.rb. Expected to take 1.76 seconds.7708CatalogResourcesCreate7709 when unauthorized7710 behaves like a mutation that returns a top-level access error7711 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"7712# [RSpecRunTime] RSpec elapsed time: 27 minutes 10.63 seconds. Current RSS: ~1796M. load average: 1.12 1.15 1.09 1/294 46747713 when authorized7714 with a valid project7715 creates a catalog resource7716# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/ci/catalog/resources/create_spec.rb. It took 1.86 seconds. Expected to take 1.76 seconds.7717# [RSpecRunTime] Starting example group spec/controllers/profiles/slacks_controller_spec.rb. Expected to take 1.61 seconds.7718Profiles::SlacksController7719 GET edit7720 renders7721 assigns projects7722 assigns disabled_projects7723 GET slack_link7724 when user is not a maintainer of the project7725 renders 4047726 when user is a maintainer of the project7727 renders slack link7728# [RSpecRunTime] Finishing example group spec/controllers/profiles/slacks_controller_spec.rb. It took 1.66 seconds. Expected to take 1.61 seconds.7729# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/dependency_proxy/image_ttl_group_policy/update_spec.rb. Expected to take 1.6 seconds.7730Updating the dependency proxy image ttl policy7731 post graphql mutation7732 without permission7733 returns no response7734 with permission7735 for owner7736 returns the updated dependency proxy image ttl policy7737 for maintainer7738 returns the updated dependency proxy image ttl policy7739# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/dependency_proxy/image_ttl_group_policy/update_spec.rb. It took 1.52 seconds. Expected to take 1.6 seconds.7740# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/admin/abuse_report_labels/create_spec.rb. Expected to take 1.37 seconds.7741Mutations::Admin::AbuseReportLabels::Create7742 when the user does not have permission to create a label7743 does not create the label7744 behaves like a mutation that returns a top-level access error7745 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"7746 when the user has permission to create a label7747 creates the label7748 when there are errors7749 does not create the label7750# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/admin/abuse_report_labels/create_spec.rb. It took 1.34 seconds. Expected to take 1.37 seconds.7751# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/admin/sidekiq_queues/delete_jobs_spec.rb. Expected to take 1.33 seconds.7752Deleting Sidekiq jobs7753 when the user is not an admin7754 behaves like a mutation that returns top-level errors7755 is expected to contain exactly "You must be an admin to use this mutation"7756 when the user is an admin7757 when valid request7758 returns info about the deleted jobs7759 when no required params are provided7760 behaves like a mutation that returns errors in the response7761 is expected to contain exactly "No metadata provided"7762 when the queue does not exist7763 behaves like a mutation that returns top-level errors7764 is expected to contain exactly "Queue authorized_projects_2 not found"7765# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/admin/sidekiq_queues/delete_jobs_spec.rb. It took 1.33 seconds. Expected to take 1.33 seconds.7766# [RSpecRunTime] Starting example group spec/requests/api/graphql/user/group_member_query_spec.rb. Expected to take 1.21 seconds.7767GroupMember7768 behaves like a working graphql query7769 returns a successful response7770 behaves like a working membership object query7771 contains edge to expected project7772 contains correct access level7773# [RSpecRunTime] Finishing example group spec/requests/api/graphql/user/group_member_query_spec.rb. It took 1.16 seconds. Expected to take 1.21 seconds.7774# [RSpecRunTime] Starting example group spec/requests/admin/version_check_controller_spec.rb. Expected to take 1.18 seconds.7775Admin::VersionCheckController7776 GET #version_check7777 when VersionCheck.response is nil7778 returns nil7779 sets no-cache headers7780 when VersionCheck.response is valid7781 returns the valid data7782 sets proper cache headers7783# [RSpecRunTime] Finishing example group spec/requests/admin/version_check_controller_spec.rb. It took 1.16 seconds. Expected to take 1.18 seconds.7784# [RSpecRunTime] Starting example group spec/controllers/projects/pipelines_settings_controller_spec.rb. Expected to take 0.96 second.7785Projects::PipelinesSettingsController7786 GET show7787 redirects with 302 status code7788# [RSpecRunTime] Finishing example group spec/controllers/projects/pipelines_settings_controller_spec.rb. It took 0.93 second. Expected to take 0.96 second.7789# [RSpecRunTime] Starting example group spec/controllers/projects/packages/packages_controller_spec.rb. Expected to take 0.9 second.7790Projects::Packages::PackagesController7791 GET #index7792 behaves like returning response status7793 returns ok7794 GET #show7795 behaves like returning response status7796 returns ok7797# [RSpecRunTime] Finishing example group spec/controllers/projects/packages/packages_controller_spec.rb. It took 0.87 second. Expected to take 0.9 second.7798# [RSpecRunTime] Starting example group spec/mailers/email_rejection_mailer_spec.rb. Expected to take 0.64 second.7799EmailRejectionMailer7800 #rejection7801 behaves like appearance header and footer enabled7802 contains header and footer7803 behaves like appearance header and footer not enabled7804 does not contain header and footer7805# [RSpecRunTime] Finishing example group spec/mailers/email_rejection_mailer_spec.rb. It took 0.68 second. Expected to take 0.64 second.7806# [RSpecRunTime] Starting example group spec/requests/jira_connect/oauth_callbacks_controller_spec.rb. Expected to take 0.53 second.7807JiraConnect::OauthCallbacksController7808 GET /-/jira_connect/oauth_callbacks7809 when logged in7810 renders a page prompting the user to close the window7811# [RSpecRunTime] Finishing example group spec/requests/jira_connect/oauth_callbacks_controller_spec.rb. It took 0.43 second. Expected to take 0.53 second.7812# [RSpecRunTime] Starting example group spec/controllers/concerns/issuable_actions_spec.rb. Expected to take 0.34 second.7813IssuableActions7814 #discussions7815 instantiates and calls NotesFinder as expected7816# [RSpecRunTime] Finishing example group spec/controllers/concerns/issuable_actions_spec.rb. It took 0.31 second. Expected to take 0.34 second.7817auto_explain log contains 1420 entries for main, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-integration-pg14-4-16.341.main.ndjson.gz7818took 37.6484272757819auto_explain log contains 1422 entries for ci, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-integration-pg14-4-16.341.ci.ndjson.gz7820took 35.6836410437821[TEST PROF INFO] EventProf results for sql.active_record7822Total time: 06:31.558 of 27:15.787 (23.94%)7823Total events: 2712817824Top 5 slowest suites (by time):7825API::NpmInstancePackages (./spec/requests/api/npm_instance_packages_spec.rb:5) – 03:46.468 (152162 / 1799) of 14:43.043 (25.65%)7826API::Tags (./spec/requests/api/tags_spec.rb:5) – 00:16.869 (13037 / 68) of 01:16.415 (22.08%)7827SentNotificationsController (./spec/controllers/sent_notifications_controller_spec.rb:5) – 00:15.845 (11602 / 55) of 00:57.478 (27.57%)7828API::Files (./spec/requests/api/files_spec.rb:5) – 00:14.202 (11254 / 184) of 01:12.824 (19.5%)7829HealthController (./spec/requests/health_controller_spec.rb:5) – 00:12.000 (1232 / 58) of 00:34.745 (34.54%)7830Knapsack report was generated. Preview:7831{7832 "spec/requests/api/npm_instance_packages_spec.rb": 883.042550092,7833 "spec/requests/api/tags_spec.rb": 76.41549350200057,7834 "spec/requests/api/files_spec.rb": 72.82400001399947,7835 "spec/controllers/sent_notifications_controller_spec.rb": 57.47824282900001,7836 "spec/requests/api/graphql/ci/runner_spec.rb": 42.07980549399963,7837 "spec/controllers/admin/users_controller_spec.rb": 38.29815919500015,7838 "spec/requests/health_controller_spec.rb": 34.745205962,7839 "spec/requests/api/graphql/mutations/notes/create/diff_note_spec.rb": 30.965154268000333,7840 "spec/controllers/groups/group_members_controller_spec.rb": 27.28193341899987,7841 "spec/controllers/ldap/omniauth_callbacks_controller_spec.rb": 28.09048737499961,7842 "spec/controllers/projects/mirrors_controller_spec.rb": 22.054247198999292,7843 "spec/requests/api/go_proxy_spec.rb": 21.180651675000263,7844 "spec/requests/api/graphql/organizations/organization_query_spec.rb": 21.951548961999833,7845 "spec/requests/api/graphql/project/releases_spec.rb": 19.60098475400082,7846 "spec/requests/api/admin/instance_clusters_spec.rb": 17.14728598900001,7847 "spec/controllers/projects/refs_controller_spec.rb": 14.643208789999335,7848 "spec/requests/api/task_completion_status_spec.rb": 15.132509328999731,7849 "spec/controllers/projects/pages_controller_spec.rb": 13.748686531999738,7850 "spec/requests/lfs_locks_api_spec.rb": 12.42109050199997,7851 "spec/commands/metrics_server/metrics_server_spec.rb": 11.604847845999757,7852 "spec/requests/api/ci/secure_files_spec.rb": 10.887836148000133,7853 "spec/mailers/emails/pages_domains_spec.rb": 10.357259563999833,7854 "spec/controllers/concerns/product_analytics_tracking_spec.rb": 9.384455614000217,7855 "spec/mailers/devise_mailer_spec.rb": 8.748788763999983,7856 "spec/controllers/projects/todos_controller_spec.rb": 7.151315291999708,7857 "spec/requests/api/markdown_spec.rb": 7.999763025999528,7858 "spec/controllers/projects/runners_controller_spec.rb": 7.123349593000057,7859 "spec/requests/api/graphql/mutations/projects/sync_fork_spec.rb": 7.060055566000301,7860 "spec/controllers/snippets/blobs_controller_spec.rb": 6.406804784999622,7861 "spec/requests/api/sidekiq_metrics_spec.rb": 6.918436129000838,7862 "spec/requests/api/graphql/mutations/issues/set_due_date_spec.rb": 5.779767923999316,7863 "spec/requests/api/graphql/ci/project_variables_spec.rb": 5.203860272000384,7864 "spec/requests/api/graphql/mutations/members/groups/bulk_update_spec.rb": 5.298512958999709,7865 "spec/requests/api/graphql/ci/group_variables_spec.rb": 5.131876693999402,7866 "spec/controllers/projects/ci/daily_build_group_report_results_controller_spec.rb": 4.595678990000124,7867 "spec/requests/api/graphql/mutations/work_items/delete_spec.rb": 4.682314217999192,7868 "spec/controllers/confirmations_controller_spec.rb": 3.8943961810000474,7869 "spec/requests/projects/releases_controller_spec.rb": 3.829333864000546,7870 "spec/requests/api/graphql/mutations/ci/pipeline_cancel_spec.rb": 3.917575921000207,7871 "spec/requests/api/graphql/project/merge_request/pipelines_spec.rb": 3.698669456999596,7872 "spec/requests/groups/harbor/tags_controller_spec.rb": 3.658039108000594,7873 "spec/requests/api/graphql/todo_query_spec.rb": 3.0723850360000142,7874 "spec/requests/api/graphql/user/user_achievements_query_spec.rb": 3.0246469679996153,7875 "spec/requests/api/graphql/project/alert_management/alert/assignees_spec.rb": 3.0283653680007774,7876 "spec/requests/api/graphql/mutations/branch_rules/create_spec.rb": 2.925585060999765,7877 "spec/controllers/projects/security/configuration_controller_spec.rb": 2.732881627000097,7878 "spec/requests/web_ide/remote_ide_controller_spec.rb": 2.145213554000293,7879 "spec/requests/api/graphql/mutations/ci/job_token_scope/add_project_spec.rb": 2.47873715500009,7880 "spec/requests/admin/impersonation_tokens_controller_spec.rb": 2.413070915999924,7881 "spec/requests/api/graphql/project/error_tracking/sentry_detailed_error_request_spec.rb": 2.128718965999724,7882 "spec/controllers/projects/runner_projects_controller_spec.rb": 2.3001717990000543,7883 "spec/controllers/admin/jobs_controller_spec.rb": 1.910274900999866,7884 "spec/controllers/projects/error_tracking/projects_controller_spec.rb": 1.8604540830001497,7885 "spec/requests/api/graphql/mutations/ci/catalog/resources/create_spec.rb": 1.8588043130002916,7886 "spec/controllers/profiles/slacks_controller_spec.rb": 1.6561798290003935,7887 "spec/requests/api/graphql/mutations/dependency_proxy/image_ttl_group_policy/update_spec.rb": 1.5163965229994574,7888 "spec/requests/api/graphql/mutations/admin/abuse_report_labels/create_spec.rb": 1.3444577890004439,7889 "spec/requests/api/graphql/mutations/admin/sidekiq_queues/delete_jobs_spec.rb": 1.3305176099993332,7890 "spec/requests/api/graphql/user/group_member_query_spec.rb": 1.1626680549998127,7891 "spec/requests/admin/version_check_controller_spec.rb": 1.1580674139995608,7892 "spec/controllers/projects/pipelines_settings_controller_spec.rb": 0.9306603019995237,7893 "spec/controllers/projects/packages/packages_controller_spec.rb": 0.8715381929996511,7894 "spec/mailers/email_rejection_mailer_spec.rb": 0.6788132199999382,7895 "spec/requests/jira_connect/oauth_callbacks_controller_spec.rb": 0.43263164600011805,7896 "spec/controllers/concerns/issuable_actions_spec.rb": 0.30543435099934877897}7898Knapsack global time execution for tests: 27m 15s7899Pending: (Failures listed here are expected and do not affect your suite's status)7900 1) HealthController GET /-/readiness behaves like Base action controller security headers Cross-Security-Policy when configuring vite when vite enabled during development adds vite csp7902 # ./spec/support/shared_examples/controllers/base_action_controller_shared_examples.rb:647903Finished in 28 minutes 36 seconds (files took 1 minute 14.52 seconds to load)79043105 examples, 0 failures, 1 pending7905Randomized with seed 598957906[TEST PROF INFO] Time spent in factories: 04:29.139 (15.58% of total time)7907RSpec exited with 0.7908No examples to retry, congrats!7910Running after script...7911$ source scripts/utils.sh7912$ bundle exec gem list gitlab_quality-test_tooling7913gitlab_quality-test_tooling (1.21.1)7914$ section_start "relate-failure-issue" "Report test failures" # collapsed multi-line command7916$ section_start "flaky-test-issues" "Report test flakiness" # collapsed multi-line command7918$ section_start "slow-test-issues" "Report test slowness" # collapsed multi-line command7920$ section_start "slow-test-merge-request-report-note" "Report test slowness in MR note" # collapsed multi-line command7924$ section_start "knapsack-report-issues" "Report test files close to timing out" # collapsed multi-line command7928$ tooling/bin/push_job_metrics || true7929[job-metrics] Pushing job metrics file for the CI/CD job.7930[job-metrics] Pushed 4 CI job metric entries to InfluxDB.7932Not uploading cache ruby-gems-debian-bookworm-ruby-3.1-17 due to policy7934Uploading artifacts...7935auto_explain/: found 3 matching artifact files and directories 7936coverage/: found 5 matching artifact files and directories 7937crystalball/: found 2 matching artifact files and directories 7938WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 7939knapsack/: found 4 matching artifact files and directories 7940rspec/: found 16 matching artifact files and directories 7941WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 7942log/*.log: found 16 matching artifact files and directories 7943WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6597627973/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com7944WARNING: Retrying... context=artifacts-uploader error=request redirected7945Uploading artifacts as "archive" to coordinator... 201 Created id=6597627973 responseStatus=201 Created token=glcbt-657946Uploading artifacts...7947rspec/rspec-*.xml: found 1 matching artifact files and directories 7948WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6597627973/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com7949WARNING: Retrying... context=artifacts-uploader error=request redirected7950Uploading artifacts as "junit" to coordinator... 201 Created id=6597627973 responseStatus=201 Created token=glcbt-657952Job succeeded