prometheus/promql
Martina Ferrari 3e4bd4d913 Avoid literal integer overflows in 32 bit arches.
This commit ensures 64-bit integers are used in various tests that other wise
fail in 32-bit architectures.

It also adds support for int64 and uint64 types in the template.convertToFloat
function to support the test changes.

Closes: 10481
Signed-off-by: Martina Ferrari <tina@debian.org>
2022-03-29 22:51:20 +02:00
..
fuzz-data
parser
testdata
bench_test.go
engine.go
engine_test.go
functions.go
functions_test.go Avoid literal integer overflows in 32 bit arches. 2022-03-29 22:51:20 +02:00
fuzz.go
fuzz_test.go
promql_test.go
quantile.go
query_logger.go
query_logger_test.go
test.go
test_test.go
value.go