iwasakims commented on PR #7732: URL: https://github.com/apache/hadoop/pull/7732#issuecomment-2985914008
LGTM overall pending comments about typos. The expected message was emitted on AbstractContractVectoredReadTest. ``` 2025-06-18 22:19:40,235 [JUnit-testBufferSlicing[Buffer type : array]] INFO contract.AbstractContractVectoredReadTest (AbstractContractVectoredReadTest.java:testBufferSlicing(679)) - Slicing is enabled; we saw leaked buffers: 16 after 8 releases of unknown buffers ``` The modified ITestS3AContractVectoredRead passed against Tokyo region without messages mentioning sliced/leaked buffers. ``` $ mvn verify -Dtest=x -Dit.test=ITestS3AContractVectoredRead ... [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.fs.contract.s3a.ITestS3AContractVectoredRead [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.202 s - in org.apache.hadoop.fs.contract.s3a.ITestS3AContractVectoredRead ``` -- 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]
