(file "tests/helpers/bg_complex_data.tcl" line 10) Killing still running Redis server 3987 make[1]
: *** [test] Error 1 make[1]: Leaving directory `/usr/local/redis/redis-4.0.2/src‘ make: *** [test] Error 2
解决办法:
vim tests/integration/replication-psync.tcl
把after 后面的值设置为1000,然后重新make test
接上一篇安装linux问题,解决redis安装后make test错误
原文:https://www.cnblogs.com/wangbiaohistory/p/12445521.html