Skip to content

WIP: Tweak when Bullet is enabled

Yorick Peterse requested to merge bullet-test-suite into master

What does this MR do?

This enables Bullet in the test suite regardless of the ENABLE_BULLET variable. It also tweaks some of the settings a bit. Bullet will also log to Sentry if the latter is enabled.

Broken Tests

  • spec/controllers/projects/commit_controller_spec.rb
  • spec/controllers/uploads_controller_spec.rb
  • spec/features/merge_requests/user_posts_notes_spec.rb
  • spec/features/projects/merge_requests/user_views_open_merge_requests_spec.rb
  • spec/features/security/project/internal_access_spec.rb
  • spec/features/security/project/private_access_spec.rb
  • spec/features/security/project/public_access_spec.rb
  • spec/features/signed_commits_spec.rb
  • spec/helpers/button_helper_spec.rb
  • spec/helpers/gitlab_routing_helper_spec.rb
  • spec/helpers/issuables_helper_spec.rb
  • spec/helpers/members_helper_spec.rb
  • spec/helpers/milestones_routing_helper_spec.rb
  • spec/lib/banzai/filter/wiki_link_filter_spec.rb
  • spec/lib/gitlab/background_migration/populate_untracked_uploads_spec.rb
  • spec/lib/gitlab/ci/build/policy/refs_spec.rb
  • spec/lib/gitlab/ci/yaml_processor_spec.rb
  • spec/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_projects_spec.rb
  • spec/lib/gitlab/import_export/project_tree_restorer_spec.rb
  • spec/lib/gitlab/issuable_sorter_spec.rb
  • spec/lib/gitlab/url_builder_spec.rb
  • spec/migrations/cleanup_namespaceless_pending_delete_projects_spec.rb
  • spec/migrations/cleanup_nonexisting_namespace_pending_delete_projects_spec.rb
  • spec/models/blob_viewer/gitlab_ci_yml_spec.rb
  • spec/models/blob_viewer/route_map_spec.rb
  • spec/models/concerns/routable_spec.rb
  • spec/models/merge_request_spec.rb
  • spec/models/milestone_spec.rb
  • spec/models/note_spec.rb
  • spec/models/project_spec.rb
  • spec/models/user_spec.rb
  • spec/services/users/last_push_event_service_spec.rb
  • spec/uploaders/file_uploader_spec.rb
  • spec/views/events/event/_push.html.haml_spec.rb
  • spec/workers/namespaceless_project_destroy_worker_spec.rb

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/40594

Edited by Yorick Peterse

Merge request reports