Lachim / redis

Automatically exported from code.google.com/p/redis
2 stars 0 forks source link

Tests intermittently hang at "BRPOPLPUSH with multiple blocked clients" #487

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of Redis you are using, in what kind of Operating System?

Using Redis 2.2.2 on 64bit Debian Lenny on EC2 (ami-4d3d6c08 on m2.xlarge)

What steps will reproduce the problem?

git checkout 2.2.2 && make clean && make && make test
OR
git checkout 2.2.2 && make clean && make 32bit && make test

Please provide any additional information below.

It seems to fail about 4/5ths of the time, and I've had the whole test suite 
pass without hanging or erroring. It also happens after I've checked out the 
2.2.0 tag.

Original issue reported on code.google.com by conrad.i...@gmail.com on 18 Mar 2011 at 9:03

GoogleCodeExporter commented 8 years ago
The same for me. Is that something we can ignore and start using the Redis 
server happily?

Original comment by jgehr...@googlemail.com on 7 Jul 2011 at 10:53

GoogleCodeExporter commented 8 years ago
This is a timing issue that can be ignored, however I'm going to fix the test 
since I've the same problem when running the test over valgrind (that makes 
everything slower so this happens consistently).

Cheers,
Salvatore

Original comment by anti...@gmail.com on 7 Jul 2011 at 10:57