performancecopilot / speed

A Go implementation of the PCP instrumentation API
MIT License
37 stars 6 forks source link

Resolve test failures on 32 bit platforms related to integers #57

Closed natoscott closed 5 years ago

natoscott commented 5 years ago

BUILDSTDERR: ./client_test.go:776:30: constant 4294967295 overflows int
BUILDSTDERR: ./client_test.go:783:52: constant 4294967295 overflows int
BUILDSTDERR: ./client_test.go:784:52: constant 4294967295 overflows int
BUILDSTDERR: ./metrics_test.go:48:20: constant 4294967295 overflows int```