On Mon, 21 Aug 2023 06:15:07 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> if multiple tests are running and try to acquire this file lock, then they > might end up interfering with each other, but it's surprising that in some > cases even after multiple attempts the file lock doesn't become available. How long is the file-lock typically held? How many such tests can run concurrently? And how long do we retry for? ------------- PR Comment: https://git.openjdk.org/jdk/pull/15308#issuecomment-1685748176