Skip Menu |

This queue is for tickets about the FlightRecorder CPAN distribution.

Report information
The Basics
Id: 132280
Status: new
Priority: 0/
Queue: FlightRecorder

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: (no value)



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. ...