google-code-export / redis

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

1 test fail for 64-bit build of 2.2rc1 #406

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/srv/build/redis/redis-2.2/src# file redis-server 
redis-server: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically 
linked (uses shared libs), for GNU/Linux 2.6.18, not stripped

/srv/build/redis/redis-2.2# make test
cd src && make test
make[1]: Entering directory /srv/build/redis/redis-2.2/src
(cd ..; tclsh8.5 tests/test_helper.tcl --tags "" --file "")
............BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
BBBBBBBLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
LLLLLLLLLLLLLLLLLLLLLLLLREM starting from tail with negative count - 
linkedliLLLLLLLLLLLLSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSZZZZZZZZZZ
ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH............
.................................PIPELINING stresser (also a regression for the 
old 
e...............................................................BBBBBBBBBBBBBBBB
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBLLLLLLLLLLLLLLLLLLLLL
LLLLLLLLLLLLLLLLLLLLLLLLCheck if list is still ok after a DEBUG RELOAD - 
zipliLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLSSSSSSSSSSSS
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHINCRBY over 32bit value with over 32bit 
incremenHHH.....................................................................
811 tests, 810 passed, 1 failed

Failures:

tests/unit/type/set.tcl (set):
- SDIFFSTORE with three sets - hashtable: Expected 'Value at:0x6ddfb8 
refcount:2 encoding:intset serializedlength:9 lru:1320092 lru_seconds_idle:0' 
to match '* encoding:hashtable *'

Original issue reported on code.google.com by alexey.p...@gmail.com on 16 Dec 2010 at 1:51

GoogleCodeExporter commented 9 years ago
that's a bug of the test suite, often happens in slow computers. We should fix 
the test suite but it is completely harmless fortunately ;)

Cheers,
Salvatore

Original comment by anti...@gmail.com on 16 Dec 2010 at 7:53

GoogleCodeExporter commented 9 years ago
Are you sure that 2x Intel Xeon 5550 with SAS RAID 10 is slow computer? I don't 
think so :-)

Original comment by alexey.p...@gmail.com on 16 Dec 2010 at 11:25

GoogleCodeExporter commented 9 years ago
It *could* have something to do with the processor speed. The problem here is 
that this value is swapped out and swapped in again, where the test expects a 
different encoding. It doesn't fail all the time, because the value is not 
swapped out every time the test suite runs. Not a biggie though, the test needs 
to be changed ;-).

Original comment by pcnoordh...@gmail.com on 16 Dec 2010 at 11:35