bestvivi / redis

Automatically exported from code.google.com/p/redis
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

redis 2.4.0-RC5 tests stall #627

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
(this is 32-bit gentoo w/ gcc 4.4.5, tcl 8.5.9)

So, when running tests one seems to stall. It will sit there until i break. 
Upon closer inspection, it seems that unit/type/list is the culprit - the last 
test to run there is "BRPOPLPUSH with wrong destination type". If i comment out 
 "BRPOPLPUSH with wrong destination type", the suite passes.

Full test output attached

Original issue reported on code.google.com by jo...@bergstroem.nu on 7 Aug 2011 at 10:48

Attachments:

GoogleCodeExporter commented 8 years ago
FWIW, cannot reproduce this in HEAD (002d5626e0e717a77c8cdb18ee22043defce1817) 
or origin/2.4 (3a91aca033e113858acbba7d576ad04432e192a3)

Original comment by jo...@bergstroem.nu on 28 Sep 2011 at 8:39