Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7c04bf4ca5
|
@ -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());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue