t/dynoplibs/myops....................ok 6/7
# Failed test (t/dynoplibs/myops.t at line 107)
# got: '1
# alarm1
# 2
# alarm2
# 3
# alarm3
# alarm1
# alarm3
# alarm3
# 4
# alarm3
# alarm3
# 5
# done.
t/dynoplibs/myops....................NOK 7# '
# expected: '1
# alarm1
# 2
# alarm2
# 3
# alarm3
# alarm1
# alarm3
# 4
# alarm3
# alarm3
# alarm3
# 5
# done.
# '
# Looks like you failed 1 test of 7.
t/dynoplibs/myops....................dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 7
Failed 1/7 tests, 85.71% okay
Tim [using r11741]
> FYI I saw this once but haven't been able to repeat it:
>
> t/dynoplibs/myops....................ok 6/7
This can happen if the machine is busy.
leo
Okay. Can't the test be made more robust? Or emit a warning note?
(Not a big issue, just wondering if there's some reason for it.
I might look at it myself if there isn't a reason it can't be fixed.)
Ti.
>> This can happen if the machine is busy.
>
> Okay. Can't the test be made more robust? Or emit a warning note?
Probably yes with increased testing time (longer sleep) - a warning
note is always ok.
leo