Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.0.5 Testing unit/quit Testing integration/block-repl error,and Testing unit/hyperloglog fail #6115

Open
fuliusu opened this issue May 22, 2019 · 0 comments

Comments

@fuliusu
Copy link

fuliusu commented May 22, 2019

Testing unit/quit
[ok]: Old Linked list: SORT BY key
[ok]: Old Linked list: SORT BY key with limit
[ok]: Old Linked list: SORT BY hash field
[ok]: SAVE - make sure there are all the types as values
[ok]: BRPOPLPUSH with wrong destination type
[ok]: BRPOPLPUSH maintains order of elements after failure
[ok]: BRPOPLPUSH with multiple blocked clients
[ok]: Linked BRPOPLPUSH
[ok]: Circular BRPOPLPUSH
[ok]: Self-referential BRPOPLPUSH
[ok]: BRPOPLPUSH inside a transaction
[ok]: PUSH resulting from BRPOPLPUSH affect WATCH
[err]: BRPOPLPUSH does not affect WATCH while still blocked in tests/unit/type/list.tcl
Expected 'somevalue' to equal or match ''
[ok]: Very big payload random access
[ok]: Stress tester for #3343-alike bugs
[ok]: EXPIRE - After 2.1 seconds the key should no longer be here
[ok]: EXPIRE - write on expire should work
[ok]: EXPIREAT - Check for EXPIRE alike behavior
[ok]: SETEX - Set + Expire combo operation. Check for TTL
[ok]: SETEX - Check value
[ok]: SETEX - Overwrite old key
[ok]: Consumer group last ID propagation to slave (NOACK=0)
[ok]: FUZZ stresser with data model binary
[ok]: MUTLI / EXEC basics
[ok]: DISCARD
[ok]: Nested MULTI are not allowed
[ok]: MULTI where commands alter argc/argv
[ok]: WATCH inside MULTI is not allowed
[ok]: EXEC fails if there are errors while queueing commands #1
[ok]: EXEC fails if there are errors while queueing commands #2
[ok]: If EXEC aborts, the client MULTI state is cleared
[ok]: EXEC works on WATCHed key not modified
[ok]: EXEC fail on WATCHed key modified (1 key of 1 watched)
[ok]: EXEC fail on WATCHed key modified (1 key of 5 watched)
[ok]: EXEC fail on WATCHed key modified by SORT with STORE even if the result is empty
[ok]: After successful EXEC key is no longer watched
[ok]: After failed EXEC key is no longer watched
[ok]: It is possible to UNWATCH
[ok]: UNWATCH when there is nothing watched works as expected
[ok]: FLUSHALL is able to touch the watched keys
[ok]: FLUSHALL does not touch non affected keys
[ok]: FLUSHDB is able to touch the watched keys
[ok]: FLUSHDB does not touch non affected keys
[ok]: WATCH is able to remember the DB a key belongs to
[ok]: WATCH will consider touched keys target of EXPIRE
[ok]: QUIT returns OK
[ok]: Pipelined commands after QUIT must not be executed
[ok]: Pipelined commands after QUIT that exceed read buffer size
[7/50 done]: unit/type/stream-cgroups (23 seconds)
Testing integration/block-repl
[ok]: Old Big Linked list: SORT BY key with limit
[ok]: DISCARD should UNWATCH all the keys
[ok]: BGSAVE
[ok]: SETNX target key missing
[ok]: BLPOP when result key is created by SORT..STORE
[ok]: MIGRATE is able to migrate a key between two instances
[ok]: SUNION against non-set should throw error
[ok]: ZREMRANGEBYLEX fuzzy test, 100 ranges in 128 element sorted set - ziplist
[ok]: Stress test the hash ziplist -> hashtable encoding conversion
[ok]: XREVRANGE COUNT works as expected
[ok]: PERSIST returns 0 against non existing or non volatile keys
[ok]: Old Big Linked list: SORT BY hash field
[ok]: MULTI / EXEC is propagated correctly (single write command)
[ok]: SELECT an out of range DB
[ok]: SETNX target key exists
[ok]: BLPOP: with single empty list argument
[ok]: SINTER should handle non existing key as empty
[ok]: ZSETs skiplist implementation backlink consistency test - ziplist
[err]: Test HINCRBYFLOAT for correct float representation (issue #2846) in tests/unit/type/hash.tcl
Expected condition '[r hincrbyfloat myhash float 1.23] eq {1.23}' to be true ([r hincrbyfloat myhash float 1.23] eq {1.23})
[ok]: XRANGE can be used to iterate the whole stream
[ok]: EXPIRE pricision is now the millisecond
[ok]: Intset: SORT BY key
[ok]: MULTI / EXEC is propagated correctly (empty transaction)
[ok]: EXPIRES after a reload (snapshot + append only file rewrite)
[ok]: SETNX against not-expired volatile key
[ok]: BLPOP: with negative timeout
[ok]: SINTER with same integer elements but different encoding
[31/50 done]: unit/bitfield (9 seconds)
Testing unit/hyperloglog
[ok]: maxmemory - only allkeys-* should remove non-volatile keys (allkeys-random)
[ok]: PSYNC2: generate load while killing replication links
[ok]: PSYNC2: cluster is consistent after load (x = 14582)
[ok]: PSYNC2: total sum of full synchronizations is exactly 4
[ok]: BITOP xor fuzzing

Logged warnings (pid 7246):
(none)

[ok]: BITOP NOT fuzzing
[ok]: BITOP with integer encoded source objects
[ok]: BITOP with non string source key

Logged warnings (pid 7099):
[ok]: BITOP with empty string after non empty string (issue #529)
(none)

[ok]: BITPOS bit=0 with empty key returns 0
[ok]: BITPOS bit=1 with empty key returns -1
[ok]: BITPOS bit=0 with string less than 1 word works
[ok]: BITPOS bit=1 with string less than 1 word works
[ok]: BITPOS bit=0 starting at unaligned address
[ok]: PSYNC2: Bring the master back again for next test
[ok]: BITPOS bit=1 starting at unaligned address
[ok]: BITPOS bit=0 unaligned+full word+reminder

Logged warnings (pid 6985):[ok]: BITPOS bit=1 unaligned+full word+reminder

(none)

[exception]: Executing test client: kill: (7373): No such process.
kill: (7373): No such process
while executing
"exec kill -9 $bench_pid"
("uplevel" body line 47)
invoked from within
"uplevel 1 $code "
(procedure "start_server" line 3)
invoked from within
"start_server {} {
# Config
set debug_msg 0 ; # Enable additional debug messages

set no_exit 0                   ; # Do no..."
("uplevel" body line 2)
invoked from within

"uplevel 1 $code "
(procedure "start_server" line 3)
invoked from within
"start_server {} {
start_server {} {
# Config
set debug_msg 0 ; # Enable additional debug messages

set no_exit 0          ..."
("uplevel" body line 2)
invoked from within

"uplevel 1 $code "
(procedure "start_server" line 3)
invoked from within
"start_server {tags {"psync2"}} {
start_server {} {
start_server {} {
# Config
set debug_msg 0 ; # Enable additional debug mess..."
(file "tests/integration/psync2-reg.tcl" line 7)
invoked from within
"source $path"
(procedure "execute_tests" line 4)
invoked from within
"execute_tests $data"
(procedure "test_client_main" line 10)
invoked from within
"test_client_main $::test_server_port "
Killing still running Redis server 5596
Killing still running Redis server 6063
Killing still running Redis server 6221
Killing still running Redis server 6327
Killing still running Redis server 6745
Killing still running Redis server 6860
Killing still running Redis server 6892
Killing still running Redis server 6984
Killing still running Redis server 7010
Killing still running Redis server 7118
Killing still running Redis server 7127
Killing still running Redis server 7229
Killing still running Redis server 7257
Killing still running Redis server 7366
Killing still running Redis server 7524
Killing still running Redis server 7563
Killing still running Redis server 7696
Killing still running Redis server 7771
Killing still running Redis server 7810
Killing still running Redis server 7880
Killing still running Redis server 7902
Killing still running Redis server 7984
Killing still running Redis server 7989
Killing still running Redis server 7991
I/O error reading reply
while executing
"{}$r type $k"
(procedure "createComplexDataset" line 43)
invoked from within
"createComplexDataset $r $ops"
(procedure "bg_complex_data" line 4)
invoked from within
"bg_complex_data [lindex $argv 0] [lindex $argv 1] [lindex $argv 2] [lindex $argv 3]"
(file "tests/helpers/bg_complex_data.tcl" line 10)I/O error reading reply
while executing
"{
}$r randomkey"
(procedure "findKeyWithType" line 3)
invoked from within
"findKeyWithType {}$r zset"
("uplevel" body line 2)
invoked from within
"uplevel 1 [lindex $args $path]"
(procedure "randpath" line 3)
invoked from within
"randpath {{
}$r zadd $k $d $v} {{}$r zrem $k $v} {
set otherzset [findKeyWithType {
}$r zset]
..."
(procedure "createComplexDataset" line 68)
invoked from within
"createComplexDataset $r $ops"
(procedure "bg_complex_data" line 4)
invoked from within
"bg_complex_data [lindex $argv 0] [lindex $argv 1] [lindex $argv 2] [lindex $argv 3]"
(file "tests/helpers/bg_complex_data.tcl" line 10)I/O error reading reply
while executing
"{*}$r type $k"
(procedure "createComplexDataset" line 27)
invoked from within
"createComplexDataset $r $ops"
(procedure "bg_complex_data" line 4)
invoked from within
"bg_complex_data [lindex $argv 0] [lindex $argv 1] [lindex $argv 2] [lindex $argv 3]"
(file "tests/helpers/bg_complex_data.tcl" line 10)

Killing still running Redis server 8001
Killing still running Redis server 8062
Killing still running Redis server 8076
Killing still running Redis server 8081
Killing still running Redis server 8094
Killing still running Redis server 8108
Killing still running Redis server 8186
Makefile:262: recipe for target 'test' failed
make[1]: *** [test] Error 1
make[1]: Leaving directory '/home/dcx/redis-5.0.5/src'
Makefile:6: recipe for target 'test' failed
make: *** [test] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant