1. 26 Apr, 2019 7 commits
  2. 25 Apr, 2019 10 commits
  3. 24 Apr, 2019 3 commits
  4. 23 Apr, 2019 10 commits
  5. 22 Apr, 2019 1 commit
    • Julien Muchembled's avatar
      NEO: only load MariaDB plugin for chosen engine · d0df63cf
      Julien Muchembled authored
      For the test suite, all plugins are still loaded if no engine is specified.
      
      Loading TokuDB whereas RocksDB is used is quite annoying because:
      - TokuDB creates many threads
      - RocksDB opens many files
      We had systems where lsof takes a few minutes to output 10 million lines.
      
      This will also make the datadir a bit cleaner.
      d0df63cf
  6. 19 Apr, 2019 4 commits
  7. 18 Apr, 2019 3 commits
  8. 17 Apr, 2019 2 commits
    • Jérome Perrin's avatar
      erp5: Fix bug with too many apache Listen · 70b3e0e3
      Jérome Perrin authored
      A regression in the apache entries for testrunner used one apache port
      for each zope - not one for each family as what was intended.
      There was also a problem that these apache ports were used even when no
      testrunner.
      70b3e0e3
    • Jérome Perrin's avatar
      erp5/test: test how apache, haproxy and zope are created · 0f110d31
      Jérome Perrin authored
      - Exercise how multiple families are supported
      - Check the number of zope in each family respects `instance-count`
      argument
      - Check the number of listening sockets is what we expect for server
      processes
      - Check that when we don't request test runner, apache does not listen
      for test runner proxy
      0f110d31