HADOOP-13798. TestHadoopArchives times out.
(cherry picked from commitb970446b2c
) (cherry picked from commit3b279fe426
)
This commit is contained in:
parent
ee5dd2c388
commit
21f210bada
|
@ -444,7 +444,7 @@ public class TestHadoopArchives {
|
|||
int read;
|
||||
while (true) {
|
||||
read = fsdis.read(buffer, readIntoBuffer, buffer.length - readIntoBuffer);
|
||||
if (read < 0) {
|
||||
if (read <= 0) {
|
||||
// end of stream:
|
||||
if (readIntoBuffer > 0) {
|
||||
baos.write(buffer, 0, readIntoBuffer);
|
||||
|
|
Loading…
Reference in New Issue