'make test' reported a single error after I compiled Redis 2.4.11 last night:
!!! WARNING The following tests failed:
*** [err]: BRPOPLPUSH replication, when blocking against empty list in tests/integration/replication.tcl
Expected '0000000000000000000000000000000000000000' to be equal to 'e7fa6909b84f8f77daa04105afc12fd8d40c1314'
Cleanup: may take some time... OK
make[1]: *** [test] Error 1
make[1]: Leaving directory `/opt/redis-2.4.11/src'
make: *** [test] Error 2
atlas:/opt/redis-2.4.11#
I saw no warnings or errors while compiling the code. I searched Google for this error, but only found 3 references:
http://ci.redis.io/run_144.html http://ci.redis.io/run_139.html http://ci.redis.io/run_123.html
Here is my relevant system information: - Debian 5.0.6 (64-bit / x86-64) - Linux kernel: 2.6.18-274.7.1.el5.028stab095.1 - gcc version 4.3.2 (Debian 4.3.2-1.1)
I will also mention that I am operating in an OpenVZ, virtualization container.
Comment From: enjoy-binbin
The test used to be unstable, it should be fixed now