my system is centos 6.9, redis version is 5.0.5. I make it and make test, but error
Waiting for process 21737 to exit... Forcing process 21737 to exit...
Logged warnings (pid 21737): (none)
Logged warnings (pid 21705): (none) [exception]: Executing test client: I/O error reading reply. I/O error reading reply while executing "$rd_master setrange key:0 0 [string repeat A $payload_len]" ("uplevel" body line 46) invoked from within "uplevel 1 $code" (procedure "test" line 47) invoked from within "test "$test_name" { set slave [srv 0 client] set slave_host [srv 0 host] set slave_port [srv 0 port] s..." ("uplevel" body line 3) invoked from within "uplevel 1 $code " (procedure "start_server" line 3) invoked from within "start_server {} { set slave_pid [s process_id] test "$test_name" { set slave [srv 0 client] set slave_host [sr..." ("uplevel" body line 2) invoked from within "uplevel 1 $code " (procedure "start_server" line 3) invoked from within "start_server {tags {"maxmemory"}} { start_server {} { set slave_pid [s process_id] test "$test_name" { set slave [..." (procedure "test_slave_buffers" line 2) invoked from within "test_slave_buffers {slave buffer are counted correctly} 1000000 10 0 1" (file "tests/unit/maxmemory.tcl" line 238) invoked from within "source $path" (procedure "execute_tests" line 4) invoked from within "execute_tests $data" (procedure "test_client_main" line 10) invoked from within "test_client_main $::test_server_port " Killing still running Redis server 19075 Killing still running Redis server 19545 Killing still running Redis server 20133 Killing still running Redis server 20181 Killing still running Redis server 20240 Killing still running Redis server 20347 Killing still running Redis server 20927 Killing still running Redis server 21924 Killing still running Redis server 22287 Killing still running Redis server 23616 Killing still running Redis server 23656 Killing still running Redis server 23677 Killing still running Redis server 23698 Killing still running Redis server 24555 Killing still running Redis server 24578 make[1]: *** [test] Error 1
Comment From: trevor211
I tried to reproduce it on centos 7 by
make distclean
make test
It failed, but the the some as yours.
Can you show the result by doing ./runtest --single unit/maxmemory ?
Comment From: oranagra
The tests where improved a lot recently, and this looks like a problem with the test suite, not redis.
I'd appreciate if you re-test redis 6.0 or the unstable branch, and report if it passes or hangs.
Thanks.
Comment From: zy-xiaoyuyu
您好,我更换了一台机器,就正常了,应该是机器有点问题吧,具体什么我也不太清楚,非常感谢您的回复
------------------ 原始邮件 ------------------ 发件人: "Oran Agra"<notifications@github.com>; 发送时间: 2020年7月31日(星期五) 中午12:35 收件人: "redis/redis"<redis@noreply.github.com>; 抄送: "恋!!!你"<576301415@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [redis/redis] redis5 make test error (#7449)
The tests where improved a lot recently, and this looks like a problem with the test suite, not redis. I'd appreciate if you re-test redis 6.0 or the unstable branch, and report if it passes or hangs. Thanks.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Comment From: oranagra
Ohh, I missed the fact it's Centos 6.. Unstable wouldn't have worked. Anyway, it was probably some timing issue in the tests.
Comment From: zy-xiaoyuyu
Tkanks for you ^_^
------------------ 原始邮件 ------------------ 发件人: "Oran Agra"<notifications@github.com>; 发送时间: 2020年8月1日(星期六) 下午3:13 收件人: "redis/redis"<redis@noreply.github.com>; 抄送: "恋!!!你"<576301415@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [redis/redis] redis5 make test error (#7449)
Ohh, I missed the fact it's Centos 6.. Unstable wouldn't have worked. Anyway, it was probably some timing issue in the tests.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.