博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
安装Redis中间遇到的问题
阅读量:5867 次
发布时间:2019-06-19

本文共 1659 字,大约阅读时间需要 5 分钟。

hot3.png

安装Redis中间遇到的问题

make test

[exception]: Executing test client: can't create directory "./tests/tmp/server.17736.35": no space left on device.

can't create directory "./tests/tmp/server.17736.35": no space left on device
    while executing
"file mkdir $dir"
    (procedure "tmpdir" line 3)
    invoked from within
"tmpdir server"
    (procedure "start_server" line 52)
    invoked from within
"start_server {tags {"repl"}} {
        start_server {} {

            set master [srv -1 client]

            set master_host [srv -1 host]
           ..."
    (procedure "test_psync" line 2)
    invoked from within
"test_psync {ok after delay} 3 100000000 3600 3 {
        assert {[s -1 sync_partial_ok] > 0}
    } $diskless 1"
    ("foreach" body line 13)
    invoked from within
"foreach diskless {no yes} {
    test_psync {no reconnection, just sync} 6 1000000 3600 0 {
    } $diskless 0

    test_psync {ok psync} 6 1000000 3600..."

    (file "tests/integration/replication-psync.tcl" line 109)
    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 17833
Killing still running Redis server 18622
Killing still running Redis server 18649
Killing still running Redis server 18679
Killing still running Redis server 18882
Killing still running Redis server 18926
Killing still running Redis server 19339
Killing still running Redis server 19352
Killing still running Redis server 20833
Killing still running Redis server 20862
Killing still running Redis server 20877
Killing still running Redis server 20891
make: *** [test] Error 1

 

转载于:https://my.oschina.net/u/3262302/blog/1789033

你可能感兴趣的文章
document.execCommand()的用法小记
查看>>
项目绩效考核体系执行简述
查看>>
自动化测试学习路线
查看>>
TeamViewer或者向日葵等无法成功远程登录
查看>>
MySQL30条规范解读
查看>>
java集合_collection子接口 list的特有方法,ArrayList类体现
查看>>
进程之进程创建的两种方式,两种传值的方式,验证进程间数据隔离,join,守护进程,僵尸进程,孤儿进程...
查看>>
「插件」Runner更新Pro版,帮助设计师远离996
查看>>
利用dome4j操作XML文件
查看>>
Intent的简介以及属性详解
查看>>
http讲解
查看>>
线程与循环控制器的关系
查看>>
系统安全
查看>>
やっとできた!!
查看>>
测试常用脚本
查看>>
106:HttpResponse对象讲解
查看>>
GIT的基本使用及应用场景
查看>>
[C++] Swap Two Num
查看>>
从摄像头批量截取图片
查看>>
selenium设置chrome浏览器保持登录方式两种options和cookie
查看>>