Thanks for flagging this—great call and the checklist is spot on. I’ll jump on it immediately and follow up with a PR.
Best regards, Hualong Zhang ________________________________ From: Steve Loughran <[email protected]> Sent: Thursday, November 6, 2025 12:47 To: Hdfs-dev <[email protected]> Subject: TestDFSClientRetries timeouts Looks like TestDFSClientRetries is timing out on tet runs, possibly related to JUnit 5 (though the class doesn't actually add an @Timeout declaration) Does anyone want to look at this? Ideally by starting with a cleanup/modernise of the code -move from System.out to logging statements -try with resources on data blocks read/write -extend AbstractHadoopTestBase -add a long timeout like 5 minutes -use AssertJ for asserts -and intercept() for operations which want to intercept I promise I'll review it!
