Multiple rspec and jest tag related failures

Job #2464910964 failed for 0257bf28:

There are a few rspec and jest failures happening in #master-broken that seemed to start with ab25f619 and !87291 (merged)

Could be related to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/7069 and !87655 (diffs)

Failing specs

  • rspec ./spec/finders/tags_finder_spec.rb:16 # TagsFinder#execute sort only sorts by name
  • rspec ./spec/finders/tags_finder_spec.rb:20 # TagsFinder#execute sort only sorts by recently_updated
  • rspec ./spec/finders/tags_finder_spec.rb:37 # TagsFinder#execute sort only when sort is not a string ignores sort parameter
  • rspec ./spec/finders/tags_finder_spec.rb:140 # TagsFinder#execute with Gitaly pagination by per_page only filters branches
  • rspec ./spec/finders/tags_finder_spec.rb:161 # TagsFinder#execute with Gitaly pagination pagination and sort by per_page filters branches
  • spec/frontend/ref/components/ref_selector_spec.js
  • rspec ./spec/requests/api/tags_spec.rb:29 # API::Tags GET /projects/:id/repository/tags sorting sorts by descending order by default
  • rspec ./spec/requests/api/tags_spec.rb:38 # API::Tags GET /projects/:id/repository/tags sorting sorts by ascending order if specified
  • rspec ./spec/requests/api/tags_spec.rb:176 # API::Tags GET /projects/:id/repository/tags with keyset pagination on with keyset pagination option with gitaly pagination params with low limit returns limited repository tags
  • rspec './spec/requests/api/tags_spec.rb[1:1:9:2:1:1]' # API::Tags GET /projects/:id/repository/tags cache expiry when protected tag is changed behaves like cache expired isn't cached
  • rspec './spec/requests/api/tags_spec.rb[1:1:9:3:1:1]' # API::Tags GET /projects/:id/repository/tags cache expiry when release is changed behaves like cache expired isn't cached
  • rspec './spec/requests/api/tags_spec.rb[1:1:9:4:1:1]' # API::Tags GET /projects/:id/repository/tags cache expiry when project is changed behaves like cache expired isn't cached
  • rspec ./spec/models/repository_spec.rb:89 # Repository#tags_sorted_by name_asc with pagination with limit is expected to eq ["v1.0.0"]