slfan1989 commented on code in PR #7563:
URL: https://github.com/apache/hadoop/pull/7563#discussion_r2022183763
##########
hadoop-hdfs-project/hadoop-hdfs-client/src/test/java/org/apache/hadoop/hdfs/web/TestByteRangeInputStream.java:
##########
@@ -105,10 +102,10 @@ public void testByteRange() throws IOException {
bris.seek(100);
bris.read();
- assertEquals("Seek to 100 bytes made incorrectly (offset Check)",
- 100, bris.startPos);
- assertEquals("getPos should return 101 after reading one byte", 101,
- bris.getPos());
+ assertEquals(
Review Comment:
checkstyle issue.
--
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]