refactor: 修改容器停止失败的提示
This commit is contained in:
parent
deff09ac54
commit
d60dc04648
|
@ -109,7 +109,7 @@ public class DockerTestEngine extends AbstractEngine {
|
|||
restTemplateWithTimeOut.getForObject(uri, String.class);
|
||||
} catch (Exception e) {
|
||||
LogUtil.error("stop load test fail... " + testId, e);
|
||||
MSException.throwException(Translator.get("container_delete_fail") + ", Error: " + e.getMessage());
|
||||
MSException.throwException(Translator.get("container_delete_fail"));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@ max_thread_insufficient=并发用户数超额
|
|||
related_case_del_fail_prefix=已关联到
|
||||
related_case_del_fail_suffix=测试用例,请先解除关联
|
||||
jmx_content_valid=JMX 内容无效,请检查
|
||||
container_delete_fail=容器停止失败,请重试
|
||||
container_delete_fail=容器由于网络原因停止失败,请重试
|
||||
#workspace
|
||||
workspace_name_is_null=工作空间名不能为空
|
||||
workspace_name_already_exists=工作空间名已存在
|
||||
|
|
|
@ -46,7 +46,7 @@ max_thread_insufficient=並發用戶數超額
|
|||
related_case_del_fail_prefix=已關聯到
|
||||
related_case_del_fail_suffix=測試用例,請先解除關聯
|
||||
jmx_content_valid=JMX 內容無效,請檢查
|
||||
container_delete_fail=容器停止失敗,請重試
|
||||
container_delete_fail=容器由於網絡原因停止失敗,請重試
|
||||
#workspace
|
||||
workspace_name_is_null=工作空間名不能為空
|
||||
workspace_name_already_exists=工作空間名已存在
|
||||
|
|
Loading…
Reference in New Issue