You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The test suite randomly fails. More often on my freebsd smokers, but I see also failures on linux systems. Here an example excerpt:
Sometimes it looks like this:
Or like this:
Or like this:
The text was updated successfully, but these errors were encountered: