1. 28 Mar, 2018 2 commits
    • Rémy Coutable's avatar
      Merge branch 'sh-fix-issue-5461' into 'master' · 0afcaaeb
      Rémy Coutable authored
      Clean the test path after each spec run
      
      Closes #5461
      
      See merge request gitlab-org/gitlab-ee!5141
      0afcaaeb
    • Stan Hu's avatar
      Clean the test path after each spec run · 33795327
      Stan Hu authored
      FactoryBot's build_stubbed ignores the current database sequence of the
      projects table and starts at ID 1000. If more than 1000 projects are created
      during a test run, leftover repositories can cause spec failures. For example,
      a spec that expects an empty repository may fail since there may be existing
      content.
      
      Closes #5461
      33795327
  2. 27 Mar, 2018 38 commits