提交 42578b67 编写于 作者: S Stephan Ewen

[blob manager] Fix flakey test.

上级 e6754a6d
......@@ -123,7 +123,8 @@ public class BlobServerGetTest {
try {
byte[] remainder = new byte[data.length - 2*receiveBuffer.length];
BlobUtils.readFully(is, remainder, 0, remainder.length, null);
fail();
// we tolerate that this succeeds, as the receiver socket may have buffered
// everything already
}
catch (IOException e) {
// expected
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册