@yossigo, As per your suggestion in ticket number "Tests: drop TCL 8.6 dependency. #7548"....I complied the configuration file but in last i am getting error as below. post verification of step 53 it got failed....please assist with your input
********ERROR AS FACED IN MAKE TEST*********
[ok]: replica buffer don't induce eviction [ok]: Test replication partial resync: no backlog (diskless: yes, disabled, reconnect: 1)
[ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: ok after delay (diskless: yes, disabled, reconnect: 1) [ok]: Client output buffer soft limit is not enforced if time is not overreached [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Master stream is correctly processed while the replica has a script in -BUSY state [ok]: Test replication partial resync: backlog expired (diskless: yes, disabled, reconnect: 1) [ok]: slave fails full sync and diskless load swapdb recovers it [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: no reconnection, just sync (diskless: yes, swapdb, reconnect: 0)
Logged warnings (pid 19314): (none)
Logged warnings (pid 19314): (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 14608 Killing still running Redis server 14695 Killing still running Redis server 14766 Killing still running Redis server 15043 Killing still running Redis server 16117 Killing still running Redis server 16635 Killing still running Redis server 19298 Killing still running Redis server 19361 Killing still running Redis server 19377 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 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 set $k $v" ("uplevel" body line 2) invoked from within "uplevel 1 [lindex $args $path]" (procedure "randpath" line 3) invoked from within "randpath { {}$r set $k $v } { {}$r lpush $k $v } { {}$r sadd $k $v ..." (procedure "createComplexDataset" line 30) 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)
Comment From: oranagra
@rohitss this is yet another test compatibility issue released in 6.0.6 and fixed in unstable. see https://github.com/redis/redis/pull/7543 sorry..