Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitfield unit tests failed #221

Open
mcasquer opened this issue Jul 22, 2024 · 0 comments
Open

bitfield unit tests failed #221

mcasquer opened this issue Jul 22, 2024 · 0 comments

Comments

@mcasquer
Copy link

mcasquer commented Jul 22, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant