redis
redis copied to clipboard
bitfield unit tests failed
I am executing with make test the redis tests inside a CentOS Stream VM, all the others passed but the bitfield one fails with the following messages:
!!! WARNING The following tests failed:
*** [err]: BITFIELD overflow detection fuzzing in tests/unit/bitfield.tcl
OW not detected where needed: i64 -9223372036854775808+-9223372036854775808
*** [err]: BITFIELD overflow wrap fuzzing in tests/unit/bitfield.tcl
WRAP error: i64 -9223372036854775808+-9223372036854775808 = 9223372036854775807, should be 0
Cleanup: may take some time... OK
make[1]: *** [Makefile:327: test] Error 1
make[1]: Leaving directory '/home/redis/src'
make: *** [Makefile:6: test] Error 2