Skip to content

Speed up project_tree_restorer_spec

James Lopez requested to merge fix/project-tree-restorer-spec-performance into master

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/28235

  1. Uses before(:all) to improve performance of reading/importing a project JSON that has a bunch of models.
  2. In those cases where this is not possible, we use a lighter JSON version that should be faster.

Merge request reports