sodonnel commented on code in PR #3764:
URL: https://github.com/apache/ozone/pull/3764#discussion_r984727151


##########
hadoop-hdds/client/src/test/java/org/apache/hadoop/hdds/scm/storage/TestChunkInputStream.java:
##########
@@ -147,14 +145,6 @@ public void testPartialChunkRead() throws Exception {
   public void testSeek() throws Exception {
     seekAndVerify(0);
 
-    try {

Review Comment:
   We have just removed the EOF check on seek. Perhaps rather than removing it, 
we should ensure the EOF is still thrown at CHUNK_SIZE + 1?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to