*** [err]: slave buffer are counted correctly in tests/unit/maxmemory.tcl
Expected condition '$delta < 50*1024 && $delta > -50*1024' to be true (61943 < 50*1024 && 61943 > -50*1024)

Comment From: hoangdt84

Hi,

I encounter these errors on CentOS 7 *** [err]: slave buffer are counted correctly in tests/unit/maxmemory.tcl Expected condition '$delta < 50*1024 && $delta > -50*1024' to be true (-169464 < 50*1024 && -169464 > -50*1024) *** [err]: replica buffer don't induce eviction in tests/unit/maxmemory.tcl Expected condition '$slave_buf > 2*1024*1024' to be true (16922 > 2*1024*1024)

Comment From: TBK

@dangtranhoang Am I correct in assuming default CentOS so GNU Libc?

Comment From: hoangdt84

@TBK I guess you ask about glibc. So yes, it's GNU libc libraries version 2.17

Comment From: seuwins

I fix it by “yum install tcl && yum install gcc-c++”,i am sure it is about tcl,but i am not sure whether libc influenced. gcc version:4.8.5 ldd:2.17

Comment From: madolson

We have added alpine as part of our CLI, so this is likely resolved now.