提交 4fca1dbd 编写于 作者: U Ufuk Celebi 提交者: Stephan Ewen

[FLINK-3185] [tests] Don't swallow test failure Exception

上级 afd2016a
...@@ -245,7 +245,7 @@ public class JobManagerCheckpointRecoveryITCase extends TestLogger { ...@@ -245,7 +245,7 @@ public class JobManagerCheckpointRecoveryITCase extends TestLogger {
jobManagerProcess[1].printProcessLog(); jobManagerProcess[1].printProcessLog();
} }
t.printStackTrace(); throw t;
} }
finally { finally {
if (jobManagerProcess[0] != null) { if (jobManagerProcess[0] != null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册