You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/AbstractContractUnbufferTest.java
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,12 @@
33
33
34
34
/**
35
35
* Contract tests for {@link org.apache.hadoop.fs.CanUnbuffer#unbuffer}.
36
+
* Some of these test cases can fail if the FS read() call returns less
37
+
* than requested, which is a valid (possibly correct) implementation
38
+
* of {@code InputStream.read(buffer[])} which may return only those bytes
39
+
* which can be returned without blocking for more data.
0 commit comments