Crash report How to solve make test falied

[11/66 done]: unit/type/list (8 seconds)
Testing integration/replication
[ok]: Check for memory leaks (pid 86784)
[ok]: Check for memory leaks (pid 86677)
[ok]: GETRANGE fuzzing
[err]: trim on SET with big value in tests/unit/type/string.tcl
Expected [r memory usage key] < 42000 (context: type source line 467 file /Users/devTools/redis-6.2.12/tests/unit/type/string.tcl cmd {assert {[r memory usage key] < 42000}} proc ::test)


!!! WARNING The following tests failed:

*** [err]: trim on SET with big value in tests/unit/type/string.tcl
Expected [r memory usage key] < 42000 (context: type source line 467 file /Users/devTools/redis-6.2.12/tests/unit/type/string.tcl cmd {assert {[r memory usage key] < 42000}} proc ::test)
Cleanup: may take some time... OK
make[1]: *** [test] Error 1
make: *** [test] Error 2

Additional information

  1. OS distribution and version macOS 11.6.1
    redis-6.2.12
  2. Steps to reproduce (if any) after tar -zxvf and make test

Comment From: sundb

Thx, this was already fixed in ##11878.

Comment From: oranagra

i'll backport that fix to 6.2 and 7.0