jhthorsen / toadfarm

One Mojolicious app to rule them all

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random failures

eserte opened this issue · comments

t/log.t may fail randomly (that is, re-running a failed test may pass afterwards):

#   Failed test 'got access log line without userinfo'
#   at t/log.t line 84.
#                   undef
#     doesn't match '(?^:GET.*yikes)'
# Looks like you failed 1 test of 16.
t/log.t .............. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/16 subtests 

or sometimes

#   Failed test 'got access log line with identity'
#   at t/log.t line 83.
#                   undef
#     doesn't match '(?^:\buser1\b.*identity)'
# Looks like you failed 1 test of 16.
t/log.t .............. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/16 subtests 

Pretty sure @leejo fixed this in #33.