mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
f2c004d1ae
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_test.go | ||
array.go | ||
bytes_test.go | ||
bytes.go |