Redis会犯测试错误吗?

Redis会犯测试错误吗?,redis,Redis,当我运行redis make test时,我得到了这些错误 Makefile:242: recipe for target 'test' failed make[1]: *** [test] Error 1 make[1]: Leaving directory '/tmp/redis-stable/src' Makefile:6: recipe for target 'test' failed make: *** [test] Error 2 这些都是错误 Slave should be ab

当我运行redis make test时,我得到了这些错误

Makefile:242: recipe for target 'test' failed
make[1]: *** [test] Error 1
make[1]: Leaving directory '/tmp/redis-stable/src'
Makefile:6: recipe for target 'test' failed
make: *** [test] Error 2
这些都是错误

Slave should be able to synchronize with the master in tests/integration/replication-psync.tcl

我使用的是Ubuntu16+apache

我在512mb内存的DO droplet上运行
make test
时遇到了相同的错误。 谷歌搜索了一些解决方案,但在我将水滴大小调整到1gb内存之前,没有任何帮助

错误消失了,我通过了测试


也许你也遇到了同样的问题,内存不足。

我也遇到了同样的错误,所以,根据奥黛丽的建议,我发现我所有的内存都被其他应用程序占用了,所以我释放了一些内存(~2GB),让它正常工作