Subject: | Test failure (with -Duselongdouble?) (0.02) |
On two of my smoker systems the test suite fails in this way:
...
# Failed test 'Extracted the right structure, including DataDog specifics'
# at t/Agent/11_to_struct.t line 41.
# Compared $data->{"duration"}
# got : '33332999999'
# expect : '33333000000'
# Looks like you failed 1 test of 1.
t/Agent/11_to_struct.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...
Both smoker perls are compiled with -Duselongdouble, so this is a possible reason.