Subject: | Random test failures with perl 5.18 and later (hash randomization?) |
The test suite may fail, see log below. This happens on my smoker systems only for perls >= 5.18, so it might be caused by hash randomization introduced in recent perls.
# Failed test at t/01-method-paramvalidator.t line 30.
# 'add_user(): Missing required parameter. (age) (status: 103) file t/01-method-paramvalidator.t on line 29
# '
# doesn't match '(?^:Undefined required parameter)'
# Looks like you failed 1 test of 11.
t/01-method-paramvalidator.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/11 subtests
# Failed test at t/02-method-paramvalidator.t line 32.
# 'add_user(): Missing required parameter. (age) (status: 103) file t/02-method-paramvalidator.t on line 31
# '
# doesn't match '(?^:Undefined required parameter)'
# Looks like you failed 1 test of 7.
t/02-method-paramvalidator.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests