Open
Description
The test suite randomly fails. More often on my freebsd smokers, but I see also failures on linux systems. Here an example excerpt:
# Failed test 'check_time init'
# at t/basic.t line 15.
# '0.311677217483520508'
# <
# '0.1'
# Failed test '~0 tokens in new bucket'
# at t/basic.t line 17.
# '4'
# <
# '0.99'
# Looks like you failed 2 tests of 30.
t/basic.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/30 subtests
Sometimes it looks like this:
# Failed test 'restored bucket is almost empty'
# at t/basic.t line 67.
# Looks like you failed 1 test of 30.
t/basic.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/30 subtests
Or like this:
# Failed test '1.1 conforms no more'
# at t/basic.t line 33.
# Looks like you failed 1 test of 30.
t/basic.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/30 subtests
Or like this:
# Failed test '50 or less in 2 seconds'
# at t/basic.t line 55.
# '-1'
# >=
# '0'
# Looks like you failed 1 test of 30.
t/basic.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/30 subtests
Metadata
Metadata
Assignees
Labels
No labels