Subject: | Date matching tests fail |
The test suite started today (Apr 1) and will probably fail until Apr 9 --- it seems that the regexps do not cope with the extra space:
...
# Failed test at t/FlightRecorder.t line 457.
# 'Wed Apr 1 18:05:21 2020 [0001] @debug test began'
# doesn't match '(?^u:\w+ \w+ \d+ [\d:]+ \d+ \[0001\] \@debug test began)'
# Looks like you failed 1 test of 3.
...
# Failed test at t/FlightRecorder_Plugin_ReportSuccinct.t line 131.
# 'Wed Apr 1 18:05:21 2020 [0001] @debug [21809] BEGIN
...
# doesn't match '(?^u:(?^u:[a-zA-Z]{3,4}) (?^u:[a-zA-Z]{3,4}) (?^u:\d{1,2}) (?^u:\d{2}:\d{2}:\d{2}) (?^u:\d{4}) (?^u:\[\d{4}\]) (?^u:\@debug) (?^u:\[\d+\]) (?^u:BEGIN))'
# Looks like you failed 1 test of 12.
...
# Failed test at t/FlightRecorder_Plugin_ReportVerbose.t line 131.
# 'Wed Apr 1 18:05:22 2020 [0001] @debug [21810] BEGIN
...
# doesn't match '(?^u:(?^u:[a-zA-Z]{3,4}) (?^u:[a-zA-Z]{3,4}) (?^u:\d{1,2}) (?^u:\d{2}:\d{2}:\d{2}) (?^u:\d{4}) (?^u:\[\d{4}\]) (?^u:\@debug) (?^u:\[\d+\]) (?^u:BEGIN))'
# Looks like you failed 1 test of 12.
...