1. 18 Feb, 2021 2 commits
  2. 12 Feb, 2021 6 commits
  3. 11 Feb, 2021 3 commits
  4. 09 Feb, 2021 3 commits
  5. 08 Feb, 2021 1 commit
  6. 07 Feb, 2021 1 commit
  7. 05 Feb, 2021 13 commits
  8. 04 Feb, 2021 2 commits
  9. 03 Feb, 2021 3 commits
    • Łukasz Nowak's avatar
      0a4e1e23
    • Łukasz Nowak's avatar
      software/kvm: Test nat-rules · efbc92e2
      Łukasz Nowak authored
      Default and cluster are tested for the most expected usage.
      efbc92e2
    • Jérome Perrin's avatar
      software/erp5: fix flappy test_logrotate_and_slow_query_digest test · e2f02f38
      Jérome Perrin authored
      This test uses the default config of having mariadb log queries taking more
      than 1 second, then makes two slow queries and check that these two queries
      are logged and included in pt-query-digest report.
      
      Sometimes this test fail because there are more slow queries than the two
      expected, in the snapshots, we can see that reports also contain:
      
          SHOW TABLE STATUS FROM `mysql` LIKE 'time_zone_transition'\G
          SHOW CREATE TABLE `mysql`.`time_zone_transition`\G
      
      but these queries are not made by the test. They are probably made by
      mysql_upgrade script. Such queries can take more than 1 second sometimes
      and when they do the test fail because there are more slow queries than the
      expected.
      
      To prevent this kind of intermitent failures, make our test queries slower
      and configure mariadb to log queries after a longer delay (3 seconds).
      Hopefully these unrelated queries should not take more than 3 seconds.
      e2f02f38
  10. 01 Feb, 2021 2 commits
  11. 29 Jan, 2021 2 commits
  12. 28 Jan, 2021 2 commits