rspec integration pg14 2/16
Passed Started
by
@rkadam3

Rajendra Kadam
1 auth: :oauth, package_name_type: :non_existing, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :redirect, expected_status: :redirected2 behaves like redirect metadata request3 redirects metadata request4 auth: :oauth, package_name_type: :non_existing, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :not_found5 behaves like returning response status with error6 returns not_found and error message7 auth: :oauth, package_name_type: :non_existing, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :reject, expected_status: :not_found8 behaves like returning response status with error9 returns not_found and error message10 auth: :personal_access_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok11 behaves like accept metadata request12 accepts the metadata request13 avoids N+1 database queries14# [RSpecRunTime] RSpec elapsed time: 2 minutes 34.32 seconds. Current RSS: ~1465M. load average: 1.20 1.16 0.70 1/272 43515 auth: :personal_access_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok16 behaves like accept metadata request17 accepts the metadata request18 avoids N+1 database queries19# [RSpecRunTime] RSpec elapsed time: 2 minutes 37.44 seconds. Current RSS: ~1460M. load average: 1.18 1.15 0.71 1/272 43620 auth: :personal_access_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok21 behaves like accept metadata request22 accepts the metadata request23 avoids N+1 database queries24# [RSpecRunTime] RSpec elapsed time: 2 minutes 40.71 seconds. Current RSS: ~1453M. load average: 1.25 1.17 0.71 1/272 43725 auth: :personal_access_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok26 behaves like accept metadata request27 accepts the metadata request28 avoids N+1 database queries29# [RSpecRunTime] RSpec elapsed time: 2 minutes 44.02 seconds. Current RSS: ~1448M. load average: 1.25 1.17 0.71 1/272 43830 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok31 behaves like accept metadata request32 accepts the metadata request33 avoids N+1 database queries34# [RSpecRunTime] RSpec elapsed time: 2 minutes 46.96 seconds. Current RSS: ~1449M. load average: 1.23 1.17 0.71 1/272 43935 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok36 behaves like accept metadata request37 accepts the metadata request38 avoids N+1 database queries39# [RSpecRunTime] RSpec elapsed time: 2 minutes 49.98 seconds. Current RSS: ~1451M. load average: 1.21 1.16 0.72 1/272 44040 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok41 behaves like accept metadata request42 accepts the metadata request43 avoids N+1 database queries44# [RSpecRunTime] RSpec elapsed time: 2 minutes 53.51 seconds. Current RSS: ~1452M. load average: 1.21 1.16 0.72 1/272 44145 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok46 behaves like accept metadata request47 accepts the metadata request48 avoids N+1 database queries49# [RSpecRunTime] RSpec elapsed time: 2 minutes 56.63 seconds. Current RSS: ~1452M. load average: 1.19 1.16 0.72 1/272 44250 auth: :personal_access_token, package_name_type: :unscoped, request_forward: true, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok51 behaves like accept metadata request52 accepts the metadata request53 avoids N+1 database queries54# [RSpecRunTime] RSpec elapsed time: 2 minutes 59.61 seconds. Current RSS: ~1449M. load average: 1.19 1.16 0.72 1/272 44355 auth: :personal_access_token, package_name_type: :unscoped, request_forward: true, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok56 behaves like accept metadata request57 accepts the metadata request58 avoids N+1 database queries59# [RSpecRunTime] RSpec elapsed time: 3 minutes 2.84 seconds. Current RSS: ~1449M. load average: 1.18 1.16 0.72 1/272 44460 auth: :personal_access_token, package_name_type: :unscoped, request_forward: false, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok61 behaves like accept metadata request62 accepts the metadata request63 avoids N+1 database queries64# [RSpecRunTime] RSpec elapsed time: 3 minutes 5.72 seconds. Current RSS: ~1452M. load average: 1.16 1.15 0.72 1/272 44565 auth: :personal_access_token, package_name_type: :unscoped, request_forward: false, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok66 behaves like accept metadata request67 accepts the metadata request68 avoids N+1 database queries69# [RSpecRunTime] RSpec elapsed time: 3 minutes 8.73 seconds. Current RSS: ~1453M. load average: 1.16 1.15 0.72 1/272 44670 auth: :personal_access_token, package_name_type: :non_existing, request_forward: true, visibility: :public, user_role: :guest, expected_result: :redirect, expected_status: :redirected71 behaves like redirect metadata request72 redirects metadata request73 auth: :personal_access_token, package_name_type: :non_existing, request_forward: true, visibility: :public, user_role: :reporter, expected_result: :redirect, expected_status: :redirected74 behaves like redirect metadata request75 redirects metadata request76 auth: :personal_access_token, package_name_type: :non_existing, request_forward: false, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :not_found77 behaves like returning response status with error78 returns not_found and error message79 auth: :personal_access_token, package_name_type: :non_existing, request_forward: false, visibility: :public, user_role: :reporter, expected_result: :reject, expected_status: :not_found80 behaves like returning response status with error81 returns not_found and error message82 auth: :personal_access_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden83 behaves like reject metadata request84 behaves like returning response status85 returns forbidden86 auth: :personal_access_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok87 behaves like accept metadata request88 accepts the metadata request89 avoids N+1 database queries90# [RSpecRunTime] RSpec elapsed time: 3 minutes 15.34 seconds. Current RSS: ~1456M. load average: 1.06 1.13 0.72 1/272 44791 auth: :personal_access_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden92 behaves like reject metadata request93 behaves like returning response status94 returns forbidden95 auth: :personal_access_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok96 behaves like accept metadata request97 accepts the metadata request98 avoids N+1 database queries99# [RSpecRunTime] RSpec elapsed time: 3 minutes 19.24 seconds. Current RSS: ~1455M. load average: 1.06 1.13 0.72 1/272 448100 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden101 behaves like reject metadata request102 behaves like returning response status103 returns forbidden104 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok105 behaves like accept metadata request106 accepts the metadata request107 avoids N+1 database queries108# [RSpecRunTime] RSpec elapsed time: 3 minutes 23.09 seconds. Current RSS: ~1455M. load average: 1.05 1.13 0.72 1/272 449109 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden110 behaves like reject metadata request111 behaves like returning response status112 returns forbidden113 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok114 behaves like accept metadata request115 accepts the metadata request116 avoids N+1 database queries117# [RSpecRunTime] RSpec elapsed time: 3 minutes 26.73 seconds. Current RSS: ~1454M. load average: 1.05 1.13 0.72 1/272 450118 auth: :personal_access_token, package_name_type: :unscoped, request_forward: true, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden119 behaves like reject metadata request120 behaves like returning response status121 returns forbidden122 auth: :personal_access_token, package_name_type: :unscoped, request_forward: true, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok123 behaves like accept metadata request124 accepts the metadata request125 avoids N+1 database queries126# [RSpecRunTime] RSpec elapsed time: 3 minutes 30.61 seconds. Current RSS: ~1456M. load average: 1.04 1.12 0.73 1/272 451127 auth: :personal_access_token, package_name_type: :unscoped, request_forward: false, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden128 behaves like reject metadata request129 behaves like returning response status130 returns forbidden131 auth: :personal_access_token, package_name_type: :unscoped, request_forward: false, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok132 behaves like accept metadata request133 accepts the metadata request134 avoids N+1 database queries135# [RSpecRunTime] RSpec elapsed time: 3 minutes 34.54 seconds. Current RSS: ~1458M. load average: 1.04 1.12 0.73 1/272 452136 auth: :personal_access_token, package_name_type: :non_existing, request_forward: true, visibility: :private, user_role: :guest, expected_result: :redirect, expected_status: :redirected137 behaves like redirect metadata request138 redirects metadata request139 auth: :personal_access_token, package_name_type: :non_existing, request_forward: true, visibility: :private, user_role: :reporter, expected_result: :redirect, expected_status: :redirected140 behaves like redirect metadata request141 redirects metadata request142 auth: :personal_access_token, package_name_type: :non_existing, request_forward: false, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden143 behaves like reject metadata request144 behaves like returning response status145 returns forbidden146 auth: :personal_access_token, package_name_type: :non_existing, request_forward: false, visibility: :private, user_role: :reporter, expected_result: :reject, expected_status: :not_found147 behaves like returning response status with error148 returns not_found and error message149 auth: :personal_access_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok150 behaves like accept metadata request151 accepts the metadata request152 avoids N+1 database queries153# [RSpecRunTime] RSpec elapsed time: 3 minutes 40.43 seconds. Current RSS: ~1455M. load average: 1.04 1.12 0.73 1/271 453154 auth: :personal_access_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok155 behaves like accept metadata request156 accepts the metadata request157 avoids N+1 database queries158# [RSpecRunTime] RSpec elapsed time: 3 minutes 43.28 seconds. Current RSS: ~1458M. load average: 1.04 1.12 0.73 1/271 454159 auth: :personal_access_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok160 behaves like accept metadata request161 accepts the metadata request162 avoids N+1 database queries163# [RSpecRunTime] RSpec elapsed time: 3 minutes 46.36 seconds. Current RSS: ~1458M. load average: 1.03 1.12 0.73 1/271 455164 auth: :personal_access_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok165 behaves like accept metadata request166 accepts the metadata request167 avoids N+1 database queries168# [RSpecRunTime] RSpec elapsed time: 3 minutes 49.68 seconds. Current RSS: ~1455M. load average: 1.03 1.12 0.73 1/271 456169 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok170 behaves like accept metadata request171 accepts the metadata request172 avoids N+1 database queries173# [RSpecRunTime] RSpec elapsed time: 3 minutes 52.76 seconds. Current RSS: ~1451M. load average: 1.03 1.11 0.73 1/271 457174 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok175 behaves like accept metadata request176 accepts the metadata request177 avoids N+1 database queries178# [RSpecRunTime] RSpec elapsed time: 3 minutes 55.64 seconds. Current RSS: ~1446M. load average: 1.11 1.13 0.74 1/271 458179 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok180 behaves like accept metadata request181 accepts the metadata request182 avoids N+1 database queries183# [RSpecRunTime] RSpec elapsed time: 3 minutes 58.72 seconds. Current RSS: ~1447M. load average: 1.11 1.13 0.74 1/271 459184 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok185 behaves like accept metadata request186 accepts the metadata request187 avoids N+1 database queries188# [RSpecRunTime] RSpec elapsed time: 4 minutes 1.8 seconds. Current RSS: ~1445M. load average: 1.10 1.13 0.74 1/271 460189 auth: :personal_access_token, package_name_type: :unscoped, request_forward: true, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok190 behaves like accept metadata request191 accepts the metadata request192 avoids N+1 database queries193# [RSpecRunTime] RSpec elapsed time: 4 minutes 4.67 seconds. Current RSS: ~1444M. load average: 1.10 1.13 0.74 1/271 461194 auth: :personal_access_token, package_name_type: :unscoped, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok195 behaves like accept metadata request196 accepts the metadata request197 avoids N+1 database queries198# [RSpecRunTime] RSpec elapsed time: 4 minutes 7.55 seconds. Current RSS: ~1445M. load average: 1.09 1.12 0.74 1/271 462199 auth: :personal_access_token, package_name_type: :unscoped, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok200 behaves like accept metadata request201 accepts the metadata request202 avoids N+1 database queries203# [RSpecRunTime] RSpec elapsed time: 4 minutes 10.39 seconds. Current RSS: ~1445M. load average: 1.08 1.12 0.74 1/271 463204 auth: :personal_access_token, package_name_type: :unscoped, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok205 behaves like accept metadata request206 accepts the metadata request207 avoids N+1 database queries208# [RSpecRunTime] RSpec elapsed time: 4 minutes 13.32 seconds. Current RSS: ~1445M. load average: 1.08 1.12 0.74 1/271 464209 auth: :personal_access_token, package_name_type: :non_existing, request_forward: true, visibility: :internal, user_role: :guest, expected_result: :redirect, expected_status: :redirected210 behaves like redirect metadata request211 redirects metadata request212 auth: :personal_access_token, package_name_type: :non_existing, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :redirect, expected_status: :redirected213 behaves like redirect metadata request214 redirects metadata request215 auth: :personal_access_token, package_name_type: :non_existing, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :not_found216 behaves like returning response status with error217 returns not_found and error message218 auth: :personal_access_token, package_name_type: :non_existing, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :reject, expected_status: :not_found219 behaves like returning response status with error220 returns not_found and error message221 auth: :job_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok222 behaves like accept metadata request223 accepts the metadata request224 avoids N+1 database queries225# [RSpecRunTime] RSpec elapsed time: 4 minutes 19.18 seconds. Current RSS: ~1448M. load average: 1.16 1.14 0.75 1/271 465226 auth: :job_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok227 behaves like accept metadata request228 accepts the metadata request229 avoids N+1 database queries230# [RSpecRunTime] RSpec elapsed time: 4 minutes 22.3 seconds. Current RSS: ~1446M. load average: 1.14 1.13 0.75 1/271 466231 auth: :job_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok232 behaves like accept metadata request233 accepts the metadata request234 avoids N+1 database queries235# [RSpecRunTime] RSpec elapsed time: 4 minutes 25.34 seconds. Current RSS: ~1444M. load average: 1.13 1.13 0.75 1/271 467236 auth: :job_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok237 behaves like accept metadata request238 accepts the metadata request239 avoids N+1 database queries240# [RSpecRunTime] RSpec elapsed time: 4 minutes 28.53 seconds. Current RSS: ~1443M. load average: 1.13 1.13 0.75 1/271 468241 auth: :job_token, package_name_type: :unscoped, request_forward: true, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok242 behaves like accept metadata request243 accepts the metadata request244 avoids N+1 database queries245# [RSpecRunTime] RSpec elapsed time: 4 minutes 31.67 seconds. Current RSS: ~1441M. load average: 1.12 1.13 0.76 1/271 469246 auth: :job_token, package_name_type: :unscoped, request_forward: false, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok247 behaves like accept metadata request248 accepts the metadata request249 avoids N+1 database queries250# [RSpecRunTime] RSpec elapsed time: 4 minutes 34.58 seconds. Current RSS: ~1444M. load average: 1.12 1.13 0.76 1/271 470251 auth: :job_token, package_name_type: :non_existing, request_forward: true, visibility: :public, user_role: :developer, expected_result: :redirect, expected_status: :redirected252 behaves like redirect metadata request253 redirects metadata request254 auth: :job_token, package_name_type: :non_existing, request_forward: false, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found255 behaves like returning response status with error256 returns not_found and error message257 auth: :job_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok258 behaves like accept metadata request259 accepts the metadata request260 avoids N+1 database queries261# [RSpecRunTime] RSpec elapsed time: 4 minutes 39.57 seconds. Current RSS: ~1446M. load average: 1.11 1.13 0.76 1/271 471262 auth: :job_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok263 behaves like accept metadata request264 accepts the metadata request265 avoids N+1 database queries266# [RSpecRunTime] RSpec elapsed time: 4 minutes 42.85 seconds. Current RSS: ~1450M. load average: 1.10 1.12 0.76 1/271 472267 auth: :job_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok268 behaves like accept metadata request269 accepts the metadata request270 avoids N+1 database queries271# [RSpecRunTime] RSpec elapsed time: 4 minutes 45.9 seconds. Current RSS: ~1447M. load average: 1.09 1.12 0.76 1/271 473272 auth: :job_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok273 behaves like accept metadata request274 accepts the metadata request275 avoids N+1 database queries276# [RSpecRunTime] RSpec elapsed time: 4 minutes 48.88 seconds. Current RSS: ~1447M. load average: 1.09 1.12 0.76 1/271 474277 auth: :job_token, package_name_type: :unscoped, request_forward: true, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok278 behaves like accept metadata request279 accepts the metadata request280 avoids N+1 database queries281# [RSpecRunTime] RSpec elapsed time: 4 minutes 51.88 seconds. Current RSS: ~1446M. load average: 1.09 1.12 0.76 1/271 475282 auth: :job_token, package_name_type: :unscoped, request_forward: false, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok283 behaves like accept metadata request284 accepts the metadata request285 avoids N+1 database queries286# [RSpecRunTime] RSpec elapsed time: 4 minutes 56.62 seconds. Current RSS: ~1450M. load average: 1.08 1.12 0.76 1/271 476287 auth: :job_token, package_name_type: :non_existing, request_forward: true, visibility: :private, user_role: :developer, expected_result: :redirect, expected_status: :redirected288 behaves like redirect metadata request289 redirects metadata request290 auth: :job_token, package_name_type: :non_existing, request_forward: false, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found291 behaves like returning response status with error292 returns not_found and error message293 auth: :job_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok294 behaves like accept metadata request295 accepts the metadata request296 avoids N+1 database queries297# [RSpecRunTime] RSpec elapsed time: 5 minutes 0.94 second. Current RSS: ~1458M. load average: 1.07 1.12 0.76 1/271 477298 auth: :job_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok299 behaves like accept metadata request300 accepts the metadata request301 avoids N+1 database queries302# [RSpecRunTime] RSpec elapsed time: 5 minutes 4.04 seconds. Current RSS: ~1468M. load average: 1.07 1.12 0.76 1/271 478303 auth: :job_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok304 behaves like accept metadata request305 accepts the metadata request306 avoids N+1 database queries307# [RSpecRunTime] RSpec elapsed time: 5 minutes 6.83 seconds. Current RSS: ~1467M. load average: 1.07 1.11 0.77 1/271 479308 auth: :job_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok309 behaves like accept metadata request310 accepts the metadata request311 avoids N+1 database queries312# [RSpecRunTime] RSpec elapsed time: 5 minutes 9.75 seconds. Current RSS: ~1466M. load average: 1.06 1.11 0.77 2/271 480313 auth: :job_token, package_name_type: :unscoped, request_forward: true, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok314 behaves like accept metadata request315 accepts the metadata request316 avoids N+1 database queries317# [RSpecRunTime] RSpec elapsed time: 5 minutes 12.73 seconds. Current RSS: ~1467M. load average: 1.06 1.11 0.77 1/271 481318 auth: :job_token, package_name_type: :unscoped, request_forward: false, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok319 behaves like accept metadata request320 accepts the metadata request321 avoids N+1 database queries322# [RSpecRunTime] RSpec elapsed time: 5 minutes 15.65 seconds. Current RSS: ~1469M. load average: 1.06 1.11 0.77 1/271 482323 auth: :job_token, package_name_type: :non_existing, request_forward: true, visibility: :internal, user_role: :developer, expected_result: :redirect, expected_status: :redirected324 behaves like redirect metadata request325 redirects metadata request326 auth: :job_token, package_name_type: :non_existing, request_forward: false, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found327 behaves like returning response status with error328 returns not_found and error message329 auth: :deploy_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok330 behaves like accept metadata request331 accepts the metadata request332 avoids N+1 database queries333# [RSpecRunTime] RSpec elapsed time: 5 minutes 19.48 seconds. Current RSS: ~1473M. load average: 1.06 1.11 0.77 1/271 483334 auth: :deploy_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok335 behaves like accept metadata request336 accepts the metadata request337 avoids N+1 database queries338# [RSpecRunTime] RSpec elapsed time: 5 minutes 21.93 seconds. Current RSS: ~1474M. load average: 1.05 1.11 0.77 1/271 484339 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok340 behaves like accept metadata request341 accepts the metadata request342 avoids N+1 database queries343# [RSpecRunTime] RSpec elapsed time: 5 minutes 24.13 seconds. Current RSS: ~1476M. load average: 1.05 1.11 0.77 1/271 485344 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok345 behaves like accept metadata request346 accepts the metadata request347 avoids N+1 database queries348# [RSpecRunTime] RSpec elapsed time: 5 minutes 26.29 seconds. Current RSS: ~1474M. load average: 1.13 1.12 0.78 1/271 486349 auth: :deploy_token, package_name_type: :unscoped, request_forward: true, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok350 behaves like accept metadata request351 accepts the metadata request352 avoids N+1 database queries353# [RSpecRunTime] RSpec elapsed time: 5 minutes 28.47 seconds. Current RSS: ~1475M. load average: 1.13 1.12 0.78 1/271 487354 auth: :deploy_token, package_name_type: :unscoped, request_forward: false, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok355 behaves like accept metadata request356 accepts the metadata request357 avoids N+1 database queries358# [RSpecRunTime] RSpec elapsed time: 5 minutes 30.59 seconds. Current RSS: ~1475M. load average: 1.12 1.12 0.78 1/271 488359 auth: :deploy_token, package_name_type: :non_existing, request_forward: true, visibility: :public, user_role: nil, expected_result: :redirect, expected_status: :redirected360 behaves like redirect metadata request361 redirects metadata request362 auth: :deploy_token, package_name_type: :non_existing, request_forward: false, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found363 behaves like returning response status with error364 returns not_found and error message365 auth: :deploy_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok366 behaves like accept metadata request367 accepts the metadata request368 avoids N+1 database queries369# [RSpecRunTime] RSpec elapsed time: 5 minutes 33.8 seconds. Current RSS: ~1473M. load average: 1.12 1.12 0.78 1/271 489370 auth: :deploy_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok371 behaves like accept metadata request372 accepts the metadata request373 avoids N+1 database queries374# [RSpecRunTime] RSpec elapsed time: 5 minutes 36.23 seconds. Current RSS: ~1466M. load average: 1.11 1.12 0.78 1/271 490375 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok376 behaves like accept metadata request377 accepts the metadata request378 avoids N+1 database queries379# [RSpecRunTime] RSpec elapsed time: 5 minutes 38.5 seconds. Current RSS: ~1468M. load average: 1.11 1.12 0.78 1/271 491380 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok381 behaves like accept metadata request382 accepts the metadata request383 avoids N+1 database queries384# [RSpecRunTime] RSpec elapsed time: 5 minutes 40.84 seconds. Current RSS: ~1469M. load average: 1.18 1.13 0.79 1/271 492385 auth: :deploy_token, package_name_type: :unscoped, request_forward: true, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok386 behaves like accept metadata request387 accepts the metadata request388 avoids N+1 database queries389# [RSpecRunTime] RSpec elapsed time: 5 minutes 43.05 seconds. Current RSS: ~1463M. load average: 1.18 1.13 0.79 1/272 493390 auth: :deploy_token, package_name_type: :unscoped, request_forward: false, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok391 behaves like accept metadata request392 accepts the metadata request393 avoids N+1 database queries394# [RSpecRunTime] RSpec elapsed time: 5 minutes 45.22 seconds. Current RSS: ~1465M. load average: 1.08 1.11 0.78 1/272 494395 auth: :deploy_token, package_name_type: :non_existing, request_forward: true, visibility: :private, user_role: nil, expected_result: :redirect, expected_status: :redirected396 behaves like redirect metadata request397 redirects metadata request398 auth: :deploy_token, package_name_type: :non_existing, request_forward: false, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :not_found399 behaves like returning response status with error400 returns not_found and error message401 auth: :deploy_token, package_name_type: :scoped_naming_convention, request_forward: true, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok402 behaves like accept metadata request403 accepts the metadata request404 avoids N+1 database queries405# [RSpecRunTime] RSpec elapsed time: 5 minutes 48.51 seconds. Current RSS: ~1468M. load average: 1.08 1.11 0.78 1/272 495406 auth: :deploy_token, package_name_type: :scoped_naming_convention, request_forward: false, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok407 behaves like accept metadata request408 accepts the metadata request409 avoids N+1 database queries410# [RSpecRunTime] RSpec elapsed time: 5 minutes 50.88 seconds. Current RSS: ~1468M. load average: 1.16 1.13 0.79 1/272 496411 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, request_forward: true, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok412 behaves like accept metadata request413 accepts the metadata request414 avoids N+1 database queries415# [RSpecRunTime] RSpec elapsed time: 5 minutes 53.09 seconds. Current RSS: ~1469M. load average: 1.16 1.13 0.79 1/272 497416 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, request_forward: false, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok417 behaves like accept metadata request418 accepts the metadata request419 avoids N+1 database queries420# [RSpecRunTime] RSpec elapsed time: 5 minutes 55.28 seconds. Current RSS: ~1472M. load average: 1.15 1.13 0.79 1/272 498421 auth: :deploy_token, package_name_type: :unscoped, request_forward: true, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok422 behaves like accept metadata request423 accepts the metadata request424 avoids N+1 database queries425# [RSpecRunTime] RSpec elapsed time: 5 minutes 57.5 seconds. Current RSS: ~1473M. load average: 1.15 1.13 0.79 1/272 499426 auth: :deploy_token, package_name_type: :unscoped, request_forward: false, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok427 behaves like accept metadata request428 accepts the metadata request429 avoids N+1 database queries430# [RSpecRunTime] RSpec elapsed time: 5 minutes 59.75 seconds. Current RSS: ~1468M. load average: 1.13 1.12 0.79 1/272 500431 auth: :deploy_token, package_name_type: :non_existing, request_forward: true, visibility: :internal, user_role: nil, expected_result: :redirect, expected_status: :redirected432 behaves like redirect metadata request433 redirects metadata request434 auth: :deploy_token, package_name_type: :non_existing, request_forward: false, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :not_found435 behaves like returning response status with error436 returns not_found and error message437 with a developer438 project path with a dot439 behaves like accept metadata request440 accepts the metadata request441 avoids N+1 database queries442# [RSpecRunTime] RSpec elapsed time: 6 minutes 3.65 seconds. Current RSS: ~1469M. load average: 1.13 1.12 0.79 1/272 501443 with a job token444 behaves like reject metadata request445 behaves like returning response status446 returns unauthorized447 behaves like accept get request on private project with access to package registry for everyone448 behaves like returning response status449 returns ok450 behaves like rejects invalid package names451 is expected to eq {"error"=>"package_name should be a valid file path"}452 when metadata cache exists453 returns response from metadata cache454 bumps last_downloaded_at of metadata cache455 behaves like does not enqueue a worker to sync a metadata cache456 does not enqueue a worker to sync a metadata cache457# [RSpecRunTime] RSpec elapsed time: 6 minutes 6.91 seconds. Current RSS: ~1471M. load average: 1.12 1.12 0.79 1/272 502458 when metadata cache file does not exist459 behaves like generates metadata response "on-the-fly"460 generates metadata response "on-the-fly"461 behaves like enqueue a worker to sync a metadata cache462 enqueues a worker to create a metadata cache463 when user is not authorized after exception was raised464 correctly reports an exception465 GET /api/v4/projects/:id/packages/npm/-/package/*package_name/dist-tags466 behaves like handling get dist tags requests467 with a group namespace468 behaves like handling all conditions469 auth: nil, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok470 behaves like accept package tags request471 with valid package name472 returns a valid json response473 returns two package tags474 behaves like returning response status475 returns ok476# [RSpecRunTime] RSpec elapsed time: 6 minutes 10.73 seconds. Current RSS: ~1479M. load average: 1.11 1.12 0.79 1/272 503477 behaves like track event478 behaves like a package tracking event479 creates a gitlab tracking event list_tags480 with invalid package name481 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"482 behaves like returning response status with error483 returns bad_request and error message484 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/485 behaves like returning response status with error486 returns not_found and error message487 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok488 behaves like accept package tags request489 with valid package name490 returns a valid json response491 returns two package tags492 behaves like returning response status493 returns ok494# [RSpecRunTime] RSpec elapsed time: 6 minutes 13.23 seconds. Current RSS: ~1477M. load average: 1.11 1.12 0.79 1/272 504495 behaves like track event496 behaves like a package tracking event497 creates a gitlab tracking event list_tags498 with invalid package name499 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"500 behaves like returning response status with error501 returns bad_request and error message502 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/503 behaves like returning response status with error504 returns not_found and error message505 auth: nil, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok506 behaves like accept package tags request507 with valid package name508 returns a valid json response509 returns two package tags510 behaves like returning response status511 returns ok512# [RSpecRunTime] RSpec elapsed time: 6 minutes 15.7 seconds. Current RSS: ~1481M. load average: 1.10 1.12 0.80 1/272 505513 behaves like track event514 behaves like a package tracking event515 creates a gitlab tracking event list_tags516 with invalid package name517 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"518 behaves like returning response status with error519 returns bad_request and error message520 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/521 behaves like returning response status with error522 returns not_found and error message523 auth: nil, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found524 behaves like returning response status with error525 returns not_found and error message526 auth: nil, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized527 behaves like reject package tags request528 behaves like returning response status529 returns unauthorized530 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized531 behaves like reject package tags request532 behaves like returning response status533 returns unauthorized534 auth: nil, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized535 behaves like reject package tags request536 behaves like returning response status537 returns unauthorized538 auth: nil, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized539 behaves like reject package tags request540 behaves like returning response status541 returns unauthorized542 auth: nil, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized543 behaves like reject package tags request544 behaves like returning response status545 returns unauthorized546 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized547 behaves like reject package tags request548 behaves like returning response status549 returns unauthorized550 auth: nil, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized551 behaves like reject package tags request552 behaves like returning response status553 returns unauthorized554 auth: nil, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized555 behaves like reject package tags request556 behaves like returning response status557 returns unauthorized558 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok559 behaves like accept package tags request560 with valid package name561 returns a valid json response562 returns two package tags563 behaves like returning response status564 returns ok565# [RSpecRunTime] RSpec elapsed time: 6 minutes 22.77 seconds. Current RSS: ~1479M. load average: 1.10 1.11 0.80 1/272 506566 behaves like track event567 behaves like a package tracking event568 creates a gitlab tracking event list_tags569 with invalid package name570 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"571 behaves like returning response status with error572 returns bad_request and error message573 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/574 behaves like returning response status with error575 returns not_found and error message576 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :reporter, 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: 6 minutes 27.3 seconds. Current RSS: ~1474M. load average: 1.01 1.10 0.79 1/272 507584 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: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok595 behaves like accept package tags request596 with valid package name597 returns a valid json response598 returns two package tags599 behaves like returning response status600 returns ok601# [RSpecRunTime] RSpec elapsed time: 6 minutes 31.76 seconds. Current RSS: ~1469M. load average: 1.01 1.09 0.79 1/272 508602 behaves like track event603 behaves like a package tracking event604 creates a gitlab tracking event list_tags605 with invalid package name606 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"607 behaves like returning response status with error608 returns bad_request and error message609 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/610 behaves like returning response status with error611 returns not_found and error message612 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok613 behaves like accept package tags request614 with valid package name615 returns a valid json response616 returns two package tags617 behaves like returning response status618 returns ok619# [RSpecRunTime] RSpec elapsed time: 6 minutes 36.33 seconds. Current RSS: ~1468M. load average: 1.01 1.09 0.80 1/272 509620 behaves like track event621 behaves like a package tracking event622 creates a gitlab tracking event list_tags623 with invalid package name624 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"625 behaves like returning response status with error626 returns bad_request and error message627 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/628 behaves like returning response status with error629 returns not_found and error message630 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :guest, 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: 6 minutes 40.85 seconds. Current RSS: ~1468M. load average: 1.09 1.11 0.80 1/272 510638 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: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok649 behaves like accept package tags request650 with valid package name651 returns a valid json response652 returns two package tags653 behaves like returning response status654 returns ok655# [RSpecRunTime] RSpec elapsed time: 6 minutes 45.33 seconds. Current RSS: ~1467M. load average: 1.08 1.10 0.80 1/272 511656 behaves like track event657 behaves like a package tracking event658 creates a gitlab tracking event list_tags659 with invalid package name660 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"661 behaves like returning response status with error662 returns bad_request and error message663 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/664 behaves like returning response status with error665 returns not_found and error message666 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :not_found667 behaves like returning response status with error668 returns not_found and error message669 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :reporter, expected_result: :reject, expected_status: :not_found670 behaves like returning response status with error671 returns not_found and error message672 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden673 behaves like reject package tags request674 behaves like returning response status675 returns forbidden676 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok677 behaves like accept package tags request678 with valid package name679 returns a valid json response680 returns two package tags681 behaves like returning response status682 returns ok683# [RSpecRunTime] RSpec elapsed time: 6 minutes 52.08 seconds. Current RSS: ~1465M. load average: 1.07 1.10 0.81 1/272 512684 behaves like track event685 behaves like a package tracking event686 creates a gitlab tracking event list_tags687 with invalid package name688 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"689 behaves like returning response status with error690 returns bad_request and error message691 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/692 behaves like returning response status with error693 returns not_found and error message694 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden695 behaves like reject package tags request696 behaves like returning response status697 returns forbidden698 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok699 behaves like accept package tags request700 with valid package name701 returns a valid json response702 returns two package tags703 behaves like returning response status704 returns ok705# [RSpecRunTime] RSpec elapsed time: 6 minutes 57.71 seconds. Current RSS: ~1470M. load average: 1.07 1.10 0.81 1/272 513706 behaves like track event707 behaves like a package tracking event708 creates a gitlab tracking event list_tags709 with invalid package name710 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"711 behaves like returning response status with error712 returns bad_request and error message713 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/714 behaves like returning response status with error715 returns not_found and error message716 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden717 behaves like reject package tags request718 behaves like returning response status719 returns forbidden720 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok721 behaves like accept package tags request722 with valid package name723 returns a valid json response724 returns two package tags725 behaves like returning response status726 returns ok727# [RSpecRunTime] RSpec elapsed time: 7 minutes 3.08 seconds. Current RSS: ~1472M. load average: 1.06 1.10 0.81 1/272 514728 behaves like track event729 behaves like a package tracking event730 creates a gitlab tracking event list_tags731 with invalid package name732 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"733 behaves like returning response status with error734 returns bad_request and error message735 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/736 behaves like returning response status with error737 returns not_found and error message738 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden739 behaves like reject package tags request740 behaves like returning response status741 returns forbidden742 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :reporter, expected_result: :reject, expected_status: :not_found743 behaves like returning response status with error744 returns not_found and error message745 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok746 behaves like accept package tags request747 with valid package name748 returns a valid json response749 returns two package tags750 behaves like returning response status751 returns ok752# [RSpecRunTime] RSpec elapsed time: 7 minutes 9.36 seconds. Current RSS: ~1475M. load average: 1.06 1.10 0.81 1/272 515753 behaves like track event754 behaves like a package tracking event755 creates a gitlab tracking event list_tags756 with invalid package name757 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"758 behaves like returning response status with error759 returns bad_request and error message760 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/761 behaves like returning response status with error762 returns not_found and error message763 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok764 behaves like accept package tags request765 with valid package name766 returns a valid json response767 returns two package tags768 behaves like returning response status769 returns ok770# [RSpecRunTime] RSpec elapsed time: 7 minutes 14.26 seconds. Current RSS: ~1476M. load average: 1.05 1.10 0.81 1/272 516771 behaves like track event772 behaves like a package tracking event773 creates a gitlab tracking event list_tags774 with invalid package name775 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"776 behaves like returning response status with error777 returns bad_request and error message778 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/779 behaves like returning response status with error780 returns not_found and error message781 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok782 behaves like accept package tags request783 with valid package name784 returns a valid json response785 returns two package tags786 behaves like returning response status787 returns ok788# [RSpecRunTime] RSpec elapsed time: 7 minutes 19.26 seconds. Current RSS: ~1475M. load average: 1.05 1.09 0.81 1/272 517789 behaves like track event790 behaves like a package tracking event791 creates a gitlab tracking event list_tags792 with invalid package name793 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"794 behaves like returning response status with error795 returns bad_request and error message796 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/797 behaves like returning response status with error798 returns not_found and error message799 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok800 behaves like accept package tags request801 with valid package name802 returns a valid json response803 returns two package tags804 behaves like returning response status805 returns ok806# [RSpecRunTime] RSpec elapsed time: 7 minutes 24.27 seconds. Current RSS: ~1475M. load average: 1.04 1.09 0.81 1/272 518807 behaves like track event808 behaves like a package tracking event809 creates a gitlab tracking event list_tags810 with invalid package name811 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"812 behaves like returning response status with error813 returns bad_request and error message814 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/815 behaves like returning response status with error816 returns not_found and error message817 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok818 behaves like accept package tags request819 with valid package name820 returns a valid json response821 returns two package tags822 behaves like returning response status823 returns ok824# [RSpecRunTime] RSpec elapsed time: 7 minutes 29.29 seconds. Current RSS: ~1475M. load average: 1.04 1.09 0.82 1/272 519825 behaves like track event826 behaves like a package tracking event827 creates a gitlab tracking event list_tags828# [RSpecRunTime] RSpec elapsed time: 7 minutes 30.37 seconds. Current RSS: ~1475M. load average: 1.04 1.09 0.82 1/272 520829 with invalid package name830 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"831 behaves like returning response status with error832 returns bad_request and error message833 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/834 behaves like returning response status with error835 returns not_found and error message836 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok837 behaves like accept package tags request838 with valid package name839 returns a valid json response840 returns two package tags841 behaves like returning response status842 returns ok843# [RSpecRunTime] RSpec elapsed time: 7 minutes 34.42 seconds. Current RSS: ~1470M. load average: 1.04 1.09 0.82 1/272 521844 behaves like track event845 behaves like a package tracking event846 creates a gitlab tracking event list_tags847# [RSpecRunTime] RSpec elapsed time: 7 minutes 35.9 seconds. Current RSS: ~1469M. load average: 1.03 1.09 0.82 1/273 523848 with invalid package name849 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"850 behaves like returning response status with error851 returns bad_request and error message852 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/853 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: 7 minutes 41.23 seconds. Current RSS: ~1472M. load average: 1.03 1.08 0.82 1/273 524869 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: 7 minutes 45.73 seconds. Current RSS: ~1471M. load average: 1.03 1.08 0.82 1/273 525887 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 accept package tags request899 with valid package name900 returns a valid json response901 returns two package tags902 behaves like returning response status903 returns ok904# [RSpecRunTime] RSpec elapsed time: 7 minutes 50.24 seconds. Current RSS: ~1472M. load average: 1.02 1.08 0.82 1/273 526905 behaves like track event906 behaves like a package tracking event907 creates a gitlab tracking event list_tags908 with invalid package name909 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"910 behaves like returning response status with error911 returns bad_request and error message912 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/913 behaves like returning response status with error914 returns not_found and error message915 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok916 behaves like accept package tags request917 with valid package name918 returns a valid json response919 returns two package tags920 behaves like returning response status921 returns ok922# [RSpecRunTime] RSpec elapsed time: 7 minutes 54.66 seconds. Current RSS: ~1469M. load average: 1.02 1.08 0.82 1/273 527923 behaves like track event924 behaves like a package tracking event925 creates a gitlab tracking event list_tags926 with invalid package name927 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"928 behaves like returning response status with error929 returns bad_request and error message930 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/931 behaves like returning response status with error932 returns not_found and error message933 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok934 behaves like accept package tags request935 with valid package name936 returns a valid json response937 returns two package tags938 behaves like returning response status939 returns ok940# [RSpecRunTime] RSpec elapsed time: 7 minutes 59.18 seconds. Current RSS: ~1466M. load average: 1.02 1.08 0.82 1/273 528941 behaves like track event942 behaves like a package tracking event943 creates a gitlab tracking event list_tags944 with invalid package name945 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"946 behaves like returning response status with error947 returns bad_request and error message948 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/949 behaves like returning response status with error950 returns not_found and error message951 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok952 behaves like accept package tags request953 with valid package name954 returns a valid json response955 returns two package tags956 behaves like returning response status957 returns ok958# [RSpecRunTime] RSpec elapsed time: 8 minutes 3.67 seconds. Current RSS: ~1466M. load average: 1.02 1.08 0.82 1/273 529959 behaves like track event960 behaves like a package tracking event961 creates a gitlab tracking event list_tags962 with invalid package name963 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"964 behaves like returning response status with error965 returns bad_request and error message966 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/967 behaves like returning response status with error968 returns not_found and error message969 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :not_found970 behaves like returning response status with error971 returns not_found and error message972 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :reporter, expected_result: :reject, expected_status: :not_found973 behaves like returning response status with error974 returns not_found and error message975 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden976 behaves like reject package tags request977 behaves like returning response status978 returns forbidden979 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok980 behaves like accept package tags request981 with valid package name982 returns a valid json response983 returns two package tags984 behaves like returning response status985 returns ok986# [RSpecRunTime] RSpec elapsed time: 8 minutes 10.3 seconds. Current RSS: ~1466M. load average: 1.02 1.08 0.83 1/273 530987 behaves like track event988 behaves like a package tracking event989 creates a gitlab tracking event list_tags990 with invalid package name991 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"992 behaves like returning response status with error993 returns bad_request and error message994 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/995 behaves like returning response status with error996 returns not_found and error message997 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden998 behaves like reject package tags request999 behaves like returning response status1000 returns forbidden1001 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok1002 behaves like accept package tags request1003 with valid package name1004 returns a valid json response1005 returns two package tags1006 behaves like returning response status1007 returns ok1008# [RSpecRunTime] RSpec elapsed time: 8 minutes 15.88 seconds. Current RSS: ~1466M. load average: 1.02 1.07 0.83 1/273 5311009 behaves like track event1010 behaves like a package tracking event1011 creates a gitlab tracking event list_tags1012 with invalid package name1013 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1014 behaves like returning response status with error1015 returns bad_request and error message1016 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1017 behaves like returning response status with error1018 returns not_found and error message1019 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1020 behaves like reject package tags request1021 behaves like returning response status1022 returns forbidden1023 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok1024 behaves like accept package tags request1025 with valid package name1026 returns a valid json response1027 returns two package tags1028 behaves like returning response status1029 returns ok1030# [RSpecRunTime] RSpec elapsed time: 8 minutes 21.48 seconds. Current RSS: ~1464M. load average: 1.09 1.09 0.83 1/273 5321031 behaves like track event1032 behaves like a package tracking event1033 creates a gitlab tracking event list_tags1034 with invalid package name1035 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1036 behaves like returning response status with error1037 returns bad_request and error message1038 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1039 behaves like returning response status with error1040 returns not_found and error message1041 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1042 behaves like reject package tags request1043 behaves like returning response status1044 returns forbidden1045 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :reporter, expected_result: :reject, expected_status: :not_found1046 behaves like returning response status with error1047 returns not_found and error message1048 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok1049 behaves like accept package tags request1050 with valid package name1051 returns a valid json response1052 returns two package tags1053 behaves like returning response status1054 returns ok1055# [RSpecRunTime] RSpec elapsed time: 8 minutes 27.82 seconds. Current RSS: ~1465M. load average: 1.09 1.09 0.83 1/275 5331056 behaves like track event1057 behaves like a package tracking event1058 creates a gitlab tracking event list_tags1059 with invalid package name1060 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1061 behaves like returning response status with error1062 returns bad_request and error message1063 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1064 behaves like returning response status with error1065 returns not_found and error message1066 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok1067 behaves like accept package tags request1068 with valid package name1069 returns a valid json response1070 returns two package tags1071 behaves like returning response status1072 returns ok1073# [RSpecRunTime] RSpec elapsed time: 8 minutes 32.64 seconds. Current RSS: ~1464M. load average: 1.16 1.10 0.84 1/277 5341074 behaves like track event1075 behaves like a package tracking event1076 creates a gitlab tracking event list_tags1077 with invalid package name1078 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1079 behaves like returning response status with error1080 returns bad_request and error message1081 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1082 behaves like returning response status with error1083 returns not_found and error message1084 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok1085 behaves like accept package tags request1086 with valid package name1087 returns a valid json response1088 returns two package tags1089 behaves like returning response status1090 returns ok1091# [RSpecRunTime] RSpec elapsed time: 8 minutes 37.44 seconds. Current RSS: ~1464M. load average: 1.31 1.14 0.85 1/277 5351092 behaves like track event1093 behaves like a package tracking event1094 creates a gitlab tracking event list_tags1095 with invalid package name1096 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1097 behaves like returning response status with error1098 returns bad_request and error message1099 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1100 behaves like returning response status with error1101 returns not_found and error message1102 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok1103 behaves like accept package tags request1104 with valid package name1105 returns a valid json response1106 returns two package tags1107 behaves like returning response status1108 returns ok1109# [RSpecRunTime] RSpec elapsed time: 8 minutes 42.22 seconds. Current RSS: ~1466M. load average: 1.28 1.13 0.85 1/277 5361110 behaves like track event1111 behaves like a package tracking event1112 creates a gitlab tracking event list_tags1113 with invalid package name1114 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1115 behaves like returning response status with error1116 returns bad_request and error message1117 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1118 behaves like returning response status with error1119 returns not_found and error message1120 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok1121 behaves like accept package tags request1122 with valid package name1123 returns a valid json response1124 returns two package tags1125 behaves like returning response status1126 returns ok1127# [RSpecRunTime] RSpec elapsed time: 8 minutes 46.85 seconds. Current RSS: ~1467M. load average: 1.26 1.13 0.85 1/277 5371128 behaves like track event1129 behaves like a package tracking event1130 creates a gitlab tracking event list_tags1131 with invalid package name1132 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1133 behaves like returning response status with error1134 returns bad_request and error message1135 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1136 behaves like returning response status with error1137 returns not_found and error message1138 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok1139 behaves like accept package tags request1140 with valid package name1141 returns a valid json response1142 returns two package tags1143 behaves like returning response status1144 returns ok1145# [RSpecRunTime] RSpec elapsed time: 8 minutes 51.67 seconds. Current RSS: ~1465M. load average: 1.24 1.13 0.86 1/277 5381146 behaves like track event1147 behaves like a package tracking event1148 creates a gitlab tracking event list_tags1149 with invalid package name1150 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1151 behaves like returning response status with error1152 returns bad_request and error message1153 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1154 behaves like returning response status with error1155 returns not_found and error message1156 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :not_found1157 behaves like returning response status with error1158 returns not_found and error message1159 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :reporter, expected_result: :reject, expected_status: :not_found1160 behaves like returning response status with error1161 returns not_found and error message1162 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1163 behaves like accept package tags request1164 with valid package name1165 returns a valid json response1166 returns two package tags1167 behaves like returning response status1168 returns ok1169# [RSpecRunTime] RSpec elapsed time: 8 minutes 58.02 seconds. Current RSS: ~1466M. load average: 1.22 1.13 0.86 1/279 5391170 behaves like track event1171 behaves like a package tracking event1172 creates a gitlab tracking event list_tags1173 with invalid package name1174 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1175 behaves like returning response status with error1176 returns bad_request and error message1177 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1178 behaves like returning response status with error1179 returns not_found and error message1180 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1181 behaves like accept package tags request1182 with valid package name1183 returns a valid json response1184 returns two package tags1185 behaves like returning response status1186 returns ok1187# [RSpecRunTime] RSpec elapsed time: 9 minutes 4.41 seconds. Current RSS: ~1466M. load average: 1.20 1.12 0.86 1/279 5401188 behaves like track event1189 behaves like a package tracking event1190 creates a gitlab tracking event list_tags1191 with invalid package name1192 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1193 behaves like returning response status with error1194 returns bad_request and error message1195 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1196 behaves like returning response status with error1197 returns not_found and error message1198 auth: :job_token, package_name_type: :unscoped, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1199 behaves like accept package tags request1200 with valid package name1201 returns a valid json response1202 returns two package tags1203 behaves like returning response status1204 returns ok1205# [RSpecRunTime] RSpec elapsed time: 9 minutes 8.73 seconds. Current RSS: ~1477M. load average: 1.18 1.12 0.86 1/279 5411206 behaves like track event1207 behaves like a package tracking event1208 creates a gitlab tracking event list_tags1209 with invalid package name1210 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1211 behaves like returning response status with error1212 returns bad_request and error message1213 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1214 behaves like returning response status with error1215 returns not_found and error message1216 auth: :job_token, package_name_type: :non_existing, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found1217 behaves like returning response status with error1218 returns not_found and error message1219 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1220 behaves like accept package tags request1221 with valid package name1222 returns a valid json response1223 returns two package tags1224 behaves like returning response status1225 returns ok1226# [RSpecRunTime] RSpec elapsed time: 9 minutes 14.2 seconds. Current RSS: ~1489M. load average: 1.17 1.12 0.86 1/279 5421227 behaves like track event1228 behaves like a package tracking event1229 creates a gitlab tracking event list_tags1230 with invalid package name1231 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1232 behaves like returning response status with error1233 returns bad_request and error message1234 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1235 behaves like returning response status with error1236 returns not_found and error message1237 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1238 behaves like accept package tags request1239 with valid package name1240 returns a valid json response1241 returns two package tags1242 behaves like returning response status1243 returns ok1244# [RSpecRunTime] RSpec elapsed time: 9 minutes 19.08 seconds. Current RSS: ~1486M. load average: 1.16 1.12 0.86 1/279 5431245 behaves like track event1246 behaves like a package tracking event1247 creates a gitlab tracking event list_tags1248 with invalid package name1249 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1250 behaves like returning response status with error1251 returns bad_request and error message1252 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1253 behaves like returning response status with error1254 returns not_found and error message1255 auth: :job_token, package_name_type: :unscoped, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1256 behaves like accept package tags request1257 with valid package name1258 returns a valid json response1259 returns two package tags1260 behaves like returning response status1261 returns ok1262# [RSpecRunTime] RSpec elapsed time: 9 minutes 24.0 seconds. Current RSS: ~1489M. load average: 1.14 1.11 0.86 1/279 5441263 behaves like track event1264 behaves like a package tracking event1265 creates a gitlab tracking event list_tags1266 with invalid package name1267 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1268 behaves like returning response status with error1269 returns bad_request and error message1270 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1271 behaves like returning response status with error1272 returns not_found and error message1273 auth: :job_token, package_name_type: :non_existing, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found1274 behaves like returning response status with error1275 returns not_found and error message1276 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1277 behaves like accept package tags request1278 with valid package name1279 returns a valid json response1280 returns two package tags1281 behaves like returning response status1282 returns ok1283# [RSpecRunTime] RSpec elapsed time: 9 minutes 29.76 seconds. Current RSS: ~1487M. load average: 1.12 1.11 0.86 1/279 5451284 behaves like track event1285 behaves like a package tracking event1286 creates a gitlab tracking event list_tags1287 with invalid package name1288 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1289 behaves like returning response status with error1290 returns bad_request and error message1291 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1292 behaves like returning response status with error1293 returns not_found and error message1294 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1295 behaves like accept package tags request1296 with valid package name1297 returns a valid json response1298 returns two package tags1299 behaves like returning response status1300 returns ok1301# [RSpecRunTime] RSpec elapsed time: 9 minutes 34.53 seconds. Current RSS: ~1486M. load average: 1.12 1.11 0.86 1/279 5461302 behaves like track event1303 behaves like a package tracking event1304 creates a gitlab tracking event list_tags1305 with invalid package name1306 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1307 behaves like returning response status with error1308 returns bad_request and error message1309 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1310 behaves like returning response status with error1311 returns not_found and error message1312 auth: :job_token, package_name_type: :unscoped, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1313 behaves like accept package tags request1314 with valid package name1315 returns a valid json response1316 returns two package tags1317 behaves like returning response status1318 returns ok1319# [RSpecRunTime] RSpec elapsed time: 9 minutes 39.29 seconds. Current RSS: ~1487M. load average: 1.11 1.11 0.86 1/279 5471320 behaves like track event1321 behaves like a package tracking event1322 creates a gitlab tracking event list_tags1323 with invalid package name1324 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 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1328 behaves like returning response status with error1329 returns not_found and error message1330 auth: :job_token, package_name_type: :non_existing, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found1331 behaves like returning response status with error1332 returns not_found and error message1333 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok1334 behaves like accept package tags request1335 with valid package name1336 returns a valid json response1337 returns two package tags1338 behaves like returning response status1339 returns ok1340# [RSpecRunTime] RSpec elapsed time: 9 minutes 44.16 seconds. Current RSS: ~1488M. load average: 1.10 1.11 0.87 1/279 5481341 behaves like track event1342 behaves like a package tracking event1343 creates a gitlab tracking event list_tags1344 with invalid package name1345 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1346 behaves like returning response status with error1347 returns bad_request and error message1348 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1349 behaves like returning response status with error1350 returns not_found and error message1351 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok1352 behaves like accept package tags request1353 with valid package name1354 returns a valid json response1355 returns two package tags1356 behaves like returning response status1357 returns ok1358# [RSpecRunTime] RSpec elapsed time: 9 minutes 46.8 seconds. Current RSS: ~1491M. load average: 1.09 1.10 0.87 1/279 5491359 behaves like track event1360 behaves like a package tracking event1361 creates a gitlab tracking event list_tags1362 with invalid package name1363 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1364 behaves like returning response status with error1365 returns bad_request and error message1366 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1367 behaves like returning response status with error1368 returns not_found and error message1369 auth: :deploy_token, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok1370 behaves like accept package tags request1371 with valid package name1372 returns a valid json response1373 returns two package tags1374 behaves like returning response status1375 returns ok1376# [RSpecRunTime] RSpec elapsed time: 9 minutes 49.31 seconds. Current RSS: ~1505M. load average: 1.09 1.10 0.87 1/279 5501377 behaves like track event1378 behaves like a package tracking event1379 creates a gitlab tracking event list_tags1380 with invalid package name1381 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1382 behaves like returning response status with error1383 returns bad_request and error message1384 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1385 behaves like returning response status with error1386 returns not_found and error message1387 auth: :deploy_token, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found1388 behaves like returning response status with error1389 returns not_found and error message1390 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok1391 behaves like accept package tags request1392 with valid package name1393 returns a valid json response1394 returns two package tags1395 behaves like returning response status1396 returns ok1397# [RSpecRunTime] RSpec elapsed time: 9 minutes 52.55 seconds. Current RSS: ~1506M. load average: 1.09 1.10 0.87 1/279 5511398 behaves like track event1399 behaves like a package tracking event1400 creates a gitlab tracking event list_tags1401 with invalid package name1402 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1403 behaves like returning response status with error1404 returns bad_request and error message1405 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1406 behaves like returning response status with error1407 returns not_found and error message1408 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok1409 behaves like accept package tags request1410 with valid package name1411 returns a valid json response1412 returns two package tags1413 behaves like returning response status1414 returns ok1415# [RSpecRunTime] RSpec elapsed time: 9 minutes 55.61 seconds. Current RSS: ~1507M. load average: 1.08 1.10 0.87 1/279 5521416 behaves like track event1417 behaves like a package tracking event1418 creates a gitlab tracking event list_tags1419 with invalid package name1420 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1421 behaves like returning response status with error1422 returns bad_request and error message1423 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1424 behaves like returning response status with error1425 returns not_found and error message1426 auth: :deploy_token, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok1427 behaves like accept package tags request1428 with valid package name1429 returns a valid json response1430 returns two package tags1431 behaves like returning response status1432 returns ok1433# [RSpecRunTime] RSpec elapsed time: 9 minutes 58.57 seconds. Current RSS: ~1501M. load average: 1.08 1.10 0.87 1/279 5531434 behaves like track event1435 behaves like a package tracking event1436 creates a gitlab tracking event list_tags1437 with invalid package name1438 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1439 behaves like returning response status with error1440 returns bad_request and error message1441 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1442 behaves like returning response status with error1443 returns not_found and error message1444 auth: :deploy_token, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :not_found1445 behaves like returning response status with error1446 returns not_found and error message1447 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok1448 behaves like accept package tags request1449 with valid package name1450 returns a valid json response1451 returns two package tags1452 behaves like returning response status1453 returns ok1454# [RSpecRunTime] RSpec elapsed time: 10 minutes 2.11 seconds. Current RSS: ~1489M. load average: 1.07 1.10 0.87 1/279 5541455 behaves like track event1456 behaves like a package tracking event1457 creates a gitlab tracking event list_tags1458 with invalid package name1459 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1460 behaves like returning response status with error1461 returns bad_request and error message1462 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1463 behaves like returning response status with error1464 returns not_found and error message1465 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok1466 behaves like accept package tags request1467 with valid package name1468 returns a valid json response1469 returns two package tags1470 behaves like returning response status1471 returns ok1472# [RSpecRunTime] RSpec elapsed time: 10 minutes 5.15 seconds. Current RSS: ~1491M. load average: 1.07 1.10 0.87 1/279 5551473 behaves like track event1474 behaves like a package tracking event1475 creates a gitlab tracking event list_tags1476 with invalid package name1477 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1478 behaves like returning response status with error1479 returns bad_request and error message1480 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1481 behaves like returning response status with error1482 returns not_found and error message1483 auth: :deploy_token, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok1484 behaves like accept package tags request1485 with valid package name1486 returns a valid json response1487 returns two package tags1488 behaves like returning response status1489 returns ok1490# [RSpecRunTime] RSpec elapsed time: 10 minutes 8.06 seconds. Current RSS: ~1492M. load average: 1.07 1.10 0.87 1/279 5561491 behaves like track event1492 behaves like a package tracking event1493 creates a gitlab tracking event list_tags1494 with invalid package name1495 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1496 behaves like returning response status with error1497 returns bad_request and error message1498 package_name: nil, status: :not_found, error: /\A(Packages|Project) not found\z/1499 behaves like returning response status with error1500 returns not_found and error message1501 auth: :deploy_token, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :not_found1502 behaves like returning response status with error1503 returns not_found and error message1504 behaves like accept get request on private project with access to package registry for everyone1505 behaves like returning response status1506 returns ok1507 PUT /api/v4/projects/:id/packages/npm/-/package/*package_name/dist-tags/:tag1508 behaves like handling create dist tag requests1509 with a group namespace1510 behaves like handling all conditions1511 behaves like handling different package names, visibilities and user roles for tags create or delete1512 auth: nil, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized1513 behaves like reject create package tag request1514 behaves like returning response status1515 returns unauthorized1516 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized1517 behaves like reject create package tag request1518 behaves like returning response status1519 returns unauthorized1520 auth: nil, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized1521 behaves like reject create package tag request1522 behaves like returning response status1523 returns unauthorized1524 auth: nil, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized1525 behaves like reject create package tag request1526 behaves like returning response status1527 returns unauthorized1528 auth: nil, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized1529 behaves like reject create package tag request1530 behaves like returning response status1531 returns unauthorized1532 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized1533 behaves like reject create package tag request1534 behaves like returning response status1535 returns unauthorized1536 auth: nil, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized1537 behaves like reject create package tag request1538 behaves like returning response status1539 returns unauthorized1540 auth: nil, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized1541 behaves like reject create package tag request1542 behaves like returning response status1543 returns unauthorized1544 auth: nil, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized1545 behaves like reject create package tag request1546 behaves like returning response status1547 returns unauthorized1548 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized1549 behaves like reject create package tag request1550 behaves like returning response status1551 returns unauthorized1552 auth: nil, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized1553 behaves like reject create package tag request1554 behaves like returning response status1555 returns unauthorized1556 auth: nil, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized1557 behaves like reject create package tag request1558 behaves like returning response status1559 returns unauthorized1560 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden1561 behaves like reject create package tag request1562 behaves like returning response status1563 returns forbidden1564 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1565 behaves like accept create package tag request1566 with valid package name1567 creates the package tag1568 returns a valid response1569 behaves like returning response status1570 returns no_content1571# [RSpecRunTime] RSpec elapsed time: 10 minutes 17.7 seconds. Current RSS: ~1494M. load average: 1.06 1.09 0.87 1/279 5571572 behaves like track event1573 behaves like a package tracking event1574 creates a gitlab tracking event create_tag1575 with already existing tag1576 reuses existing tag1577 returns a valid response1578 behaves like returning response status1579 returns no_content1580# [RSpecRunTime] RSpec elapsed time: 10 minutes 21.05 seconds. Current RSS: ~1486M. load average: 1.05 1.09 0.87 1/279 5581581 with ActiveRecord::RecordInvalid error1582 behaves like returning response status with error1583 returns bad_request and error message1584 with invalid package name1585 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1586 behaves like returning response status with error1587 returns not_found and error message1588 package_name: "", status: :not_found, error: "404 Not Found"1589 behaves like returning response status with error1590 returns not_found and error message1591 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1592 behaves like returning response status with error1593 returns bad_request and error message1594 with invalid tag name1595 tag_name: "", status: :not_found, error: "404 Not Found"1596 behaves like returning response status with error1597 returns not_found and error message1598 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1599 behaves like returning response status with error1600 returns bad_request and error message1601 with invalid version1602 version: " ", status: :bad_request, error: "\"Version\" not given"1603 behaves like returning response status with error1604 returns bad_request and error message1605 version: "", status: :bad_request, error: "\"Version\" not given"1606 behaves like returning response status with error1607 returns bad_request and error message1608 version: nil, status: :bad_request, error: "\"Version\" not given"1609 behaves like returning response status with error1610 returns bad_request and error message1611 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden1612 behaves like reject create package tag request1613 behaves like returning response status1614 returns forbidden1615 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1616 behaves like accept create package tag request1617 with valid package name1618 creates the package tag1619 returns a valid response1620 behaves like returning response status1621 returns no_content1622# [RSpecRunTime] RSpec elapsed time: 10 minutes 29.97 seconds. Current RSS: ~1485M. load average: 0.97 1.07 0.87 1/279 5591623 behaves like track event1624 behaves like a package tracking event1625 creates a gitlab tracking event create_tag1626 with already existing tag1627 reuses existing tag1628 returns a valid response1629 behaves like returning response status1630 returns no_content1631# [RSpecRunTime] RSpec elapsed time: 10 minutes 33.15 seconds. Current RSS: ~1485M. load average: 0.97 1.07 0.87 1/279 5601632 with ActiveRecord::RecordInvalid error1633 behaves like returning response status with error1634 returns bad_request and error message1635 with invalid package name1636 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1637 behaves like returning response status with error1638 returns not_found and error message1639 package_name: "", status: :not_found, error: "404 Not Found"1640 behaves like returning response status with error1641 returns not_found and error message1642 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1643 behaves like returning response status with error1644 returns bad_request and error message1645 with invalid tag name1646 tag_name: "", status: :not_found, error: "404 Not Found"1647 behaves like returning response status with error1648 returns not_found and error message1649 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1650 behaves like returning response status with error1651 returns bad_request and error message1652 with invalid version1653 version: " ", status: :bad_request, error: "\"Version\" not given"1654 behaves like returning response status with error1655 returns bad_request and error message1656 version: "", status: :bad_request, error: "\"Version\" not given"1657 behaves like returning response status with error1658 returns bad_request and error message1659 version: nil, status: :bad_request, error: "\"Version\" not given"1660 behaves like returning response status with error1661 returns bad_request and error message1662 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden1663 behaves like reject create package tag request1664 behaves like returning response status1665 returns forbidden1666 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok1667 behaves like accept create package tag request1668 with valid package name1669 creates the package tag1670 returns a valid response1671 behaves like returning response status1672 returns no_content1673# [RSpecRunTime] RSpec elapsed time: 10 minutes 42.01 seconds. Current RSS: ~1479M. load average: 1.05 1.08 0.88 1/279 5611674 behaves like track event1675 behaves like a package tracking event1676 creates a gitlab tracking event create_tag1677 with already existing tag1678 reuses existing tag1679 returns a valid response1680 behaves like returning response status1681 returns no_content1682# [RSpecRunTime] RSpec elapsed time: 10 minutes 45.28 seconds. Current RSS: ~1484M. load average: 1.04 1.08 0.88 1/278 5621683 with ActiveRecord::RecordInvalid error1684 behaves like returning response status with error1685 returns bad_request and error message1686 with invalid package name1687 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1688 behaves like returning response status with error1689 returns not_found and error message1690 package_name: "", status: :not_found, error: "404 Not Found"1691 behaves like returning response status with error1692 returns not_found and error message1693 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1694 behaves like returning response status with error1695 returns bad_request and error message1696 with invalid tag name1697 tag_name: "", status: :not_found, error: "404 Not Found"1698 behaves like returning response status with error1699 returns not_found and error message1700 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1701 behaves like returning response status with error1702 returns bad_request and error message1703 with invalid version1704 version: " ", status: :bad_request, error: "\"Version\" not given"1705 behaves like returning response status with error1706 returns bad_request and error message1707 version: "", status: :bad_request, error: "\"Version\" not given"1708 behaves like returning response status with error1709 returns bad_request and error message1710 version: nil, status: :bad_request, error: "\"Version\" not given"1711 behaves like returning response status with error1712 returns bad_request and error message1713 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden1714 behaves like reject create package tag request1715 behaves like returning response status1716 returns forbidden1717 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found1718 behaves like returning response status with error1719 returns not_found and error message1720 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1721 behaves like reject create package tag request1722 behaves like returning response status1723 returns forbidden1724 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1725 behaves like accept create package tag request1726 with valid package name1727 creates the package tag1728 returns a valid response1729 behaves like returning response status1730 returns no_content1731# [RSpecRunTime] RSpec elapsed time: 10 minutes 55.72 seconds. Current RSS: ~1482M. load average: 0.96 1.06 0.87 1/278 5631732 behaves like track event1733 behaves like a package tracking event1734 creates a gitlab tracking event create_tag1735 with already existing tag1736 reuses existing tag1737 returns a valid response1738 behaves like returning response status1739 returns no_content1740# [RSpecRunTime] RSpec elapsed time: 10 minutes 59.09 seconds. Current RSS: ~1482M. load average: 0.96 1.06 0.87 1/278 5641741 with ActiveRecord::RecordInvalid error1742 behaves like returning response status with error1743 returns bad_request and error message1744 with invalid package name1745 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1746 behaves like returning response status with error1747 returns not_found and error message1748 package_name: "", status: :not_found, error: "404 Not Found"1749 behaves like returning response status with error1750 returns not_found and error message1751 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1752 behaves like returning response status with error1753 returns bad_request and error message1754 with invalid tag name1755 tag_name: "", status: :not_found, error: "404 Not Found"1756 behaves like returning response status with error1757 returns not_found and error message1758 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1759 behaves like returning response status with error1760 returns bad_request and error message1761 with invalid version1762 version: " ", status: :bad_request, error: "\"Version\" not given"1763 behaves like returning response status with error1764 returns bad_request and error message1765 version: "", status: :bad_request, error: "\"Version\" not given"1766 behaves like returning response status with error1767 returns bad_request and error message1768 version: nil, status: :bad_request, error: "\"Version\" not given"1769 behaves like returning response status with error1770 returns bad_request and error message1771 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1772 behaves like reject create package tag request1773 behaves like returning response status1774 returns forbidden1775 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1776 behaves like accept create package tag request1777 with valid package name1778 creates the package tag1779 returns a valid response1780 behaves like returning response status1781 returns no_content1782# [RSpecRunTime] RSpec elapsed time: 11 minutes 8.73 seconds. Current RSS: ~1479M. load average: 0.97 1.06 0.88 1/278 5651783 behaves like track event1784 behaves like a package tracking event1785 creates a gitlab tracking event create_tag1786 with already existing tag1787 reuses existing tag1788 returns a valid response1789 behaves like returning response status1790 returns no_content1791# [RSpecRunTime] RSpec elapsed time: 11 minutes 12.23 seconds. Current RSS: ~1478M. load average: 0.97 1.06 0.88 1/278 5661792 with ActiveRecord::RecordInvalid error1793 behaves like returning response status with error1794 returns bad_request and error message1795 with invalid package name1796 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1797 behaves like returning response status with error1798 returns not_found and error message1799 package_name: "", status: :not_found, error: "404 Not Found"1800 behaves like returning response status with error1801 returns not_found and error message1802 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1803 behaves like returning response status with error1804 returns bad_request and error message1805 with invalid tag name1806 tag_name: "", status: :not_found, error: "404 Not Found"1807 behaves like returning response status with error1808 returns not_found and error message1809 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1810 behaves like returning response status with error1811 returns bad_request and error message1812 with invalid version1813 version: " ", status: :bad_request, error: "\"Version\" not given"1814 behaves like returning response status with error1815 returns bad_request and error message1816 version: "", status: :bad_request, error: "\"Version\" not given"1817 behaves like returning response status with error1818 returns bad_request and error message1819 version: nil, status: :bad_request, error: "\"Version\" not given"1820 behaves like returning response status with error1821 returns bad_request and error message1822 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1823 behaves like reject create package tag request1824 behaves like returning response status1825 returns forbidden1826 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok1827 behaves like accept create package tag request1828 with valid package name1829 creates the package tag1830 returns a valid response1831 behaves like returning response status1832 returns no_content1833# [RSpecRunTime] RSpec elapsed time: 11 minutes 22.01 seconds. Current RSS: ~1467M. load average: 1.05 1.07 0.88 1/278 5671834 behaves like track event1835 behaves like a package tracking event1836 creates a gitlab tracking event create_tag1837 with already existing tag1838 reuses existing tag1839 returns a valid response1840 behaves like returning response status1841 returns no_content1842# [RSpecRunTime] RSpec elapsed time: 11 minutes 25.65 seconds. Current RSS: ~1462M. load average: 1.05 1.07 0.88 1/278 5681843 with ActiveRecord::RecordInvalid error1844 behaves like returning response status with error1845 returns bad_request and error message1846 with invalid package name1847 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1848 behaves like returning response status with error1849 returns not_found and error message1850 package_name: "", status: :not_found, error: "404 Not Found"1851 behaves like returning response status with error1852 returns not_found and error message1853 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1854 behaves like returning response status with error1855 returns bad_request and error message1856 with invalid tag name1857 tag_name: "", status: :not_found, error: "404 Not Found"1858 behaves like returning response status with error1859 returns not_found and error message1860 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1861 behaves like returning response status with error1862 returns bad_request and error message1863 with invalid version1864 version: " ", status: :bad_request, error: "\"Version\" not given"1865 behaves like returning response status with error1866 returns bad_request and error message1867 version: "", status: :bad_request, error: "\"Version\" not given"1868 behaves like returning response status with error1869 returns bad_request and error message1870 version: nil, status: :bad_request, error: "\"Version\" not given"1871 behaves like returning response status with error1872 returns bad_request and error message1873 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden1874 behaves like reject create package tag request1875 behaves like returning response status1876 returns forbidden1877 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found1878 behaves like returning response status with error1879 returns not_found and error message1880 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden1881 behaves like reject create package tag request1882 behaves like returning response status1883 returns forbidden1884 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1885 behaves like accept create package tag request1886 with valid package name1887 creates the package tag1888 returns a valid response1889 behaves like returning response status1890 returns no_content1891# [RSpecRunTime] RSpec elapsed time: 11 minutes 37.14 seconds. Current RSS: ~1460M. load average: 1.04 1.07 0.89 1/278 5691892 behaves like track event1893 behaves like a package tracking event1894 creates a gitlab tracking event create_tag1895 with already existing tag1896 reuses existing tag1897 returns a valid response1898 behaves like returning response status1899 returns no_content1900# [RSpecRunTime] RSpec elapsed time: 11 minutes 40.92 seconds. Current RSS: ~1464M. load average: 1.04 1.07 0.89 1/278 5701901 with ActiveRecord::RecordInvalid error1902 behaves like returning response status with error1903 returns bad_request and error message1904 with invalid package name1905 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1906 behaves like returning response status with error1907 returns not_found and error message1908 package_name: "", status: :not_found, error: "404 Not Found"1909 behaves like returning response status with error1910 returns not_found and error message1911 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1912 behaves like returning response status with error1913 returns bad_request and error message1914 with invalid tag name1915 tag_name: "", status: :not_found, error: "404 Not Found"1916 behaves like returning response status with error1917 returns not_found and error message1918 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1919 behaves like returning response status with error1920 returns bad_request and error message1921 with invalid version1922 version: " ", status: :bad_request, error: "\"Version\" not given"1923 behaves like returning response status with error1924 returns bad_request and error message1925 version: "", status: :bad_request, error: "\"Version\" not given"1926 behaves like returning response status with error1927 returns bad_request and error message1928 version: nil, status: :bad_request, error: "\"Version\" not given"1929 behaves like returning response status with error1930 returns bad_request and error message1931 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden1932 behaves like reject create package tag request1933 behaves like returning response status1934 returns forbidden1935 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1936 behaves like accept create package tag request1937 with valid package name1938 creates the package tag1939 returns a valid response1940 behaves like returning response status1941 returns no_content1942# [RSpecRunTime] RSpec elapsed time: 11 minutes 50.56 seconds. Current RSS: ~1463M. load average: 0.96 1.05 0.88 1/278 5711943 behaves like track event1944 behaves like a package tracking event1945 creates a gitlab tracking event create_tag1946 with already existing tag1947 reuses existing tag1948 returns a valid response1949 behaves like returning response status1950 returns no_content1951# [RSpecRunTime] RSpec elapsed time: 11 minutes 53.96 seconds. Current RSS: ~1462M. load average: 0.96 1.05 0.88 1/278 5721952 with ActiveRecord::RecordInvalid error1953 behaves like returning response status with error1954 returns bad_request and error message1955 with invalid package name1956 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/1957 behaves like returning response status with error1958 returns not_found and error message1959 package_name: "", status: :not_found, error: "404 Not Found"1960 behaves like returning response status with error1961 returns not_found and error message1962 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"1963 behaves like returning response status with error1964 returns bad_request and error message1965 with invalid tag name1966 tag_name: "", status: :not_found, error: "404 Not Found"1967 behaves like returning response status with error1968 returns not_found and error message1969 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"1970 behaves like returning response status with error1971 returns bad_request and error message1972 with invalid version1973 version: " ", status: :bad_request, error: "\"Version\" not given"1974 behaves like returning response status with error1975 returns bad_request and error message1976 version: "", status: :bad_request, error: "\"Version\" not given"1977 behaves like returning response status with error1978 returns bad_request and error message1979 version: nil, status: :bad_request, error: "\"Version\" not given"1980 behaves like returning response status with error1981 returns bad_request and error message1982 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden1983 behaves like reject create package tag request1984 behaves like returning response status1985 returns forbidden1986 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok1987 behaves like accept create package tag request1988 with valid package name1989 creates the package tag1990 returns a valid response1991 behaves like returning response status1992 returns no_content1993# [RSpecRunTime] RSpec elapsed time: 12 minutes 4.23 seconds. Current RSS: ~1459M. load average: 0.96 1.05 0.89 1/278 5731994 behaves like track event1995 behaves like a package tracking event1996 creates a gitlab tracking event create_tag1997 with already existing tag1998 reuses existing tag1999 returns a valid response2000 behaves like returning response status2001 returns no_content2002# [RSpecRunTime] RSpec elapsed time: 12 minutes 7.74 seconds. Current RSS: ~1459M. load average: 1.05 1.06 0.89 1/278 5742003 with ActiveRecord::RecordInvalid error2004 behaves like returning response status with error2005 returns bad_request and error message2006 with invalid package name2007 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2008 behaves like returning response status with error2009 returns not_found and error message2010 package_name: "", status: :not_found, error: "404 Not Found"2011 behaves like returning response status with error2012 returns not_found and error message2013 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2014 behaves like returning response status with error2015 returns bad_request and error message2016 with invalid tag name2017 tag_name: "", status: :not_found, error: "404 Not Found"2018 behaves like returning response status with error2019 returns not_found and error message2020 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2021 behaves like returning response status with error2022 returns bad_request and error message2023 with invalid version2024 version: " ", status: :bad_request, error: "\"Version\" not given"2025 behaves like returning response status with error2026 returns bad_request and error message2027 version: "", status: :bad_request, error: "\"Version\" not given"2028 behaves like returning response status with error2029 returns bad_request and error message2030 version: nil, status: :bad_request, error: "\"Version\" not given"2031 behaves like returning response status with error2032 returns bad_request and error message2033 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2034 behaves like reject create package tag request2035 behaves like returning response status2036 returns forbidden2037 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found2038 behaves like returning response status with error2039 returns not_found and error message2040 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2041 behaves like reject create package tag request2042 behaves like returning response status2043 returns forbidden2044 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2045 behaves like accept create package tag request2046 with valid package name2047 creates the package tag2048 returns a valid response2049 behaves like returning response status2050 returns no_content2051# [RSpecRunTime] RSpec elapsed time: 12 minutes 18.54 seconds. Current RSS: ~1458M. load average: 1.12 1.08 0.90 1/278 5752052 behaves like track event2053 behaves like a package tracking event2054 creates a gitlab tracking event create_tag2055 with already existing tag2056 reuses existing tag2057 returns a valid response2058 behaves like returning response status2059 returns no_content2060# [RSpecRunTime] RSpec elapsed time: 12 minutes 21.73 seconds. Current RSS: ~1459M. load average: 1.11 1.08 0.90 1/278 5762061 with ActiveRecord::RecordInvalid error2062 behaves like returning response status with error2063 returns bad_request and error message2064 with invalid package name2065 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2066 behaves like returning response status with error2067 returns not_found and error message2068 package_name: "", status: :not_found, error: "404 Not Found"2069 behaves like returning response status with error2070 returns not_found and error message2071 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2072 behaves like returning response status with error2073 returns bad_request and error message2074 with invalid tag name2075 tag_name: "", status: :not_found, error: "404 Not Found"2076 behaves like returning response status with error2077 returns not_found and error message2078 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2079 behaves like returning response status with error2080 returns bad_request and error message2081 with invalid version2082 version: " ", status: :bad_request, error: "\"Version\" not given"2083 behaves like returning response status with error2084 returns bad_request and error message2085 version: "", status: :bad_request, error: "\"Version\" not given"2086 behaves like returning response status with error2087 returns bad_request and error message2088 version: nil, status: :bad_request, error: "\"Version\" not given"2089 behaves like returning response status with error2090 returns bad_request and error message2091 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2092 behaves like reject create package tag request2093 behaves like returning response status2094 returns forbidden2095 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2096 behaves like accept create package tag request2097 with valid package name2098 creates the package tag2099 returns a valid response2100 behaves like returning response status2101 returns no_content2102# [RSpecRunTime] RSpec elapsed time: 12 minutes 30.22 seconds. Current RSS: ~1462M. load average: 1.02 1.06 0.90 1/278 5772103 behaves like track event2104 behaves like a package tracking event2105 creates a gitlab tracking event create_tag2106 with already existing tag2107 reuses existing tag2108 returns a valid response2109 behaves like returning response status2110 returns no_content2111# [RSpecRunTime] RSpec elapsed time: 12 minutes 33.23 seconds. Current RSS: ~1459M. load average: 1.02 1.06 0.90 1/278 5782112 with ActiveRecord::RecordInvalid error2113 behaves like returning response status with error2114 returns bad_request and error message2115 with invalid package name2116 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2117 behaves like returning response status with error2118 returns not_found and error message2119 package_name: "", status: :not_found, error: "404 Not Found"2120 behaves like returning response status with error2121 returns not_found and error message2122 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2123 behaves like returning response status with error2124 returns bad_request and error message2125 with invalid tag name2126 tag_name: "", status: :not_found, error: "404 Not Found"2127 behaves like returning response status with error2128 returns not_found and error message2129 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2130 behaves like returning response status with error2131 returns bad_request and error message2132 with invalid version2133 version: " ", status: :bad_request, error: "\"Version\" not given"2134 behaves like returning response status with error2135 returns bad_request and error message2136 version: "", status: :bad_request, error: "\"Version\" not given"2137 behaves like returning response status with error2138 returns bad_request and error message2139 version: nil, status: :bad_request, error: "\"Version\" not given"2140 behaves like returning response status with error2141 returns bad_request and error message2142 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2143 behaves like reject create package tag request2144 behaves like returning response status2145 returns forbidden2146 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2147 behaves like accept create package tag request2148 with valid package name2149 creates the package tag2150 returns a valid response2151 behaves like returning response status2152 returns no_content2153# [RSpecRunTime] RSpec elapsed time: 12 minutes 41.55 seconds. Current RSS: ~1460M. load average: 1.02 1.05 0.90 1/278 5792154 behaves like track event2155 behaves like a package tracking event2156 creates a gitlab tracking event create_tag2157 with already existing tag2158 reuses existing tag2159 returns a valid response2160 behaves like returning response status2161 returns no_content2162# [RSpecRunTime] RSpec elapsed time: 12 minutes 44.67 seconds. Current RSS: ~1460M. load average: 1.02 1.05 0.90 1/278 5802163 with ActiveRecord::RecordInvalid error2164 behaves like returning response status with error2165 returns bad_request and error message2166 with invalid package name2167 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2168 behaves like returning response status with error2169 returns not_found and error message2170 package_name: "", status: :not_found, error: "404 Not Found"2171 behaves like returning response status with error2172 returns not_found and error message2173 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2174 behaves like returning response status with error2175 returns bad_request and error message2176 with invalid tag name2177 tag_name: "", status: :not_found, error: "404 Not Found"2178 behaves like returning response status with error2179 returns not_found and error message2180 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2181 behaves like returning response status with error2182 returns bad_request and error message2183 with invalid version2184 version: " ", status: :bad_request, error: "\"Version\" not given"2185 behaves like returning response status with error2186 returns bad_request and error message2187 version: "", status: :bad_request, error: "\"Version\" not given"2188 behaves like returning response status with error2189 returns bad_request and error message2190 version: nil, status: :bad_request, error: "\"Version\" not given"2191 behaves like returning response status with error2192 returns bad_request and error message2193 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden2194 behaves like reject create package tag request2195 behaves like returning response status2196 returns forbidden2197 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found2198 behaves like returning response status with error2199 returns not_found and error message2200 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2201 behaves like reject create package tag request2202 behaves like returning response status2203 returns forbidden2204 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2205 behaves like accept create package tag request2206 with valid package name2207 creates the package tag2208 returns a valid response2209 behaves like returning response status2210 returns no_content2211# [RSpecRunTime] RSpec elapsed time: 12 minutes 54.59 seconds. Current RSS: ~1459M. load average: 1.01 1.05 0.90 1/278 5812212 behaves like track event2213 behaves like a package tracking event2214 creates a gitlab tracking event create_tag2215 with already existing tag2216 reuses existing tag2217 returns a valid response2218 behaves like returning response status2219 returns no_content2220# [RSpecRunTime] RSpec elapsed time: 12 minutes 57.94 seconds. Current RSS: ~1454M. load average: 1.01 1.05 0.90 1/278 5822221 with ActiveRecord::RecordInvalid error2222 behaves like returning response status with error2223 returns bad_request and error message2224# [RSpecRunTime] RSpec elapsed time: 13 minutes 0.69 second. Current RSS: ~1454M. load average: 1.01 1.05 0.90 1/278 5832225 with invalid package name2226 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2227 behaves like returning response status with error2228 returns not_found and error message2229 package_name: "", status: :not_found, error: "404 Not Found"2230 behaves like returning response status with error2231 returns not_found and error message2232 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2233 behaves like returning response status with error2234 returns bad_request and error message2235 with invalid tag name2236 tag_name: "", status: :not_found, error: "404 Not Found"2237 behaves like returning response status with error2238 returns not_found and error message2239 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2240 behaves like returning response status with error2241 returns bad_request and error message2242 with invalid version2243 version: " ", status: :bad_request, error: "\"Version\" not given"2244 behaves like returning response status with error2245 returns bad_request and error message2246 version: "", status: :bad_request, error: "\"Version\" not given"2247 behaves like returning response status with error2248 returns bad_request and error message2249 version: nil, status: :bad_request, error: "\"Version\" not given"2250 behaves like returning response status with error2251 returns bad_request and error message2252 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2253 behaves like reject create package tag request2254 behaves like returning response status2255 returns forbidden2256 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2257 behaves like accept create package tag request2258 with valid package name2259 creates the package tag2260 returns a valid response2261 behaves like returning response status2262 returns no_content2263# [RSpecRunTime] RSpec elapsed time: 13 minutes 8.94 seconds. Current RSS: ~1477M. load average: 1.01 1.05 0.90 1/278 5842264 behaves like track event2265 behaves like a package tracking event2266 creates a gitlab tracking event create_tag2267 with already existing tag2268 reuses existing tag2269 returns a valid response2270 behaves like returning response status2271 returns no_content2272# [RSpecRunTime] RSpec elapsed time: 13 minutes 12.16 seconds. Current RSS: ~1479M. load average: 1.01 1.05 0.90 1/278 5852273 with ActiveRecord::RecordInvalid error2274 behaves like returning response status with error2275 returns bad_request and error message2276 with invalid package name2277 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2278 behaves like returning response status with error2279 returns not_found and error message2280 package_name: "", status: :not_found, error: "404 Not Found"2281 behaves like returning response status with error2282 returns not_found and error message2283 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2284 behaves like returning response status with error2285 returns bad_request and error message2286 with invalid tag name2287 tag_name: "", status: :not_found, error: "404 Not Found"2288 behaves like returning response status with error2289 returns not_found and error message2290 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2291 behaves like returning response status with error2292 returns bad_request and error message2293 with invalid version2294 version: " ", status: :bad_request, error: "\"Version\" not given"2295 behaves like returning response status with error2296 returns bad_request and error message2297 version: "", status: :bad_request, error: "\"Version\" not given"2298 behaves like returning response status with error2299 returns bad_request and error message2300 version: nil, status: :bad_request, error: "\"Version\" not given"2301 behaves like returning response status with error2302 returns bad_request and error message2303 auth: :personal_access_token, package_name_type: :unscoped, 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: :unscoped, 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: 13 minutes 21.18 seconds. Current RSS: ~1490M. load average: 1.09 1.06 0.91 1/278 5862315 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: 13 minutes 24.62 seconds. Current RSS: ~1491M. load average: 1.09 1.06 0.91 1/278 5872324 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: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden2355 behaves like reject create package tag request2356 behaves like returning response status2357 returns forbidden2358 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found2359 behaves like returning response status with error2360 returns not_found and error message2361 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2362 behaves like reject create package tag request2363 behaves like returning response status2364 returns forbidden2365 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2366 behaves like accept create package tag request2367 with valid package name2368 creates the package tag2369 returns a valid response2370 behaves like returning response status2371 returns no_content2372# [RSpecRunTime] RSpec elapsed time: 13 minutes 35.13 seconds. Current RSS: ~1491M. load average: 1.14 1.08 0.92 1/278 5882373 behaves like track event2374 behaves like a package tracking event2375 creates a gitlab tracking event create_tag2376 with already existing tag2377 reuses existing tag2378 returns a valid response2379 behaves like returning response status2380 returns no_content2381# [RSpecRunTime] RSpec elapsed time: 13 minutes 38.49 seconds. Current RSS: ~1487M. load average: 1.14 1.08 0.92 1/278 5892382 with ActiveRecord::RecordInvalid error2383 behaves like returning response status with error2384 returns bad_request and error message2385 with invalid package name2386 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2387 behaves like returning response status with error2388 returns not_found and error message2389 package_name: "", status: :not_found, error: "404 Not Found"2390 behaves like returning response status with error2391 returns not_found and error message2392 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2393 behaves like returning response status with error2394 returns bad_request and error message2395 with invalid tag name2396 tag_name: "", status: :not_found, error: "404 Not Found"2397 behaves like returning response status with error2398 returns not_found and error message2399 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2400 behaves like returning response status with error2401 returns bad_request and error message2402 with invalid version2403 version: " ", status: :bad_request, error: "\"Version\" not given"2404 behaves like returning response status with error2405 returns bad_request and error message2406 version: "", status: :bad_request, error: "\"Version\" not given"2407 behaves like returning response status with error2408 returns bad_request and error message2409 version: nil, status: :bad_request, error: "\"Version\" not given"2410 behaves like returning response status with error2411 returns bad_request and error message2412 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2413 behaves like reject create package tag request2414 behaves like returning response status2415 returns forbidden2416 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2417 behaves like accept create package tag request2418 with valid package name2419 creates the package tag2420 returns a valid response2421 behaves like returning response status2422 returns no_content2423# [RSpecRunTime] RSpec elapsed time: 13 minutes 47.64 seconds. Current RSS: ~1492M. load average: 1.28 1.11 0.93 1/278 5902424 behaves like track event2425 behaves like a package tracking event2426 creates a gitlab tracking event create_tag2427 with already existing tag2428 reuses existing tag2429 returns a valid response2430 behaves like returning response status2431 returns no_content2432# [RSpecRunTime] RSpec elapsed time: 13 minutes 50.99 seconds. Current RSS: ~1493M. load average: 1.26 1.10 0.93 1/278 5912433 with ActiveRecord::RecordInvalid error2434 behaves like returning response status with error2435 returns bad_request and error message2436 with invalid package name2437 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2438 behaves like returning response status with error2439 returns not_found and error message2440 package_name: "", status: :not_found, error: "404 Not Found"2441 behaves like returning response status with error2442 returns not_found and error message2443 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2444 behaves like returning response status with error2445 returns bad_request and error message2446 with invalid tag name2447 tag_name: "", status: :not_found, error: "404 Not Found"2448 behaves like returning response status with error2449 returns not_found and error message2450 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2451 behaves like returning response status with error2452 returns bad_request and error message2453 with invalid version2454 version: " ", status: :bad_request, error: "\"Version\" not given"2455 behaves like returning response status with error2456 returns bad_request and error message2457 version: "", status: :bad_request, error: "\"Version\" not given"2458 behaves like returning response status with error2459 returns bad_request and error message2460 version: nil, status: :bad_request, error: "\"Version\" not given"2461 behaves like returning response status with error2462 returns bad_request and error message2463 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2464 behaves like reject create package tag request2465 behaves like returning response status2466 returns forbidden2467 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2468 behaves like accept create package tag request2469 with valid package name2470 creates the package tag2471 returns a valid response2472 behaves like returning response status2473 returns no_content2474# [RSpecRunTime] RSpec elapsed time: 14 minutes 0.3 second. Current RSS: ~1493M. load average: 1.22 1.10 0.93 1/277 5922475 behaves like track event2476 behaves like a package tracking event2477 creates a gitlab tracking event create_tag2478 with already existing tag2479 reuses existing tag2480 returns a valid response2481 behaves like returning response status2482 returns no_content2483# [RSpecRunTime] RSpec elapsed time: 14 minutes 3.76 seconds. Current RSS: ~1492M. load average: 1.22 1.10 0.93 1/277 5932484 with ActiveRecord::RecordInvalid error2485 behaves like returning response status with error2486 returns bad_request and error message2487 with invalid package name2488 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2489 behaves like returning response status with error2490 returns not_found and error message2491 package_name: "", status: :not_found, error: "404 Not Found"2492 behaves like returning response status with error2493 returns not_found and error message2494 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2495 behaves like returning response status with error2496 returns bad_request and error message2497 with invalid tag name2498 tag_name: "", status: :not_found, error: "404 Not Found"2499 behaves like returning response status with error2500 returns not_found and error message2501 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2502 behaves like returning response status with error2503 returns bad_request and error message2504 with invalid version2505 version: " ", status: :bad_request, error: "\"Version\" not given"2506 behaves like returning response status with error2507 returns bad_request and error message2508 version: "", status: :bad_request, error: "\"Version\" not given"2509 behaves like returning response status with error2510 returns bad_request and error message2511 version: nil, status: :bad_request, error: "\"Version\" not given"2512 behaves like returning response status with error2513 returns bad_request and error message2514 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden2515 behaves like reject create package tag request2516 behaves like returning response status2517 returns forbidden2518 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found2519 behaves like returning response status with error2520 returns not_found and error message2521 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2522 behaves like accept create package tag request2523 with valid package name2524 creates the package tag2525 returns a valid response2526 behaves like returning response status2527 returns no_content2528# [RSpecRunTime] RSpec elapsed time: 14 minutes 13.24 seconds. Current RSS: ~1483M. load average: 1.18 1.10 0.93 1/277 5942529 behaves like track event2530 behaves like a package tracking event2531 creates a gitlab tracking event create_tag2532 with already existing tag2533 reuses existing tag2534 returns a valid response2535 behaves like returning response status2536 returns no_content2537# [RSpecRunTime] RSpec elapsed time: 14 minutes 16.5 seconds. Current RSS: ~1480M. load average: 1.17 1.10 0.93 1/277 5952538 with ActiveRecord::RecordInvalid error2539 behaves like returning response status with error2540 returns bad_request and error message2541 with invalid package name2542 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2543 behaves like returning response status with error2544 returns not_found and error message2545 package_name: "", status: :not_found, error: "404 Not Found"2546 behaves like returning response status with error2547 returns not_found and error message2548 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2549 behaves like returning response status with error2550 returns bad_request and error message2551 with invalid tag name2552 tag_name: "", status: :not_found, error: "404 Not Found"2553 behaves like returning response status with error2554 returns not_found and error message2555 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2556 behaves like returning response status with error2557 returns bad_request and error message2558 with invalid version2559 version: " ", status: :bad_request, error: "\"Version\" not given"2560 behaves like returning response status with error2561 returns bad_request and error message2562 version: "", status: :bad_request, error: "\"Version\" not given"2563 behaves like returning response status with error2564 returns bad_request and error message2565 version: nil, status: :bad_request, error: "\"Version\" not given"2566 behaves like returning response status with error2567 returns bad_request and error message2568 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2569 behaves like accept create package tag request2570 with valid package name2571 creates the package tag2572 returns a valid response2573 behaves like returning response status2574 returns no_content2575# [RSpecRunTime] RSpec elapsed time: 14 minutes 24.32 seconds. Current RSS: ~1487M. load average: 1.15 1.09 0.93 1/277 5962576 behaves like track event2577 behaves like a package tracking event2578 creates a gitlab tracking event create_tag2579 with already existing tag2580 reuses existing tag2581 returns a valid response2582 behaves like returning response status2583 returns no_content2584# [RSpecRunTime] RSpec elapsed time: 14 minutes 27.37 seconds. Current RSS: ~1483M. load average: 1.14 1.09 0.93 1/275 5972585 with ActiveRecord::RecordInvalid error2586 behaves like returning response status with error2587 returns bad_request and error message2588 with invalid package name2589 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2590 behaves like returning response status with error2591 returns not_found and error message2592 package_name: "", status: :not_found, error: "404 Not Found"2593 behaves like returning response status with error2594 returns not_found and error message2595 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2596 behaves like returning response status with error2597 returns bad_request and error message2598 with invalid tag name2599 tag_name: "", status: :not_found, error: "404 Not Found"2600 behaves like returning response status with error2601 returns not_found and error message2602 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2603 behaves like returning response status with error2604 returns bad_request and error message2605 with invalid version2606 version: " ", status: :bad_request, error: "\"Version\" not given"2607 behaves like returning response status with error2608 returns bad_request and error message2609 version: "", status: :bad_request, error: "\"Version\" not given"2610 behaves like returning response status with error2611 returns bad_request and error message2612 version: nil, status: :bad_request, error: "\"Version\" not given"2613 behaves like returning response status with error2614 returns bad_request and error message2615 auth: :job_token, package_name_type: :unscoped, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok2616 behaves like accept create package tag request2617 with valid package name2618 creates the package tag2619 returns a valid response2620 behaves like returning response status2621 returns no_content2622# [RSpecRunTime] RSpec elapsed time: 14 minutes 35.24 seconds. Current RSS: ~1485M. load average: 1.12 1.09 0.93 1/276 5982623 behaves like track event2624 behaves like a package tracking event2625 creates a gitlab tracking event create_tag2626 with already existing tag2627 reuses existing tag2628 returns a valid response2629 behaves like returning response status2630 returns no_content2631# [RSpecRunTime] RSpec elapsed time: 14 minutes 38.86 seconds. Current RSS: ~1476M. load average: 1.12 1.09 0.93 1/276 5992632 with ActiveRecord::RecordInvalid error2633 behaves like returning response status with error2634 returns bad_request and error message2635 with invalid package name2636 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2637 behaves like returning response status with error2638 returns not_found and error message2639 package_name: "", status: :not_found, error: "404 Not Found"2640 behaves like returning response status with error2641 returns not_found and error message2642 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2643 behaves like returning response status with error2644 returns bad_request and error message2645 with invalid tag name2646 tag_name: "", status: :not_found, error: "404 Not Found"2647 behaves like returning response status with error2648 returns not_found and error message2649 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2650 behaves like returning response status with error2651 returns bad_request and error message2652 with invalid version2653 version: " ", status: :bad_request, error: "\"Version\" not given"2654 behaves like returning response status with error2655 returns bad_request and error message2656 version: "", status: :bad_request, error: "\"Version\" not given"2657 behaves like returning response status with error2658 returns bad_request and error message2659 version: nil, status: :bad_request, error: "\"Version\" not given"2660 behaves like returning response status with error2661 returns bad_request and error message2662 auth: :job_token, package_name_type: :non_existing, visibility: :public, user_role: :developer, expected_result: :reject, expected_status: :not_found2663 behaves like returning response status with error2664 returns not_found and error message2665 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2666 behaves like accept create package tag request2667 with valid package name2668 creates the package tag2669 returns a valid response2670 behaves like returning response status2671 returns no_content2672# [RSpecRunTime] RSpec elapsed time: 14 minutes 47.74 seconds. Current RSS: ~1470M. load average: 1.10 1.08 0.94 1/276 6002673 behaves like track event2674 behaves like a package tracking event2675 creates a gitlab tracking event create_tag2676 with already existing tag2677 reuses existing tag2678 returns a valid response2679 behaves like returning response status2680 returns no_content2681# [RSpecRunTime] RSpec elapsed time: 14 minutes 51.17 seconds. Current RSS: ~1473M. load average: 1.09 1.08 0.94 1/276 6012682 with ActiveRecord::RecordInvalid error2683 behaves like returning response status with error2684 returns bad_request and error message2685 with invalid package name2686 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2687 behaves like returning response status with error2688 returns not_found and error message2689 package_name: "", status: :not_found, error: "404 Not Found"2690 behaves like returning response status with error2691 returns not_found and error message2692 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2693 behaves like returning response status with error2694 returns bad_request and error message2695 with invalid tag name2696 tag_name: "", status: :not_found, error: "404 Not Found"2697 behaves like returning response status with error2698 returns not_found and error message2699 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2700 behaves like returning response status with error2701 returns bad_request and error message2702 with invalid version2703 version: " ", status: :bad_request, error: "\"Version\" not given"2704 behaves like returning response status with error2705 returns bad_request and error message2706 version: "", status: :bad_request, error: "\"Version\" not given"2707 behaves like returning response status with error2708 returns bad_request and error message2709 version: nil, status: :bad_request, error: "\"Version\" not given"2710 behaves like returning response status with error2711 returns bad_request and error message2712 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2713 behaves like accept create package tag request2714 with valid package name2715 creates the package tag2716 returns a valid response2717 behaves like returning response status2718 returns no_content2719# [RSpecRunTime] RSpec elapsed time: 14 minutes 59.62 seconds. Current RSS: ~1476M. load average: 1.08 1.08 0.94 1/276 6022720 behaves like track event2721 behaves like a package tracking event2722 creates a gitlab tracking event create_tag2723# [RSpecRunTime] RSpec elapsed time: 15 minutes 0.63 second. Current RSS: ~1477M. load average: 1.08 1.08 0.94 1/276 6032724 with already existing tag2725 reuses existing tag2726 returns a valid response2727 behaves like returning response status2728 returns no_content2729# [RSpecRunTime] RSpec elapsed time: 15 minutes 3.17 seconds. Current RSS: ~1473M. load average: 1.08 1.08 0.94 1/276 6042730 with ActiveRecord::RecordInvalid error2731 behaves like returning response status with error2732 returns bad_request and error message2733 with invalid package name2734 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2735 behaves like returning response status with error2736 returns not_found and error message2737 package_name: "", status: :not_found, error: "404 Not Found"2738 behaves like returning response status with error2739 returns not_found and error message2740 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2741 behaves like returning response status with error2742 returns bad_request and error message2743 with invalid tag name2744 tag_name: "", status: :not_found, error: "404 Not Found"2745 behaves like returning response status with error2746 returns not_found and error message2747 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2748 behaves like returning response status with error2749 returns bad_request and error message2750 with invalid version2751 version: " ", status: :bad_request, error: "\"Version\" not given"2752 behaves like returning response status with error2753 returns bad_request and error message2754 version: "", status: :bad_request, error: "\"Version\" not given"2755 behaves like returning response status with error2756 returns bad_request and error message2757 version: nil, status: :bad_request, error: "\"Version\" not given"2758 behaves like returning response status with error2759 returns bad_request and error message2760 auth: :job_token, package_name_type: :unscoped, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok2761 behaves like accept create package tag request2762 with valid package name2763 creates the package tag2764 returns a valid response2765 behaves like returning response status2766 returns no_content2767# [RSpecRunTime] RSpec elapsed time: 15 minutes 10.93 seconds. Current RSS: ~1478M. load average: 1.07 1.08 0.94 1/276 6052768 behaves like track event2769 behaves like a package tracking event2770 creates a gitlab tracking event create_tag2771 with already existing tag2772 reuses existing tag2773 returns a valid response2774 behaves like returning response status2775 returns no_content2776# [RSpecRunTime] RSpec elapsed time: 15 minutes 14.48 seconds. Current RSS: ~1469M. load average: 1.07 1.08 0.94 1/276 6062777 with ActiveRecord::RecordInvalid error2778 behaves like returning response status with error2779 returns bad_request and error message2780 with invalid package name2781 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2782 behaves like returning response status with error2783 returns not_found and error message2784 package_name: "", status: :not_found, error: "404 Not Found"2785 behaves like returning response status with error2786 returns not_found and error message2787 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2788 behaves like returning response status with error2789 returns bad_request and error message2790 with invalid tag name2791 tag_name: "", status: :not_found, error: "404 Not Found"2792 behaves like returning response status with error2793 returns not_found and error message2794 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2795 behaves like returning response status with error2796 returns bad_request and error message2797 with invalid version2798 version: " ", status: :bad_request, error: "\"Version\" not given"2799 behaves like returning response status with error2800 returns bad_request and error message2801 version: "", status: :bad_request, error: "\"Version\" not given"2802 behaves like returning response status with error2803 returns bad_request and error message2804 version: nil, status: :bad_request, error: "\"Version\" not given"2805 behaves like returning response status with error2806 returns bad_request and error message2807 auth: :job_token, package_name_type: :non_existing, visibility: :private, user_role: :developer, expected_result: :reject, expected_status: :not_found2808 behaves like returning response status with error2809 returns not_found and error message2810 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2811 behaves like accept create package tag request2812 with valid package name2813 creates the package tag2814 returns a valid response2815 behaves like returning response status2816 returns no_content2817# [RSpecRunTime] RSpec elapsed time: 15 minutes 23.87 seconds. Current RSS: ~1469M. load average: 1.06 1.07 0.94 1/276 6072818 behaves like track event2819 behaves like a package tracking event2820 creates a gitlab tracking event create_tag2821 with already existing tag2822 reuses existing tag2823 returns a valid response2824 behaves like returning response status2825 returns no_content2826# [RSpecRunTime] RSpec elapsed time: 15 minutes 27.35 seconds. Current RSS: ~1466M. load average: 1.05 1.07 0.94 1/276 6082827 with ActiveRecord::RecordInvalid error2828 behaves like returning response status with error2829 returns bad_request and error message2830 with invalid package name2831 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2832 behaves like returning response status with error2833 returns not_found and error message2834 package_name: "", status: :not_found, error: "404 Not Found"2835 behaves like returning response status with error2836 returns not_found and error message2837 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2838 behaves like returning response status with error2839 returns bad_request and error message2840 with invalid tag name2841 tag_name: "", status: :not_found, error: "404 Not Found"2842 behaves like returning response status with error2843 returns not_found and error message2844 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2845 behaves like returning response status with error2846 returns bad_request and error message2847 with invalid version2848 version: " ", status: :bad_request, error: "\"Version\" not given"2849 behaves like returning response status with error2850 returns bad_request and error message2851 version: "", status: :bad_request, error: "\"Version\" not given"2852 behaves like returning response status with error2853 returns bad_request and error message2854 version: nil, status: :bad_request, error: "\"Version\" not given"2855 behaves like returning response status with error2856 returns bad_request and error message2857 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2858 behaves like accept create package tag request2859 with valid package name2860 creates the package tag2861 returns a valid response2862 behaves like returning response status2863 returns no_content2864# [RSpecRunTime] RSpec elapsed time: 15 minutes 35.97 seconds. Current RSS: ~1467M. load average: 1.04 1.07 0.94 1/276 6092865 behaves like track event2866 behaves like a package tracking event2867 creates a gitlab tracking event create_tag2868 with already existing tag2869 reuses existing tag2870 returns a valid response2871 behaves like returning response status2872 returns no_content2873# [RSpecRunTime] RSpec elapsed time: 15 minutes 39.36 seconds. Current RSS: ~1466M. load average: 1.04 1.07 0.94 1/276 6102874 with ActiveRecord::RecordInvalid error2875 behaves like returning response status with error2876 returns bad_request and error message2877 with invalid package name2878 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2879 behaves like returning response status with error2880 returns not_found and error message2881 package_name: "", status: :not_found, error: "404 Not Found"2882 behaves like returning response status with error2883 returns not_found and error message2884 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2885 behaves like returning response status with error2886 returns bad_request and error message2887 with invalid tag name2888 tag_name: "", status: :not_found, error: "404 Not Found"2889 behaves like returning response status with error2890 returns not_found and error message2891 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2892 behaves like returning response status with error2893 returns bad_request and error message2894 with invalid version2895 version: " ", status: :bad_request, error: "\"Version\" not given"2896 behaves like returning response status with error2897 returns bad_request and error message2898 version: "", status: :bad_request, error: "\"Version\" not given"2899 behaves like returning response status with error2900 returns bad_request and error message2901 version: nil, status: :bad_request, error: "\"Version\" not given"2902 behaves like returning response status with error2903 returns bad_request and error message2904 auth: :job_token, package_name_type: :unscoped, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok2905 behaves like accept create package tag request2906 with valid package name2907 creates the package tag2908 returns a valid response2909 behaves like returning response status2910 returns no_content2911# [RSpecRunTime] RSpec elapsed time: 15 minutes 47.85 seconds. Current RSS: ~1462M. load average: 1.04 1.07 0.94 1/276 6112912 behaves like track event2913 behaves like a package tracking event2914 creates a gitlab tracking event create_tag2915 with already existing tag2916 reuses existing tag2917 returns a valid response2918 behaves like returning response status2919 returns no_content2920# [RSpecRunTime] RSpec elapsed time: 15 minutes 51.27 seconds. Current RSS: ~1461M. load average: 1.03 1.07 0.94 1/276 6122921 with ActiveRecord::RecordInvalid error2922 behaves like returning response status with error2923 returns bad_request and error message2924 with invalid package name2925 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2926 behaves like returning response status with error2927 returns not_found and error message2928 package_name: "", status: :not_found, error: "404 Not Found"2929 behaves like returning response status with error2930 returns not_found and error message2931 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2932 behaves like returning response status with error2933 returns bad_request and error message2934 with invalid tag name2935 tag_name: "", status: :not_found, error: "404 Not Found"2936 behaves like returning response status with error2937 returns not_found and error message2938 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2939 behaves like returning response status with error2940 returns bad_request and error message2941 with invalid version2942 version: " ", status: :bad_request, error: "\"Version\" not given"2943 behaves like returning response status with error2944 returns bad_request and error message2945 version: "", status: :bad_request, error: "\"Version\" not given"2946 behaves like returning response status with error2947 returns bad_request and error message2948 version: nil, status: :bad_request, error: "\"Version\" not given"2949 behaves like returning response status with error2950 returns bad_request and error message2951 auth: :job_token, package_name_type: :non_existing, visibility: :internal, user_role: :developer, expected_result: :reject, expected_status: :not_found2952 behaves like returning response status with error2953 returns not_found and error message2954 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok2955 behaves like accept create package tag request2956 with valid package name2957 creates the package tag2958 returns a valid response2959 behaves like returning response status2960 returns no_content2961# [RSpecRunTime] RSpec elapsed time: 15 minutes 59.89 seconds. Current RSS: ~1466M. load average: 1.03 1.06 0.94 1/276 6132962 behaves like track event2963 behaves like a package tracking event2964 creates a gitlab tracking event create_tag2965 with already existing tag2966 reuses existing tag2967 returns a valid response2968 behaves like returning response status2969 returns no_content2970# [RSpecRunTime] RSpec elapsed time: 16 minutes 2.01 seconds. Current RSS: ~1472M. load average: 1.03 1.06 0.94 1/276 6142971 with ActiveRecord::RecordInvalid error2972 behaves like returning response status with error2973 returns bad_request and error message2974 with invalid package name2975 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/2976 behaves like returning response status with error2977 returns not_found and error message2978 package_name: "", status: :not_found, error: "404 Not Found"2979 behaves like returning response status with error2980 returns not_found and error message2981 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"2982 behaves like returning response status with error2983 returns bad_request and error message2984 with invalid tag name2985 tag_name: "", status: :not_found, error: "404 Not Found"2986 behaves like returning response status with error2987 returns not_found and error message2988 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"2989 behaves like returning response status with error2990 returns bad_request and error message2991 with invalid version2992 version: " ", status: :bad_request, error: "\"Version\" not given"2993 behaves like returning response status with error2994 returns bad_request and error message2995 version: "", status: :bad_request, error: "\"Version\" not given"2996 behaves like returning response status with error2997 returns bad_request and error message2998 version: nil, status: :bad_request, error: "\"Version\" not given"2999 behaves like returning response status with error3000 returns bad_request and error message3001 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok3002 behaves like accept create package tag request3003 with valid package name3004 creates the package tag3005 returns a valid response3006 behaves like returning response status3007 returns no_content3008# [RSpecRunTime] RSpec elapsed time: 16 minutes 6.63 seconds. Current RSS: ~1482M. load average: 1.02 1.06 0.94 1/276 6153009 behaves like track event3010 behaves like a package tracking event3011 creates a gitlab tracking event create_tag3012 with already existing tag3013 reuses existing tag3014 returns a valid response3015 behaves like returning response status3016 returns no_content3017# [RSpecRunTime] RSpec elapsed time: 16 minutes 8.63 seconds. Current RSS: ~1479M. load average: 1.02 1.06 0.94 1/276 6163018 with ActiveRecord::RecordInvalid error3019 behaves like returning response status with error3020 returns bad_request and error message3021 with invalid package name3022 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/3023 behaves like returning response status with error3024 returns not_found and error message3025 package_name: "", status: :not_found, error: "404 Not Found"3026 behaves like returning response status with error3027 returns not_found and error message3028 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3029 behaves like returning response status with error3030 returns bad_request and error message3031 with invalid tag name3032 tag_name: "", status: :not_found, error: "404 Not Found"3033 behaves like returning response status with error3034 returns not_found and error message3035 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3036 behaves like returning response status with error3037 returns bad_request and error message3038 with invalid version3039 version: " ", status: :bad_request, error: "\"Version\" not given"3040 behaves like returning response status with error3041 returns bad_request and error message3042 version: "", status: :bad_request, error: "\"Version\" not given"3043 behaves like returning response status with error3044 returns bad_request and error message3045 version: nil, status: :bad_request, error: "\"Version\" not given"3046 behaves like returning response status with error3047 returns bad_request and error message3048 auth: :deploy_token, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok3049 behaves like accept create package tag request3050 with valid package name3051 creates the package tag3052 returns a valid response3053 behaves like returning response status3054 returns no_content3055# [RSpecRunTime] RSpec elapsed time: 16 minutes 13.04 seconds. Current RSS: ~1486M. load average: 1.02 1.06 0.94 1/276 6173056 behaves like track event3057 behaves like a package tracking event3058 creates a gitlab tracking event create_tag3059 with already existing tag3060 reuses existing tag3061 returns a valid response3062 behaves like returning response status3063 returns no_content3064# [RSpecRunTime] RSpec elapsed time: 16 minutes 15.07 seconds. Current RSS: ~1481M. load average: 1.10 1.08 0.95 1/276 6183065 with ActiveRecord::RecordInvalid error3066 behaves like returning response status with error3067 returns bad_request and error message3068 with invalid package name3069 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/3070 behaves like returning response status with error3071 returns not_found and error message3072 package_name: "", status: :not_found, error: "404 Not Found"3073 behaves like returning response status with error3074 returns not_found and error message3075 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3076 behaves like returning response status with error3077 returns bad_request and error message3078 with invalid tag name3079 tag_name: "", status: :not_found, error: "404 Not Found"3080 behaves like returning response status with error3081 returns not_found and error message3082 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3083 behaves like returning response status with error3084 returns bad_request and error message3085 with invalid version3086 version: " ", status: :bad_request, error: "\"Version\" not given"3087 behaves like returning response status with error3088 returns bad_request and error message3089 version: "", status: :bad_request, error: "\"Version\" not given"3090 behaves like returning response status with error3091 returns bad_request and error message3092 version: nil, status: :bad_request, error: "\"Version\" not given"3093 behaves like returning response status with error3094 returns bad_request and error message3095 auth: :deploy_token, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found3096 behaves like returning response status with error3097 returns not_found and error message3098 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok3099 behaves like accept create package tag request3100 with valid package name3101 creates the package tag3102 returns a valid response3103 behaves like returning response status3104 returns no_content3105# [RSpecRunTime] RSpec elapsed time: 16 minutes 20.16 seconds. Current RSS: ~1481M. load average: 1.09 1.07 0.95 1/276 6193106 behaves like track event3107 behaves like a package tracking event3108 creates a gitlab tracking event create_tag3109 with already existing tag3110 reuses existing tag3111 returns a valid response3112 behaves like returning response status3113 returns no_content3114# [RSpecRunTime] RSpec elapsed time: 16 minutes 22.6 seconds. Current RSS: ~1481M. load average: 1.09 1.07 0.95 1/276 6203115 with ActiveRecord::RecordInvalid error3116 behaves like returning response status with error3117 returns bad_request and error message3118 with invalid package name3119 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/3120 behaves like returning response status with error3121 returns not_found and error message3122 package_name: "", status: :not_found, error: "404 Not Found"3123 behaves like returning response status with error3124 returns not_found and error message3125 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3126 behaves like returning response status with error3127 returns bad_request and error message3128 with invalid tag name3129 tag_name: "", status: :not_found, error: "404 Not Found"3130 behaves like returning response status with error3131 returns not_found and error message3132 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3133 behaves like returning response status with error3134 returns bad_request and error message3135 with invalid version3136 version: " ", status: :bad_request, error: "\"Version\" not given"3137 behaves like returning response status with error3138 returns bad_request and error message3139 version: "", status: :bad_request, error: "\"Version\" not given"3140 behaves like returning response status with error3141 returns bad_request and error message3142 version: nil, status: :bad_request, error: "\"Version\" not given"3143 behaves like returning response status with error3144 returns bad_request and error message3145 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok3146 behaves like accept create package tag request3147 with valid package name3148 creates the package tag3149 returns a valid response3150 behaves like returning response status3151 returns no_content3152# [RSpecRunTime] RSpec elapsed time: 16 minutes 27.99 seconds. Current RSS: ~1476M. load average: 1.08 1.07 0.95 1/276 6213153 behaves like track event3154 behaves like a package tracking event3155 creates a gitlab tracking event create_tag3156 with already existing tag3157 reuses existing tag3158 returns a valid response3159 behaves like returning response status3160 returns no_content3161# [RSpecRunTime] RSpec elapsed time: 16 minutes 30.25 seconds. Current RSS: ~1475M. load average: 1.08 1.07 0.95 1/276 6223162 with ActiveRecord::RecordInvalid error3163 behaves like returning response status with error3164 returns bad_request and error message3165 with invalid package name3166 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/3167 behaves like returning response status with error3168 returns not_found and error message3169 package_name: "", status: :not_found, error: "404 Not Found"3170 behaves like returning response status with error3171 returns not_found and error message3172 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3173 behaves like returning response status with error3174 returns bad_request and error message3175 with invalid tag name3176 tag_name: "", status: :not_found, error: "404 Not Found"3177 behaves like returning response status with error3178 returns not_found and error message3179 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3180 behaves like returning response status with error3181 returns bad_request and error message3182 with invalid version3183 version: " ", status: :bad_request, error: "\"Version\" not given"3184 behaves like returning response status with error3185 returns bad_request and error message3186 version: "", status: :bad_request, error: "\"Version\" not given"3187 behaves like returning response status with error3188 returns bad_request and error message3189 version: nil, status: :bad_request, error: "\"Version\" not given"3190 behaves like returning response status with error3191 returns bad_request and error message3192 auth: :deploy_token, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok3193 behaves like accept create package tag request3194 with valid package name3195 creates the package tag3196 returns a valid response3197 behaves like returning response status3198 returns no_content3199# [RSpecRunTime] RSpec elapsed time: 16 minutes 35.64 seconds. Current RSS: ~1474M. load average: 1.07 1.07 0.95 1/276 6233200 behaves like track event3201 behaves like a package tracking event3202 creates a gitlab tracking event create_tag3203# [RSpecRunTime] RSpec elapsed time: 16 minutes 37.83 seconds. Current RSS: ~1475M. load average: 1.07 1.07 0.95 1/276 6243204 with already existing tag3205 reuses existing tag3206 returns a valid response3207 behaves like returning response status3208 returns no_content3209# [RSpecRunTime] RSpec elapsed time: 16 minutes 39.5 seconds. Current RSS: ~1475M. load average: 1.07 1.07 0.95 1/276 6253210 with ActiveRecord::RecordInvalid error3211 behaves like returning response status with error3212 returns bad_request and error message3213 with invalid package name3214 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/3215 behaves like returning response status with error3216 returns not_found and error message3217 package_name: "", status: :not_found, error: "404 Not Found"3218 behaves like returning response status with error3219 returns not_found and error message3220 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3221 behaves like returning response status with error3222 returns bad_request and error message3223 with invalid tag name3224 tag_name: "", status: :not_found, error: "404 Not Found"3225 behaves like returning response status with error3226 returns not_found and error message3227 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3228 behaves like returning response status with error3229 returns bad_request and error message3230 with invalid version3231 version: " ", status: :bad_request, error: "\"Version\" not given"3232 behaves like returning response status with error3233 returns bad_request and error message3234 version: "", status: :bad_request, error: "\"Version\" not given"3235 behaves like returning response status with error3236 returns bad_request and error message3237 version: nil, status: :bad_request, error: "\"Version\" not given"3238 behaves like returning response status with error3239 returns bad_request and error message3240 auth: :deploy_token, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :not_found3241 behaves like returning response status with error3242 returns not_found and error message3243 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok3244 behaves like accept create package tag request3245 with valid package name3246 creates the package tag3247 returns a valid response3248 behaves like returning response status3249 returns no_content3250# [RSpecRunTime] RSpec elapsed time: 16 minutes 45.65 seconds. Current RSS: ~1485M. load average: 1.06 1.07 0.95 1/276 6263251 behaves like track event3252 behaves like a package tracking event3253 creates a gitlab tracking event create_tag3254 with already existing tag3255 reuses existing tag3256 returns a valid response3257 behaves like returning response status3258 returns no_content3259# [RSpecRunTime] RSpec elapsed time: 16 minutes 48.03 seconds. Current RSS: ~1483M. load average: 1.06 1.07 0.95 1/276 6273260 with ActiveRecord::RecordInvalid error3261 behaves like returning response status with error3262 returns bad_request and error message3263 with invalid package name3264 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/3265 behaves like returning response status with error3266 returns not_found and error message3267 package_name: "", status: :not_found, error: "404 Not Found"3268 behaves like returning response status with error3269 returns not_found and error message3270 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3271 behaves like returning response status with error3272 returns bad_request and error message3273 with invalid tag name3274 tag_name: "", status: :not_found, error: "404 Not Found"3275 behaves like returning response status with error3276 returns not_found and error message3277 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3278 behaves like returning response status with error3279 returns bad_request and error message3280 with invalid version3281 version: " ", status: :bad_request, error: "\"Version\" not given"3282 behaves like returning response status with error3283 returns bad_request and error message3284 version: "", status: :bad_request, error: "\"Version\" not given"3285 behaves like returning response status with error3286 returns bad_request and error message3287 version: nil, status: :bad_request, error: "\"Version\" not given"3288 behaves like returning response status with error3289 returns bad_request and error message3290 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok3291 behaves like accept create package tag request3292 with valid package name3293 creates the package tag3294 returns a valid response3295 behaves like returning response status3296 returns no_content3297# [RSpecRunTime] RSpec elapsed time: 16 minutes 53.17 seconds. Current RSS: ~1487M. load average: 1.06 1.06 0.95 1/276 6283298 behaves like track event3299 behaves like a package tracking event3300 creates a gitlab tracking event create_tag3301 with already existing tag3302 reuses existing tag3303 returns a valid response3304 behaves like returning response status3305 returns no_content3306# [RSpecRunTime] RSpec elapsed time: 16 minutes 55.38 seconds. Current RSS: ~1487M. load average: 1.13 1.08 0.96 1/276 6293307 with ActiveRecord::RecordInvalid error3308 behaves like returning response status with error3309 returns bad_request and error message3310 with invalid package name3311 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/3312 behaves like returning response status with error3313 returns not_found and error message3314 package_name: "", status: :not_found, error: "404 Not Found"3315 behaves like returning response status with error3316 returns not_found and error message3317 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3318 behaves like returning response status with error3319 returns bad_request and error message3320 with invalid tag name3321 tag_name: "", status: :not_found, error: "404 Not Found"3322 behaves like returning response status with error3323 returns not_found and error message3324 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3325 behaves like returning response status with error3326 returns bad_request and error message3327 with invalid version3328 version: " ", status: :bad_request, error: "\"Version\" not given"3329 behaves like returning response status with error3330 returns bad_request and error message3331 version: "", status: :bad_request, error: "\"Version\" not given"3332 behaves like returning response status with error3333 returns bad_request and error message3334 version: nil, status: :bad_request, error: "\"Version\" not given"3335 behaves like returning response status with error3336 returns bad_request and error message3337 auth: :deploy_token, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok3338 behaves like accept create package tag request3339 with valid package name3340 creates the package tag3341 returns a valid response3342 behaves like returning response status3343 returns no_content3344# [RSpecRunTime] RSpec elapsed time: 17 minutes 0.41 second. Current RSS: ~1492M. load average: 1.12 1.08 0.96 1/276 6303345 behaves like track event3346 behaves like a package tracking event3347 creates a gitlab tracking event create_tag3348 with already existing tag3349 reuses existing tag3350 returns a valid response3351 behaves like returning response status3352 returns no_content3353# [RSpecRunTime] RSpec elapsed time: 17 minutes 2.57 seconds. Current RSS: ~1492M. load average: 1.12 1.08 0.96 1/276 6313354 with ActiveRecord::RecordInvalid error3355 behaves like returning response status with error3356 returns bad_request and error message3357 with invalid package name3358 package_name: "unknown", status: :not_found, error: /\A(Package|Project) not found\z/3359 behaves like returning response status with error3360 returns not_found and error message3361 package_name: "", status: :not_found, error: "404 Not Found"3362 behaves like returning response status with error3363 returns not_found and error message3364 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3365 behaves like returning response status with error3366 returns bad_request and error message3367 with invalid tag name3368 tag_name: "", status: :not_found, error: "404 Not Found"3369 behaves like returning response status with error3370 returns not_found and error message3371 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3372 behaves like returning response status with error3373 returns bad_request and error message3374 with invalid version3375 version: " ", status: :bad_request, error: "\"Version\" not given"3376 behaves like returning response status with error3377 returns bad_request and error message3378 version: "", status: :bad_request, error: "\"Version\" not given"3379 behaves like returning response status with error3380 returns bad_request and error message3381 version: nil, status: :bad_request, error: "\"Version\" not given"3382 behaves like returning response status with error3383 returns bad_request and error message3384 auth: :deploy_token, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :not_found3385 behaves like returning response status with error3386 returns not_found and error message3387 behaves like enqueue a worker to sync a metadata cache3388 enqueues a worker to create a metadata cache3389 DELETE /api/v4/projects/:id/packages/npm/-/package/*package_name/dist-tags/:tag3390 behaves like handling delete dist tag requests3391 with a group namespace3392 behaves like handling all conditions3393 behaves like handling different package names, visibilities and user roles for tags create or delete3394 auth: nil, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized3395 behaves like reject delete package tag request3396 behaves like returning response status3397 returns unauthorized3398 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized3399 behaves like reject delete package tag request3400 behaves like returning response status3401 returns unauthorized3402 auth: nil, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized3403 behaves like reject delete package tag request3404 behaves like returning response status3405 returns unauthorized3406 auth: nil, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized3407 behaves like reject delete package tag request3408 behaves like returning response status3409 returns unauthorized3410 auth: nil, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized3411 behaves like reject delete package tag request3412 behaves like returning response status3413 returns unauthorized3414 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized3415 behaves like reject delete package tag request3416 behaves like returning response status3417 returns unauthorized3418 auth: nil, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized3419 behaves like reject delete package tag request3420 behaves like returning response status3421 returns unauthorized3422 auth: nil, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized3423 behaves like reject delete package tag request3424 behaves like returning response status3425 returns unauthorized3426 auth: nil, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized3427 behaves like reject delete package tag request3428 behaves like returning response status3429 returns unauthorized3430 auth: nil, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized3431 behaves like reject delete package tag request3432 behaves like returning response status3433 returns unauthorized3434 auth: nil, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized3435 behaves like reject delete package tag request3436 behaves like returning response status3437 returns unauthorized3438 auth: nil, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized3439 behaves like reject delete package tag request3440 behaves like returning response status3441 returns unauthorized3442 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3443 behaves like reject delete package tag request3444 behaves like returning response status3445 returns forbidden3446 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3447 behaves like accept delete package tag request3448 with valid package name3449 returns a valid response3450 destroy the package tag3451 behaves like returning response status3452 returns no_content3453# [RSpecRunTime] RSpec elapsed time: 17 minutes 13.92 seconds. Current RSS: ~1495M. load average: 1.10 1.08 0.96 1/276 6323454 behaves like track event3455 behaves like a package tracking event3456 creates a gitlab tracking event delete_tag3457 with tag from other package3458 behaves like returning response status3459 returns not_found3460 with ActiveRecord::RecordInvalid error3461 behaves like returning response status with error3462 returns bad_request and error message3463 with invalid package name3464 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3465 behaves like returning response status with error3466 returns not_found and error message3467 package_name: "", status: :not_found, error: "404 Not Found"3468 behaves like returning response status with error3469 returns not_found and error message3470 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3471 behaves like returning response status with error3472 returns bad_request and error message3473 with invalid tag name3474 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3475 behaves like returning response status with error3476 returns not_found and error message3477 tag_name: "", status: :not_found, error: "404 Not Found"3478 behaves like returning response status with error3479 returns not_found and error message3480 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3481 behaves like returning response status with error3482 returns bad_request and error message3483 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3484 behaves like reject delete package tag request3485 behaves like returning response status3486 returns forbidden3487 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3488 behaves like accept delete package tag request3489 with valid package name3490 returns a valid response3491 destroy the package tag3492 behaves like returning response status3493 returns no_content3494# [RSpecRunTime] RSpec elapsed time: 17 minutes 22.86 seconds. Current RSS: ~1490M. load average: 1.01 1.06 0.96 1/276 6333495 behaves like track event3496 behaves like a package tracking event3497 creates a gitlab tracking event delete_tag3498 with tag from other package3499 behaves like returning response status3500 returns not_found3501 with ActiveRecord::RecordInvalid error3502 behaves like returning response status with error3503 returns bad_request and error message3504 with invalid package name3505 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3506 behaves like returning response status with error3507 returns not_found and error message3508 package_name: "", status: :not_found, error: "404 Not Found"3509 behaves like returning response status with error3510 returns not_found and error message3511 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3512 behaves like returning response status with error3513 returns bad_request and error message3514 with invalid tag name3515 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3516 behaves like returning response status with error3517 returns not_found and error message3518 tag_name: "", status: :not_found, error: "404 Not Found"3519 behaves like returning response status with error3520 returns not_found and error message3521 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3522 behaves like returning response status with error3523 returns bad_request and error message3524 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3525 behaves like reject delete package tag request3526 behaves like returning response status3527 returns forbidden3528 auth: :oauth, package_name_type: :unscoped, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3529 behaves like accept delete package tag request3530 with valid package name3531 returns a valid response3532 destroy the package tag3533 behaves like returning response status3534 returns no_content3535# [RSpecRunTime] RSpec elapsed time: 17 minutes 31.49 seconds. Current RSS: ~1496M. load average: 0.94 1.04 0.95 1/276 6343536 behaves like track event3537 behaves like a package tracking event3538 creates a gitlab tracking event delete_tag3539 with tag from other package3540 behaves like returning response status3541 returns not_found3542 with ActiveRecord::RecordInvalid error3543 behaves like returning response status with error3544 returns bad_request and error message3545 with invalid package name3546 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3547 behaves like returning response status with error3548 returns not_found and error message3549 package_name: "", status: :not_found, error: "404 Not Found"3550 behaves like returning response status with error3551 returns not_found and error message3552 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3553 behaves like returning response status with error3554 returns bad_request and error message3555 with invalid tag name3556 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3557 behaves like returning response status with error3558 returns not_found and error message3559 tag_name: "", status: :not_found, error: "404 Not Found"3560 behaves like returning response status with error3561 returns not_found and error message3562 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3563 behaves like returning response status with error3564 returns bad_request and error message3565 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3566 behaves like reject delete package tag request3567 behaves like returning response status3568 returns forbidden3569 auth: :oauth, package_name_type: :non_existing, visibility: :public, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3570 behaves like returning response status with error3571 returns not_found and error message3572 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3573 behaves like reject delete package tag request3574 behaves like returning response status3575 returns forbidden3576 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3577 behaves like accept delete package tag request3578 with valid package name3579 returns a valid response3580 destroy the package tag3581 behaves like returning response status3582 returns no_content3583# [RSpecRunTime] RSpec elapsed time: 17 minutes 41.89 seconds. Current RSS: ~1486M. load average: 0.95 1.04 0.95 1/276 6353584 behaves like track event3585 behaves like a package tracking event3586 creates a gitlab tracking event delete_tag3587 with tag from other package3588 behaves like returning response status3589 returns not_found3590 with ActiveRecord::RecordInvalid error3591 behaves like returning response status with error3592 returns bad_request and error message3593 with invalid package name3594 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3595 behaves like returning response status with error3596 returns not_found and error message3597 package_name: "", status: :not_found, error: "404 Not Found"3598 behaves like returning response status with error3599 returns not_found and error message3600 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3601 behaves like returning response status with error3602 returns bad_request and error message3603 with invalid tag name3604 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3605 behaves like returning response status with error3606 returns not_found and error message3607 tag_name: "", status: :not_found, error: "404 Not Found"3608 behaves like returning response status with error3609 returns not_found and error message3610 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3611 behaves like returning response status with error3612 returns bad_request and error message3613 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3614 behaves like reject delete package tag request3615 behaves like returning response status3616 returns forbidden3617 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3618 behaves like accept delete package tag request3619 with valid package name3620 returns a valid response3621 destroy the package tag3622 behaves like returning response status3623 returns no_content3624# [RSpecRunTime] RSpec elapsed time: 17 minutes 51.48 seconds. Current RSS: ~1487M. load average: 0.95 1.03 0.95 1/276 6363625 behaves like track event3626 behaves like a package tracking event3627 creates a gitlab tracking event delete_tag3628 with tag from other package3629 behaves like returning response status3630 returns not_found3631 with ActiveRecord::RecordInvalid error3632 behaves like returning response status with error3633 returns bad_request and error message3634 with invalid package name3635 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3636 behaves like returning response status with error3637 returns not_found and error message3638 package_name: "", status: :not_found, error: "404 Not Found"3639 behaves like returning response status with error3640 returns not_found and error message3641 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3642 behaves like returning response status with error3643 returns bad_request and error message3644 with invalid tag name3645 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3646 behaves like returning response status with error3647 returns not_found and error message3648 tag_name: "", status: :not_found, error: "404 Not Found"3649 behaves like returning response status with error3650 returns not_found and error message3651 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3652 behaves like returning response status with error3653 returns bad_request and error message3654 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3655 behaves like reject delete package tag request3656 behaves like returning response status3657 returns forbidden3658 auth: :oauth, package_name_type: :unscoped, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3659 behaves like accept delete package tag request3660 with valid package name3661 returns a valid response3662 destroy the package tag3663 behaves like returning response status3664 returns no_content3665# [RSpecRunTime] RSpec elapsed time: 18 minutes 0.77 second. Current RSS: ~1485M. load average: 0.96 1.03 0.95 1/276 6373666 behaves like track event3667 behaves like a package tracking event3668 creates a gitlab tracking event delete_tag3669 with tag from other package3670 behaves like returning response status3671 returns not_found3672 with ActiveRecord::RecordInvalid error3673 behaves like returning response status with error3674 returns bad_request and error message3675 with invalid package name3676 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3677 behaves like returning response status with error3678 returns not_found and error message3679 package_name: "", status: :not_found, error: "404 Not Found"3680 behaves like returning response status with error3681 returns not_found and error message3682 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3683 behaves like returning response status with error3684 returns bad_request and error message3685 with invalid tag name3686 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3687 behaves like returning response status with error3688 returns not_found and error message3689 tag_name: "", status: :not_found, error: "404 Not Found"3690 behaves like returning response status with error3691 returns not_found and error message3692 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3693 behaves like returning response status with error3694 returns bad_request and error message3695 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3696 behaves like reject delete package tag request3697 behaves like returning response status3698 returns forbidden3699 auth: :oauth, package_name_type: :non_existing, visibility: :private, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3700 behaves like returning response status with error3701 returns not_found and error message3702 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3703 behaves like reject delete package tag request3704 behaves like returning response status3705 returns forbidden3706 auth: :oauth, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3707 behaves like accept delete package tag request3708 with valid package name3709 returns a valid response3710 destroy the package tag3711 behaves like returning response status3712 returns no_content3713# [RSpecRunTime] RSpec elapsed time: 18 minutes 11.8 seconds. Current RSS: ~1485M. load average: 0.97 1.03 0.95 1/276 6383714 behaves like track event3715 behaves like a package tracking event3716 creates a gitlab tracking event delete_tag3717 with tag from other package3718 behaves like returning response status3719 returns not_found3720 with ActiveRecord::RecordInvalid error3721 behaves like returning response status with error3722 returns bad_request and error message3723 with invalid package name3724 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3725 behaves like returning response status with error3726 returns not_found and error message3727 package_name: "", status: :not_found, error: "404 Not Found"3728 behaves like returning response status with error3729 returns not_found and error message3730 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3731 behaves like returning response status with error3732 returns bad_request and error message3733 with invalid tag name3734 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3735 behaves like returning response status with error3736 returns not_found and error message3737 tag_name: "", status: :not_found, error: "404 Not Found"3738 behaves like returning response status with error3739 returns not_found and error message3740 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3741 behaves like returning response status with error3742 returns bad_request and error message3743 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3744 behaves like reject delete package tag request3745 behaves like returning response status3746 returns forbidden3747 auth: :oauth, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3748 behaves like accept delete package tag request3749 with valid package name3750 returns a valid response3751 destroy the package tag3752 behaves like returning response status3753 returns no_content3754# [RSpecRunTime] RSpec elapsed time: 18 minutes 20.93 seconds. Current RSS: ~1488M. load average: 0.97 1.03 0.96 1/276 6393755 behaves like track event3756 behaves like a package tracking event3757 creates a gitlab tracking event delete_tag3758 with tag from other package3759 behaves like returning response status3760 returns not_found3761 with ActiveRecord::RecordInvalid error3762 behaves like returning response status with error3763 returns bad_request and error message3764 with invalid package name3765 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3766 behaves like returning response status with error3767 returns not_found and error message3768 package_name: "", status: :not_found, error: "404 Not Found"3769 behaves like returning response status with error3770 returns not_found and error message3771 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3772 behaves like returning response status with error3773 returns bad_request and error message3774 with invalid tag name3775 tag_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 tag_name: "", status: :not_found, error: "404 Not Found"3779 behaves like returning response status with error3780 returns not_found and error message3781 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3782 behaves like returning response status with error3783 returns bad_request and error message3784 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3785 behaves like reject delete package tag request3786 behaves like returning response status3787 returns forbidden3788 auth: :oauth, package_name_type: :unscoped, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok3789 behaves like accept delete package tag request3790 with valid package name3791 returns a valid response3792 destroy the package tag3793 behaves like returning response status3794 returns no_content3795# [RSpecRunTime] RSpec elapsed time: 18 minutes 30.53 seconds. Current RSS: ~1481M. load average: 0.98 1.03 0.96 1/276 6403796 behaves like track event3797 behaves like a package tracking event3798 creates a gitlab tracking event delete_tag3799 with tag from other package3800 behaves like returning response status3801 returns not_found3802 with ActiveRecord::RecordInvalid error3803 behaves like returning response status with error3804 returns bad_request and error message3805 with invalid package name3806 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3807 behaves like returning response status with error3808 returns not_found and error message3809 package_name: "", status: :not_found, error: "404 Not Found"3810 behaves like returning response status with error3811 returns not_found and error message3812 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3813 behaves like returning response status with error3814 returns bad_request and error message3815 with invalid tag name3816 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3817 behaves like returning response status with error3818 returns not_found and error message3819 tag_name: "", status: :not_found, error: "404 Not Found"3820 behaves like returning response status with error3821 returns not_found and error message3822 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3823 behaves like returning response status with error3824 returns bad_request and error message3825 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden3826 behaves like reject delete package tag request3827 behaves like returning response status3828 returns forbidden3829 auth: :oauth, package_name_type: :non_existing, visibility: :internal, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3830 behaves like returning response status with error3831 returns not_found and error message3832 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3833 behaves like reject delete package tag request3834 behaves like returning response status3835 returns forbidden3836 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3837 behaves like accept delete package tag request3838 with valid package name3839 returns a valid response3840 destroy the package tag3841 behaves like returning response status3842 returns no_content3843# [RSpecRunTime] RSpec elapsed time: 18 minutes 41.67 seconds. Current RSS: ~1481M. load average: 1.13 1.06 0.97 1/277 6423844 behaves like track event3845 behaves like a package tracking event3846 creates a gitlab tracking event delete_tag3847 with tag from other package3848 behaves like returning response status3849 returns not_found3850 with ActiveRecord::RecordInvalid error3851 behaves like returning response status with error3852 returns bad_request and error message3853 with invalid package name3854 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3855 behaves like returning response status with error3856 returns not_found and error message3857 package_name: "", status: :not_found, error: "404 Not Found"3858 behaves like returning response status with error3859 returns not_found and error message3860 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3861 behaves like returning response status with error3862 returns bad_request and error message3863 with invalid tag name3864 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3865 behaves like returning response status with error3866 returns not_found and error message3867 tag_name: "", status: :not_found, error: "404 Not Found"3868 behaves like returning response status with error3869 returns not_found and error message3870 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3871 behaves like returning response status with error3872 returns bad_request and error message3873 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3874 behaves like reject delete package tag request3875 behaves like returning response status3876 returns forbidden3877 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3878 behaves like accept delete package tag request3879 with valid package name3880 returns a valid response3881 destroy the package tag3882 behaves like returning response status3883 returns no_content3884# [RSpecRunTime] RSpec elapsed time: 18 minutes 50.91 seconds. Current RSS: ~1479M. load average: 1.19 1.07 0.97 1/277 6433885 behaves like track event3886 behaves like a package tracking event3887 creates a gitlab tracking event delete_tag3888 with tag from other package3889 behaves like returning response status3890 returns not_found3891 with ActiveRecord::RecordInvalid error3892 behaves like returning response status with error3893 returns bad_request and error message3894 with invalid package name3895 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3896 behaves like returning response status with error3897 returns not_found and error message3898 package_name: "", status: :not_found, error: "404 Not Found"3899 behaves like returning response status with error3900 returns not_found and error message3901 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3902 behaves like returning response status with error3903 returns bad_request and error message3904 with invalid tag name3905 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3906 behaves like returning response status with error3907 returns not_found and error message3908 tag_name: "", status: :not_found, error: "404 Not Found"3909 behaves like returning response status with error3910 returns not_found and error message3911 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3912 behaves like returning response status with error3913 returns bad_request and error message3914 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3915 behaves like reject delete package tag request3916 behaves like returning response status3917 returns forbidden3918 auth: :personal_access_token, package_name_type: :unscoped, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok3919 behaves like accept delete package tag request3920 with valid package name3921 returns a valid response3922 destroy the package tag3923 behaves like returning response status3924 returns no_content3925# [RSpecRunTime] RSpec elapsed time: 19 minutes 0.15 second. Current RSS: ~1479M. load average: 1.16 1.07 0.98 1/277 6443926 behaves like track event3927 behaves like a package tracking event3928 creates a gitlab tracking event delete_tag3929 with tag from other package3930 behaves like returning response status3931 returns not_found3932 with ActiveRecord::RecordInvalid error3933 behaves like returning response status with error3934 returns bad_request and error message3935 with invalid package name3936 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3937 behaves like returning response status with error3938 returns not_found and error message3939 package_name: "", status: :not_found, error: "404 Not Found"3940 behaves like returning response status with error3941 returns not_found and error message3942 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3943 behaves like returning response status with error3944 returns bad_request and error message3945 with invalid tag name3946 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3947 behaves like returning response status with error3948 returns not_found and error message3949 tag_name: "", status: :not_found, error: "404 Not Found"3950 behaves like returning response status with error3951 returns not_found and error message3952 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"3953 behaves like returning response status with error3954 returns bad_request and error message3955 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :guest, expected_result: :reject, expected_status: :forbidden3956 behaves like reject delete package tag request3957 behaves like returning response status3958 returns forbidden3959 auth: :personal_access_token, package_name_type: :non_existing, visibility: :public, user_role: :maintainer, expected_result: :reject, expected_status: :not_found3960 behaves like returning response status with error3961 returns not_found and error message3962 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden3963 behaves like reject delete package tag request3964 behaves like returning response status3965 returns forbidden3966 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok3967 behaves like accept delete package tag request3968 with valid package name3969 returns a valid response3970 destroy the package tag3971 behaves like returning response status3972 returns no_content3973# [RSpecRunTime] RSpec elapsed time: 19 minutes 10.61 seconds. Current RSS: ~1477M. load average: 1.13 1.07 0.98 1/277 6453974 behaves like track event3975 behaves like a package tracking event3976 creates a gitlab tracking event delete_tag3977 with tag from other package3978 behaves like returning response status3979 returns not_found3980 with ActiveRecord::RecordInvalid error3981 behaves like returning response status with error3982 returns bad_request and error message3983 with invalid package name3984 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3985 behaves like returning response status with error3986 returns not_found and error message3987 package_name: "", status: :not_found, error: "404 Not Found"3988 behaves like returning response status with error3989 returns not_found and error message3990 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"3991 behaves like returning response status with error3992 returns bad_request and error message3993 with invalid tag name3994 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/3995 behaves like returning response status with error3996 returns not_found and error message3997 tag_name: "", status: :not_found, error: "404 Not Found"3998 behaves like returning response status with error3999 returns not_found and error message4000 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4001 behaves like returning response status with error4002 returns bad_request and error message4003 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden4004 behaves like reject delete package tag request4005 behaves like returning response status4006 returns forbidden4007 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok4008 behaves like accept delete package tag request4009 with valid package name4010 returns a valid response4011 destroy the package tag4012 behaves like returning response status4013 returns no_content4014# [RSpecRunTime] RSpec elapsed time: 19 minutes 20.97 seconds. Current RSS: ~1475M. load average: 1.11 1.07 0.98 1/277 6464015 behaves like track event4016 behaves like a package tracking event4017 creates a gitlab tracking event delete_tag4018 with tag from other package4019 behaves like returning response status4020 returns not_found4021 with ActiveRecord::RecordInvalid error4022 behaves like returning response status with error4023 returns bad_request and error message4024 with invalid package name4025 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4026 behaves like returning response status with error4027 returns not_found and error message4028 package_name: "", status: :not_found, error: "404 Not Found"4029 behaves like returning response status with error4030 returns not_found and error message4031 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4032 behaves like returning response status with error4033 returns bad_request and error message4034 with invalid tag name4035 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4036 behaves like returning response status with error4037 returns not_found and error message4038 tag_name: "", status: :not_found, error: "404 Not Found"4039 behaves like returning response status with error4040 returns not_found and error message4041 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4042 behaves like returning response status with error4043 returns bad_request and error message4044 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden4045 behaves like reject delete package tag request4046 behaves like returning response status4047 returns forbidden4048 auth: :personal_access_token, package_name_type: :unscoped, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok4049 behaves like accept delete package tag request4050 with valid package name4051 returns a valid response4052 destroy the package tag4053 behaves like returning response status4054 returns no_content4055# [RSpecRunTime] RSpec elapsed time: 19 minutes 31.35 seconds. Current RSS: ~1468M. load average: 1.02 1.05 0.97 1/277 6474056 behaves like track event4057 behaves like a package tracking event4058 creates a gitlab tracking event delete_tag4059 with tag from other package4060 behaves like returning response status4061 returns not_found4062 with ActiveRecord::RecordInvalid error4063 behaves like returning response status with error4064 returns bad_request and error message4065 with invalid package name4066 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4067 behaves like returning response status with error4068 returns not_found and error message4069 package_name: "", status: :not_found, error: "404 Not Found"4070 behaves like returning response status with error4071 returns not_found and error message4072 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4073 behaves like returning response status with error4074 returns bad_request and error message4075 with invalid tag name4076 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4077 behaves like returning response status with error4078 returns not_found and error message4079 tag_name: "", status: :not_found, error: "404 Not Found"4080 behaves like returning response status with error4081 returns not_found and error message4082 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4083 behaves like returning response status with error4084 returns bad_request and error message4085 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden4086 behaves like reject delete package tag request4087 behaves like returning response status4088 returns forbidden4089 auth: :personal_access_token, package_name_type: :non_existing, visibility: :private, user_role: :maintainer, expected_result: :reject, expected_status: :not_found4090 behaves like returning response status with error4091 returns not_found and error message4092 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden4093 behaves like reject delete package tag request4094 behaves like returning response status4095 returns forbidden4096 auth: :personal_access_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok4097 behaves like accept delete package tag request4098 with valid package name4099 returns a valid response4100 destroy the package tag4101 behaves like returning response status4102 returns no_content4103# [RSpecRunTime] RSpec elapsed time: 19 minutes 42.93 seconds. Current RSS: ~1463M. load average: 1.02 1.04 0.97 1/278 6484104 behaves like track event4105 behaves like a package tracking event4106 creates a gitlab tracking event delete_tag4107 with tag from other package4108 behaves like returning response status4109 returns not_found4110 with ActiveRecord::RecordInvalid error4111 behaves like returning response status with error4112 returns bad_request and error message4113 with invalid package name4114 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4115 behaves like returning response status with error4116 returns not_found and error message4117 package_name: "", status: :not_found, error: "404 Not Found"4118 behaves like returning response status with error4119 returns not_found and error message4120 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4121 behaves like returning response status with error4122 returns bad_request and error message4123 with invalid tag name4124 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4125 behaves like returning response status with error4126 returns not_found and error message4127 tag_name: "", status: :not_found, error: "404 Not Found"4128 behaves like returning response status with error4129 returns not_found and error message4130 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4131 behaves like returning response status with error4132 returns bad_request and error message4133 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden4134 behaves like reject delete package tag request4135 behaves like returning response status4136 returns forbidden4137# [RSpecRunTime] RSpec elapsed time: 19 minutes 50.77 seconds. Current RSS: ~1464M. load average: 0.94 1.03 0.97 1/278 6494138 auth: :personal_access_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok4139 behaves like accept delete package tag request4140 with valid package name4141 returns a valid response4142 destroy the package tag4143 behaves like returning response status4144 returns no_content4145# [RSpecRunTime] RSpec elapsed time: 19 minutes 52.74 seconds. Current RSS: ~1466M. load average: 0.94 1.03 0.97 1/278 6504146 behaves like track event4147 behaves like a package tracking event4148 creates a gitlab tracking event delete_tag4149 with tag from other package4150 behaves like returning response status4151 returns not_found4152 with ActiveRecord::RecordInvalid error4153 behaves like returning response status with error4154 returns bad_request and error message4155 with invalid package name4156 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4157 behaves like returning response status with error4158 returns not_found and error message4159 package_name: "", status: :not_found, error: "404 Not Found"4160 behaves like returning response status with error4161 returns not_found and error message4162 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4163 behaves like returning response status with error4164 returns bad_request and error message4165 with invalid tag name4166 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4167 behaves like returning response status with error4168 returns not_found and error message4169 tag_name: "", status: :not_found, error: "404 Not Found"4170 behaves like returning response status with error4171 returns not_found and error message4172 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4173 behaves like returning response status with error4174 returns bad_request and error message4175 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden4176 behaves like reject delete package tag request4177 behaves like returning response status4178 returns forbidden4179 auth: :personal_access_token, package_name_type: :unscoped, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok4180 behaves like accept delete package tag request4181 with valid package name4182 returns a valid response4183 destroy the package tag4184 behaves like returning response status4185 returns no_content4186# [RSpecRunTime] RSpec elapsed time: 20 minutes 0.11 second. Current RSS: ~1488M. load average: 0.95 1.03 0.97 1/278 6514187 behaves like track event4188 behaves like a package tracking event4189 creates a gitlab tracking event delete_tag4190 with tag from other package4191 behaves like returning response status4192 returns not_found4193 with ActiveRecord::RecordInvalid error4194 behaves like returning response status with error4195 returns bad_request and error message4196 with invalid package name4197 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4198 behaves like returning response status with error4199 returns not_found and error message4200 package_name: "", status: :not_found, error: "404 Not Found"4201 behaves like returning response status with error4202 returns not_found and error message4203 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4204 behaves like returning response status with error4205 returns bad_request and error message4206 with invalid tag name4207 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4208 behaves like returning response status with error4209 returns not_found and error message4210 tag_name: "", status: :not_found, error: "404 Not Found"4211 behaves like returning response status with error4212 returns not_found and error message4213 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4214 behaves like returning response status with error4215 returns bad_request and error message4216 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :guest, expected_result: :reject, expected_status: :forbidden4217 behaves like reject delete package tag request4218 behaves like returning response status4219 returns forbidden4220 auth: :personal_access_token, package_name_type: :non_existing, visibility: :internal, user_role: :maintainer, expected_result: :reject, expected_status: :not_found4221 behaves like returning response status with error4222 returns not_found and error message4223 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok4224 behaves like accept delete package tag request4225 with valid package name4226 returns a valid response4227 destroy the package tag4228 behaves like returning response status4229 returns no_content4230# [RSpecRunTime] RSpec elapsed time: 20 minutes 7.63 seconds. Current RSS: ~1495M. load average: 0.95 1.02 0.97 1/278 6524231 behaves like track event4232 behaves like a package tracking event4233 creates a gitlab tracking event delete_tag4234 with tag from other package4235 behaves like returning response status4236 returns not_found4237 with ActiveRecord::RecordInvalid error4238 behaves like returning response status with error4239 returns bad_request and error message4240 with invalid package name4241 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4242 behaves like returning response status with error4243 returns not_found and error message4244 package_name: "", status: :not_found, error: "404 Not Found"4245 behaves like returning response status with error4246 returns not_found and error message4247 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4248 behaves like returning response status with error4249 returns bad_request and error message4250 with invalid tag name4251 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4252 behaves like returning response status with error4253 returns not_found and error message4254 tag_name: "", status: :not_found, error: "404 Not Found"4255 behaves like returning response status with error4256 returns not_found and error message4257 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4258 behaves like returning response status with error4259 returns bad_request and error message4260 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok4261 behaves like accept delete package tag request4262 with valid package name4263 returns a valid response4264 destroy the package tag4265 behaves like returning response status4266 returns no_content4267# [RSpecRunTime] RSpec elapsed time: 20 minutes 14.05 seconds. Current RSS: ~1496M. load average: 1.04 1.04 0.98 1/278 6534268 behaves like track event4269 behaves like a package tracking event4270 creates a gitlab tracking event delete_tag4271 with tag from other package4272 behaves like returning response status4273 returns not_found4274 with ActiveRecord::RecordInvalid error4275 behaves like returning response status with error4276 returns bad_request and error message4277 with invalid package name4278 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4279 behaves like returning response status with error4280 returns not_found and error message4281 package_name: "", status: :not_found, error: "404 Not Found"4282 behaves like returning response status with error4283 returns not_found and error message4284 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4285 behaves like returning response status with error4286 returns bad_request and error message4287 with invalid tag name4288 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4289 behaves like returning response status with error4290 returns not_found and error message4291 tag_name: "", status: :not_found, error: "404 Not Found"4292 behaves like returning response status with error4293 returns not_found and error message4294 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4295 behaves like returning response status with error4296 returns bad_request and error message4297 auth: :job_token, package_name_type: :unscoped, visibility: :public, user_role: :maintainer, expected_result: :accept, expected_status: :ok4298 behaves like accept delete package tag request4299 with valid package name4300 returns a valid response4301 destroy the package tag4302 behaves like returning response status4303 returns no_content4304# [RSpecRunTime] RSpec elapsed time: 20 minutes 20.66 seconds. Current RSS: ~1489M. load average: 1.03 1.04 0.98 1/278 6544305 behaves like track event4306 behaves like a package tracking event4307 creates a gitlab tracking event delete_tag4308 with tag from other package4309 behaves like returning response status4310 returns not_found4311 with ActiveRecord::RecordInvalid error4312 behaves like returning response status with error4313 returns bad_request and error message4314 with invalid package name4315 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4316 behaves like returning response status with error4317 returns not_found and error message4318 package_name: "", status: :not_found, error: "404 Not Found"4319 behaves like returning response status with error4320 returns not_found and error message4321 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4322 behaves like returning response status with error4323 returns bad_request and error message4324 with invalid tag name4325 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4326 behaves like returning response status with error4327 returns not_found and error message4328 tag_name: "", status: :not_found, error: "404 Not Found"4329 behaves like returning response status with error4330 returns not_found and error message4331 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4332 behaves like returning response status with error4333 returns bad_request and error message4334 auth: :job_token, package_name_type: :non_existing, visibility: :public, user_role: :maintainer, expected_result: :reject, expected_status: :not_found4335 behaves like returning response status with error4336 returns not_found and error message4337 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok4338 behaves like accept delete package tag request4339 with valid package name4340 returns a valid response4341 destroy the package tag4342 behaves like returning response status4343 returns no_content4344# [RSpecRunTime] RSpec elapsed time: 20 minutes 27.85 seconds. Current RSS: ~1489M. load average: 1.03 1.04 0.98 1/278 6554345 behaves like track event4346 behaves like a package tracking event4347 creates a gitlab tracking event delete_tag4348 with tag from other package4349 behaves like returning response status4350 returns not_found4351 with ActiveRecord::RecordInvalid error4352 behaves like returning response status with error4353 returns bad_request and error message4354 with invalid package name4355 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4356 behaves like returning response status with error4357 returns not_found and error message4358 package_name: "", status: :not_found, error: "404 Not Found"4359 behaves like returning response status with error4360 returns not_found and error message4361 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4362 behaves like returning response status with error4363 returns bad_request and error message4364 with invalid tag name4365 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4366 behaves like returning response status with error4367 returns not_found and error message4368 tag_name: "", status: :not_found, error: "404 Not Found"4369 behaves like returning response status with error4370 returns not_found and error message4371 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4372 behaves like returning response status with error4373 returns bad_request and error message4374 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok4375 behaves like accept delete package tag request4376 with valid package name4377 returns a valid response4378 destroy the package tag4379 behaves like returning response status4380 returns no_content4381# [RSpecRunTime] RSpec elapsed time: 20 minutes 35.11 seconds. Current RSS: ~1491M. load average: 1.02 1.04 0.98 1/278 6564382 behaves like track event4383 behaves like a package tracking event4384 creates a gitlab tracking event delete_tag4385 with tag from other package4386 behaves like returning response status4387 returns not_found4388 with ActiveRecord::RecordInvalid error4389 behaves like returning response status with error4390 returns bad_request and error message4391 with invalid package name4392 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4393 behaves like returning response status with error4394 returns not_found and error message4395 package_name: "", status: :not_found, error: "404 Not Found"4396 behaves like returning response status with error4397 returns not_found and error message4398 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4399 behaves like returning response status with error4400 returns bad_request and error message4401 with invalid tag name4402 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4403 behaves like returning response status with error4404 returns not_found and error message4405 tag_name: "", status: :not_found, error: "404 Not Found"4406 behaves like returning response status with error4407 returns not_found and error message4408 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4409 behaves like returning response status with error4410 returns bad_request and error message4411 auth: :job_token, package_name_type: :unscoped, visibility: :private, user_role: :maintainer, expected_result: :accept, expected_status: :ok4412 behaves like accept delete package tag request4413 with valid package name4414 returns a valid response4415 destroy the package tag4416 behaves like returning response status4417 returns no_content4418# [RSpecRunTime] RSpec elapsed time: 20 minutes 42.54 seconds. Current RSS: ~1494M. load average: 1.02 1.04 0.98 1/278 6574419 behaves like track event4420 behaves like a package tracking event4421 creates a gitlab tracking event delete_tag4422 with tag from other package4423 behaves like returning response status4424 returns not_found4425 with ActiveRecord::RecordInvalid error4426 behaves like returning response status with error4427 returns bad_request and error message4428 with invalid package name4429 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4430 behaves like returning response status with error4431 returns not_found and error message4432 package_name: "", status: :not_found, error: "404 Not Found"4433 behaves like returning response status with error4434 returns not_found and error message4435 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4436 behaves like returning response status with error4437 returns bad_request and error message4438 with invalid tag name4439 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4440 behaves like returning response status with error4441 returns not_found and error message4442 tag_name: "", status: :not_found, error: "404 Not Found"4443 behaves like returning response status with error4444 returns not_found and error message4445 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4446 behaves like returning response status with error4447 returns bad_request and error message4448 auth: :job_token, package_name_type: :non_existing, visibility: :private, user_role: :maintainer, expected_result: :reject, expected_status: :not_found4449 behaves like returning response status with error4450 returns not_found and error message4451 auth: :job_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok4452 behaves like accept delete package tag request4453 with valid package name4454 returns a valid response4455 destroy the package tag4456 behaves like returning response status4457 returns no_content4458# [RSpecRunTime] RSpec elapsed time: 20 minutes 50.5 seconds. Current RSS: ~1489M. load average: 1.02 1.03 0.98 1/278 6584459 behaves like track event4460 behaves like a package tracking event4461 creates a gitlab tracking event delete_tag4462 with tag from other package4463 behaves like returning response status4464 returns not_found4465 with ActiveRecord::RecordInvalid error4466 behaves like returning response status with error4467 returns bad_request and error message4468 with invalid package name4469 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4470 behaves like returning response status with error4471 returns not_found and error message4472 package_name: "", status: :not_found, error: "404 Not Found"4473 behaves like returning response status with error4474 returns not_found and error message4475 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4476 behaves like returning response status with error4477 returns bad_request and error message4478 with invalid tag name4479 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4480 behaves like returning response status with error4481 returns not_found and error message4482 tag_name: "", status: :not_found, error: "404 Not Found"4483 behaves like returning response status with error4484 returns not_found and error message4485 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4486 behaves like returning response status with error4487 returns bad_request and error message4488 auth: :job_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok4489 behaves like accept delete package tag request4490 with valid package name4491 returns a valid response4492 destroy the package tag4493 behaves like returning response status4494 returns no_content4495# [RSpecRunTime] RSpec elapsed time: 20 minutes 57.36 seconds. Current RSS: ~1491M. load average: 1.02 1.03 0.98 1/278 6594496 behaves like track event4497 behaves like a package tracking event4498 creates a gitlab tracking event delete_tag4499 with tag from other package4500 behaves like returning response status4501 returns not_found4502 with ActiveRecord::RecordInvalid error4503 behaves like returning response status with error4504 returns bad_request and error message4505 with invalid package name4506 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4507 behaves like returning response status with error4508 returns not_found and error message4509 package_name: "", status: :not_found, error: "404 Not Found"4510 behaves like returning response status with error4511 returns not_found and error message4512 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4513 behaves like returning response status with error4514 returns bad_request and error message4515 with invalid tag name4516 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4517 behaves like returning response status with error4518 returns not_found and error message4519 tag_name: "", status: :not_found, error: "404 Not Found"4520 behaves like returning response status with error4521 returns not_found and error message4522 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4523 behaves like returning response status with error4524 returns bad_request and error message4525 auth: :job_token, package_name_type: :unscoped, visibility: :internal, user_role: :maintainer, expected_result: :accept, expected_status: :ok4526 behaves like accept delete package tag request4527 with valid package name4528 returns a valid response4529 destroy the package tag4530 behaves like returning response status4531 returns no_content4532# [RSpecRunTime] RSpec elapsed time: 21 minutes 4.64 seconds. Current RSS: ~1492M. load average: 1.02 1.03 0.98 1/278 6604533 behaves like track event4534 behaves like a package tracking event4535 creates a gitlab tracking event delete_tag4536 with tag from other package4537 behaves like returning response status4538 returns not_found4539 with ActiveRecord::RecordInvalid error4540 behaves like returning response status with error4541 returns bad_request and error message4542 with invalid package name4543 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4544 behaves like returning response status with error4545 returns not_found and error message4546 package_name: "", status: :not_found, error: "404 Not Found"4547 behaves like returning response status with error4548 returns not_found and error message4549 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4550 behaves like returning response status with error4551 returns bad_request and error message4552 with invalid tag name4553 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4554 behaves like returning response status with error4555 returns not_found and error message4556 tag_name: "", status: :not_found, error: "404 Not Found"4557 behaves like returning response status with error4558 returns not_found and error message4559 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4560 behaves like returning response status with error4561 returns bad_request and error message4562 auth: :job_token, package_name_type: :non_existing, visibility: :internal, user_role: :maintainer, expected_result: :reject, expected_status: :not_found4563 behaves like returning response status with error4564 returns not_found and error message4565 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok4566 behaves like accept delete package tag request4567 with valid package name4568 returns a valid response4569 destroy the package tag4570 behaves like returning response status4571 returns no_content4572# [RSpecRunTime] RSpec elapsed time: 21 minutes 11.62 seconds. Current RSS: ~1495M. load average: 1.01 1.03 0.98 1/278 6614573 behaves like track event4574 behaves like a package tracking event4575 creates a gitlab tracking event delete_tag4576 with tag from other package4577 behaves like returning response status4578 returns not_found4579 with ActiveRecord::RecordInvalid error4580 behaves like returning response status with error4581 returns bad_request and error message4582 with invalid package name4583 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4584 behaves like returning response status with error4585 returns not_found and error message4586 package_name: "", status: :not_found, error: "404 Not Found"4587 behaves like returning response status with error4588 returns not_found and error message4589 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4590 behaves like returning response status with error4591 returns bad_request and error message4592 with invalid tag name4593 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4594 behaves like returning response status with error4595 returns not_found and error message4596 tag_name: "", status: :not_found, error: "404 Not Found"4597 behaves like returning response status with error4598 returns not_found and error message4599 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4600 behaves like returning response status with error4601 returns bad_request and error message4602 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok4603 behaves like accept delete package tag request4604 with valid package name4605 returns a valid response4606 destroy the package tag4607 behaves like returning response status4608 returns no_content4609# [RSpecRunTime] RSpec elapsed time: 21 minutes 15.77 seconds. Current RSS: ~1505M. load average: 1.01 1.03 0.98 1/278 6624610 behaves like track event4611 behaves like a package tracking event4612 creates a gitlab tracking event delete_tag4613 with tag from other package4614 behaves like returning response status4615 returns not_found4616 with ActiveRecord::RecordInvalid error4617 behaves like returning response status with error4618 returns bad_request and error message4619 with invalid package name4620 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4621 behaves like returning response status with error4622 returns not_found and error message4623 package_name: "", status: :not_found, error: "404 Not Found"4624 behaves like returning response status with error4625 returns not_found and error message4626 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4627 behaves like returning response status with error4628 returns bad_request and error message4629 with invalid tag name4630 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4631 behaves like returning response status with error4632 returns not_found and error message4633 tag_name: "", status: :not_found, error: "404 Not Found"4634 behaves like returning response status with error4635 returns not_found and error message4636 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4637 behaves like returning response status with error4638 returns bad_request and error message4639 auth: :deploy_token, package_name_type: :unscoped, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok4640 behaves like accept delete package tag request4641 with valid package name4642 returns a valid response4643 destroy the package tag4644 behaves like returning response status4645 returns no_content4646# [RSpecRunTime] RSpec elapsed time: 21 minutes 19.8 seconds. Current RSS: ~1502M. load average: 1.01 1.03 0.98 1/278 6634647 behaves like track event4648 behaves like a package tracking event4649 creates a gitlab tracking event delete_tag4650 with tag from other package4651 behaves like returning response status4652 returns not_found4653 with ActiveRecord::RecordInvalid error4654 behaves like returning response status with error4655 returns bad_request and error message4656 with invalid package name4657 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4658 behaves like returning response status with error4659 returns not_found and error message4660 package_name: "", status: :not_found, error: "404 Not Found"4661 behaves like returning response status with error4662 returns not_found and error message4663 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4664 behaves like returning response status with error4665 returns bad_request and error message4666 with invalid tag name4667 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4668 behaves like returning response status with error4669 returns not_found and error message4670 tag_name: "", status: :not_found, error: "404 Not Found"4671 behaves like returning response status with error4672 returns not_found and error message4673 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4674 behaves like returning response status with error4675 returns bad_request and error message4676 auth: :deploy_token, package_name_type: :non_existing, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :not_found4677 behaves like returning response status with error4678 returns not_found and error message4679 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok4680 behaves like accept delete package tag request4681 with valid package name4682 returns a valid response4683 destroy the package tag4684 behaves like returning response status4685 returns no_content4686# [RSpecRunTime] RSpec elapsed time: 21 minutes 24.13 seconds. Current RSS: ~1506M. load average: 1.01 1.03 0.98 1/278 6644687 behaves like track event4688 behaves like a package tracking event4689 creates a gitlab tracking event delete_tag4690 with tag from other package4691 behaves like returning response status4692 returns not_found4693 with ActiveRecord::RecordInvalid error4694 behaves like returning response status with error4695 returns bad_request and error message4696 with invalid package name4697 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4698 behaves like returning response status with error4699 returns not_found and error message4700 package_name: "", status: :not_found, error: "404 Not Found"4701 behaves like returning response status with error4702 returns not_found and error message4703 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4704 behaves like returning response status with error4705 returns bad_request and error message4706 with invalid tag name4707 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4708 behaves like returning response status with error4709 returns not_found and error message4710 tag_name: "", status: :not_found, error: "404 Not Found"4711 behaves like returning response status with error4712 returns not_found and error message4713 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4714 behaves like returning response status with error4715 returns bad_request and error message4716 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok4717 behaves like accept delete package tag request4718 with valid package name4719 returns a valid response4720 destroy the package tag4721 behaves like returning response status4722 returns no_content4723# [RSpecRunTime] RSpec elapsed time: 21 minutes 28.65 seconds. Current RSS: ~1500M. load average: 1.01 1.03 0.98 1/278 6654724 behaves like track event4725 behaves like a package tracking event4726 creates a gitlab tracking event delete_tag4727 with tag from other package4728 behaves like returning response status4729 returns not_found4730 with ActiveRecord::RecordInvalid error4731 behaves like returning response status with error4732 returns bad_request and error message4733 with invalid package name4734 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4735 behaves like returning response status with error4736 returns not_found and error message4737 package_name: "", status: :not_found, error: "404 Not Found"4738 behaves like returning response status with error4739 returns not_found and error message4740 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4741 behaves like returning response status with error4742 returns bad_request and error message4743 with invalid tag name4744 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4745 behaves like returning response status with error4746 returns not_found and error message4747 tag_name: "", status: :not_found, error: "404 Not Found"4748 behaves like returning response status with error4749 returns not_found and error message4750 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4751 behaves like returning response status with error4752 returns bad_request and error message4753 auth: :deploy_token, package_name_type: :unscoped, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok4754 behaves like accept delete package tag request4755 with valid package name4756 returns a valid response4757 destroy the package tag4758 behaves like returning response status4759 returns no_content4760# [RSpecRunTime] RSpec elapsed time: 21 minutes 33.14 seconds. Current RSS: ~1496M. load average: 1.01 1.03 0.98 1/278 6664761 behaves like track event4762 behaves like a package tracking event4763 creates a gitlab tracking event delete_tag4764 with tag from other package4765 behaves like returning response status4766 returns not_found4767 with ActiveRecord::RecordInvalid error4768 behaves like returning response status with error4769 returns bad_request and error message4770 with invalid package name4771 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4772 behaves like returning response status with error4773 returns not_found and error message4774 package_name: "", status: :not_found, error: "404 Not Found"4775 behaves like returning response status with error4776 returns not_found and error message4777 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4778 behaves like returning response status with error4779 returns bad_request and error message4780 with invalid tag name4781 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4782 behaves like returning response status with error4783 returns not_found and error message4784 tag_name: "", status: :not_found, error: "404 Not Found"4785 behaves like returning response status with error4786 returns not_found and error message4787 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4788 behaves like returning response status with error4789 returns bad_request and error message4790 auth: :deploy_token, package_name_type: :non_existing, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :not_found4791 behaves like returning response status with error4792 returns not_found and error message4793 auth: :deploy_token, package_name_type: :scoped_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok4794 behaves like accept delete package tag request4795 with valid package name4796 returns a valid response4797 destroy the package tag4798 behaves like returning response status4799 returns no_content4800# [RSpecRunTime] RSpec elapsed time: 21 minutes 38.04 seconds. Current RSS: ~1496M. load average: 1.01 1.03 0.98 1/278 6674801 behaves like track event4802 behaves like a package tracking event4803 creates a gitlab tracking event delete_tag4804 with tag from other package4805 behaves like returning response status4806 returns not_found4807 with ActiveRecord::RecordInvalid error4808 behaves like returning response status with error4809 returns bad_request and error message4810 with invalid package name4811 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4812 behaves like returning response status with error4813 returns not_found and error message4814 package_name: "", status: :not_found, error: "404 Not Found"4815 behaves like returning response status with error4816 returns not_found and error message4817 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4818 behaves like returning response status with error4819 returns bad_request and error message4820 with invalid tag name4821 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4822 behaves like returning response status with error4823 returns not_found and error message4824 tag_name: "", status: :not_found, error: "404 Not Found"4825 behaves like returning response status with error4826 returns not_found and error message4827 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4828 behaves like returning response status with error4829 returns bad_request and error message4830 auth: :deploy_token, package_name_type: :scoped_no_naming_convention, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok4831 behaves like accept delete package tag request4832 with valid package name4833 returns a valid response4834 destroy the package tag4835 behaves like returning response status4836 returns no_content4837# [RSpecRunTime] RSpec elapsed time: 21 minutes 42.66 seconds. Current RSS: ~1496M. load average: 1.01 1.03 0.99 1/278 6684838 behaves like track event4839 behaves like a package tracking event4840 creates a gitlab tracking event delete_tag4841 with tag from other package4842 behaves like returning response status4843 returns not_found4844 with ActiveRecord::RecordInvalid error4845 behaves like returning response status with error4846 returns bad_request and error message4847 with invalid package name4848 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4849 behaves like returning response status with error4850 returns not_found and error message4851 package_name: "", status: :not_found, error: "404 Not Found"4852 behaves like returning response status with error4853 returns not_found and error message4854 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4855 behaves like returning response status with error4856 returns bad_request and error message4857 with invalid tag name4858 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4859 behaves like returning response status with error4860 returns not_found and error message4861 tag_name: "", status: :not_found, error: "404 Not Found"4862 behaves like returning response status with error4863 returns not_found and error message4864 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4865 behaves like returning response status with error4866 returns bad_request and error message4867 auth: :deploy_token, package_name_type: :unscoped, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok4868 behaves like accept delete package tag request4869 with valid package name4870 returns a valid response4871 destroy the package tag4872 behaves like returning response status4873 returns no_content4874# [RSpecRunTime] RSpec elapsed time: 21 minutes 47.54 seconds. Current RSS: ~1495M. load average: 1.01 1.03 0.99 1/278 6694875 behaves like track event4876 behaves like a package tracking event4877 creates a gitlab tracking event delete_tag4878 with tag from other package4879 behaves like returning response status4880 returns not_found4881 with ActiveRecord::RecordInvalid error4882 behaves like returning response status with error4883 returns bad_request and error message4884 with invalid package name4885 package_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4886 behaves like returning response status with error4887 returns not_found and error message4888 package_name: "", status: :not_found, error: "404 Not Found"4889 behaves like returning response status with error4890 returns not_found and error message4891 package_name: "%20", status: :bad_request, error: "\"Package Name\" not given"4892 behaves like returning response status with error4893 returns bad_request and error message4894 with invalid tag name4895 tag_name: "unknown", status: :not_found, error: /\A(Package tag|Project) not found\z/4896 behaves like returning response status with error4897 returns not_found and error message4898 tag_name: "", status: :not_found, error: "404 Not Found"4899 behaves like returning response status with error4900 returns not_found and error message4901 tag_name: "%20", status: :bad_request, error: "\"Tag\" not given"4902 behaves like returning response status with error4903 returns bad_request and error message4904 auth: :deploy_token, package_name_type: :non_existing, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :not_found4905 behaves like returning response status with error4906 returns not_found and error message4907 behaves like enqueue a worker to sync a metadata cache4908 enqueues a worker to create a metadata cache4909 POST /api/v4/projects/:id/packages/npm/-/npm/v1/security/advisories/bulk4910 behaves like handling audit request4911 with a group namespace4912 behaves like handling all conditions4913 auth: nil, request_forward: true, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized4914 behaves like reject audit request4915 behaves like returning response status4916 returns unauthorized4917 auth: nil, request_forward: false, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized4918 behaves like reject audit request4919 behaves like returning response status4920 returns unauthorized4921 auth: nil, request_forward: true, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized4922 behaves like reject audit request4923 behaves like returning response status4924 returns unauthorized4925 auth: nil, request_forward: false, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized4926 behaves like reject audit request4927 behaves like returning response status4928 returns unauthorized4929 auth: nil, request_forward: true, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized4930 behaves like reject audit request4931 behaves like returning response status4932 returns unauthorized4933 auth: nil, request_forward: false, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized4934 behaves like reject audit request4935 behaves like returning response status4936 returns unauthorized4937 auth: :oauth, request_forward: true, visibility: :public, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4938 behaves like redirect audit request4939 redirects audit request4940 auth: :oauth, request_forward: true, visibility: :public, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4941 behaves like redirect audit request4942 redirects audit request4943 auth: :oauth, request_forward: false, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok4944 behaves like accept audit request4945 accepts the audit request4946 auth: :oauth, request_forward: false, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok4947 behaves like accept audit request4948 accepts the audit request4949 auth: :oauth, request_forward: true, visibility: :private, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4950 behaves like redirect audit request4951 redirects audit request4952 auth: :oauth, request_forward: false, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden4953 behaves like reject audit request4954 behaves like returning response status4955 returns forbidden4956 auth: :oauth, request_forward: false, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok4957 behaves like accept audit request4958 accepts the audit request4959 auth: :oauth, request_forward: true, visibility: :private, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4960 behaves like redirect audit request4961 redirects audit request4962 auth: :oauth, request_forward: true, visibility: :internal, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4963 behaves like redirect audit request4964 redirects audit request4965 auth: :oauth, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4966 behaves like redirect audit request4967 redirects audit request4968 auth: :oauth, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok4969 behaves like accept audit request4970 accepts the audit request4971 auth: :oauth, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok4972 behaves like accept audit request4973 accepts the audit request4974 auth: :personal_access_token, request_forward: true, visibility: :public, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4975 behaves like redirect audit request4976 redirects audit request4977 auth: :personal_access_token, request_forward: true, visibility: :public, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4978 behaves like redirect audit request4979 redirects audit request4980 auth: :personal_access_token, request_forward: false, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok4981 behaves like accept audit request4982 accepts the audit request4983 auth: :personal_access_token, request_forward: false, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok4984 behaves like accept audit request4985 accepts the audit request4986 auth: :personal_access_token, request_forward: true, visibility: :private, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect4987 behaves like redirect audit request4988 redirects audit request4989 auth: :personal_access_token, request_forward: true, visibility: :private, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect4990 behaves like redirect audit request4991 redirects audit request4992 auth: :personal_access_token, request_forward: false, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden4993 behaves like reject audit request4994 behaves like returning response status4995 returns forbidden4996 auth: :personal_access_token, request_forward: false, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok4997 behaves like accept audit request4998 accepts the audit request4999 auth: :personal_access_token, request_forward: true, visibility: :internal, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect5000 behaves like redirect audit request5001 redirects audit request5002 auth: :personal_access_token, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect5003 behaves like redirect audit request5004 redirects audit request5005 auth: :personal_access_token, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok5006 behaves like accept audit request5007 accepts the audit request5008 auth: :personal_access_token, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok5009 behaves like accept audit request5010 accepts the audit request5011 auth: :job_token, request_forward: true, visibility: :public, user_role: :developer, expected_result: :redirect, expected_status: :temporary_redirect5012 behaves like redirect audit request5013 redirects audit request5014 auth: :job_token, request_forward: false, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok5015 behaves like accept audit request5016 accepts the audit request5017 auth: :job_token, request_forward: true, visibility: :private, user_role: :developer, expected_result: :redirect, expected_status: :temporary_redirect5018 behaves like redirect audit request5019 redirects audit request5020 auth: :job_token, request_forward: false, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok5021 behaves like accept audit request5022 accepts the audit request5023 auth: :job_token, request_forward: true, visibility: :internal, user_role: :developer, expected_result: :redirect, expected_status: :temporary_redirect5024 behaves like redirect audit request5025 redirects audit request5026 auth: :job_token, request_forward: false, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok5027 behaves like accept audit request5028 accepts the audit request5029# [RSpecRunTime] RSpec elapsed time: 22 minutes 10.6 seconds. Current RSS: ~1472M. load average: 1.13 1.06 1.00 1/278 6705030 auth: :deploy_token, request_forward: true, visibility: :public, user_role: nil, expected_result: :redirect, expected_status: :temporary_redirect5031 behaves like redirect audit request5032 redirects audit request5033 auth: :deploy_token, request_forward: false, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok5034 behaves like accept audit request5035 accepts the audit request5036 auth: :deploy_token, request_forward: true, visibility: :private, user_role: nil, expected_result: :redirect, expected_status: :temporary_redirect5037 behaves like redirect audit request5038 redirects audit request5039 auth: :deploy_token, request_forward: false, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok5040 behaves like accept audit request5041 accepts the audit request5042 auth: :deploy_token, request_forward: true, visibility: :internal, user_role: nil, expected_result: :redirect, expected_status: :temporary_redirect5043 behaves like redirect audit request5044 redirects audit request5045 auth: :deploy_token, request_forward: false, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok5046 behaves like accept audit request5047 accepts the audit request5048 with a developer5049 with a job token5050 behaves like reject audit request5051 behaves like returning response status5052 returns unauthorized5053 POST /api/v4/projects/:id/packages/npm/-/npm/v1/security/audits/quick5054 behaves like handling audit request5055 with a group namespace5056 behaves like handling all conditions5057 auth: nil, request_forward: true, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized5058 behaves like reject audit request5059 behaves like returning response status5060 returns unauthorized5061 auth: nil, request_forward: false, visibility: :public, user_role: nil, expected_result: :reject, expected_status: :unauthorized5062 behaves like reject audit request5063 behaves like returning response status5064 returns unauthorized5065 auth: nil, request_forward: true, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized5066 behaves like reject audit request5067 behaves like returning response status5068 returns unauthorized5069 auth: nil, request_forward: false, visibility: :private, user_role: nil, expected_result: :reject, expected_status: :unauthorized5070 behaves like reject audit request5071 behaves like returning response status5072 returns unauthorized5073 auth: nil, request_forward: true, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized5074 behaves like reject audit request5075 behaves like returning response status5076 returns unauthorized5077 auth: nil, request_forward: false, visibility: :internal, user_role: nil, expected_result: :reject, expected_status: :unauthorized5078 behaves like reject audit request5079 behaves like returning response status5080 returns unauthorized5081 auth: :oauth, request_forward: true, visibility: :public, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect5082 behaves like redirect audit request5083 redirects audit request5084 auth: :oauth, request_forward: true, visibility: :public, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect5085 behaves like redirect audit request5086 redirects audit request5087 auth: :oauth, request_forward: false, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok5088 behaves like accept audit request5089 accepts the audit request5090 auth: :oauth, request_forward: false, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok5091 behaves like accept audit request5092 accepts the audit request5093 auth: :oauth, request_forward: true, visibility: :private, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect5094 behaves like redirect audit request5095 redirects audit request5096 auth: :oauth, request_forward: false, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden5097 behaves like reject audit request5098 behaves like returning response status5099 returns forbidden5100 auth: :oauth, request_forward: false, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok5101 behaves like accept audit request5102 accepts the audit request5103 auth: :oauth, request_forward: true, visibility: :private, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect5104 behaves like redirect audit request5105 redirects audit request5106 auth: :oauth, request_forward: true, visibility: :internal, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect5107 behaves like redirect audit request5108 redirects audit request5109 auth: :oauth, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect5110 behaves like redirect audit request5111 redirects audit request5112 auth: :oauth, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok5113 behaves like accept audit request5114 accepts the audit request5115 auth: :oauth, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok5116 behaves like accept audit request5117 accepts the audit request5118 auth: :personal_access_token, request_forward: true, visibility: :public, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect5119 behaves like redirect audit request5120 redirects audit request5121 auth: :personal_access_token, request_forward: true, visibility: :public, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect5122 behaves like redirect audit request5123 redirects audit request5124 auth: :personal_access_token, request_forward: false, visibility: :public, user_role: :guest, expected_result: :accept, expected_status: :ok5125 behaves like accept audit request5126 accepts the audit request5127 auth: :personal_access_token, request_forward: false, visibility: :public, user_role: :reporter, expected_result: :accept, expected_status: :ok5128 behaves like accept audit request5129 accepts the audit request5130 auth: :personal_access_token, request_forward: true, visibility: :private, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect5131 behaves like redirect audit request5132 redirects audit request5133 auth: :personal_access_token, request_forward: true, visibility: :private, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect5134 behaves like redirect audit request5135 redirects audit request5136 auth: :personal_access_token, request_forward: false, visibility: :private, user_role: :guest, expected_result: :reject, expected_status: :forbidden5137 behaves like reject audit request5138 behaves like returning response status5139 returns forbidden5140 auth: :personal_access_token, request_forward: false, visibility: :private, user_role: :reporter, expected_result: :accept, expected_status: :ok5141 behaves like accept audit request5142 accepts the audit request5143 auth: :personal_access_token, request_forward: true, visibility: :internal, user_role: :guest, expected_result: :redirect, expected_status: :temporary_redirect5144 behaves like redirect audit request5145 redirects audit request5146 auth: :personal_access_token, request_forward: true, visibility: :internal, user_role: :reporter, expected_result: :redirect, expected_status: :temporary_redirect5147 behaves like redirect audit request5148 redirects audit request5149 auth: :personal_access_token, request_forward: false, visibility: :internal, user_role: :guest, expected_result: :accept, expected_status: :ok5150 behaves like accept audit request5151 accepts the audit request5152 auth: :personal_access_token, request_forward: false, visibility: :internal, user_role: :reporter, expected_result: :accept, expected_status: :ok5153 behaves like accept audit request5154 accepts the audit request5155 auth: :job_token, request_forward: true, visibility: :public, user_role: :developer, expected_result: :redirect, expected_status: :temporary_redirect5156 behaves like redirect audit request5157 redirects audit request5158 auth: :job_token, request_forward: false, visibility: :public, user_role: :developer, expected_result: :accept, expected_status: :ok5159 behaves like accept audit request5160 accepts the audit request5161 auth: :job_token, request_forward: true, visibility: :private, user_role: :developer, expected_result: :redirect, expected_status: :temporary_redirect5162 behaves like redirect audit request5163 redirects audit request5164 auth: :job_token, request_forward: false, visibility: :private, user_role: :developer, expected_result: :accept, expected_status: :ok5165 behaves like accept audit request5166 accepts the audit request5167 auth: :job_token, request_forward: true, visibility: :internal, user_role: :developer, expected_result: :redirect, expected_status: :temporary_redirect5168 behaves like redirect audit request5169 redirects audit request5170 auth: :job_token, request_forward: false, visibility: :internal, user_role: :developer, expected_result: :accept, expected_status: :ok5171 behaves like accept audit request5172 accepts the audit request5173 auth: :deploy_token, request_forward: true, visibility: :public, user_role: nil, expected_result: :redirect, expected_status: :temporary_redirect5174 behaves like redirect audit request5175 redirects audit request5176 auth: :deploy_token, request_forward: false, visibility: :public, user_role: nil, expected_result: :accept, expected_status: :ok5177 behaves like accept audit request5178 accepts the audit request5179 auth: :deploy_token, request_forward: true, visibility: :private, user_role: nil, expected_result: :redirect, expected_status: :temporary_redirect5180 behaves like redirect audit request5181 redirects audit request5182 auth: :deploy_token, request_forward: false, visibility: :private, user_role: nil, expected_result: :accept, expected_status: :ok5183 behaves like accept audit request5184 accepts the audit request5185 auth: :deploy_token, request_forward: true, visibility: :internal, user_role: nil, expected_result: :redirect, expected_status: :temporary_redirect5186 behaves like redirect audit request5187 redirects audit request5188 auth: :deploy_token, request_forward: false, visibility: :internal, user_role: nil, expected_result: :accept, expected_status: :ok5189 behaves like accept audit request5190 accepts the audit request5191 with a developer5192 with a job token5193 behaves like reject audit request5194 behaves like returning response status5195 returns unauthorized5196 GET /api/v4/projects/:id/packages/npm/*package_name/-/*file_name5197 a public project5198 behaves like successfully downloads the file5199 returns the file5200 behaves like a package tracking event5201 creates a gitlab tracking event pull_package5202 behaves like bumping the package last downloaded at field5203 bumps last_downloaded_at5204 with a job token for a different user5205 behaves like successfully downloads the file5206 returns the file5207# [RSpecRunTime] RSpec elapsed time: 22 minutes 36.18 seconds. Current RSS: ~1498M. load average: 1.08 1.05 1.00 1/278 6715208 private project5209 behaves like a package file that requires auth5210 denies download with no token5211 with access token5212 behaves like successfully downloads the file5213 returns the file5214# [RSpecRunTime] RSpec elapsed time: 22 minutes 37.45 seconds. Current RSS: ~1493M. load average: 1.08 1.05 1.00 1/278 6725215 behaves like a package tracking event5216 creates a gitlab tracking event pull_package5217 behaves like bumping the package last downloaded at field5218 bumps last_downloaded_at5219 with job token5220 behaves like successfully downloads the file5221 returns the file5222 behaves like a package tracking event5223 creates a gitlab tracking event pull_package5224 behaves like bumping the package last downloaded at field5225 bumps last_downloaded_at5226 with guest5227 denies download when not enough permissions5228 with access to package registry for everyone5229 behaves like successfully downloads the file5230 returns the file5231 internal project5232 behaves like a package file that requires auth5233 denies download with no token5234 with access token5235 behaves like successfully downloads the file5236 returns the file5237# [RSpecRunTime] RSpec elapsed time: 22 minutes 43.34 seconds. Current RSS: ~1492M. load average: 1.07 1.05 1.00 1/278 6735238 behaves like a package tracking event5239 creates a gitlab tracking event pull_package5240 behaves like bumping the package last downloaded at field5241 bumps last_downloaded_at5242 with job token5243 behaves like successfully downloads the file5244 returns the file5245 behaves like a package tracking event5246 creates a gitlab tracking event pull_package5247 behaves like bumping the package last downloaded at field5248 bumps last_downloaded_at5249 with a job token for a different user5250 behaves like successfully downloads the file5251 returns the file5252# [RSpecRunTime] RSpec elapsed time: 22 minutes 47.82 seconds. Current RSS: ~1490M. load average: 1.07 1.05 1.00 1/278 6745253 PUT /api/v4/projects/:id/packages/npm/:package_name5254 when params are correct5255 invalid package record5256 invalid package name5257 behaves like handling invalid record with 400 error5258 handles an ActiveRecord::RecordInvalid exception with 400 error5259 behaves like not a package tracking event5260 does not create a gitlab tracking event5261 invalid package version5262 version: "1"5263 behaves like handling invalid record with 400 error5264 handles an ActiveRecord::RecordInvalid exception with 400 error5265 behaves like not a package tracking event5266 does not create a gitlab tracking event5267 version: "1.2"5268 behaves like handling invalid record with 400 error5269 handles an ActiveRecord::RecordInvalid exception with 400 error5270 behaves like not a package tracking event5271 does not create a gitlab tracking event5272 version: "1./2.3"5273 behaves like handling invalid record with 400 error5274 handles an ActiveRecord::RecordInvalid exception with 400 error5275 behaves like not a package tracking event5276 does not create a gitlab tracking event5277 version: "../../../../../1.2.3"5278 behaves like handling invalid record with 400 error5279 handles an ActiveRecord::RecordInvalid exception with 400 error5280 behaves like not a package tracking event5281 does not create a gitlab tracking event5282 version: "%2e%2e%2f1.2.3"5283 behaves like handling invalid record with 400 error5284 handles an ActiveRecord::RecordInvalid exception with 400 error5285 behaves like not a package tracking event5286 does not create a gitlab tracking event5287 invalid package attachment data5288 behaves like handling invalid record with 400 error5289 handles an ActiveRecord::RecordInvalid exception with 400 error5290 behaves like not a package tracking event5291 does not create a gitlab tracking event5292 valid package params5293 with a scoped name5294 behaves like handling upload with different authentications5295 creates npm package with file with job token5296 with access token5297 behaves like a package tracking event5298 creates a gitlab tracking event push_package5299# [RSpecRunTime] RSpec elapsed time: 22 minutes 57.04 seconds. Current RSS: ~1498M. load average: 0.98 1.03 1.00 1/278 6755300 behaves like a successful package creation5301 creates npm package with file5302 with an authenticated job token5303 creates the package metadata5304# [RSpecRunTime] RSpec elapsed time: 22 minutes 59.15 seconds. Current RSS: ~1492M. load average: 0.98 1.03 1.00 1/278 6765305 with any scoped name5306 behaves like handling upload with different authentications5307 creates npm package with file with job token5308 with access token5309 behaves like a package tracking event5310 creates a gitlab tracking event push_package5311# [RSpecRunTime] RSpec elapsed time: 23 minutes 0.44 second. Current RSS: ~1491M. load average: 0.98 1.03 1.00 1/278 6775312 behaves like a successful package creation5313 creates npm package with file5314 with an authenticated job token5315 creates the package metadata5316# [RSpecRunTime] RSpec elapsed time: 23 minutes 2.36 seconds. Current RSS: ~1486M. load average: 0.98 1.03 1.00 1/278 6785317 with an unscoped name5318 behaves like handling upload with different authentications5319 creates npm package with file with job token5320 with access token5321 behaves like a package tracking event5322 creates a gitlab tracking event push_package5323# [RSpecRunTime] RSpec elapsed time: 23 minutes 3.64 seconds. Current RSS: ~1487M. load average: 0.98 1.03 1.00 1/278 6795324 behaves like a successful package creation5325 creates npm package with file5326 with an authenticated job token5327 creates the package metadata5328# [RSpecRunTime] RSpec elapsed time: 23 minutes 5.55 seconds. Current RSS: ~1484M. load average: 0.99 1.03 1.00 1/278 6805329 behaves like enqueue a worker to sync a metadata cache5330 enqueues a worker to create a metadata cache5331 with an existing package5332 following the naming convention5333 behaves like handling invalid record with 400 error5334 handles an ActiveRecord::RecordInvalid exception with 400 error5335 behaves like not a package tracking event5336 does not create a gitlab tracking event5337 with a new version5338 behaves like uploading the package5339 uploads the package5340 not following the naming convention5341 behaves like uploading the package5342 uploads the package5343 package creation fails5344 returns an error if the package already exists5345 behaves like not a package tracking event5346 does not create a gitlab tracking event5347# [RSpecRunTime] RSpec elapsed time: 23 minutes 10.12 seconds. Current RSS: ~1481M. load average: 1.07 1.05 1.00 1/278 6815348 behaves like does not enqueue a worker to sync a metadata cache5349 does not enqueue a worker to sync a metadata cache5350 with dependencies5351 creates npm package with file and dependencies5352 with existing dependencies5353 reuses them5354# [RSpecRunTime] RSpec elapsed time: 23 minutes 12.47 seconds. Current RSS: ~1480M. load average: 1.07 1.05 1.00 1/278 6825355 when the lease to create a package is already taken5356 returns an error5357 behaves like not a package tracking event5358 does not create a gitlab tracking event5359# [RSpecRunTime] RSpec elapsed time: 23 minutes 13.55 seconds. Current RSS: ~1480M. load average: 1.07 1.05 1.00 1/278 6835360 with a too large metadata structure5361 when a large value for readme is set5362 behaves like a successful package creation5363 creates npm package with file5364 when a large value for readmeFilename is set5365 behaves like a successful package creation5366 creates npm package with file5367 when a large value for licenseText is set5368 behaves like a successful package creation5369 creates npm package with file5370 when a large value for contributors is set5371 behaves like a successful package creation5372 creates npm package with file5373 when a large value for exports is set5374 behaves like a successful package creation5375 creates npm package with file5376 when the large field is not one of the ignored fields5377 behaves like handling invalid record with 400 error5378 handles an ActiveRecord::RecordInvalid exception with 400 error5379 behaves like not a package tracking event5380 does not create a gitlab tracking event5381 when the Npm-Command in headers is deprecate5382 when the user is not authorized to destroy the package5383 does not call DeprecatePackageService5384 when the user is authorized to destroy the package5385 calls DeprecatePackageService with the correct arguments5386# [RSpecRunTime] Finishing example group spec/requests/api/npm_project_packages_spec.rb. It took 23 minutes 14.66 seconds. Expected to take 21 minutes 14.04 seconds.5387# [RSpecRunTime] RSpec elapsed time: 23 minutes 20.43 seconds. Current RSS: ~1471M. load average: 1.06 1.04 1.00 1/278 6845388# [RSpecRunTime] Starting example group spec/controllers/search_controller_spec.rb. Expected to take 1 minute 15.07 seconds.5389SearchController5390 authorized user5391 GET #show5392 finds issue comments5393 increments the custom search sli apdex5394 behaves like when the user cannot read cross project5395 blocks access without a project_id5396 allows access with a project_id5397 still allows accessing the search page5398# [RSpecRunTime] RSpec elapsed time: 23 minutes 24.91 seconds. Current RSS: ~1479M. load average: 1.06 1.04 1.00 1/278 6855399 behaves like with external authorization service enabled5400 renders a 403 when no project is given5401 renders a 200 when a project was set5402# [RSpecRunTime] RSpec elapsed time: 23 minutes 26.18 seconds. Current RSS: ~1479M. load average: 1.05 1.04 1.00 1/278 6865403 behaves like support for active record query timeouts5404 renders a 408 when a timeout occurs5405 rate limit scope5406 uses current_user and search scope5407 uses just current_user when no search scope is used5408 uses just current_user when search scope is abusive5409# [RSpecRunTime] RSpec elapsed time: 23 minutes 27.77 seconds. Current RSS: ~1480M. load average: 1.05 1.04 1.00 1/278 6875410 uses the right partials depending on scope5411 partial: "_blob", scope: :blobs5412 is expected to render template search/results/_blob5413# [RSpecRunTime] RSpec elapsed time: 23 minutes 30.63 seconds. Current RSS: ~1483M. load average: 1.05 1.04 1.00 1/281 7385414 partial: "_wiki_blob", scope: :wiki_blobs5415 is expected to render template search/results/_wiki_blob5416# [RSpecRunTime] RSpec elapsed time: 23 minutes 31.67 seconds. Current RSS: ~1482M. load average: 1.05 1.04 1.00 1/282 7525417 partial: "_commit", scope: :commits5418 is expected to render template search/results/_commit5419# [RSpecRunTime] RSpec elapsed time: 23 minutes 33.59 seconds. Current RSS: ~1484M. load average: 1.05 1.04 1.00 1/283 7585420 global search5421 when block_anonymous_global_searches is disabled5422 omits pipeline status from load5423 check search term length5424 string_name: :chars_under_limit, expectation: :not_to_set_flash5425 is expected not to should set flash[:alert]5426# [RSpecRunTime] RSpec elapsed time: 23 minutes 37.09 seconds. Current RSS: ~1464M. load average: 1.04 1.04 1.00 1/283 7595427 string_name: :chars_over_limit, expectation: :set_chars_flash5428 is expected to should set flash[:alert] to a value matching /characters/5429 string_name: :terms_under_limit, expectation: :not_to_set_flash5430 is expected not to should set flash[:alert]5431 string_name: :terms_over_limit, expectation: :set_terms_flash5432 is expected to should set flash[:alert] to a value matching /terms/5433 string_name: :term_length_under_limit, expectation: :not_to_set_flash5434 is expected not to should set flash[:alert]5435 string_name: :term_length_over_limit, expectation: :not_to_set_flash5436 is expected not to should set flash[:alert]5437 string_name: :blank, expectation: :not_to_set_flash5438 is expected not to should set flash[:alert]5439 when block_anonymous_global_searches is enabled5440 for unauthenticated user5441 redirects to login page5442 redirects to login page when trying to circumvent the restriction5443 for authenticated user5444 succeeds5445 handling abusive search_terms5446 succeeds but does NOT do anything5447 when allow_anonymous_searches is disabled5448 for unauthenticated user5449 redirects to login page5450 tab feature flags5451 feature_flag: :global_search_code_tab, scope: "blobs"5452 returns 200 if flag is enabled5453 redirects with alert if flag is disabled5454 feature_flag: :global_search_issues_tab, scope: "issues"5455 returns 200 if flag is enabled5456 redirects with alert if flag is disabled5457 feature_flag: :global_search_merge_requests_tab, scope: "merge_requests"5458 returns 200 if flag is enabled5459 redirects with alert if flag is disabled5460 feature_flag: :global_search_wiki_tab, scope: "wiki_blobs"5461 returns 200 if flag is enabled5462 redirects with alert if flag is disabled5463 feature_flag: :global_search_commits_tab, scope: "commits"5464 returns 200 if flag is enabled5465 redirects with alert if flag is disabled5466 feature_flag: :global_search_users_tab, scope: "users"5467 returns 200 if flag is enabled5468 redirects with alert if flag is disabled5469 unique users tracking5470 behaves like tracking unique hll events5471 tracks unique event5472 behaves like Snowplow event tracking with RedisHLL context5473 behaves like Snowplow event tracking5474 is emitted5475 on restricted projects5476 doesn't expose comments on merge_requests5477 doesn't expose comments on snippets5478 when signed out5479 doesn't expose comments on issues5480# [RSpecRunTime] RSpec elapsed time: 23 minutes 52.99 seconds. Current RSS: ~1475M. load average: 1.11 1.05 1.00 1/278 7605481 behaves like rate limited endpoint5482 when rate limiter enabled5483 logs request and declines it when endpoint called more than the threshold5484 when rate limiter is disabled5485 does not log request and does not block the request5486 behaves like search request exceeding rate limit5487 allows user in allow-list to search without applying rate limit5488 when rate limiter enabled5489 logs request and declines it when endpoint called more than the threshold5490 when rate limiter is disabled5491 does not log request and does not block the request5492 custom search sli error rate5493 when the search is successful5494 increments the custom search sli error rate with error: false5495 when the search raises an error5496 increments the custom search sli error rate with error: true5497 when something goes wrong before a search is done5498 does not increment the error rate5499 GET #count5500 returns the result count for the given term and scope5501 raises an error if search term is missing5502 raises an error if search scope is missing5503 sets correct cache control headers5504 does NOT blow up if search param is NOT a string5505 does NOT blow up if repository_ref contains abusive characters5506 behaves like when the user cannot read cross project5507 blocks access without a project_id5508 allows access with a project_id5509# [RSpecRunTime] RSpec elapsed time: 23 minutes 59.61 seconds. Current RSS: ~1487M. load average: 1.10 1.05 1.00 1/278 7615510 behaves like with external authorization service enabled5511 renders a 403 when no project is given5512 renders a 200 when a project was set5513# [RSpecRunTime] RSpec elapsed time: 24 minutes 0.8 second. Current RSS: ~1486M. load average: 1.09 1.05 1.00 1/278 7625514 behaves like support for active record query timeouts5515 renders a 408 when a timeout occurs5516 rate limit scope5517 uses current_user and search scope5518 uses just current_user when search scope is abusive5519 behaves like rate limited endpoint5520 when rate limiter enabled5521 logs request and declines it when endpoint called more than the threshold5522 when rate limiter is disabled5523 does not log request and does not block the request5524 behaves like search request exceeding rate limit5525 allows user in allow-list to search without applying rate limit5526 when rate limiter enabled5527 logs request and declines it when endpoint called more than the threshold5528 when rate limiter is disabled5529 does not log request and does not block the request5530 GET #autocomplete5531 raises an error if search term is missing5532 returns an empty array when given abusive search term5533 can be filtered with params[:filter]5534 can be scoped with params[:scope]5535 makes a call to search_autocomplete_opts5536 sets correct cache control headers5537 behaves like when the user cannot read cross project5538 blocks access without a project_id5539 allows access with a project_id5540# [RSpecRunTime] RSpec elapsed time: 24 minutes 6.33 seconds. Current RSS: ~1489M. load average: 1.08 1.05 1.00 1/278 7635541 behaves like with external authorization service enabled5542 renders a 403 when no project is given5543 renders a 200 when a project was set5544# [RSpecRunTime] RSpec elapsed time: 24 minutes 7.52 seconds. Current RSS: ~1487M. load average: 1.08 1.05 1.00 1/278 7645545 behaves like support for active record query timeouts5546 renders a 408 when a timeout occurs5547 rate limit scope5548 uses current_user and search scope5549 uses just current_user when search scope is abusive5550# [RSpecRunTime] RSpec elapsed time: 24 minutes 9.16 seconds. Current RSS: ~1484M. load average: 1.08 1.05 1.00 1/278 7655551 behaves like rate limited endpoint5552 when rate limiter enabled5553 logs request and declines it when endpoint called more than the threshold5554 when rate limiter is disabled5555 does not log request and does not block the request5556 behaves like search request exceeding rate limit5557 allows user in allow-list to search without applying rate limit5558 when rate limiter enabled5559 logs request and declines it when endpoint called more than the threshold5560 when rate limiter is disabled5561 does not log request and does not block the request5562 unique users tracking5563 behaves like tracking unique hll events5564 tracks unique event5565# [RSpecRunTime] RSpec elapsed time: 24 minutes 12.99 seconds. Current RSS: ~1487M. load average: 1.08 1.05 1.00 1/278 7665566 behaves like Snowplow event tracking with RedisHLL context5567 behaves like Snowplow event tracking5568 is emitted5569 #append_info_to_payload5570 appends search metadata for logging5571 appends the default scope in meta.search.scope5572 appends the search time based on the search5573# [RSpecRunTime] RSpec elapsed time: 24 minutes 14.61 seconds. Current RSS: ~1485M. load average: 1.08 1.05 1.00 1/278 7675574 abusive searches5575 returns EmptySearchResults5576 unauthorized user5577 search rate limits5578 endpoint: :show, params: {:search=>"hello", :scope=>"projects"}5579 uses request IP as rate limiting scope5580 behaves like rate limited endpoint5581 when rate limiter enabled5582 logs request and declines it when endpoint called more than the threshold5583# [RSpecRunTime] RSpec elapsed time: 24 minutes 17.04 seconds. Current RSS: ~1485M. load average: 1.07 1.05 1.00 1/278 7685584 when rate limiter is disabled5585 does not log request and does not block the request5586 endpoint: :count, params: {:search=>"hello", :scope=>"projects"}5587 uses request IP as rate limiting scope5588 behaves like rate limited endpoint5589 when rate limiter enabled5590 logs request and declines it when endpoint called more than the threshold5591# [RSpecRunTime] RSpec elapsed time: 24 minutes 19.31 seconds. Current RSS: ~1482M. load average: 1.07 1.05 1.00 1/278 7695592 when rate limiter is disabled5593 does not log request and does not block the request5594 endpoint: :autocomplete, params: {:term=>"hello", :scope=>"projects"}5595 uses request IP as rate limiting scope5596 behaves like rate limited endpoint5597 when rate limiter enabled5598 logs request and declines it when endpoint called more than the threshold5599# [RSpecRunTime] RSpec elapsed time: 24 minutes 21.48 seconds. Current RSS: ~1483M. load average: 1.06 1.05 1.00 1/278 7705600 when rate limiter is disabled5601 does not log request and does not block the request5602 GET #opensearch5603 renders xml5604# [RSpecRunTime] Finishing example group spec/controllers/search_controller_spec.rb. It took 1 minute 2.0 seconds. Expected to take 1 minute 15.07 seconds.5605# [RSpecRunTime] Starting example group spec/requests/api/settings_spec.rb. Expected to take 1 minute 1.74 seconds.5606API::Settings Settings5607 GET /application/settings5608 returns application settings5609 PUT /application/settings5610 updates default_branch_protection_defaults from the default_branch_protection param5611 supports legacy performance_bar_allowed_group_id5612 supports legacy performance_bar_enabled5613 supports legacy allow_local_requests_from_hooks_and_services5614 supports legacy asset_proxy_whitelist5615 supports the deprecated `throttle_unauthenticated_*` attributes5616 prefers the new `throttle_unauthenticated_web_*` attributes5617 disables ability to switch to legacy storage5618 supports legacy admin_notification_email5619 supports setting require_admin_approval_after_user_signup5620 custom repository storage type set in the config5621 coerces repository_storages_weighted to an int5622 updates application settings5623 repository_storages_weighted value is outside a 0-100 range5624 returns a :bad_request for -15625 returns a :bad_request for 1015626# [RSpecRunTime] RSpec elapsed time: 24 minutes 37.23 seconds. Current RSS: ~1567M. load average: 1.05 1.05 1.00 1/278 7715627 SSH key restriction settings5628 allows updating the settings5629 does not allow DSA keys5630 does not allow short RSA key values5631 does not allow unrestricted key lengths5632# [RSpecRunTime] RSpec elapsed time: 24 minutes 40.69 seconds. Current RSS: ~1674M. load average: 1.04 1.04 1.00 1/279 7725633 external policy classification settings5634 includes the attributes in the API5635 allows updating the settings5636# [RSpecRunTime] RSpec elapsed time: 24 minutes 42.32 seconds. Current RSS: ~1683M. load average: 1.04 1.04 1.00 1/278 7735637 snowplow tracking settings5638 includes the attributes in the API5639 allows updating the settings5640 missing snowplow_collector_hostname value when snowplow_enabled is true5641 returns a blank parameter error message5642 handles validation errors5643# [RSpecRunTime] RSpec elapsed time: 24 minutes 44.63 seconds. Current RSS: ~1697M. load average: 1.04 1.04 1.00 1/278 7745644 EKS integration settings5645 includes attributes in the API5646 does not include sensitive attributes in the API5647 allows updating the settings5648 EKS integration is enabled but params are blank5649 does not update the settings5650# [RSpecRunTime] RSpec elapsed time: 24 minutes 47.14 seconds. Current RSS: ~1721M. load average: 1.04 1.04 1.00 1/278 7755651 GitLab for Slack app settings5652 when GitLab for Slack app is enabled5653 when other params are blank5654 does not update the settings5655 when other params are present5656 updates the settings5657 when GitLab for Slack app is not enabled5658 allows blank attributes5659 missing plantuml_url value when plantuml_enabled is true5660 returns a blank parameter error message5661 missing diagramsnet_url value when diagramsnet_enabled is true5662 returns a blank parameter error message5663 asset_proxy settings5664 updates application settings5665 allows a string for asset_proxy_allowlist5666# [RSpecRunTime] RSpec elapsed time: 24 minutes 52.66 seconds. Current RSS: ~1744M. load average: 1.04 1.04 1.00 1/278 7765667 domain_denylist settings5668 rejects domain_denylist_enabled when domain_denylist is empty5669 allows array for domain_denylist5670 allows a string for domain_denylist5671# [RSpecRunTime] RSpec elapsed time: 24 minutes 54.87 seconds. Current RSS: ~1757M. load average: 1.04 1.04 1.00 1/278 7775672 missing sourcegraph_url value when sourcegraph_enabled is true5673 returns a blank parameter error message5674 missing spam_check_endpoint_url value when spam_check_endpoint_enabled is true5675 returns a blank parameter error message5676 overly long spam_check_api_key5677 fails to update the settings with too long spam_check_api_key5678 missing mailgun_signing_key value when mailgun_events_enabled is true5679 returns a blank parameter error message5680 personal access token prefix settings5681 handles validation errors5682 fails to update the settings with too long prefix5683 fails to update the settings with invalid characters in the prefix5684# [RSpecRunTime] RSpec elapsed time: 24 minutes 57.15 seconds. Current RSS: ~1778M. load average: 1.03 1.04 1.00 1/278 7785685 whats_new_variant setting5686 updates setting5687 fails to update setting with invalid value5688# [RSpecRunTime] RSpec elapsed time: 24 minutes 58.32 seconds. Current RSS: ~1834M. load average: 1.03 1.04 1.00 1/278 7795689 sidekiq job limit settings5690 updates the settings5691 Sentry settings5692 includes the attributes in the API5693 allows updating the settings5694 missing sentry_dsn value when sentry_enabled is true5695 returns a blank parameter error message5696# [RSpecRunTime] RSpec elapsed time: 25 minutes 1.27 seconds. Current RSS: ~1895M. load average: 1.03 1.04 1.00 1/278 7805697 with enabled_git_access_protocol5698 allows ssh5699 allows http5700 allows "all"5701# [RSpecRunTime] RSpec elapsed time: 25 minutes 3.64 seconds. Current RSS: ~1906M. load average: 1.03 1.04 1.00 1/278 7815702 runner token expiration_intervals5703 updates the settings5704 updates the settings with empty values5705# [RSpecRunTime] RSpec elapsed time: 25 minutes 5.21 seconds. Current RSS: ~1905M. load average: 1.11 1.06 1.01 1/278 7825706 with pipeline_limit_per_project_user_sha5707 updates the settings5708 updates the settings with zero value5709 does not allow null values5710# [RSpecRunTime] RSpec elapsed time: 25 minutes 7.43 seconds. Current RSS: ~1913M. load average: 1.11 1.06 1.01 1/278 7835711 with ci_max_includes5712 updates the settings5713 allows a zero value5714 does not allow a nil value5715# [RSpecRunTime] RSpec elapsed time: 25 minutes 9.75 seconds. Current RSS: ~1912M. load average: 1.11 1.06 1.01 1/278 7845716 with downstream_pipeline_trigger_limit_per_project_user_sha5717 updates the settings5718 allows a zero value5719 does not allow a nil value5720# [RSpecRunTime] RSpec elapsed time: 25 minutes 11.95 seconds. Current RSS: ~1912M. load average: 1.10 1.06 1.00 1/278 7855721 with housekeeping enabled5722 at least one of housekeeping_incremental_repack_period or housekeeping_optimize_repository_period is required5723 when housekeeping_incremental_repack_period is specified5724 requires all three housekeeping settings5725 returns housekeeping_optimize_repository_period value for all housekeeping settings attributes5726# [RSpecRunTime] RSpec elapsed time: 25 minutes 13.12 seconds. Current RSS: ~1914M. load average: 1.10 1.06 1.00 1/278 7865727 when housekeeping_optimize_repository_period is specified5728 returns housekeeping_optimize_repository_period value for all housekeeping settings attributes5729 login attempts lock settings5730 updates the settings5731 security txt settings5732 updates the settings5733# [RSpecRunTime] Finishing example group spec/requests/api/settings_spec.rb. It took 53.29 seconds. Expected to take 1 minute 1.74 seconds.5734# [RSpecRunTime] Starting example group spec/requests/api/project_clusters_spec.rb. Expected to take 54.51 seconds.5735API::ProjectClusters5736 GET /projects/:id/clusters5737 feature flag is disabled5738 responds with :not_found5739# [RSpecRunTime] RSpec elapsed time: 25 minutes 18.5 seconds. Current RSS: ~1901M. load average: 1.09 1.06 1.00 1/278 7875740 non-authorized user5741 responds with 4035742 authorized user5743 includes pagination headers5744 only includes authorized clusters5745# [RSpecRunTime] RSpec elapsed time: 25 minutes 20.68 seconds. Current RSS: ~1847M. load average: 1.08 1.05 1.00 1/278 7885746 GET /projects/:id/clusters/:cluster_id5747 feature flag is disabled5748 responds with :not_found5749# [RSpecRunTime] RSpec elapsed time: 25 minutes 21.74 seconds. Current RSS: ~1851M. load average: 1.08 1.05 1.00 1/278 7895750 non-authorized user5751 responds with 4035752# [RSpecRunTime] RSpec elapsed time: 25 minutes 22.89 seconds. Current RSS: ~1848M. load average: 1.08 1.05 1.00 1/278 7905753 authorized user5754 returns specific cluster5755 returns cluster information5756 returns project information5757 returns kubernetes platform information5758 returns user information5759 returns GCP provider information5760 when cluster has no provider5761 does not include GCP provider info5762# [RSpecRunTime] RSpec elapsed time: 25 minutes 30.95 seconds. Current RSS: ~1852M. load average: 1.07 1.05 1.00 2/278 7915763 with non-existing cluster5764 returns 4045765 POST /projects/:id/clusters/user5766 feature flag is disabled5767 responds with :not_found5768# [RSpecRunTime] RSpec elapsed time: 25 minutes 32.84 seconds. Current RSS: ~1847M. load average: 1.07 1.05 1.00 1/278 7925769 non-authorized user5770 responds with 4035771# [RSpecRunTime] RSpec elapsed time: 25 minutes 34.06 seconds. Current RSS: ~1846M. load average: 1.07 1.05 1.00 1/278 7935772 authorized user5773 with valid params5774 creates a new Cluster::Cluster5775# [RSpecRunTime] RSpec elapsed time: 25 minutes 35.65 seconds. Current RSS: ~1844M. load average: 1.06 1.05 1.00 1/278 7945776 when user does not indicate authorization type5777 defaults to RBAC5778# [RSpecRunTime] RSpec elapsed time: 25 minutes 37.12 seconds. Current RSS: ~1838M. load average: 1.06 1.05 1.00 1/278 7955779 when user sets authorization type as ABAC5780 creates an ABAC cluster5781# [RSpecRunTime] RSpec elapsed time: 25 minutes 38.54 seconds. Current RSS: ~1838M. load average: 1.06 1.05 1.00 1/278 7965782 when namespace_per_environment is not set5783 defaults to true5784# [RSpecRunTime] RSpec elapsed time: 25 minutes 39.92 seconds. Current RSS: ~1838M. load average: 1.06 1.05 1.00 1/278 7975785 current user does not have access to management_project_id5786 responds with 4005787 returns validation errors5788# [RSpecRunTime] RSpec elapsed time: 25 minutes 43.37 seconds. Current RSS: ~1831M. load average: 1.14 1.07 1.01 1/278 7985789 with invalid params5790 does not create a new Clusters::Cluster5791# [RSpecRunTime] RSpec elapsed time: 25 minutes 44.78 seconds. Current RSS: ~1831M. load average: 1.14 1.07 1.01 1/278 7995792 non-authorized user5793 responds with 4035794# [RSpecRunTime] RSpec elapsed time: 25 minutes 45.97 seconds. Current RSS: ~1829M. load average: 1.05 1.05 1.00 1/278 8005795 POST /projects/:id/clusters/user with multiple clusters5796 when another cluster exists5797 responds with 2015798 allows multiple clusters to be associated to project5799# [RSpecRunTime] RSpec elapsed time: 25 minutes 48.68 seconds. Current RSS: ~1806M. load average: 1.05 1.05 1.00 1/278 8015800 PUT /projects/:id/clusters/:cluster_id5801 feature flag is disabled5802 responds with :not_found5803# [RSpecRunTime] RSpec elapsed time: 25 minutes 50.14 seconds. Current RSS: ~1803M. load average: 1.04 1.05 1.00 1/278 8025804 non-authorized user5805 responds with 4035806# [RSpecRunTime] RSpec elapsed time: 25 minutes 51.44 seconds. Current RSS: ~1804M. load average: 1.04 1.05 1.00 1/278 8035807 authorized user5808 with valid params5809 updates cluster attributes5810# [RSpecRunTime] RSpec elapsed time: 25 minutes 53.13 seconds. Current RSS: ~1787M. load average: 1.04 1.05 1.00 1/278 8045811 with invalid params5812 does not update cluster attributes5813 returns validation errors5814# [RSpecRunTime] RSpec elapsed time: 25 minutes 56.14 seconds. Current RSS: ~1797M. load average: 1.04 1.05 1.00 1/278 8055815 current user does not have access to management_project_id5816 returns validation errors5817# [RSpecRunTime] RSpec elapsed time: 25 minutes 57.89 seconds. Current RSS: ~1792M. load average: 1.04 1.05 1.00 1/278 8065818 with a GCP cluster5819 when user tries to change GCP specific fields5820 returns validation error5821# [RSpecRunTime] RSpec elapsed time: 25 minutes 59.45 seconds. Current RSS: ~1798M. load average: 1.04 1.05 1.00 1/278 8075822 when user tries to change namespace5823 responds with 2005824# [RSpecRunTime] RSpec elapsed time: 26 minutes 1.13 seconds. Current RSS: ~1802M. load average: 1.04 1.05 1.00 1/278 8085825 with an user cluster5826 updates platform kubernetes attributes5827# [RSpecRunTime] RSpec elapsed time: 26 minutes 2.72 seconds. Current RSS: ~1796M. load average: 1.04 1.05 1.00 1/278 8095828 with a cluster that does not belong to user5829 responds with 4045830# [RSpecRunTime] RSpec elapsed time: 26 minutes 4.5 seconds. Current RSS: ~1797M. load average: 1.04 1.05 1.00 1/278 8105831 DELETE /projects/:id/clusters/:cluster_id5832 feature flag is disabled5833 responds with :not_found5834# [RSpecRunTime] RSpec elapsed time: 26 minutes 5.58 seconds. Current RSS: ~1795M. load average: 1.03 1.05 1.00 1/278 8115835 non-authorized user5836 responds with 4035837 authorized user5838 deletes the cluster5839 with a cluster that does not belong to user5840 responds with 4045841# [RSpecRunTime] RSpec elapsed time: 26 minutes 8.59 seconds. Current RSS: ~1800M. load average: 1.03 1.05 1.00 1/278 8125842# [RSpecRunTime] Finishing example group spec/requests/api/project_clusters_spec.rb. It took 53.01 seconds. Expected to take 54.51 seconds.5843# [RSpecRunTime] Starting example group spec/controllers/projects/tree_controller_spec.rb. Expected to take 47.69 seconds.5844Projects::TreeController5845 GET show5846 #set_is_ambiguous_ref before action5847 when ref requested is ambiguous with no ref type5848 behaves like #set_is_ambiguous_ref when ref is ambiguous5849 when the ref_type is nil5850 @ambiguous_ref return false when ff is disabled5851 when the ambiguous_ref_modal ff is enabled5852 @ambiguous_ref return true5853# [RSpecRunTime] RSpec elapsed time: 26 minutes 15.29 seconds. Current RSS: ~1830M. load average: 1.03 1.04 1.00 1/284 8945854 when the ref_type is empty5855 @ambiguous_ref return false when ff is disabled5856 when the ambiguous_ref_modal ff is enabled5857 @ambiguous_ref return true5858# [RSpecRunTime] RSpec elapsed time: 26 minutes 20.44 seconds. Current RSS: ~1856M. load average: 1.03 1.04 1.00 1/284 9625859 when the ref_type is present5860 @ambiguous_ref return false5861# [RSpecRunTime] RSpec elapsed time: 26 minutes 23.13 seconds. Current RSS: ~1851M. load average: 1.03 1.04 1.00 1/284 9955862 when ref requested is not ambiguous5863 behaves like #set_is_ambiguous_ref when ref is not ambiguous5864 when the ref_type is nil5865 @ambiguous_ref return false5866# [RSpecRunTime] RSpec elapsed time: 26 minutes 25.77 seconds. Current RSS: ~1836M. load average: 1.02 1.04 1.00 1/284 10345867 when there is a ref and tag with the same name5868 and explicitly requesting a branch5869 redirects to blob#show with sha for the branch5870 and explicitly requesting a tag5871 responds with success5872# [RSpecRunTime] RSpec elapsed time: 26 minutes 30.64 seconds. Current RSS: ~1835M. load average: 1.02 1.04 1.00 1/284 10935873 valid branch, no path5874 checks for tree without ref_type5875 responds with success5876# [RSpecRunTime] RSpec elapsed time: 26 minutes 35.72 seconds. Current RSS: ~1865M. load average: 1.02 1.04 1.00 1/284 11525877 valid branch, valid path5878 responds with success5879# [RSpecRunTime] RSpec elapsed time: 26 minutes 38.34 seconds. Current RSS: ~1867M. load average: 1.02 1.04 1.00 1/284 11835880 valid branch, invalid path5881 redirects5882 invalid branch, valid path5883 responds with not_found5884 when default branch was renamed5885 and the file is valid5886 redirects5887# [RSpecRunTime] RSpec elapsed time: 26 minutes 41.23 seconds. Current RSS: ~1870M. load average: 1.10 1.06 1.01 1/286 12765888 and the file is invalid5889 redirects5890 valid empty branch, invalid path5891 redirects5892 valid empty branch5893 responds with success5894# [RSpecRunTime] RSpec elapsed time: 26 minutes 45.25 seconds. Current RSS: ~1865M. load average: 1.09 1.05 1.00 1/286 13655895 invalid SHA commit ID5896 responds with not_found5897 valid SHA commit ID5898 responds with success5899 and there is a tag with the same name5900 responds with success5901# [RSpecRunTime] RSpec elapsed time: 26 minutes 50.76 seconds. Current RSS: ~1862M. load average: 1.08 1.05 1.00 1/286 14575902 valid SHA commit ID with path5903 responds with found5904 GET show with whitespace in ref5905 does not call make a Gitaly request5906 GET show with blob path5907 redirect to blob5908 redirects5909 #create_dir5910 successful creation5911 when not creating a new MR5912 redirects to the new directory5913 when creating a new MR5914 and the passed create_merge_request value is true5915 behaves like a new MR from branch redirection5916 redirects to the new MR page5917 and the passed create_merge_request value is 'true'5918 behaves like a new MR from branch redirection5919 redirects to the new MR page5920 and the passed create_merge_request value is '1'5921 behaves like a new MR from branch redirection5922 redirects to the new MR page5923 and the passed create_merge_request value is 15924 behaves like a new MR from branch redirection5925 redirects to the new MR page5926 unsuccessful creation5927 does not allow overwriting of existing files5928# [RSpecRunTime] Finishing example group spec/controllers/projects/tree_controller_spec.rb. It took 47.69 seconds. Expected to take 47.69 seconds.5929# [RSpecRunTime] Starting example group spec/requests/api/release/links_spec.rb. Expected to take 41.78 seconds.5930API::Release::Links5931 GET /projects/:id/releases/:tag_name/assets/links5932 when there are two release links5933 returns 200 HTTP status5934 returns release links ordered by created_at5935 matches response schema5936 when using JOB-TOKEN auth5937 returns releases links5938# [RSpecRunTime] RSpec elapsed time: 27 minutes 0.55 second. Current RSS: ~1873M. load average: 1.07 1.05 1.00 1/286 16375939 when release does not exist5940 behaves like 404 response5941 returns 4045942 when user is not a project member5943 behaves like 404 response5944 returns 4045945 when project is public5946 allows the request5947 and the releases are private5948 behaves like 403 response5949 returns 4035950 GET /projects/:id/releases/:tag_name/assets/links/:link_id5951 returns 200 HTTP status5952 returns a link entry5953 matches response schema5954 when using JOB-TOKEN auth5955 returns releases link5956# [RSpecRunTime] RSpec elapsed time: 27 minutes 4.13 seconds. Current RSS: ~1855M. load average: 1.07 1.05 1.00 1/285 16385957 when specified tag is not found in the project5958 behaves like 404 response5959 returns 4045960 when user is not a project member5961 behaves like 404 response5962 returns 4045963 when project is public5964 allows the request5965# [RSpecRunTime] RSpec elapsed time: 27 minutes 5.95 seconds. Current RSS: ~1868M. load average: 1.06 1.05 1.00 1/283 16455966 #direct_asset_url5967 when filepath is provided5968 is expected to eq "http://localhost/namespace37/project-53/-/releases/v0.1/downloads/bin/bigfile.exe"5969 when filepath is not provided5970 is expected to eq "https://google.com/-/jobs/140463678/artifacts/download"5971 POST /projects/:id/releases/:tag_name/assets/links5972 accepts the request5973 creates a new release5974 matches response schema5975 when using `direct_asset_path`5976 creates a new release link successfully5977# [RSpecRunTime] RSpec elapsed time: 27 minutes 8.92 seconds. Current RSS: ~1850M. load average: 1.06 1.05 1.00 1/280 16465978 when using JOB-TOKEN auth5979 creates a new release link5980# [RSpecRunTime] RSpec elapsed time: 27 minutes 10.0 seconds. Current RSS: ~1852M. load average: 1.14 1.07 1.01 1/280 16475981 with protected tag5982 when user has access to the protected tag5983 accepts the request5984 when user does not have access to the protected tag5985 forbids the request5986 when name is empty5987 behaves like 400 response5988 returns 4005989 when user is a reporter5990 behaves like 403 response5991 returns 4035992 when user is not a project member5993 forbids the request5994 when project is public5995 forbids the request5996# [RSpecRunTime] RSpec elapsed time: 27 minutes 12.89 seconds. Current RSS: ~1861M. load average: 1.14 1.07 1.01 1/280 16545997 when the same link already exists5998 behaves like 400 response5999 returns 4006000 PUT /projects/:id/releases/:tag_name/assets/links/:link_id6001 accepts the request6002 updates the name6003 does not update the url6004 matches response schema6005 when params are invalid6006 returns 400 error6007# [RSpecRunTime] RSpec elapsed time: 27 minutes 16.31 seconds. Current RSS: ~1882M. load average: 1.13 1.07 1.01 1/280 16556008 when using `direct_asset_path`6009 updates the release link6010 when using JOB-TOKEN auth6011 updates the release link6012# [RSpecRunTime] RSpec elapsed time: 27 minutes 18.05 seconds. Current RSS: ~1880M. load average: 1.13 1.07 1.01 1/280 16566013 with protected tag6014 when user has access to the protected tag6015 accepts the request6016 when user does not have access to the protected tag6017 forbids the request6018 when params is empty6019 does not allow the request6020 when there are no corresponding release link6021 behaves like 404 response6022 returns 4046023 when user is a reporter6024 behaves like 403 response6025 returns 4036026 when user is not a project member6027 behaves like 404 response6028 returns 4046029 when project is public6030 behaves like 403 response6031 returns 4036032# [RSpecRunTime] RSpec elapsed time: 27 minutes 21.66 seconds. Current RSS: ~1878M. load average: 1.12 1.06 1.01 1/280 16636033 DELETE /projects/:id/releases/:tag_name/assets/links/:link_id6034 accepts the request6035 destroys the release link6036 matches response schema6037 when using JOB-TOKEN auth6038 deletes the release link6039# [RSpecRunTime] RSpec elapsed time: 27 minutes 24.28 seconds. Current RSS: ~1873M. load average: 1.12 1.06 1.01 1/280 16646040 with protected tag6041 when user has access to the protected tag6042 accepts the request6043 when user does not have access to the protected tag6044 forbids the request6045 when destroy process fails6046 behaves like 400 response6047 returns 4006048 when there are no corresponding release link6049 behaves like 404 response6050 returns 4046051 when user is a reporter6052 behaves like 403 response6053 returns 4036054 when user is not a project member6055 behaves like 404 response6056 returns 4046057 when project is public6058 behaves like 403 response6059 returns 4036060# [RSpecRunTime] RSpec elapsed time: 27 minutes 27.93 seconds. Current RSS: ~1882M. load average: 1.11 1.06 1.01 1/280 16716061# [RSpecRunTime] Finishing example group spec/requests/api/release/links_spec.rb. It took 31.65 seconds. Expected to take 41.78 seconds.6062# [RSpecRunTime] Starting example group spec/requests/api/graphql/gitlab_schema_spec.rb. Expected to take 39.41 seconds.6063GitlabSchema configurations6064 depth, complexity and recursion checking6065 unauthenticated recursive queries6066 a not-quite-recursive-enough introspective query6067 succeeds6068# [RSpecRunTime] RSpec elapsed time: 27 minutes 33.84 seconds. Current RSS: ~1896M. load average: 1.10 1.06 1.01 1/280 16726069 failing queries6070 a recursive introspective query6071 fails due to recursion6072 a recursive non-introspective query6073 using `nodes` notation6074 behaves like fails due to recursion, complexity and depth6075 fails due to recursion, complexity and depth6076 using `edges -> node` notation6077 behaves like fails due to recursion, complexity and depth6078 fails due to recursion, complexity and depth6079 regular queries6080 behaves like imposing query limits6081 timeouts6082 when timeout is reached6083 shows an error6084 #max_complexity6085 when complexity is too high6086 shows an error6087 #max_depth6088 when query depth is too high6089 shows error6090 when query depth is within range6091 has no error6092 multiplexed queries6093 does not authenticate all queries6094 behaves like imposing query limits6095 timeouts6096 when timeout is reached6097 shows an error6098 #max_complexity6099 when complexity is too high6100 shows an error6101 #max_depth6102 when query depth is too high6103 shows error6104 when query depth is within range6105 has no error6106 behaves like query is too complex6107 fails all queries when only one of the queries is too complex6108 behaves like query is too complex6109 fails when all queries combined are too complex6110 authentication6111 authenticates all queries6112 when IntrospectionQuery6113 is not too complex nor recursive6114# [RSpecRunTime] RSpec elapsed time: 27 minutes 43.37 seconds. Current RSS: ~1918M. load average: 1.08 1.06 1.01 1/281 16736115 logging6116 logs the query complexity and depth6117 logs using `format_message`6118# [RSpecRunTime] RSpec elapsed time: 27 minutes 57.06 seconds. Current RSS: ~1882M. load average: 1.06 1.06 1.00 1/280 16746119 global id's6120 uses GlobalID to expose ids6121 removal of deprecated items6122 without `remove_deprecated` param6123 shows deprecated items6124 with `remove_deprecated` param6125 hides deprecated field6126 hides deprecated enum value6127 hides deprecated argument6128# [RSpecRunTime] Finishing example group spec/requests/api/graphql/gitlab_schema_spec.rb. It took 29.94 seconds. Expected to take 39.41 seconds.6129# [RSpecRunTime] Starting example group spec/requests/projects/issues_controller_spec.rb. Expected to take 35.18 seconds.6130Projects::IssuesController6131 GET #show6132 incident tabs6133 redirects to the issues route for non-incidents6134 responds with selected tab for incidents6135# [RSpecRunTime] RSpec elapsed time: 28 minutes 0.52 second. Current RSS: ~1874M. load average: 1.06 1.05 1.00 2/281 16766136 GET #discussions6137 pagination6138 returns paginated notes and cursor based on per_page param6139 token authentication6140 when public project6141 behaves like authenticates sessionless user for the request spec6142 index atom6143 when the 'private_token' param is populated with the personal access token6144 when valid token6145 when resource is public6146 authenticates user and returns response with ok status6147 when user with expired password6148 does not authenticate user and returns response with ok status6149# [RSpecRunTime] RSpec elapsed time: 28 minutes 2.58 seconds. Current RSS: ~1880M. load average: 1.06 1.05 1.00 1/280 16776150 when the personal access token has no api scope6151 when resource is public6152 does not authenticate user and returns response with ok status6153 when invalid token6154 when resource is public6155 does not authenticate user and returns response with ok status6156 when the 'PRIVATE-TOKEN' header is populated with the personal access token6157 when valid token6158 when resource is public6159 authenticates user and returns response with ok status6160 when user with expired password6161 does not authenticate user and returns response with ok status6162 when the personal access token has no api scope6163 when resource is public6164 does not authenticate user and returns response with ok status6165 when invalid token6166 when resource is public6167 does not authenticate user and returns response with ok status6168 when the 'feed_token' param is populated with the feed token6169 when valid token6170 when resource is public6171 authenticates user and returns response with ok status6172 when user with expired password6173 does not authenticate user and returns response with ok status6174 when invalid token6175 when resource is public6176 does not authenticate user and returns response with ok status6177 behaves like authenticates sessionless user for the request spec6178 calendar ics6179 when the 'private_token' param is populated with the personal access token6180 when valid token6181 when resource is public6182 authenticates user and returns response with ok status6183 when user with expired password6184 does not authenticate user and returns response with ok status6185 when the personal access token has no api scope6186 when resource is public6187 does not authenticate user and returns response with ok status6188 when invalid token6189 when resource is public6190 does not authenticate user and returns response with ok status6191 when the 'PRIVATE-TOKEN' header is populated with the personal access token6192 when valid token6193 when resource is public6194 authenticates user and returns response with ok status6195 when user with expired password6196 does not authenticate user and returns response with ok status6197 when the personal access token has no api scope6198 when resource is public6199 does not authenticate user and returns response with ok status6200 when invalid token6201 when resource is public6202 does not authenticate user and returns response with ok status6203 when the 'feed_token' param is populated with the feed token6204 when valid token6205 when resource is public6206 authenticates user and returns response with ok status6207 when user with expired password6208 does not authenticate user and returns response with ok status6209 when invalid token6210 when resource is public6211 does not authenticate user and returns response with ok status6212 when private project6213 behaves like authenticates sessionless user for the request spec6214 index atom6215 when the 'private_token' param is populated with the personal access token6216 when valid token6217 when resource is private6218 authenticates user and returns response with ok status6219 when user with expired password6220 does not return response with ok status6221# [RSpecRunTime] RSpec elapsed time: 28 minutes 9.79 seconds. Current RSS: ~1907M. load average: 1.05 1.05 1.00 1/280 16786222 when password expiration is not applicable6223 when ldap user6224 authenticates user and returns response with ok status6225 when the personal access token has no api scope6226 when resource is private6227 does not return response with ok status6228 when invalid token6229 when resource is private6230 does not return response with ok status6231 when the 'PRIVATE-TOKEN' header is populated with the personal access token6232 when valid token6233 when resource is private6234 authenticates user and returns response with ok status6235 when user with expired password6236 does not return response with ok status6237 when password expiration is not applicable6238 when ldap user6239 authenticates user and returns response with ok status6240 when the personal access token has no api scope6241 when resource is private6242 does not return response with ok status6243 when invalid token6244 when resource is private6245 does not return response with ok status6246 when the 'feed_token' param is populated with the feed token6247 when valid token6248 when resource is private6249 authenticates user and returns response with ok status6250 when user with expired password6251 does not return response with ok status6252 when password expiration is not applicable6253 when ldap user6254 authenticates user and returns response with ok status6255 when invalid token6256 when resource is private6257 does not return response with ok status6258 behaves like authenticates sessionless user for the request spec6259 calendar ics6260 when the 'private_token' param is populated with the personal access token6261 when valid token6262 when resource is private6263 authenticates user and returns response with ok status6264 when user with expired password6265 does not return response with ok status6266# [RSpecRunTime] RSpec elapsed time: 28 minutes 15.6 seconds. Current RSS: ~1900M. load average: 1.04 1.05 1.00 1/280 16796267 when password expiration is not applicable6268 when ldap user6269 authenticates user and returns response with ok status6270 when the personal access token has no api scope6271 when resource is private6272 does not return response with ok status6273 when invalid token6274 when resource is private6275 does not return response with ok status6276 when the 'PRIVATE-TOKEN' header is populated with the personal access token6277 when valid token6278 when resource is private6279 authenticates user and returns response with ok status6280 when user with expired password6281 does not return response with ok status6282 when password expiration is not applicable6283 when ldap user6284 authenticates user and returns response with ok status6285 when the personal access token has no api scope6286 when resource is private6287 does not return response with ok status6288 when invalid token6289 when resource is private6290 does not return response with ok status6291 when the 'feed_token' param is populated with the feed token6292 when valid token6293 when resource is private6294 authenticates user and returns response with ok status6295 when user with expired password6296 does not return response with ok status6297 when password expiration is not applicable6298 when ldap user6299 authenticates user and returns response with ok status6300 when invalid token6301 when resource is private6302 does not return response with ok status6303# [RSpecRunTime] Finishing example group spec/requests/projects/issues_controller_spec.rb. It took 22.27 seconds. Expected to take 35.18 seconds.6304# [RSpecRunTime] Starting example group spec/controllers/projects/labels_controller_spec.rb. Expected to take 31.76 seconds.6305Projects::LabelsController6306 GET #index6307 @prioritized_labels6308 does not include labels without priority6309 is sorted by priority, then label title6310# [RSpecRunTime] RSpec elapsed time: 28 minutes 22.47 seconds. Current RSS: ~1870M. load average: 1.04 1.05 1.00 1/280 16806311 @labels6312 is sorted by label title6313 does not include labels with priority6314 does not include group labels when project does not belong to a group6315# [RSpecRunTime] RSpec elapsed time: 28 minutes 24.53 seconds. Current RSS: ~1864M. load average: 1.04 1.05 1.00 1/280 16816316 with subgroups6317 returns ancestor group labels6318# [RSpecRunTime] RSpec elapsed time: 28 minutes 25.7 seconds. Current RSS: ~1871M. load average: 1.04 1.05 1.00 1/280 16826319 with views rendered6320 avoids N+1 queries6321# [RSpecRunTime] RSpec elapsed time: 28 minutes 33.42 seconds. Current RSS: ~1910M. load average: 1.03 1.05 1.00 1/280 16836322 POST #generate6323 personal project6324 creates labels6325 project belonging to a group6326 creates labels6327 POST #toggle_subscription6328 allows user to toggle subscription on project labels6329 allows user to toggle subscription on group labels6330 POST #promote6331 not group reporters6332 denies access6333 group reporter6334 gives access6335 promotes the label6336 renders label name without parsing it as HTML6337 service raising InvalidRecord6338 returns to label list6339# [RSpecRunTime] RSpec elapsed time: 28 minutes 38.91 seconds. Current RSS: ~1893M. load average: 1.03 1.05 1.00 1/280 16846340 #ensure_canonical_path6341 for a GET request6342 when requesting the canonical path6343 non-show path6344 with exactly matching casing6345 does not redirect6346 with different casing6347 redirects to the correct casing6348 when requesting a redirected path6349 redirects to the canonical path6350 with an AJAX request6351 redirects to the canonical path but does not set flash message6352 with JSON format6353 redirects to the canonical path but does not set flash message6354 for a non-GET request6355 when requesting the canonical path with different casing6356 does not 4046357 does not redirect to the correct casing6358# [RSpecRunTime] RSpec elapsed time: 28 minutes 42.18 seconds. Current RSS: ~1890M. load average: 1.03 1.05 1.00 1/281 16856359 when requesting a redirected path6360 returns not found6361 PUT #update6362 when updating lock_on_merge6363 when feature flag is disabled6364 does not allow setting lock_on_merge6365 when feature flag is enabled6366 behaves like allows setting lock_on_merge6367 is expected to be truthy6368 when feature flag for ancestor group is enabled6369 behaves like allows setting lock_on_merge6370 is expected to be truthy6371 DELETE #destroy6372 when current user has ability to destroy the label6373 removes the label6374 does not remove the label if it is locked6375 when label is succesfuly destroyed6376 redirects to the project labels page6377# [RSpecRunTime] RSpec elapsed time: 28 minutes 45.3 seconds. Current RSS: ~1884M. load average: 1.03 1.05 1.00 1/281 16866378 when current_user does not have ability to destroy the label6379 responds with status 4046380# [RSpecRunTime] Finishing example group spec/controllers/projects/labels_controller_spec.rb. It took 25.6 seconds. Expected to take 31.76 seconds.6381# [RSpecRunTime] Starting example group spec/requests/api/bulk_imports_spec.rb. Expected to take 29.61 seconds.6382API::BulkImports6383 GET /bulk_imports6384 returns a list of bulk imports authored by the user6385 sort parameter6386 sorts by created_at descending by default6387 when explicitly specified6388 when descending6389 sorts by created_at descending6390 when ascending6391 sorts by created_at ascending when explicitly specified6392 behaves like disabled feature6393 enables the feature when override flag is enabled for the user6394 does not enable the feature when override flag is enabled for another user6395 behaves like 404 response6396 returns 4046397 POST /bulk_imports6398 starts a new migration6399 starts a new migration6400 migrate projects flag6401 when true6402 sets true6403# [RSpecRunTime] RSpec elapsed time: 28 minutes 49.07 seconds. Current RSS: ~1887M. load average: 1.03 1.05 1.00 1/280 16876404 when false6405 sets false6406 when unspecified6407 sets true6408 migrate projects flag6409 when true6410 sets true6411 when false6412 sets false6413 when unspecified6414 sets true6415 when both destination_name & destination_slug are provided6416 returns a mutually exclusive error6417 when neither destination_name nor destination_slug is provided6418 returns at_least_one_of error6419 when the source_full_path is invalid6420 returns invalid error6421 when the destination_namespace does not exist6422 returns invalid error6423 when the destination_namespace is an empty string6424 accepts the param and starts a new migration6425 when the destination_namespace is invalid6426 returns invalid error6427 when the destination_slug is invalid6428 returns invalid error6429 when provided url is blocked6430 returns blocked url message in the error6431 when source instance setting is disabled6432 returns blocked url error6433 behaves like disabled feature6434 enables the feature when override flag is enabled for the user6435 does not enable the feature when override flag is enabled for another user6436 behaves like 404 response6437 returns 4046438# [RSpecRunTime] RSpec elapsed time: 28 minutes 55.68 seconds. Current RSS: ~1913M. load average: 1.02 1.04 1.00 1/280 16886439 when request exceeds rate limits6440 prevents user from starting a new migration6441 GET /bulk_imports/entities6442 returns a list of all import entities authored by the user6443 includes entity stats6444 behaves like disabled feature6445 enables the feature when override flag is enabled for the user6446 does not enable the feature when override flag is enabled for another user6447 behaves like 404 response6448 returns 4046449 GET /bulk_imports/:id6450 returns specified bulk import6451 behaves like disabled feature6452 enables the feature when override flag is enabled for the user6453 does not enable the feature when override flag is enabled for another user6454 behaves like 404 response6455 returns 4046456 GET /bulk_imports/:id/entities6457 returns specified bulk import entities with failures6458 includes entity stats6459 behaves like disabled feature6460 enables the feature when override flag is enabled for the user6461 does not enable the feature when override flag is enabled for another user6462 behaves like 404 response6463 returns 4046464# [RSpecRunTime] RSpec elapsed time: 28 minutes 58.81 seconds. Current RSS: ~1922M. load average: 1.02 1.04 1.00 1/280 16896465 GET /bulk_imports/:id/entities/:entity_id6466 returns specified bulk import entity6467 includes entity stats6468 behaves like disabled feature6469 enables the feature when override flag is enabled for the user6470 does not enable the feature when override flag is enabled for another user6471 behaves like 404 response6472 returns 4046473 when user is unauthenticated6474 returns 4016475 GET /bulk_imports/:id/entities/:entity_id/failures6476 returns specified entity failures6477 behaves like disabled feature6478 enables the feature when override flag is enabled for the user6479 does not enable the feature when override flag is enabled for another user6480 behaves like 404 response6481 returns 4046482# [RSpecRunTime] Finishing example group spec/requests/api/bulk_imports_spec.rb. It took 14.9 seconds. Expected to take 29.61 seconds.6483# [RSpecRunTime] Starting example group spec/controllers/projects/starrers_controller_spec.rb. Expected to take 27.72 seconds.6484Projects::StarrersController6485 GET index6486 N+1 queries6487 avoids N+1s loading users6488# [RSpecRunTime] RSpec elapsed time: 29 minutes 2.89 seconds. Current RSS: ~1923M. load average: 1.02 1.04 1.00 1/280 16906489 when project is public6490 when no user is logged in6491 with no searching6492 only users with public profiles are visible6493 non-active users are not visible6494 starrers counts are correct6495# [RSpecRunTime] RSpec elapsed time: 29 minutes 5.66 seconds. Current RSS: ~1912M. load average: 1.02 1.04 1.00 1/280 16916496 when searching by user6497 only users with public profiles are visible6498 starrers counts are correct6499# [RSpecRunTime] RSpec elapsed time: 29 minutes 7.38 seconds. Current RSS: ~1899M. load average: 1.02 1.04 1.00 1/280 16926500 when public user is logged in6501 with no searching6502 their star is also visible6503 starrers counts are correct6504# [RSpecRunTime] RSpec elapsed time: 29 minutes 9.25 seconds. Current RSS: ~1896M. load average: 1.02 1.04 1.00 1/280 16936505 when searching by user6506 only users with public profiles are visible6507 starrers counts are correct6508# [RSpecRunTime] RSpec elapsed time: 29 minutes 11.12 seconds. Current RSS: ~1882M. load average: 1.02 1.04 1.00 1/280 16946509 when private user is logged in6510 with no searching6511 their star is also visible6512 starrers counts are correct6513# [RSpecRunTime] RSpec elapsed time: 29 minutes 12.94 seconds. Current RSS: ~1873M. load average: 1.02 1.04 1.00 1/280 16956514 when searching by user6515 only users with public profiles are visible6516 starrers counts are correct6517# [RSpecRunTime] RSpec elapsed time: 29 minutes 14.77 seconds. Current RSS: ~1875M. load average: 1.02 1.04 1.00 1/280 16966518 when admin is logged in6519 with no searching6520 all users are visible6521 starrers counts are correct6522# [RSpecRunTime] RSpec elapsed time: 29 minutes 16.87 seconds. Current RSS: ~1879M. load average: 1.09 1.06 1.01 1/280 16976523 when searching by user6524 public and private starrers are visible6525 starrers counts are correct6526# [RSpecRunTime] RSpec elapsed time: 29 minutes 18.82 seconds. Current RSS: ~1870M. load average: 1.09 1.06 1.01 1/280 16986527 when project is private6528 starrers are not visible for non logged in users6529 when user is logged in6530 only users with public profiles are visible6531 starrers counts are correct6532# [RSpecRunTime] RSpec elapsed time: 29 minutes 21.65 seconds. Current RSS: ~1869M. load average: 1.09 1.06 1.00 1/280 16996533# [RSpecRunTime] Finishing example group spec/controllers/projects/starrers_controller_spec.rb. It took 20.97 seconds. Expected to take 27.72 seconds.6534# [RSpecRunTime] Starting example group spec/controllers/groups/uploads_controller_spec.rb. Expected to take 25.35 seconds.6535Groups::UploadsController6536 behaves like handle uploads6537 behaves like handle uploads authorize6538 POST #authorize6539 when a user is not authorized to upload a file6540 returns 404 status6541 when id is not passed as a param6542 returns 404 status6543 when a user can upload a file6544 and the request bypassed workhorse6545 raises an exception6546 and request is sent by gitlab-workhorse to authorize the request6547 when using local storage6548 behaves like a local file6549 behaves like a valid response6550 responds with status 2006551 uses the gitlab-workhorse content type6552 responds with status 200, location of uploads store and object details6553# [RSpecRunTime] RSpec elapsed time: 29 minutes 24.37 seconds. Current RSS: ~1868M. load average: 1.09 1.06 1.00 1/280 17006554 when using remote storage6555 when direct upload is enabled6556 behaves like a valid response6557 responds with status 2006558 uses the gitlab-workhorse content type6559 responds with status 200, location of uploads remote store and object details6560# [RSpecRunTime] RSpec elapsed time: 29 minutes 26.02 seconds. Current RSS: ~1871M. load average: 1.08 1.05 1.00 2/280 17016561 when direct upload is disabled6562 behaves like a local file6563 behaves like a valid response6564 responds with status 2006565 uses the gitlab-workhorse content type6566 responds with status 200, location of uploads store and object details6567# [RSpecRunTime] RSpec elapsed time: 29 minutes 27.54 seconds. Current RSS: ~1871M. load average: 1.08 1.05 1.00 1/280 17026568 POST #create6569 when a user is not authorized to upload a file6570 returns 404 status6571 when a user can upload a file6572 without params['file']6573 returns an error6574 with valid image6575 returns a content with original filename, new link, and correct type.6576 creates a corresponding Upload record6577# [RSpecRunTime] RSpec elapsed time: 29 minutes 29.51 seconds. Current RSS: ~1874M. load average: 1.08 1.05 1.00 1/280 17036578 with valid non-image file6579 returns a content with original filename, new link, and correct type.6580 GET #show6581 when the secret is invalid6582 responds with status 4046583 when accessing a specific upload via different model6584 responds with status 4046585 when the upload does not have a MIME type that Rails knows6586 falls back to the null type6587 when the model is public6588 when not signed in6589 when the file exists6590 responds with status 2006591 when neither the uploader nor the model exists6592 responds with status 4046593 when the file doesn't exist6594 responds with status 4046595 when signed in6596 when the file exists6597 responds with status 2006598 when the file doesn't exist6599 responds with status 4046600 when the model is private6601 when not signed in6602 when the file exists6603 when the file is an image6604 responds with the appropriate status code6605 when the file is not an image6606 redirects to the sign in page6607 when the file doesn't exist6608 redirects to the sign in page6609 when signed in6610 when the user has access to the project6611 when the file exists6612 responds with status 2006613 when the file doesn't exist6614 responds with status 4046615 when the user doesn't have access to the model6616 when the file exists6617 when the file is an image6618 responds with the appropriate status code6619 when the file is not an image6620 responds with status 4046621 when the file doesn't exist6622 responds with status 4046623 with a moved group6624 redirects to a file with the proper extension6625 GET #show6626 when the group is public6627 when not signed in6628 responds with appropriate status6629 when uploader class does not match the upload6630 responds with status 4046631 when filename does not match6632 responds with status 4046633 when signed in6634 when the user doesn't have access to the model6635 responds with status 2006636 when the group is private6637 when not signed in6638 responds with appropriate status6639 when signed in6640 when the user doesn't have access to the model6641 responds with status 2006642# [RSpecRunTime] Finishing example group spec/controllers/groups/uploads_controller_spec.rb. It took 15.94 seconds. Expected to take 25.35 seconds.6643# [RSpecRunTime] Starting example group spec/requests/api/resource_label_events_spec.rb. Expected to take 22.88 seconds.6644API::ResourceLabelEvents6645 when eventable is an Issue6646 behaves like resource_label_events API6647 GET /projects/:id/issues/:noteable_id/resource_label_events6648 with local label reference6649 returns an array of resource label events6650 returns a 404 error when eventable id not found6651 returns 404 when not authorized6652# [RSpecRunTime] RSpec elapsed time: 29 minutes 40.19 seconds. Current RSS: ~1887M. load average: 1.14 1.07 1.01 1/281 17156653 with cross-project label reference6654 returns cross references accessible by user6655 does not return cross references not accessible by user6656# [RSpecRunTime] RSpec elapsed time: 29 minutes 42.48 seconds. Current RSS: ~1883M. load average: 1.14 1.07 1.01 1/282 17166657 GET /projects/:id/issues/:noteable_id/resource_label_events/:event_id6658 with local label reference6659 returns a resource label event by id6660 returns 404 when not authorized6661 returns a 404 error if resource label event not found6662# [RSpecRunTime] RSpec elapsed time: 29 minutes 44.42 seconds. Current RSS: ~1878M. load average: 1.14 1.07 1.01 2/282 17176663 with cross-project label reference6664 returns a 404 error if cross-reference project is not accessible6665# [RSpecRunTime] RSpec elapsed time: 29 minutes 45.58 seconds. Current RSS: ~1876M. load average: 1.13 1.07 1.01 1/282 17186666 pagination6667 returns the second page6668 when eventable is a Merge Request6669 behaves like resource_label_events API6670 GET /projects/:id/merge_requests/:noteable_id/resource_label_events6671 with local label reference6672 returns an array of resource label events6673 returns a 404 error when eventable id not found6674 returns 404 when not authorized6675# [RSpecRunTime] RSpec elapsed time: 29 minutes 48.36 seconds. Current RSS: ~1877M. load average: 1.13 1.07 1.01 1/282 17196676 with cross-project label reference6677 returns cross references accessible by user6678 does not return cross references not accessible by user6679# [RSpecRunTime] RSpec elapsed time: 29 minutes 50.61 seconds. Current RSS: ~1865M. load average: 1.12 1.07 1.01 1/282 17206680 GET /projects/:id/merge_requests/:noteable_id/resource_label_events/:event_id6681 with local label reference6682 returns a resource label event by id6683 returns 404 when not authorized6684 returns a 404 error if resource label event not found6685# [RSpecRunTime] RSpec elapsed time: 29 minutes 52.7 seconds. Current RSS: ~1865M. load average: 1.12 1.07 1.01 1/282 17216686 with cross-project label reference6687 returns a 404 error if cross-reference project is not accessible6688# [RSpecRunTime] RSpec elapsed time: 29 minutes 53.83 seconds. Current RSS: ~1859M. load average: 1.12 1.07 1.01 1/282 17226689 pagination6690 returns the second page6691# [RSpecRunTime] Finishing example group spec/requests/api/resource_label_events_spec.rb. It took 17.06 seconds. Expected to take 22.88 seconds.6692# [RSpecRunTime] Starting example group spec/controllers/projects/graphs_controller_spec.rb. Expected to take 21.29 seconds.6693Projects::GraphsController6694 #show6695 ref_type6696 assigns ref_type6697 when ref_type is provided6698 assigns ref_type6699# [RSpecRunTime] RSpec elapsed time: 29 minutes 56.8 seconds. Current RSS: ~1877M. load average: 1.03 1.05 1.00 1/283 17416700 when format is json6701 renders json6702# [RSpecRunTime] RSpec elapsed time: 29 minutes 57.9 seconds. Current RSS: ~1885M. load average: 1.03 1.05 1.00 1/285 17546703 GET languages6704 redirects_to action charts6705# [RSpecRunTime] RSpec elapsed time: 29 minutes 58.99 seconds. Current RSS: ~1892M. load average: 1.03 1.05 1.00 1/286 17646706 GET commits6707 redirects_to action charts6708# [RSpecRunTime] RSpec elapsed time: 30 minutes. Current RSS: ~1901M. load average: 1.03 1.05 1.00 1/286 17746709 charts6710 with an anonymous user6711 renders charts with 200 status code6712 when anonymous users can read build report results6713 sets the daily coverage options6714# [RSpecRunTime] RSpec elapsed time: 30 minutes 2.22 seconds. Current RSS: ~1921M. load average: 1.03 1.05 1.00 1/286 18036715 when anonymous users cannot read build report results6716 does not set daily coverage options6717# [RSpecRunTime] RSpec elapsed time: 30 minutes 3.32 seconds. Current RSS: ~1921M. load average: 1.03 1.05 1.00 1/286 18166718 behaves like tracking unique visits6719 tracks unique visit if the format is HTML6720 tracks unique visit if DNT is not enabled6721 does not track unique visit if DNT is enabled6722 does not track unique visit if the format is JSON6723# [RSpecRunTime] RSpec elapsed time: 30 minutes 7.47 seconds. Current RSS: ~1923M. load average: 1.19 1.08 1.01 1/286 18736724 behaves like Snowplow event tracking with RedisHLL context6725 behaves like Snowplow event tracking6726 is emitted6727# [RSpecRunTime] RSpec elapsed time: 30 minutes 8.51 seconds. Current RSS: ~1922M. load average: 1.19 1.08 1.01 1/286 18886728 when languages were previously detected6729 sets the languages properly6730# [RSpecRunTime] RSpec elapsed time: 30 minutes 9.67 seconds. Current RSS: ~1918M. load average: 1.19 1.08 1.01 1/286 19036731# [RSpecRunTime] Finishing example group spec/controllers/projects/graphs_controller_spec.rb. It took 15.03 seconds. Expected to take 21.29 seconds.6732# [RSpecRunTime] Starting example group spec/requests/api/feature_flags_user_lists_spec.rb. Expected to take 19.41 seconds.6733API::FeatureFlagsUserLists6734 GET /projects/:id/feature_flags_user_lists6735 forbids the request for a reporter6736 returns forbidden if the feature is unavailable6737 returns all the user lists6738 returns all the data for a user list6739 paginates user lists6740 returns the user lists for only the specified project6741 returns an empty list6742 when filtering6743 returns lists matching the search term6744 returns lists matching multiple search terms6745 returns all lists with no query6746# [RSpecRunTime] RSpec elapsed time: 30 minutes 13.47 seconds. Current RSS: ~1913M. load average: 1.17 1.08 1.01 1/286 19046747 GET /projects/:id/feature_flags_user_lists/:iid6748 forbids the request for a reporter6749 returns forbidden if the feature is unavailable6750 returns the user list6751 returns the correct user list identified by the iid6752 scopes the iid search to the project6753 returns not found when the list does not exist6754# [RSpecRunTime] RSpec elapsed time: 30 minutes 15.53 seconds. Current RSS: ~1922M. load average: 1.24 1.09 1.02 1/286 19056755 POST /projects/:id/feature_flags_user_lists6756 forbids the request for a reporter6757 returns forbidden if the feature is unavailable6758 creates the flag6759 requires name6760 requires user_xids6761 returns an error when name is already taken6762 does not create a flag for a project of which the developer is not a member6763# [RSpecRunTime] RSpec elapsed time: 30 minutes 17.68 seconds. Current RSS: ~1922M. load average: 1.24 1.09 1.02 1/286 19066764 PUT /projects/:id/feature_flags_user_lists/:iid6765 forbids the request for a reporter6766 returns forbidden if the feature is unavailable6767 updates the list6768 preserves attributes not listed in the request6769 returns an error when the update is invalid6770 returns not found when the list does not exist6771# [RSpecRunTime] RSpec elapsed time: 30 minutes 19.22 seconds. Current RSS: ~1923M. load average: 1.24 1.09 1.02 1/283 19076772 DELETE /projects/:id/feature_flags_user_lists/:iid6773 forbids the request for a reporter6774 returns forbidden if the feature is unavailable6775 returns not found when the list does not exist6776 deletes the list6777 does not delete the list if it is associated with a strategy6778# [RSpecRunTime] RSpec elapsed time: 30 minutes 20.61 seconds. Current RSS: ~1925M. load average: 1.22 1.09 1.02 1/281 19086779# [RSpecRunTime] Finishing example group spec/requests/api/feature_flags_user_lists_spec.rb. It took 10.94 seconds. Expected to take 19.41 seconds.6780# [RSpecRunTime] Starting example group spec/controllers/projects/ci/lints_controller_spec.rb. Expected to take 17.97 seconds.6781Projects::Ci::LintsController6782 GET #show6783 with enough privileges6784 is expected to respond with numeric status code ok6785 renders show page6786 retrieves project6787# [RSpecRunTime] RSpec elapsed time: 30 minutes 22.44 seconds. Current RSS: ~1920M. load average: 1.22 1.09 1.02 2/282 19166788 without enough privileges6789 responds with 4046790 POST #create6791 with a valid gitlab-ci.yml6792 behaves like returns a successful validation6793 returns successfully6794 renders json6795 retrieves project6796# [RSpecRunTime] RSpec elapsed time: 30 minutes 24.34 seconds. Current RSS: ~1913M. load average: 1.22 1.09 1.02 1/288 19396797 using legacy validation (YamlProcessor)6798 runs validations through YamlProcessor6799 behaves like returns a successful validation6800 returns successfully6801 renders json6802 retrieves project6803# [RSpecRunTime] RSpec elapsed time: 30 minutes 26.1 seconds. Current RSS: ~1910M. load average: 1.20 1.09 1.02 1/288 19606804 using dry_run mode6805 runs validations through Ci::CreatePipelineService6806 behaves like returns a successful validation6807 returns successfully6808 renders json6809 retrieves project6810# [RSpecRunTime] RSpec elapsed time: 30 minutes 28.96 seconds. Current RSS: ~1902M. load average: 1.20 1.09 1.02 1/288 19856811 with an invalid gitlab-ci.yml6812 assigns result with errors6813 behaves like returns a successful validation6814 returns successfully6815 renders json6816 retrieves project6817# [RSpecRunTime] RSpec elapsed time: 30 minutes 30.78 seconds. Current RSS: ~1898M. load average: 1.18 1.09 1.02 1/288 20066818 with dry_run mode6819 assigns result with errors6820 behaves like returns a successful validation6821 returns successfully6822 renders json6823 retrieves project6824# [RSpecRunTime] RSpec elapsed time: 30 minutes 33.14 seconds. Current RSS: ~1887M. load average: 1.18 1.09 1.02 2/288 20316825 without enough privileges6826 responds with 4046827# [RSpecRunTime] Finishing example group spec/controllers/projects/ci/lints_controller_spec.rb. It took 12.93 seconds. Expected to take 17.97 seconds.6828# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/notes/update/image_diff_note_spec.rb. Expected to take 16.4 seconds.6829Updating an image DiffNote6830 when the user does not have permission6831 does not update the DiffNote6832 behaves like a mutation that returns a top-level access error6833 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"6834# [RSpecRunTime] RSpec elapsed time: 30 minutes 35.58 seconds. Current RSS: ~1887M. load average: 1.25 1.10 1.02 1/289 20726835 when the user has permission6836 updates the DiffNote6837 returns the updated DiffNote6838 updating single properties at a time6839 property: :body, new_value: "foo"6840 updates the DiffNote correctly6841# [RSpecRunTime] RSpec elapsed time: 30 minutes 37.72 seconds. Current RSS: ~1887M. load average: 1.25 1.10 1.02 1/288 20786842 property: :width, new_value: 196843 updates the DiffNote correctly6844 property: :height, new_value: 186845 updates the DiffNote correctly6846 property: :x, new_value: 176847 updates the DiffNote correctly6848 property: :y, new_value: 166849 updates the DiffNote correctly6850 when position is nil6851 updates the DiffNote correctly6852 when both body and position args are blank6853 behaves like a mutation that returns top-level errors6854 is expected to contain exactly "body or position arguments are required"6855 when the resource is not a Note6856 behaves like a Note mutation when the given resource id is not for a Note6857 behaves like a mutation that returns top-level errors6858 is expected to include /does not represent an instance of Note/6859 when resource is not a DiffNote on an image6860 behaves like a mutation that returns top-level errors6861 is expected to contain exactly "Resource is not an ImageDiffNote"6862# [RSpecRunTime] RSpec elapsed time: 30 minutes 43.76 seconds. Current RSS: ~1897M. load average: 1.23 1.10 1.02 1/290 21326863 when there are ActiveRecord validation errors6864 does not update the DiffNote6865 returns the DiffNote with its original body6866 behaves like a mutation that returns errors in the response6867 is expected to contain exactly "Error 1" and "Error 2"6868# [RSpecRunTime] RSpec elapsed time: 30 minutes 45.7 seconds. Current RSS: ~1893M. load average: 1.21 1.10 1.02 1/290 21336869 when body only contains quick actions6870 returns a nil note and empty errors6871# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/notes/update/image_diff_note_spec.rb. It took 12.98 seconds. Expected to take 16.4 seconds.6872# [RSpecRunTime] Starting example group spec/mailers/emails/projects_spec.rb. Expected to take 15.47 seconds.6873Emails::Projects6874 #prometheus_alert_fired_email6875 has expected X-GitLab alert headers6876 behaves like an email with X-GitLab headers containing project details6877 has X-GitLab-Project headers6878# [RSpecRunTime] RSpec elapsed time: 30 minutes 48.16 seconds. Current RSS: ~1887M. load average: 1.21 1.10 1.02 1/288 21456879 with incident6880 has expected X-GitLab incident headers6881 with empty payload6882 has expected subject6883 has expected content6884 behaves like an email sent from GitLab6885 has the characteristics of an email sent from GitLab6886 behaves like it should not have Gmail Actions links6887 is expected not to have body including "ViewAction"6888 behaves like a user cannot unsubscribe through footer link6889 does not have a List-Unsubscribe header or a body link6890 with description6891 has expected subject6892 has expected content6893 behaves like an email sent from GitLab6894 has the characteristics of an email sent from GitLab6895 behaves like it should not have Gmail Actions links6896 is expected not to have body including "ViewAction"6897 behaves like a user cannot unsubscribe through footer link6898 does not have a List-Unsubscribe header or a body link6899 with environment6900 has expected subject6901 has expected content6902 behaves like an email sent from GitLab6903 has the characteristics of an email sent from GitLab6904 behaves like it should not have Gmail Actions links6905 is expected not to have body including "ViewAction"6906 behaves like a user cannot unsubscribe through footer link6907 does not have a List-Unsubscribe header or a body link6908 resolved6909 has expected subject6910 has expected content6911 behaves like an email sent from GitLab6912 has the characteristics of an email sent from GitLab6913 behaves like it should not have Gmail Actions links6914 is expected not to have body including "ViewAction"6915 behaves like a user cannot unsubscribe through footer link6916 does not have a List-Unsubscribe header or a body link6917 .inactive_project_deletion_warning_email6918 has the correct subject and body6919 behaves like an email sent to a user6920 is sent to user's global notification email address6921 with group notification email6922 is sent to user's group notification email6923 behaves like an email sent from GitLab6924 has the characteristics of an email sent from GitLab6925 behaves like it should not have Gmail Actions links6926 is expected not to have body including "ViewAction"6927 behaves like a user cannot unsubscribe through footer link6928 does not have a List-Unsubscribe header or a body link6929 behaves like appearance header and footer enabled6930 contains header and footer6931 behaves like appearance header and footer not enabled6932 does not contain header and footer6933# [RSpecRunTime] Finishing example group spec/mailers/emails/projects_spec.rb. It took 8.45 seconds. Expected to take 15.47 seconds.6934# [RSpecRunTime] Starting example group spec/requests/api/snippet_repository_storage_moves_spec.rb. Expected to take 14.57 seconds.6935API::SnippetRepositoryStorageMoves6936 behaves like repository_storage_moves API6937 GET /snippets/:id/repository_storage_moves6938 behaves like get container repository storage move list6939 returns container repository storage moves6940 avoids N+1 queries6941 returns the most recently created first6942 permissions6943 is expected to be allowed for :admin6944 is expected to be denied for :user6945# [RSpecRunTime] RSpec elapsed time: 30 minutes 56.82 seconds. Current RSS: ~1921M. load average: 1.26 1.11 1.02 1/284 21516946 non-existent container6947 returns not found6948 GET /snippets/:id/repository_storage_moves/:repository_storage_move_id6949 behaves like get single container repository storage move6950 returns a container repository storage move6951 non-existent container repository storage move6952 returns not found6953 permissions6954 is expected to be allowed for :admin6955 is expected to be denied for :user6956 non-existent container6957 returns not found6958 GET /snippet_repository_storage_moves6959 behaves like get container repository storage move list6960 returns container repository storage moves6961 avoids N+1 queries6962 returns the most recently created first6963 permissions6964 is expected to be allowed for :admin6965 is expected to be denied for :user6966# [RSpecRunTime] RSpec elapsed time: 30 minutes 59.44 seconds. Current RSS: ~1921M. load average: 1.26 1.11 1.02 1/283 21526967 GET /snippet_repository_storage_moves/:repository_storage_move_id6968 behaves like get single container repository storage move6969 returns a container repository storage move6970 non-existent container repository storage move6971 returns not found6972 permissions6973 is expected to be allowed for :admin6974 is expected to be denied for :user6975 POST /snippets/:id/repository_storage_moves6976 behaves like post single container repository storage move6977 schedules a container repository storage move6978 permissions6979 is expected to be allowed for :admin6980 is expected to be denied for :user6981 destination_storage_name is missing6982 schedules a container repository storage move6983 when container does not exist6984 returns not found6985 POST /snippet_repository_storage_moves6986 schedules the worker6987 source_storage_name is invalid6988 gives an error6989 destination_storage_name is missing6990 schedules the worker6991 destination_storage_name is invalid6992 gives an error6993 normal user6994 is expected to be denied for :user6995# [RSpecRunTime] Finishing example group spec/requests/api/snippet_repository_storage_moves_spec.rb. It took 7.49 seconds. Expected to take 14.57 seconds.6996# [RSpecRunTime] Starting example group spec/requests/projects/service_desk/custom_email_controller_spec.rb. Expected to take 13.76 seconds.6997Projects::ServiceDesk::CustomEmailController6998 when user is anonymous6999 behaves like a controller that responds with status7000 responds with found for GET custom email7001 responds with found for POST custom email7002 responds with found for PUT custom email7003 responds with found for DELETE custom email7004# [RSpecRunTime] RSpec elapsed time: 31 minutes 4.0 seconds. Current RSS: ~1918M. load average: 1.24 1.11 1.02 1/283 21537005 with legitimate user signed in7006 GET custom email7007 behaves like a json response with empty values7008 returns json response with empty values7009 POST custom email7010 adds custom email and kicks of verification7011 when custom_email param is not valid7012 does not add custom email7013 when smtp_password param is not valid7014 does not add custom email7015 when the verification process fails fast7016 adds custom email and kicks of verification and returns verification error state7017 PUT custom email7018 does not update records7019 DELETE custom email7020 does not touch any records7021 when custom email is set up7022 and verification started7023 behaves like a deletable resource7024 DELETE custom email7025 behaves like a json response with empty values7026 returns json response with empty values7027 GET custom email7028 returns custom email in its current state7029 POST custom email7030 returns custom email in its current state7031 PUT custom email7032 marks custom email as enabled7033 and verification finished7034 behaves like a deletable resource7035 DELETE custom email7036 behaves like a json response with empty values7037 returns json response with empty values7038 GET custom email7039 returns custom email in its current state7040 PUT custom email7041 marks custom email as enabled7042 and verification failed7043 behaves like a deletable resource7044 DELETE custom email7045 behaves like a json response with empty values7046 returns json response with empty values7047 GET custom email7048 returns custom email in its current state7049 PUT custom email7050 does not mark custom email as enabled7051 with illegitimate user signed in7052 behaves like a controller that responds with status7053 responds with not_found for GET custom email7054 responds with not_found for POST custom email7055 responds with not_found for PUT custom email7056 responds with not_found for DELETE custom email7057# [RSpecRunTime] Finishing example group spec/requests/projects/service_desk/custom_email_controller_spec.rb. It took 8.29 seconds. Expected to take 13.76 seconds.7058# [RSpecRunTime] Starting example group spec/requests/api/graphql/group/dependency_proxy_manifests_spec.rb. Expected to take 12.94 seconds.7059getting dependency proxy manifests in a group7060 returns the total count of manifests7061 behaves like a working graphql query7062 returns a successful response7063# [RSpecRunTime] RSpec elapsed time: 31 minutes 12.06 seconds. Current RSS: ~1895M. load average: 1.20 1.11 1.02 1/283 21547064 with different permissions7065 group_visibility: :private, role: :maintainer, access_granted: true7066 return the proper response7067 group_visibility: :private, role: :developer, access_granted: true7068 return the proper response7069 group_visibility: :private, role: :reporter, access_granted: true7070 return the proper response7071 group_visibility: :private, role: :guest, access_granted: true7072 return the proper response7073 group_visibility: :private, role: :anonymous, access_granted: false7074 return the proper response7075 group_visibility: :public, role: :maintainer, access_granted: true7076 return the proper response7077 group_visibility: :public, role: :developer, access_granted: true7078 return the proper response7079 group_visibility: :public, role: :reporter, access_granted: true7080 return the proper response7081 group_visibility: :public, role: :guest, access_granted: true7082 return the proper response7083 group_visibility: :public, role: :anonymous, access_granted: false7084 return the proper response7085 limiting the number of manifests7086 only returns N manifests7087 sorting and pagination7088 with default sorting7089 behaves like sorted paginated query7090 behaves like requires variables7091 shared example requires variables to be set7093 when sorting7094 sorts correctly7095 when paginating7096 paginates correctly7097# [RSpecRunTime] RSpec elapsed time: 31 minutes 19.77 seconds. Current RSS: ~1886M. load average: 1.18 1.10 1.02 1/283 21557098# [RSpecRunTime] Finishing example group spec/requests/api/graphql/group/dependency_proxy_manifests_spec.rb. It took 9.02 seconds. Expected to take 12.94 seconds.7099# [RSpecRunTime] Starting example group spec/requests/api/doorkeeper_access_spec.rb. Expected to take 12.13 seconds.7100doorkeeper access7101 unauthenticated7102 returns authentication success7103 allows user authenticating from the same ip7104 blocks user authenticating from two distinct ips7105# [RSpecRunTime] RSpec elapsed time: 31 minutes 23.37 seconds. Current RSS: ~1907M. load average: 1.17 1.10 1.02 1/283 21567106 when token invalid7107 returns authentication error7108 authorization by OAuth token7109 returns authentication success7110 allows user authenticating from the same ip7111 blocks user authenticating from two distinct ips7112# [RSpecRunTime] RSpec elapsed time: 31 minutes 27.28 seconds. Current RSS: ~1935M. load average: 1.16 1.10 1.02 1/283 21577113 when user is blocked7114 behaves like forbidden request7115 returns 403 response7116 when user is ldap_blocked7117 behaves like forbidden request7118 returns 403 response7119 when user is deactivated7120 behaves like forbidden request7121 returns 403 response7122 when user is blocked pending approval7123 behaves like forbidden request7124 returns 403 response7125# [RSpecRunTime] Finishing example group spec/requests/api/doorkeeper_access_spec.rb. It took 9.13 seconds. Expected to take 12.13 seconds.7126# [RSpecRunTime] Starting example group spec/mailers/emails/issues_spec.rb. Expected to take 11.5 seconds.7127Emails::Issues7128 adds email methods to Notify7129 #import_issues_csv_email7130 shows number of successful issues imported7131 shows error when file is invalid7132 shows line numbers with errors7133 shows issuable errors with column7134 with header and footer7135 behaves like appearance header and footer enabled7136 contains header and footer7137# [RSpecRunTime] RSpec elapsed time: 31 minutes 32.87 seconds. Current RSS: ~1902M. load average: 1.14 1.10 1.02 1/283 21587138 behaves like appearance header and footer not enabled7139 does not contain header and footer7140 #issues_csv_email7141 behaves like export csv email7142 attachment has csv mime type7143 generates a useful filename7144 mentions number of objects and project name7145 doesn't need to mention truncation by default7146 when truncated7147 mentions that the csv has been truncated7148 mentions the number of objects written and expected7149# [RSpecRunTime] RSpec elapsed time: 31 minutes 38.36 seconds. Current RSS: ~1887M. load average: 1.13 1.10 1.02 1/283 21657150# [RSpecRunTime] Finishing example group spec/mailers/emails/issues_spec.rb. It took 9.47 seconds. Expected to take 11.5 seconds.7151# [RSpecRunTime] Starting example group spec/requests/groups/milestones_controller_spec.rb. Expected to take 10.75 seconds.7152Groups::MilestonesController7153 N+1 DB queries7154 GET #index7155 avoids N+1 database queries7156# [RSpecRunTime] RSpec elapsed time: 31 minutes 41.01 seconds. Current RSS: ~1861M. load average: 1.04 1.08 1.02 1/283 21667157 GET #show7158 avoids N+1 database queries7159# [RSpecRunTime] RSpec elapsed time: 31 minutes 46.4 seconds. Current RSS: ~1822M. load average: 1.04 1.08 1.01 1/283 21677160 GET #merge_requests7161 avoids N+1 database queries7162# [RSpecRunTime] RSpec elapsed time: 31 minutes 48.45 seconds. Current RSS: ~1811M. load average: 1.04 1.08 1.01 1/283 21687163# [RSpecRunTime] Finishing example group spec/requests/groups/milestones_controller_spec.rb. It took 10.08 seconds. Expected to take 10.75 seconds.7164# [RSpecRunTime] Starting example group spec/requests/abuse_reports_controller_spec.rb. Expected to take 10.06 seconds.7165AbuseReportsController7166 POST add_category7167 when user is reported for abuse7168 renders new template7169 sets the instance variables7170 tracks the snowplow event7171# [RSpecRunTime] RSpec elapsed time: 31 minutes 50.33 seconds. Current RSS: ~1810M. load average: 1.11 1.09 1.02 1/283 21697172 when abuse_report is missing in params7173 raises an error7174 when user_id is missing in params7175 redirects the reporter to root_path7176 when the user has already been deleted7177 redirects the reporter to root_path7178 when the user has already been banned7179 redirects the reporter to the user's profile7180 POST create7181 with valid attributes7182 saves the abuse report7183 calls notify7184 redirects back to root7185 tracks the snowplow event7186# [RSpecRunTime] RSpec elapsed time: 31 minutes 53.72 seconds. Current RSS: ~1839M. load average: 1.11 1.09 1.02 1/283 21717187 with invalid attributes7188 redirects back to root7189 does not track the snowplow event7190# [RSpecRunTime] Finishing example group spec/requests/abuse_reports_controller_spec.rb. It took 6.06 seconds. Expected to take 10.06 seconds.7191# [RSpecRunTime] Starting example group spec/controllers/projects/blame_controller_spec.rb. Expected to take 9.52 seconds.7192Projects::BlameController7193 GET show7194 behaves like blame_response7195 valid branch, valid file7196 is expected to respond with 2007197# [RSpecRunTime] RSpec elapsed time: 31 minutes 57.32 seconds. Current RSS: ~1870M. load average: 1.11 1.09 1.02 1/287 21967198 valid branch, invalid file7199 redirects7200 valid branch, binary file7201 redirects7202 invalid branch, valid file7203 is expected to respond with 4047204 GET page7205 behaves like blame_response7206 valid branch, valid file7207 is expected to respond with 2007208 valid branch, invalid file7209 redirects7210 valid branch, binary file7211 redirects7212 invalid branch, valid file7213 is expected to respond with 4047214 GET streaming7215 behaves like blame_response7216 valid branch, valid file7217 is expected to respond with 2007218# [RSpecRunTime] RSpec elapsed time: 32 minutes 1.3 seconds. Current RSS: ~1874M. load average: 1.10 1.09 1.02 1/288 22377219 valid branch, invalid file7220 redirects7221 valid branch, binary file7222 redirects7223 invalid branch, valid file7224 is expected to respond with 4047225# [RSpecRunTime] Finishing example group spec/controllers/projects/blame_controller_spec.rb. It took 7.67 seconds. Expected to take 9.52 seconds.7226# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/packages/destroy_file_spec.rb. Expected to take 8.87 seconds.7227Destroying a package file7228 post graphql mutation7229 with valid id7230 user_role: :maintainer, shared_examples_name: "destroying the package file"7231 behaves like destroying the package file7232 marks the package file as pending destruction7233 behaves like returning response status7234 returns success7235# [RSpecRunTime] RSpec elapsed time: 32 minutes 3.93 seconds. Current RSS: ~1874M. load average: 1.10 1.09 1.02 1/288 22507236 user_role: :developer, shared_examples_name: "denying the mutation request"7237 behaves like denying the mutation request7238 does not mark the package file as pending destruction7239 behaves like returning response status7240 returns success7241 user_role: :reporter, shared_examples_name: "denying the mutation request"7242 behaves like denying the mutation request7243 does not mark the package file as pending destruction7244 behaves like returning response status7245 returns success7246 user_role: :guest, shared_examples_name: "denying the mutation request"7247 behaves like denying the mutation request7248 does not mark the package file as pending destruction7249 behaves like returning response status7250 returns success7251 user_role: :anonymous, shared_examples_name: "denying the mutation request"7252 behaves like denying the mutation request7253 does not mark the package file as pending destruction7254 behaves like returning response status7255 returns success7256 with invalid id7257 behaves like denying the mutation request7258 does not mark the package file as pending destruction7259 behaves like returning response status7260 returns success7261 when an error occurs7262 returns the errors in the response7263# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/packages/destroy_file_spec.rb. It took 5.55 seconds. Expected to take 8.87 seconds.7264# [RSpecRunTime] Starting example group spec/requests/api/graphql/subscriptions/notes/created_spec.rb. Expected to take 8.25 seconds.7265Subscriptions::Notes::Created7266 when user is unauthorized7267 does not receive any data7268 when user is authorized7269 receives created note7270 when a new note is created as a reply7271 receives created note7272# [RSpecRunTime] RSpec elapsed time: 32 minutes 10.19 seconds. Current RSS: ~1866M. load average: 1.08 1.09 1.02 1/288 22517273 when note is confidential7274 and user has permission to read confidential notes7275 receives created note7276 and replying7277 receives created note7278# [RSpecRunTime] RSpec elapsed time: 32 minutes 11.73 seconds. Current RSS: ~1862M. load average: 1.08 1.09 1.02 1/288 22527279 and user does not have permission to read confidential notes7280 does not receive note data7281 when resource events are triggering note subscription7282 when user is unauthorized7283 does not receive discussion data7284 when user is authorized7285 receives created synthetic note as a discussion7286 when several label events are created7287 receives created synthetic note as a discussion7288# [RSpecRunTime] RSpec elapsed time: 32 minutes 14.81 seconds. Current RSS: ~1860M. load average: 1.08 1.09 1.02 1/283 22537289# [RSpecRunTime] Finishing example group spec/requests/api/graphql/subscriptions/notes/created_spec.rb. It took 7.09 seconds. Expected to take 8.25 seconds.7290# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/work_items/convert_spec.rb. Expected to take 7.64 seconds.7291Converts a work item to a new type7292 when user has permissions to convert the work item type7293 converts the work item7294 when work item type does not exist7295 returns an error7296# [RSpecRunTime] RSpec elapsed time: 32 minutes 17.12 seconds. Current RSS: ~1858M. load average: 1.07 1.08 1.02 1/283 22547297 behaves like has spam protection7298 #check_spam_action_response!7299 when the object is spam (DISALLOW)7300 and no CAPTCHA is available7301 behaves like disallow response7302 informs the client that the request was denied as spam7303 and a CAPTCHA is required7304 behaves like disallow response7305 informs the client that the request was denied as spam7306 when the object is not spam (CONDITIONAL ALLOW)7307 and no CAPTCHA is required7308 does not return a top-level error7309 and a CAPTCHA is required7310 informs the client that the request may be retried after solving the CAPTCHA7311 when converting epic work item7312 when epic work item does not have a synced epic7313 converts the work item type7314# [RSpecRunTime] RSpec elapsed time: 32 minutes 21.15 seconds. Current RSS: ~1858M. load average: 1.07 1.08 1.02 1/283 22557315 when user is not allowed to update a work item7316 behaves like a mutation that returns a top-level access error7317 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"7318# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/work_items/convert_spec.rb. It took 6.77 seconds. Expected to take 7.64 seconds.7319# [RSpecRunTime] Starting example group spec/controllers/projects/work_items_controller_spec.rb. Expected to take 7.27 seconds.7320Projects::WorkItemsController7321 POST import_csv7322 is expected to have request urgency :low7323 with authorized user7324 when feature is available7325 when the upload is processed successfully7326 renders the correct message7327# [RSpecRunTime] RSpec elapsed time: 32 minutes 23.1 seconds. Current RSS: ~1854M. load average: 1.07 1.08 1.02 1/283 22567328 when file is not valid7329 renders the error message7330 when service response includes errors7331 renders the error message7332 when feature is not available7333 behaves like response with 404 status7334 renders a not found message7335 with unauthorised user7336 behaves like response with 404 status7337 renders a not found message7338 with anonymous user7339 redirects to sign in page7340 GET show7341 is expected to have request urgency :low7342 POST authorize7343 is expected to have request urgency :high7344 when user is anonymous7345 behaves like redirects to new session path7346 redirects to sign in7347# [RSpecRunTime] Finishing example group spec/controllers/projects/work_items_controller_spec.rb. It took 4.9 seconds. Expected to take 7.27 seconds.7348# [RSpecRunTime] Starting example group spec/controllers/concerns/sourcegraph_decorator_spec.rb. Expected to take 6.96 seconds.7349SourcegraphDecorator7350 with feature enabled, application enabled, and user enabled7351 behaves like enabled7352 is expected to eq {:url=>"http://sourcegraph.gitlab.com"}7353# [RSpecRunTime] RSpec elapsed time: 32 minutes 27.79 seconds. Current RSS: ~1865M. load average: 1.06 1.08 1.02 1/283 22577354 with feature enabled for specific project7355 behaves like enabled7356 is expected to eq {:url=>"http://sourcegraph.gitlab.com"}7357 with feature enabled for different project7358 behaves like disabled7359 is expected to be nil7360 with feature disabled7361 behaves like disabled7362 is expected to be nil7363 with admin settings disabled7364 behaves like disabled7365 is expected to be nil7366 with public only7367 with internal project7368 behaves like disabled7369 is expected to be nil7370 with public project7371 behaves like enabled7372 is expected to eq {:url=>"http://sourcegraph.gitlab.com"}7373 with user disabled7374 behaves like disabled7375 is expected to be nil7376 with no user7377 behaves like disabled7378 is expected to be nil7379 with non-html format7380 behaves like disabled7381 is expected to be nil7382# [RSpecRunTime] Finishing example group spec/controllers/concerns/sourcegraph_decorator_spec.rb. It took 4.65 seconds. Expected to take 6.96 seconds.7383# [RSpecRunTime] Starting example group spec/controllers/groups/boards_controller_spec.rb. Expected to take 6.61 seconds.7384Groups::BoardsController7385 GET index7386 creates a new board when group does not have one7387 when format is HTML7388 renders template7389 with unauthorized user7390 returns a not found 404 response7391 when user is signed out7392 renders template7393 behaves like disabled when using an external authorization service7394 works when the feature is not enabled7395 renders a 404 with a message when the feature is enabled7396 GET show7397 when format is HTML7398 renders template7399 with unauthorized user7400 returns a not found 404 response7401 when user is signed out7402 does not save visit7403 when board does not belong to group7404 returns a not found 404 response7405 behaves like disabled when using an external authorization service7406 works when the feature is not enabled7407 renders a 404 with a message when the feature is enabled7408# [RSpecRunTime] Finishing example group spec/controllers/groups/boards_controller_spec.rb. It took 3.54 seconds. Expected to take 6.61 seconds.7409# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/ci_access_authorized_agents_spec.rb. Expected to take 6.23 seconds.7410Project.ci_access_authorized_agents7411 with project authorization7412 returns the authorized agent7413 when user is developer in the agent management project7414 returns the project information as well7415# [RSpecRunTime] RSpec elapsed time: 32 minutes 36.59 seconds. Current RSS: ~1866M. load average: 1.05 1.08 1.02 1/283 22607416 when user is reporter7417 returns nothing7418 when deployment project is not authorized to ci_access to the agent7419 returns empty7420 with group authorization7421 returns the authorized agent7422 when user is developer in the agent management project7423 returns the project information as well7424 when user is reporter7425 returns nothing7426# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/ci_access_authorized_agents_spec.rb. It took 3.23 seconds. Expected to take 6.23 seconds.7427# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/user_access_authorized_agents_spec.rb. Expected to take 5.96 seconds.7428Project.user_access_authorized_agents7429 with group authorization7430 returns the authorized agent7431 when user is developer in the agent management project7432 returns the project information as well7433# [RSpecRunTime] RSpec elapsed time: 32 minutes 40.22 seconds. Current RSS: ~1860M. load average: 1.05 1.08 1.02 1/283 22617434 when user is reporter7435 returns nothing7436 with project authorization7437 returns the authorized agent7438 when user is developer in the agent management project7439 returns the project information as well7440 when user is reporter7441 returns nothing7442 when deployment project is not authorized to user_access to the agent7443 returns empty7444# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/user_access_authorized_agents_spec.rb. It took 3.54 seconds. Expected to take 5.96 seconds.7445# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/autocomplete_users_spec.rb. Expected to take 5.67 seconds.7446autocomplete users for a project7447 returns members of the project7448 with merge request interaction7449 returns MR state related to the users7450# [RSpecRunTime] RSpec elapsed time: 32 minutes 44.99 seconds. Current RSS: ~1869M. load average: 1.05 1.08 1.02 1/289 23087451 with search param7452 only returns users matching the search query7453# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/autocomplete_users_spec.rb. It took 3.82 seconds. Expected to take 5.67 seconds.7454# [RSpecRunTime] Starting example group spec/controllers/dashboard/snippets_controller_spec.rb. Expected to take 5.45 seconds.7455Dashboard::SnippetsController7456 GET #index7457 fetches snippet counts via the snippet count service7458 behaves like paginated collection7459 renders a page number that is not ouf of range7460 redirects to last_page if page number is larger than number of pages7461 does not redirect to external sites when provided a host field7462# [RSpecRunTime] RSpec elapsed time: 32 minutes 46.44 seconds. Current RSS: ~1867M. load average: 1.12 1.09 1.02 1/289 23097463 behaves like snippets sort order7464 when no sort param is provided7465 calls SnippetsFinder with updated_at sort option7466 when sort param is provided7467 calls SnippetsFinder with the given sort param7468 behaves like snippets views7469 when rendered7470 avoids N+1 database queries7471# [RSpecRunTime] RSpec elapsed time: 32 minutes 48.85 seconds. Current RSS: ~1856M. load average: 1.12 1.09 1.02 1/288 23107472# [RSpecRunTime] Finishing example group spec/controllers/dashboard/snippets_controller_spec.rb. It took 3.58 seconds. Expected to take 5.45 seconds.7473# [RSpecRunTime] Starting example group spec/requests/api/group_avatar_spec.rb. Expected to take 5.11 seconds.7474API::GroupAvatar7475 GET /groups/:id/avatar7476 when the group is public7477 retrieves the avatar successfully7478 when the avatar is in the object storage7479 redirects to the file in the object storage7480 when the group does not have avatar7481 returns :not_found7482 when the group is a subgroup7483 returns :ok7484 when the group is private7485 when the user is not authenticated7486 returns :not_found7487 when the the group user is authenticated7488 and have access to the group7489 retrieves the avatar successfully7490 and does not have access to the group7491 returns :not_found7492# [RSpecRunTime] Finishing example group spec/requests/api/group_avatar_spec.rb. It took 2.62 seconds. Expected to take 5.11 seconds.7493# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/clusters/agents/create_spec.rb. Expected to take 4.95 seconds.7494Create a new cluster agent7495 without project permissions7496 does not create cluster agent7497 behaves like a mutation that returns a top-level access error7498 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"7499# [RSpecRunTime] RSpec elapsed time: 32 minutes 53.73 seconds. Current RSS: ~1862M. load average: 1.11 1.09 1.02 1/288 23237500 with user permissions7501 creates a new cluster agent7502# [RSpecRunTime] RSpec elapsed time: 32 minutes 55.46 seconds. Current RSS: ~1867M. load average: 1.10 1.09 1.02 1/284 23397503# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/clusters/agents/create_spec.rb. It took 3.99 seconds. Expected to take 4.95 seconds.7504# [RSpecRunTime] Starting example group spec/requests/groups/autocomplete_sources_spec.rb. Expected to take 4.72 seconds.7505groups autocomplete7506 #members7507 when type is WorkItem7508 returns the correct response7509 when type is Issue7510 returns the correct response7511 #issues7512 issue_types: nil, expected: :all7513 returns the correct response7514 issue_types: "", expected: :all7515 returns the correct response7516 issue_types: "invalid", expected: :none7517 returns the correct response7518 issue_types: "issue", expected: :issue7519 returns the correct response7520 issue_types: "incident", expected: :incident7521 returns the correct response7522 #milestones7523 returns correct response7524# [RSpecRunTime] Finishing example group spec/requests/groups/autocomplete_sources_spec.rb. It took 3.83 seconds. Expected to take 4.72 seconds.7525# [RSpecRunTime] Starting example group spec/requests/api/graphql/custom_emoji_query_spec.rb. Expected to take 4.44 seconds.7526getting custom emoji within namespace7527 Query CustomEmoji on Group7528 returns emojis when authorised7529 returns nil group when unauthorised7530# [RSpecRunTime] RSpec elapsed time: 33 minutes 2.61 seconds. Current RSS: ~1853M. load average: 1.18 1.10 1.02 1/284 23407531# [RSpecRunTime] Finishing example group spec/requests/api/graphql/custom_emoji_query_spec.rb. It took 3.33 seconds. Expected to take 4.44 seconds.7532# [RSpecRunTime] Starting example group spec/requests/api/user_counts_spec.rb. Expected to take 4.26 seconds.7533API::UserCounts7534 GET /user_counts7535 when unauthenticated7536 returns authentication error7537# [RSpecRunTime] RSpec elapsed time: 33 minutes 3.96 seconds. Current RSS: ~1840M. load average: 1.18 1.10 1.02 1/284 23417538 when authenticated7539 returns assigned issue counts for current_user7540 returns assigned MR counts for current user7541 updates the mr count when a new mr is assigned7542 returns pending todo counts for current_user7543# [RSpecRunTime] RSpec elapsed time: 33 minutes 5.58 seconds. Current RSS: ~1842M. load average: 1.16 1.10 1.02 1/284 23427544# [RSpecRunTime] Finishing example group spec/requests/api/user_counts_spec.rb. It took 2.97 seconds. Expected to take 4.26 seconds.7545# [RSpecRunTime] Starting example group spec/requests/projects/settings/integration_hook_logs_controller_spec.rb. Expected to take 4.03 seconds.7546Projects::Settings::IntegrationHookLogsController7547 behaves like WebHooks::HookLogActions7548 GET #show7549 renders a 200 if the hook exists7550 renders a 404 if the hook does not exist7551# [RSpecRunTime] RSpec elapsed time: 33 minutes 7.58 seconds. Current RSS: ~1840M. load average: 1.16 1.10 1.02 1/283 23437552 POST #retry7553 executes the hook and redirects to the service form7554 renders a 404 if the hook does not exist7555 redirects back with a warning if the hook log url is outdated7556# [RSpecRunTime] RSpec elapsed time: 33 minutes 8.83 seconds. Current RSS: ~1842M. load average: 1.16 1.10 1.02 1/283 23447557# [RSpecRunTime] Finishing example group spec/requests/projects/settings/integration_hook_logs_controller_spec.rb. It took 3.25 seconds. Expected to take 4.03 seconds.7558# [RSpecRunTime] Starting example group spec/controllers/concerns/page_limiter_spec.rb. Expected to take 3.81 seconds.7559PageLimiter7560 #limit_pages7561 max_page: 2, actual_page: 1, result: nil7562 returns the expected result7563 max_page: 2, actual_page: 2, result: nil7564 returns the expected result7565 max_page: 2, actual_page: 3, result: PageLimiter::PageOutOfBoundsError7566 returns the expected result7567 max_page: nil, actual_page: 1, result: PageLimiter::PageLimitNotANumberError7568 returns the expected result7569 max_page: 0, actual_page: 1, result: PageLimiter::PageLimitNotSensibleError7570 returns the expected result7571 max_page: -1, actual_page: 1, result: PageLimiter::PageLimitNotSensibleError7572 returns the expected result7573 #default_page_out_of_bounds_response7574 returns a bad_request header7575 #record_page_limit_interception7576 creates a metric counter7577 increments the counter7578# [RSpecRunTime] Finishing example group spec/controllers/concerns/page_limiter_spec.rb. It took 1.37 seconds. Expected to take 3.81 seconds.7579# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/commits/create_spec.rb. Expected to take 3.63 seconds.7580Creation of a new commit7581 the user is not allowed to create a commit7582 behaves like a mutation that returns a top-level access error7583 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"7584 when user has permissions to create a commit7585 behaves like a commit is successful7586 creates a new commit7587 when branch is not correct7588 behaves like a mutation that returns errors in the response7589 is expected to contain exactly "You can only create or edit files when you are on a branch"7590 when branch is new, and a start_branch is defined7591 behaves like a commit is successful7592 creates a new commit7593# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/commits/create_spec.rb. It took 2.81 seconds. Expected to take 3.63 seconds.7594# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/ci/job_artifact/destroy_spec.rb. Expected to take 3.51 seconds.7595ArtifactDestroy7596 returns an error if the user is not allowed to destroy the artifact7597 when the user is allowed to destroy the artifact7598 destroys the artifact7599 returns error if destory fails7600# [RSpecRunTime] RSpec elapsed time: 33 minutes 16.16 seconds. Current RSS: ~1862M. load average: 1.14 1.10 1.02 1/288 23947601# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/ci/job_artifact/destroy_spec.rb. It took 3.15 seconds. Expected to take 3.51 seconds.7602# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/achievements/update_spec.rb. Expected to take 3.39 seconds.7603Mutations::Achievements::Update7604 when the user has permission7605 when the params are invalid7606 returns the validation error7607 when the achievement_id is invalid7608 returns the validation error7609 when the feature flag is disabled7610 returns the relevant permission error7611 with a new avatar7612 updates the achievement7613 when the user does not have permission7614 does not update the achievement7615 behaves like a mutation that returns a top-level access error7616 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"7617# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/achievements/update_spec.rb. It took 2.32 seconds. Expected to take 3.39 seconds.7618# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/branch_rules/branch_protection_spec.rb. Expected to take 3.12 seconds.7619getting branch protection for a branch rule7620 when the user does not have read_protected_branch abilities7621 is expected not to be present7622 behaves like a working graphql query7623 returns a successful response7624# [RSpecRunTime] RSpec elapsed time: 33 minutes 20.25 seconds. Current RSS: ~1856M. load average: 1.13 1.10 1.02 1/288 23957625 when the user does have read_protected_branch abilities7626 includes allow_force_push7627 behaves like a working graphql query7628 returns a successful response7629# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/branch_rules/branch_protection_spec.rb. It took 2.61 seconds. Expected to take 3.12 seconds.7630# [RSpecRunTime] Starting example group spec/controllers/admin/cohorts_controller_spec.rb. Expected to take 2.96 seconds.7631Admin::CohortsController7632 GET #index7633 behaves like tracking unique visits7634 tracks unique visit if the format is HTML7635 tracks unique visit if DNT is not enabled7636 does not track unique visit if DNT is enabled7637 does not track unique visit if the format is JSON7638# [RSpecRunTime] RSpec elapsed time: 33 minutes 22.34 seconds. Current RSS: ~1839M. load average: 1.13 1.10 1.02 1/286 23967639 behaves like Snowplow event tracking with RedisHLL context7640 behaves like Snowplow event tracking7641 is emitted7642# [RSpecRunTime] Finishing example group spec/controllers/admin/cohorts_controller_spec.rb. It took 1.54 seconds. Expected to take 2.96 seconds.7643# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/languages_spec.rb. Expected to take 2.82 seconds.7644Project.languages7645 when the languages were detected before7646 returns repository languages7647 when the languages haven't been detected yet7648 returns expected languages on second request as detection is done asynchronously7649# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/languages_spec.rb. It took 1.62 seconds. Expected to take 2.82 seconds.7650# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/jira_service_spec.rb. Expected to take 2.7 seconds.7651query Jira service7652 behaves like unauthorized users cannot read services7653 when anonymous user7654 is expected to equal nil7655 when user developer7656 is expected to equal nil7657 when user can access project services7658 returns list of jira integrations7659 behaves like a working graphql query7660 returns a successful response7661# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/jira_service_spec.rb. It took 1.83 seconds. Expected to take 2.7 seconds.7662# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/ci/job_token_scope/add_project_spec.rb. Expected to take 2.53 seconds.7663CiJobTokenScopeAddProject7664 when unauthorized7665 when not a maintainer7666 has graphql errors7667# [RSpecRunTime] RSpec elapsed time: 33 minutes 27.47 seconds. Current RSS: ~1842M. load average: 1.12 1.09 1.02 1/285 24127668 when authorized7669 adds the target project to the inbound job token scope7670 when invalid target project is provided7671 has mutation errors7672# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/ci/job_token_scope/add_project_spec.rb. It took 2.28 seconds. Expected to take 2.53 seconds.7673# [RSpecRunTime] Starting example group spec/controllers/projects/error_tracking/projects_controller_spec.rb. Expected to take 2.37 seconds.7674Projects::ErrorTracking::ProjectsController7675 GET #index7676 with insufficient permissions7677 returns 4047678 with an anonymous user7679 redirects to sign-in page7680 with authorized user7681 when service result is successful7682 returns a list of projects7683 with service result is erroneous7684 without http_status7685 returns 400 with message7686 with explicit http_status7687 returns http_status with message7688# [RSpecRunTime] Finishing example group spec/controllers/projects/error_tracking/projects_controller_spec.rb. It took 1.66 seconds. Expected to take 2.37 seconds.7689# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/design_management/update_spec.rb. Expected to take 2.24 seconds.7690updating designs7691 updates design7692 when update fails7693 returns an error7694# [RSpecRunTime] RSpec elapsed time: 33 minutes 31.57 seconds. Current RSS: ~1846M. load average: 1.11 1.09 1.02 1/285 24137695 when the user is not allowed to update designs7696 returns an error7697# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/design_management/update_spec.rb. It took 1.95 seconds. Expected to take 2.24 seconds.7698# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/ci/pipeline_destroy_spec.rb. Expected to take 2.11 seconds.7699PipelineDestroy7700 returns an error if the user is not allowed to destroy the pipeline7701 destroys a pipeline7702 when project is undergoing stats refresh7703 returns an error and does not destroy the pipeline7704# [RSpecRunTime] RSpec elapsed time: 33 minutes 33.75 seconds. Current RSS: ~1850M. load average: 1.11 1.09 1.02 1/285 24147705# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/ci/pipeline_destroy_spec.rb. It took 1.76 seconds. Expected to take 2.11 seconds.7706# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/issues/link_alerts_spec.rb. Expected to take 1.83 seconds.7707Link alerts to an incident7708 when the user is not allowed to update the incident7709 returns an error7710 when the user is allowed to update the incident7711 links alerts to the incident7712# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/issues/link_alerts_spec.rb. It took 1.42 seconds. Expected to take 1.83 seconds.7713# [RSpecRunTime] Starting example group spec/requests/oauth/applications_controller_spec.rb. Expected to take 1.73 seconds.7714Oauth::ApplicationsController7715 sets `@created` instance variable to `true`7716 GET #show7717 renders template7718# [RSpecRunTime] RSpec elapsed time: 33 minutes 36.4 seconds. Current RSS: ~1844M. load average: 1.10 1.09 1.02 1/284 24157719# [RSpecRunTime] Finishing example group spec/requests/oauth/applications_controller_spec.rb. It took 1.23 seconds. Expected to take 1.73 seconds.7720# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/alert_management/prometheus_integration/update_spec.rb. Expected to take 1.53 seconds.7721Updating an existing Prometheus Integration7722 updates the integration7723# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/alert_management/prometheus_integration/update_spec.rb. It took 1.2 seconds. Expected to take 1.53 seconds.7724# [RSpecRunTime] RSpec elapsed time: 33 minutes 37.75 seconds. Current RSS: ~1845M. load average: 1.10 1.09 1.02 1/284 24167725# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/security/ci_configuration/configure_secret_detection_spec.rb. Expected to take 1.43 seconds.7726ConfigureSecretDetection7727 when authorized7728 creates a branch with secret detection configured7729# [RSpecRunTime] RSpec elapsed time: 33 minutes 38.89 seconds. Current RSS: ~1841M. load average: 1.10 1.09 1.02 1/287 24537730# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/security/ci_configuration/configure_secret_detection_spec.rb. It took 1.24 seconds. Expected to take 1.43 seconds.7731# [RSpecRunTime] Starting example group spec/requests/projects/ci/promeheus_metrics/histograms_controller_spec.rb. Expected to take 1.29 seconds.7732Projects::Ci::PrometheusMetrics::HistogramsController7733 POST /*namespace_id/:project_id/-/ci/prometheus_metrics/histograms7734 with known histograms7735 returns 201 Created7736 with unknown histograms7737 returns 404 Not Found7738# [RSpecRunTime] Finishing example group spec/requests/projects/ci/promeheus_metrics/histograms_controller_spec.rb. It took 0.89 second. Expected to take 1.29 seconds.7739# [RSpecRunTime] Starting example group spec/controllers/projects/pipelines_settings_controller_spec.rb. Expected to take 1.08 seconds.7740Projects::PipelinesSettingsController7741 GET show7742 redirects with 302 status code7743# [RSpecRunTime] Finishing example group spec/controllers/projects/pipelines_settings_controller_spec.rb. It took 1.0 second. Expected to take 1.08 seconds.7744# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/user_callouts/create_spec.rb. Expected to take 0.66 second.7745Create a user callout7746 creates user callout7747# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/user_callouts/create_spec.rb. It took 0.58 second. Expected to take 0.66 second.7748# [RSpecRunTime] Starting example group spec/requests/jira_connect/repositories_controller_spec.rb. Missing expected duration from Knapsack report for spec/requests/jira_connect/repositories_controller_spec.rb.7749JiraConnect::RepositoriesController7750 GET /-/jira_connect/repositories/search7751 without JWT7752 returns 4037753# [RSpecRunTime] RSpec elapsed time: 33 minutes 42.98 seconds. Current RSS: ~1832M. load average: 1.09 1.09 1.02 1/289 25127754 with valid JWT7755 without query params7756 returns 2007757 with query params7758 returns 2007759 renders the relevant data as JSON7760# [RSpecRunTime] RSpec elapsed time: 33 minutes 45.27 seconds. Current RSS: ~1819M. load average: 1.08 1.09 1.02 1/289 26087761 when feature flag is disabled7762 returns 4047763 POST /-/jira_connect/repositories/associate7764 without JWT7765 returns 4037766 with valid JWT7767 with invalid ID7768 returns 4047769 with valid ID7770 returns 2007771 renders the relevant data as JSON7772# [RSpecRunTime] RSpec elapsed time: 33 minutes 49.29 seconds. Current RSS: ~1807M. load average: 1.08 1.09 1.02 1/289 27587773 when feature flag is disabled7774 returns 4047775# [RSpecRunTime] RSpec elapsed time: 33 minutes 51.7 seconds. Current RSS: ~1803M. load average: 1.08 1.08 1.02 1/289 27887776# [RSpecRunTime] Finishing example group spec/requests/jira_connect/repositories_controller_spec.rb. It took 10.37 seconds. Missing expected duration from Knapsack report for spec/requests/jira_connect/repositories_controller_spec.rb.7777auto_explain log contains 1328 entries for main, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-integration-pg14-2-16.341.main.ndjson.gz7778took 25.3613957757779auto_explain log contains 1329 entries for ci, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-integration-pg14-2-16.341.ci.ndjson.gz7780took 23.9599408417781[TEST PROF INFO] EventProf results for sql.active_record7782Total time: 08:53.057 of 33:46.080 (26.31%)7783Total events: 2743627784Top 5 slowest suites (by time):7785API::NpmProjectPackages (./spec/requests/api/npm_project_packages_spec.rb:5) – 06:24.539 (176529 / 1881) of 23:14.705 (27.57%)7786API::Settings Settings (./spec/requests/api/settings_spec.rb:5) – 00:17.054 (5905 / 71) of 00:53.290 (32.0%)7787API::ProjectClusters (./spec/requests/api/project_clusters_spec.rb:5) – 00:16.887 (9522 / 40) of 00:53.008 (31.86%)7788SearchController (./spec/controllers/search_controller_spec.rb:5) – 00:13.013 (7724 / 104) of 01:01.994 (20.99%)7789API::Release::Links (./spec/requests/api/release/links_spec.rb:5) – 00:08.838 (4040 / 54) of 00:31.652 (27.92%)7790Knapsack report was generated. Preview:7791{7792 "spec/requests/api/npm_project_packages_spec.rb": 1394.659635169,7793 "spec/controllers/search_controller_spec.rb": 61.99454773499997,7794 "spec/requests/api/settings_spec.rb": 53.28964602899987,7795 "spec/requests/api/project_clusters_spec.rb": 53.00809293600014,7796 "spec/controllers/projects/tree_controller_spec.rb": 47.689021357,7797 "spec/requests/api/release/links_spec.rb": 31.652475228999947,7798 "spec/requests/api/graphql/gitlab_schema_spec.rb": 29.9379400360001,7799 "spec/requests/projects/issues_controller_spec.rb": 22.272317223999835,7800 "spec/controllers/projects/labels_controller_spec.rb": 25.598246738999933,7801 "spec/requests/api/bulk_imports_spec.rb": 14.899996773000112,7802 "spec/controllers/projects/starrers_controller_spec.rb": 20.965441726000336,7803 "spec/controllers/groups/uploads_controller_spec.rb": 15.941665265999745,7804 "spec/requests/api/resource_label_events_spec.rb": 17.059532505000334,7805 "spec/controllers/projects/graphs_controller_spec.rb": 15.032827908999934,7806 "spec/requests/api/feature_flags_user_lists_spec.rb": 10.93549820499993,7807 "spec/controllers/projects/ci/lints_controller_spec.rb": 12.928968389999682,7808 "spec/requests/api/graphql/mutations/notes/update/image_diff_note_spec.rb": 12.975720709000143,7809 "spec/mailers/emails/projects_spec.rb": 8.451085346000127,7810 "spec/requests/api/snippet_repository_storage_moves_spec.rb": 7.493644189000406,7811 "spec/requests/projects/service_desk/custom_email_controller_spec.rb": 8.285917085000165,7812 "spec/requests/api/graphql/group/dependency_proxy_manifests_spec.rb": 9.01745147299971,7813 "spec/requests/api/doorkeeper_access_spec.rb": 9.124705689000166,7814 "spec/mailers/emails/issues_spec.rb": 9.470614466999905,7815 "spec/requests/groups/milestones_controller_spec.rb": 10.080436575000022,7816 "spec/requests/abuse_reports_controller_spec.rb": 6.054819395999857,7817 "spec/controllers/projects/blame_controller_spec.rb": 7.664505100000042,7818 "spec/requests/api/graphql/mutations/packages/destroy_file_spec.rb": 5.54585960400027,7819 "spec/requests/api/graphql/subscriptions/notes/created_spec.rb": 7.093656013000327,7820 "spec/requests/api/graphql/mutations/work_items/convert_spec.rb": 6.771543068000028,7821 "spec/controllers/projects/work_items_controller_spec.rb": 4.896564405999925,7822 "spec/controllers/concerns/sourcegraph_decorator_spec.rb": 4.654058973000247,7823 "spec/controllers/groups/boards_controller_spec.rb": 3.5411587719995623,7824 "spec/requests/api/graphql/project/ci_access_authorized_agents_spec.rb": 3.2269824850000077,7825 "spec/requests/api/graphql/project/user_access_authorized_agents_spec.rb": 3.5409500720002143,7826 "spec/requests/api/graphql/project/autocomplete_users_spec.rb": 3.8214877269997487,7827 "spec/controllers/dashboard/snippets_controller_spec.rb": 3.5756418249998205,7828 "spec/requests/api/group_avatar_spec.rb": 2.6170148290002544,7829 "spec/requests/api/graphql/mutations/clusters/agents/create_spec.rb": 3.9864563589999307,7830 "spec/requests/groups/autocomplete_sources_spec.rb": 3.8257844469999327,7831 "spec/requests/api/graphql/custom_emoji_query_spec.rb": 3.3294669120000435,7832 "spec/requests/api/user_counts_spec.rb": 2.9709303260001434,7833 "spec/requests/projects/settings/integration_hook_logs_controller_spec.rb": 3.2487195909998263,7834 "spec/controllers/concerns/page_limiter_spec.rb": 1.3676724679999097,7835 "spec/requests/api/graphql/mutations/commits/create_spec.rb": 2.8103867250001713,7836 "spec/requests/api/graphql/mutations/ci/job_artifact/destroy_spec.rb": 3.151411812000333,7837 "spec/requests/api/graphql/mutations/achievements/update_spec.rb": 2.3236803669997244,7838 "spec/requests/api/graphql/project/branch_rules/branch_protection_spec.rb": 2.6140785779998623,7839 "spec/controllers/admin/cohorts_controller_spec.rb": 1.5424851180000587,7840 "spec/requests/api/graphql/project/languages_spec.rb": 1.6189133729999412,7841 "spec/requests/api/graphql/project/jira_service_spec.rb": 1.830931918999795,7842 "spec/requests/api/graphql/mutations/ci/job_token_scope/add_project_spec.rb": 2.2789870400001746,7843 "spec/controllers/projects/error_tracking/projects_controller_spec.rb": 1.6605754409997644,7844 "spec/requests/api/graphql/mutations/design_management/update_spec.rb": 1.9446708319997015,7845 "spec/requests/api/graphql/mutations/ci/pipeline_destroy_spec.rb": 1.7625838829999338,7846 "spec/requests/api/graphql/mutations/issues/link_alerts_spec.rb": 1.4234607960001995,7847 "spec/requests/oauth/applications_controller_spec.rb": 1.2247588189998169,7848 "spec/requests/api/graphql/mutations/alert_management/prometheus_integration/update_spec.rb": 1.1964131740000994,7849 "spec/requests/api/graphql/mutations/security/ci_configuration/configure_secret_detection_spec.rb": 1.2359590519999983,7850 "spec/requests/projects/ci/promeheus_metrics/histograms_controller_spec.rb": 0.891279127999951,7851 "spec/controllers/projects/pipelines_settings_controller_spec.rb": 0.9990777060002074,7852 "spec/requests/api/graphql/mutations/user_callouts/create_spec.rb": 0.5808726290001687,7853 "spec/requests/jira_connect/repositories_controller_spec.rb": 10.3663207780000457854}7855Knapsack global time execution for tests: 33m 45s7856Finished in 34 minutes 41 seconds (files took 1 minute 39.81 seconds to load)78572850 examples, 0 failures7858Randomized with seed 647027859[TEST PROF INFO] Time spent in factories: 04:36.295 (13.16% of total time)7860RSpec exited with 0.7861No examples to retry, congrats!7863Running after script...7864$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"7876$ tooling/bin/push_job_metrics || true7877[job-metrics] Pushing job metrics file for the CI/CD job.7878[job-metrics] Pushed 4 CI job metric entries to InfluxDB.7880Not uploading cache ruby-gems-debian-bookworm-ruby-3.1-17 due to policy7882Uploading artifacts...7883auto_explain/: found 3 matching artifact files and directories 7884coverage/: found 5 matching artifact files and directories 7885crystalball/: found 2 matching artifact files and directories 7886WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 7887knapsack/: found 4 matching artifact files and directories 7888rspec/: found 16 matching artifact files and directories 7889WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 7890log/*.log: found 16 matching artifact files and directories 7891WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6311411547/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com7892WARNING: Retrying... context=artifacts-uploader error=request redirected7893Uploading artifacts as "archive" to coordinator... 201 Created id=6311411547 responseStatus=201 Created token=glcbt-657894Uploading artifacts...7895rspec/rspec-*.xml: found 1 matching artifact files and directories 7896WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6311411547/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com7897WARNING: Retrying... context=artifacts-uploader error=request redirected7898Uploading artifacts as "junit" to coordinator... 201 Created id=6311411547 responseStatus=201 Created token=glcbt-657900Job succeeded