Skip to content
Snippets Groups Projects
  1. Jul 28, 2024
  2. Jul 14, 2023
  3. Jul 09, 2023
  4. May 16, 2023
  5. May 15, 2023
  6. May 08, 2023
    • Daniël van Eeden's avatar
      tests: Fix failing test due to egrep · 604c3c9f
      Daniël van Eeden authored
      Use `grep -E` instead of `egrep` as `egrep` now emits a warning.
      
      ```
      t/opt_report_checkpoints.t: failed
      --- t/opt_report_checkpoints.t
      +++ t/opt_report_checkpoints.t.err
      @@ -8,6 +8,7 @@
         > fi
      
         $ sysbench ${SBTEST_SCRIPTDIR}/oltp_read_write.lua --db-driver=mysql --mysql-dry-run --time=3 --events=0 --report-checkpoints=1,2 run | egrep '(Checkpoint report|SQL statistics)'
      +  egrep: warning: egrep is obsolescent; using grep -E
         [ 1s ] Checkpoint report:
         SQL statistics:
         [ 2s ] Checkpoint report:
      ```
      
      ```
      $ echo | egrep 'abc'
      egrep: warning: egrep is obsolescent; using grep -E
      $ grep --version
      grep (GNU grep) 3.8
      Copyright (C) 2022 Free Software Foundation, Inc.
      License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
      This is free software: you are free to change and redistribute it.
      There is NO WARRANTY, to the extent permitted by law.
      
      Written by Mike Haertel and others; see
      <https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>.
      ```
      604c3c9f
    • Daniël van Eeden's avatar
      Run the test as well · 0139aa56
      Daniël van Eeden authored
      0139aa56
    • Daniël van Eeden's avatar
      Add GitHub actions · 41057e4f
      Daniël van Eeden authored
      41057e4f
  7. May 07, 2023
  8. May 03, 2023
  9. Dec 09, 2021
  10. Nov 19, 2021
  11. Mar 25, 2021
  12. Sep 10, 2020
  13. Jun 09, 2020
  14. May 05, 2020
  15. Apr 24, 2020