Skip to content

Red master with latest commit a9a7547b

EE master pipeline is currently red https://gitlab.com/gitlab-org/gitlab-ee/pipelines/39296039/failures

Pending: (Failures listed here are expected and do not affect your suite's status)

  1) Deployment modules behaves like AtomicInternalId .has_internal_id Validation when presence validation is not required does not validate presence
     # No reason given
     # ./spec/support/shared_examples/models/atomic_internal_id_spec.rb:33

  2) GroupDescendantsFinder#has_children? when there are subgroups is true when there are projects
     # around hook at ./spec/spec_helper.rb:228 did not execute the example
     # ./spec/finders/group_descendants_finder_spec.rb:23

  3) GroupDescendantsFinder#execute sorting by name with nested groups sorts elements by name
     # around hook at ./spec/spec_helper.rb:228 did not execute the example
     # ./spec/finders/group_descendants_finder_spec.rb:106

  4) GroupDescendantsFinder with nested groups #execute contains projects and subgroups
     # around hook at ./spec/spec_helper.rb:228 did not execute the example
     # ./spec/finders/group_descendants_finder_spec.rb:134

  5) GroupDescendantsFinder with nested groups #execute does not include subgroups the user does not have access to
     # around hook at ./spec/spec_helper.rb:228 did not execute the example
     # ./spec/finders/group_descendants_finder_spec.rb:138

  6) GroupDescendantsFinder with nested groups #execute only includes public groups when no user is given
     # around hook at ./spec/spec_helper.rb:228 did not execute the example
     # ./spec/finders/group_descendants_finder_spec.rb:151

  7) GroupDescendantsFinder with nested groups #execute when archived is `true` includes archived projects in the count of subgroups
     # around hook at ./spec/spec_helper.rb:228 did not execute the example
     # ./spec/finders/group_descendants_finder_spec.rb:163

  8) GroupDescendantsFinder with nested groups #execute with a filter contains only matching projects and subgroups
     # around hook at ./spec/spec_helper.rb:228 did not execute the example
     # ./spec/finders/group_descendants_finder_spec.rb:173

  9) GroupDescendantsFinder with nested groups #execute with a filter does not include subgroups the user does not have access to
     # around hook at ./spec/spec_helper.rb:228 did not execute the example
     # ./spec/finders/group_descendants_finder_spec.rb:180

  10) GroupDescendantsFinder with nested groups #execute with a filter with matching children includes a group that has a subgroup matching the query and its parent
     # around hook at ./spec/spec_helper.rb:228 did not execute the example
     # ./spec/finders/group_descendants_finder_spec.rb:196

  11) GroupDescendantsFinder with nested groups #execute with a filter with matching children includes the parent of a matching project
     # around hook at ./spec/spec_helper.rb:228 did not execute the example
     # ./spec/finders/group_descendants_finder_spec.rb:202

  12) GroupDescendantsFinder with nested groups #execute with a filter with matching children does not include the parent itself
     # around hook at ./spec/spec_helper.rb:228 did not execute the example
     # ./spec/finders/group_descendants_finder_spec.rb:219

  13) GroupDescendantsFinder with nested groups #execute with a filter with matching children with a small page size contains all the ancestors of a matching subgroup regardless the page size
     # around hook at ./spec/spec_helper.rb:228 did not execute the example
     # ./spec/finders/group_descendants_finder_spec.rb:211

  14) Gitlab::SQL::CTE#to_arel generates an Arel relation for the CTE body
     # around hook at ./spec/spec_helper.rb:232 did not execute the example
     # ./spec/lib/gitlab/sql/cte_spec.rb:5

  15) Gitlab::SQL::CTE#alias_to returns an alias for the CTE
     # around hook at ./spec/spec_helper.rb:232 did not execute the example
     # ./spec/lib/gitlab/sql/cte_spec.rb:20

  16) Gitlab::SQL::CTE#apply_to applies a CTE to an ActiveRecord::Relation
     # around hook at ./spec/spec_helper.rb:232 did not execute the example
     # ./spec/lib/gitlab/sql/cte_spec.rb:32

Failures:

  1) Projects::Settings::RepositoryController PUT cleanup feature enabled enqueues a RepositoryCleanupWorker
     Failure/Error: expect(response).to redirect_to project_settings_repository_path(project)
       Expected response to be a <3XX: redirect>, but was a <404: Not Found>
     # ./spec/controllers/projects/settings/repository_controller_spec.rb:36:in `block (4 levels) in <top (required)>'

Finished in 9 minutes 17 seconds (files took 10.49 seconds to load)
724 examples, 1 failure, 16 pending

Failed examples:

rspec ./spec/controllers/projects/settings/repository_controller_spec.rb:31 # Projects::Settings::RepositoryController PUT cleanup feature enabled enqueues a RepositoryCleanupWorker

The failing spec was added in https://gitlab.com/gitlab-org/gitlab-ee/commit/0cf0e59fa606cd179507a600a2ae49e886f72990, part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8712 according to @DouweM