Я пытаюсь установить Redis, но когда запускаю make test
он возвращает следующую ошибку [ы].
[err]: Slave should be able to synchronize with the master in tests/integration/replication-psync.tcl
Replication not started.
...
[err]: Active defrag big keys in tests/unit/memefficiency.tcl
Expected condition '$max_latency <= 120' to be true (838 <= 120)
...
!!! WARNING The following tests failed:
*** [err]: Slave should be able to synchronize with the master in tests/integration/replication-psync.tcl
Replication not started.
*** [err]: Slave should be able to synchronize with the master in tests/integration/replication-psync.tcl
Replication not started.
*** [err]: Active defrag big keys in tests/unit/memefficiency.tcl
Expected condition '$max_latency <= 120' to be true (838 <= 120)
Cleanup: may take some time... OK
Makefile:262: recipe for target 'test' failed
make[1]: *** [test] Error 1
make[1]: Leaving directory '/var/www/redis/redis-5.0.7/src'
Makefile:6: recipe for target 'test' failed
make: *** [test] Error 2
Я исправил некоторые другие ошибки и предупреждения, используя:
vm.overcommit_memory=1
и net.core.somaxconn=65535
в /etc/sysctl.conf
Но ни один из них не исправил всех ошибок.