Slaven Rezić
Slaven Rezić
On some perl systems I see the following failure: ``` # Failed test 'output' # at blib/lib/Devel/Cover/Test.pm line 306. # +----+-----------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ # | Elt|Got |Expected | # +----+-----------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ # *...
On some of my smoker systems (e.g. CentOS 8) t/deploy/git.t fails: ``` # Git version: 2.017001 # No tests run! # Failed test 'No tests run for subtest "deploy"' #...
t/statocles.t fails on some of my smokers: ``` # Current locale: C # Failed test 'nothing on stderr' # at t/statocles.t line 70. # got: 'Filehandle STDIN reopened as $fh...
t/command/create.t fails on some systems with a YAML error: ``` # Failed test 'nothing on stderr' # at t/command/create.t line 36. # STDERR: YAML Warning: Duplicate map key '$class' found....
The test suite fails for perl 5.20 .. 5.22: ``` Array found where operator expected at t/load-model.t line 22, at end of line (Missing operator before ?) syntax error at...
A Debian/stretch memcached package installation would install a configuration file with `-u memcache`, so probably the puppet module should also set `$user = 'memcache'` on Debian systems.
Today my smokers report: ``` # Failed test 'report global' # at t/Command/core.t line 175. # 'From 2020-12-01T00:00:00 to 2020-12-30T08:04:01 you worked on: # total 0 # ' # doesn't...
On a Debian/stretch system with various perl versions: ``` ... Problem while running this R command: library("ape") Error: library("ape") : there is no package called 'ape' Execution halted t/50-replicate-tree.t .......
Bugticket by accident created at RT: https://rt.cpan.org/Ticket/Display.html?id=127768
With perl 5.25.x the previously deprecated unescaped `{` in regexes is now a hard error. Test suite hangs because of this: ``` Unescaped left brace in regex is illegal here...