Describe the bug Tests Fail on Red Hat 8.3 for Redis 6.0.6

To reproduce wget http://download.redis.io/releases/redis-6.0.6.tar.gz tar xzf redis-6.0.6.tar.gz cd redis-6.0.6 yum -y install make gcc jemalloc-devel tcl make make test

Expected behavior Tests to pass

Any additional information that is relevant to the problem. Logged warnings (pid 24211): (none)

Logged warnings (pid 24211): (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 15784 Killing still running Redis server 15843 Killing still running Redis server 16093 Killing still running Redis server 17103 Killing still running Redis server 24191 make[1]: *** [Makefile:330: test] Error 1 make[1]: Leaving directory '/Redis/redis-6.0.6/src' make: *** [Makefile:6: test] Error 2

Comment From: oranagra

fixed by #7543 (part of redis 6.0.7)