Since syslog timestamps do not contain the year, the t/04_advanced.t now breaks since it's now February 2022:
grep: /tmp/pgbadger_data_tmp/pgbench/2021/week-07/index.html: Datei oder Verzeichnis nicht gefunden
not ok 4 - Test incremental mode with --explode and --dbname
# Failed test 'Test incremental mode with --explode and --dbname'
# at t/04_advanced.t line 32.
Simply replacing 2021 by the current year won't work since the week number of Feb 11 will change. Maybe grep ... $incr_outdir/pgbench/*/week-0*/index.html is the way to go.
Since syslog timestamps do not contain the year, the t/04_advanced.t now breaks since it's now February 2022:
Simply replacing 2021 by the current year won't work since the week number of Feb 11 will change. Maybe
grep ... $incr_outdir/pgbench/*/week-0*/index.html
is the way to go.