1. 10 Sep, 2018 2 commits
    • Jérome Perrin's avatar
      8a8379f0
    • Jérome Perrin's avatar
      erp5: new `test-runner` instance parameter · e4d1ea03
      Jérome Perrin authored
      We have new parameters "how many parallel tests this instance can run"
      ( test-runner.node-count ) and "how many supplementary databases each
      test needs" ( test-runner.extra-database-count ).
      
      Instead of configuring "I need a total of 15 databases", we configure "I
      need to be able to run 3 tests in parallel, each test requiring 4 extra
      databases" which generates 3 * (4 +1) databases.
      
      `mariadb.test-database-amount` becomes deprecated in favour of these new
      arguments, but compatibility is preserved.
      e4d1ea03
  2. 05 Sep, 2018 2 commits
  3. 04 Sep, 2018 2 commits
  4. 03 Sep, 2018 11 commits
  5. 02 Sep, 2018 2 commits
  6. 31 Aug, 2018 10 commits
  7. 30 Aug, 2018 11 commits