You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: