提交 7278e875 编写于 作者: Z zentol 提交者: Stephan Ewen

[FLINK-3424] [tests] Close InputStream in FileStateBackendTest#validateBytesInStream

This closes #1653
上级 06e3dd13
......@@ -266,6 +266,7 @@ public class FileStateBackendTest extends StateBackendTestBase<FsStateBackend> {
assertEquals("not enough data", holder.length, pos);
assertEquals("too much data", -1, is.read());
assertArrayEquals("wrong data", data, holder);
is.close();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册