Skip Menu |

This queue is for tickets about the OpenTracing-Implementation-DataDog CPAN distribution.

Report information
The Basics
Id: 131768
Status: resolved
Priority: 0/
Queue: OpenTracing-Implementation-DataDog

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.03



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.
Show quoted text
> Both smoker perls are compiled with -Duselongdouble, so this is a > possible reason.
Why would you even want to use that :-) anyway, I will make the test more tolerant ... thanks!
fixed! thanks for the input. guess I also need to fix some other issues with WIN32 and RasberryPi, when trying to compute a 64bit int.