Describe the bug
install error To reproduce wget http://download.redis.io/redis-stable.tar.gz tar xvzf redis-stable.tar.gz cd redis-stable/ make distclean make make test
[ok]: Master stream is correctly processed while the replica has a script in -BUSY state [ok]: slave fails full sync and diskless load swapdb recovers it [ok]: replica buffer don't induce eviction
Logged warnings (pid 24873): (none)
Logged warnings (pid 24873): (none)
[exception]: Executing test client: tail: cannot open '+31' for reading: No such file or directory. tail: cannot open '+31' for reading: No such file or directory while executing "exec tail +$from_line < $stdout" (procedure "wait_for_log_message" line 5) invoked from within "wait_for_log_message -1 "Loading DB in memory" $loglines 2000 1" ("uplevel" body line 43) invoked from within "uplevel 1 $code " (procedure "start_server" line 3) invoked from within "start_server {} { set master [srv 0 client] set master_host [srv 0 host] set master_port [srv 0 port]
..."
("uplevel" body line 5)
invoked from within
"uplevel 1 $code " (procedure "start_server" line 3) invoked from within "start_server {tags {"repl"}} { set replica [srv 0 client] set replica_host [srv 0 host] set replica_port [srv 0 port] ..." ("uplevel" body line 2) invoked from within "uplevel 1 $code" (procedure "test" line 47) invoked from within "test {diskless loading short read} { start_server {tags {"repl"}} { set replica [srv 0 client] set replica_host [srv 0 host] ..." (file "tests/integration/replication.tcl" line 396) 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 21771 Killing still running Redis server 21786 Killing still running Redis server 21803 Killing still running Redis server 22022 Killing still running Redis server 23085 Killing still running Redis server 24863 Makefile:330: recipe for target 'test' failed make[1]: *** [test] Error 1 make[1]: Leaving directory '/root/redis-stable/src' Makefile:6: recipe for target 'test' failed make: *** [test] Error 2
Additional information
ubuntu 16.04
Comment From: oranagra
Hello @namnn89
Thanks for reporting - this is a duplicate of #7552 and is resolved in the unstable branch via #7543.
Closing.