steveloughran commented on code in PR #4273:
URL: https://github.com/apache/hadoop/pull/4273#discussion_r873871178
##########
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/scale/AbstractSTestS3AHugeFiles.java:
##########
@@ -456,7 +456,7 @@ public void test_040_PositionedReadHugeFile() throws
Throwable {
}
@Test
- public void test_045_VectoredIOHugeFile() throws Throwable {
+ public void test_045_VectoredIoHugeFile() throws Throwable {
Review Comment:
the filename with the _ breaks checkstyle rules. maybe we should add a new
rule which permits
```
test_[0-9]+_[a-zA-Z0-9]*$
```
in test code only?
--
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]