Closed enjoy-binbin closed 19 hours ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.70%. Comparing base (
4986310
) to head (aa027db
). Report is 6 commits behind head on unstable.
🚨 Try these New Features:
FYI. This test case also fails for me locally on linux on macbook M2, without valgrind.
FYI. This test case also fails for me locally on linux on macbook M2, without valgrind.
ok... so a fake linux will also fail, i don't have this env so i can not try.
It's not "fake linux" :rofl:
It is normal Linux compiled for Aarch64 with 16KB page size and 128B cache line size and
The test is incompatible with valgrind. Added a new
--valgrind
argument to test suite, which will cause that test to be skipped.We skipped it in the past, see https://github.com/valkey-io/valkey/commit/5b61b0dc6d2579ee484fa6cf29bfac59513f84ab.