Merge remote-tracking branch 'origin/master'

This commit is contained in:
wenyann 2020-07-17 15:38:14 +08:00
commit 7c04bf4ca5
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ public class DockerTestEngine extends AbstractEngine {
try {
restTemplateWithTimeOut.getForObject(uri, String.class);
} catch (Exception e) {
LogUtil.error("stop load test fail... " + testId);
MSException.throwException(Translator.get("container_delete_fail"));
LogUtil.error("stop load test fail... " + testId, e);
MSException.throwException(Translator.get("container_delete_fail") + ", Error: " + e.getMessage());
}
});
}