make && make install 后都正常
然后執行 make test 報錯
[exception]: Executing test client: wrong # args: should be "close channelId".
wrong # args: should be "close channelId"
while executing
"close $fd write"
("uplevel" body line 20)
invoked from within
"uplevel 1 $code"
(procedure "test" line 47)
invoked from within
"test "Non-interactive non-TTY CLI: $name" $code"
(procedure "test_nontty_cli" line 2)
invoked from within
"test_nontty_cli "Piping raw protocol" {
set fd [open_cli "--pipe"]
fconfigure $fd -blocking true
# Create a new deferring cli..."
("uplevel" body line 259)
invoked from within
"uplevel 1 $code "
(procedure "start_server" line 3)
invoked from within
"start_server {tags {"cli"}} {
proc open_cli {{opts "-n 9"}} {
set ::env(TERM) dumb
set cmdline [rediscli [srv port] $opts]
..."
(file "tests/integration/redis-cli.tcl" line 3)
invoked from within
"source $path"
(procedure "execute_test_file" line 4)
invoked from within
"execute_test_file $data"
(procedure "test_client_main" line 10)
invoked from within
"test_client_main $::test_server_port "
Killing still running Redis server 115120
Killing still running Redis server 116379
Killing still running Redis server 116443
Killing still running Redis server 116507
Killing still running Redis server 116772
Killing still running Redis server 117947
Killing still running Redis server 118326
Killing still running Redis server 118515
Killing still running Redis server 118889
Killing still running Redis server 119049
Killing still running Redis server 119125
Killing still running Redis server 119469
Killing still running Redis server 119508
Killing still running Redis server 119534
Killing still running Redis server 119551
Killing still running Redis server 119669
Killing still running Redis server 119711
Killing still running Redis server 119733
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] [lindex $argv 4]"
(file "tests/helpers/bg_complex_data.tcl" line 12)
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] [lindex $argv 4]"
(file "tests/helpers/bg_complex_data.tcl" line 12)
I/O error reading reply
while executing
"{*}$r sinterstore $k2 $k $otherset"
("uplevel" body line 2)
invoked from within
"uplevel 1 [lindex $args $path]"
(procedure "randpath" line 3)
invoked from within
"randpath {
{*}$r sunionstore $k2 $k $otherset
} {
..."
("uplevel" body line 4)
invoked from within
"uplevel 1 [lindex $args $path]"
(procedure "randpath" line 3)
invoked from within
"randpath {{*}$r sadd $k $v} {{*}$r srem $k $v} {
set otherset [findKeyWithType {*}$r set]
if..."
(procedure "createComplexDataset" line 54)
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] [lindex $argv 4]"
(file "tests/helpers/bg_complex_data.tcl" line 12)
make[1]: *** [test] 錯誤 1
make[1]: 離開目錄“/root/download/redis-stable/src”
make: *** [test] 錯誤 2
請問怎么解決呢?
uj5u.com熱心網友回復:
我也報這個錯,同問轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/15881.html
標籤:C++ 語言
上一篇:萌新求助
