[go: up one dir, main page]

Skip to content

Flay test spec/requests/api/project_export_spec.rb:287 | API::ProjectExport GET /projects/:project_id/export/download when project export is enabled when user is an admin applies correct scope when throttling throttles downloads within same namespaces

Summary

Job #4365041876 failed for bdd873de:

  1) API::ProjectExport GET /projects/:project_id/export/download when project export is enabled when user is an admin applies correct scope when throttling throttles downloads within same namespaces
     Failure/Error: expect(response).to have_gitlab_http_status(:too_many_requests)
       expected the response to have status code :too_many_requests but it was 200. The response was: ??]?o?6???=??>,??[,?C??C_Z?\????????w(Y?M??8g?]??G??s8??p?L?n.??~???????4?}?
       ???$?o???o??M#???????;??;???_?????_???????uh'??a??.??0??7???e?7??Y???F9??is??ar???_/$?=??????q????I8?^?W???_p8?????i???
<{9?L?Z1^yUS???#?l?J??H	?Pz??GE?`??{-%?z+s >7 ?$
       VuI?????TtVnBk?z??7?A??6[[?	?lxE?F.?_HQ>?j`R"??yrA?D4UBnr)?`?Y??????_??)R???/[o??%>???*g???P??e]{??J??6??(?T???K??x"??%)(k[????K????? 5??d?d?.p]??b?*-I?c??? ??@?Y???;|aK6???|$9?Y#%N(????????RzHvE?K?v?(N2ZeP?~ ??b'?????e??,?#VwcO@.?q?fj"?1??%wSJs??????j{C??9????l???'>??v?!aU_??????-?`R-b$C?KV??{,?L?W???s???j???CS?+q?Cd}?3?Z1?t?GY41C????/\?????l????H???@>--T?x?\?J.u
       ?????8?|?????@??????A,?'?%?k,????~n?\?^???mJExQx????~O???/??????:????@	?I?;?^?'U~??????/I???6???YO??(x[??S?1?Q?D???????<?=?-????'????O?G?_??7??d??v`??[?W?*?f?:?8??i????6`??W???-????l???	????p??Qb??? ?b????gZ???5??~??????o~?'??d???)?????*T(??e?0??	?-!]i?q?mho?OL?h??H|????g?ZPm???:i	P|?[?tl?#???`???S???^?????H????[??7???A{?????P???j?lKM_B??S?
Ro??^9??y0^???@ua>g?O???(v?+0???e?/u????????w??
A{?????}???k??L?n???7???????V0???]]??/H???????q&??x?c??????"f??>??d?/H????V???????????k????????}???????????Vp??OQk?????L?m`???4??C?c?O?.??
       ???>???8??(4????????U????_z???6e???M8??hU??????&???????@PeO?3?!??:?????+??q??v0Z??>?u?=?8?M?O?:?????m?\??h}??;]???}?????mL????}ZK?i???????L??B??3????|???????H?K??[??3???/8?x
     # ./spec/requests/api/project_export_spec.rb:292:in `block (6 levels) in <top (required)>'
     # ./spec/spec_helper.rb:425:in `block (3 levels) in <top (required)>'
     # ./spec/support/sidekiq_middleware.rb:18:in `with_sidekiq_server_middleware'
     # ./spec/spec_helper.rb:416:in `block (2 levels) in <top (required)>'
     # ./spec/spec_helper.rb:412:in `block (3 levels) in <top (required)>'
     # ./lib/gitlab/application_context.rb:61:in `with_raw_context'
     # ./spec/spec_helper.rb:412:in `block (2 levels) in <top (required)>'
     # ./spec/spec_helper.rb:243:in `block (2 levels) in <top (required)>'
     # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'
     # ./spec/support/redis.rb:17:in `block (3 levels) in <top (required)>'
     # ./spec/support/fast_quarantine.rb:23:in `block (2 levels) in <top (required)>'
     # ./spec/support/database/prevent_cross_joins.rb:108:in `block (3 levels) in <top (required)>'
     # ./spec/support/database/prevent_cross_joins.rb:62:in `with_cross_joins_prevented'
     # ./spec/support/database/prevent_cross_joins.rb:108:in `block (2 levels) in <top (required)>'
Finished in 53 minutes 49 seconds (files took 1 minute 50.22 seconds to load)
3459 examples, 1 failure, 1 pending
Failed examples:
rspec ./spec/requests/api/project_export_spec.rb:287 # API::ProjectExport GET /projects/:project_id/export/download when project export is enabled when user is an admin applies correct scope when throttling throttles downloads within same namespaces

Steps to reproduce

Please refer to Flaky tests documentation to learn more about how to reproduce them.

Proposed Resolution

Please refer to the Resolution guidance to learn more about resolution of broken master.

Once the flaky failure has been fixed on the default branch, open merge requests to cherry-pick the fix to the active stable branches.