On Wed, 20 Dec 2023 15:37:37 GMT, Sean Coffey <coff...@openjdk.org> wrote:
> trivial test edit to use FileUtils.deleteFileIfExistsWithRetry test library > API > > tested on CI system with test-repeat = 20 - no issues seen. Thanks for the review Lance. I didn't use try-with-resources during test creation in those locations since the timing of the close() operation is key to the test. Being able to control when the files are closed allows extra sanity checks to be performed. ------------- PR Comment: https://git.openjdk.org/jdk/pull/17169#issuecomment-1865200537