我正在运行RQG测试并在运行几分钟后继续收到此消息:
2015-09-17T11:11:17 [25859] runall.pl will exit with exit status STATUS_ENVIRONMENT_FAILURE (110)
我曾尝试在线搜索,但找不到任何关于此邮件含义的内容。
这是我正在运行的测试,导致此消息。但其他测试仍然会产生同样的信息。
perl runall.pl --basedir=/var/lib/mysql --gendata=conf/examples/example.zz --grammar=conf/examples/example.yy --threads=1 --queries=100000 --duration=3600
我在percona 5.6服务器上运行测试。
答案 0 :(得分:0)
您可以尝试使用带有ip和端口的--dsn来检查它是否可以成功启动。
function lewis() {
var current_image = document.getElementById("pic").src;
if(current_image == "Red.png"){
document.getElementById("pic").src = "Red-Yellow.png";
}else if(current_image == "Red-Yellow.png"){
document.getElementById("pic").src = "Red-Green.png";
}else if(current_image == "Red-Green.png"){
document.getElementById("pic").src = "last-color.png";
}else if(current_image == "last-color.png"){
document.getElementById("pic").src = "Red.png";
}
}