mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
34ef10fbcc
Arch 386 is a 32-bit architecture and interprets int type for numbers as an explicit int32, whereas on most modern CPUs int is implicitly an int64. This makes tests to fail with `int overflow` error. |
||
---|---|---|
.. | ||
array.go | ||
array_test.go | ||
bytes.go | ||
bytes_test.go |