Skip to content

Instantly share code, notes, and snippets.

@zuthan
Created August 2, 2012 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuthan/3234043 to your computer and use it in GitHub Desktop.
Save zuthan/3234043 to your computer and use it in GitHub Desktop.
Redis 2.5.12 test error
Executing test client: ERR.
ERR
while executing
"::redis::redis_read_reply $fd"
(procedure "::redis::__dispatch__" line 23)
invoked from within
"[srv $level "client"] {*}$args"
(procedure "r" line 7)
invoked from within
"r debug loadaof"
("uplevel" body line 16)
invoked from within
"uplevel 1 $code"
(procedure "test" line 29)
invoked from within
"test "AOF rewrite of list with $e encoding, $d data" {
r flushall
if {$e eq {ziplist}} {set len 10} else {set len 1000..."
("foreach" body line 2)
invoked from within
"foreach e {ziplist linkedlist} {
test "AOF rewrite of list with $e encoding, $d data" {
r flushall
if {$e ..."
("foreach" body line 2)
invoked from within
"foreach d {string int} {
foreach e {ziplist linkedlist} {
test "AOF rewrite of list with $e encoding, $d data" {
r..."
("uplevel" body line 17)
invoked from within
"uplevel 1 $code "
(procedure "start_server" line 3)
invoked from within
"start_server {tags {"aofrw"}} {
test {Turning off AOF kills the background writing child if any} {
r config set appendonly yes
wa..."
(file "tests/unit/aofrw.tcl" line 1)
invoked from within
"source $path"
(procedure "execute_tests" line 4)
invoked from within
"execute_tests $data"
(procedure "test_client_main" line 9)
invoked from within
"test_client_main $::test_server_port "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment