RFR: 8297275: WatchService delay with PollingWatchService causes test failures

Alan Bateman alanb at openjdk.org
Mon Nov 21 19:25:22 UTC 2022


On Mon, 21 Nov 2022 18:10:31 GMT, Tyler Steele <tsteele at openjdk.org> wrote:

> The WatchService test I am debugging, creates a WatchKey and expects it to notice changes that the test makes to the file system. On AIX, this test is timing out after 10s without seeing the changes. 

I wonder if this is a test issue. If the test were to use a timeout of say 60s, would it pass?

-------------

PR: https://git.openjdk.org/jdk/pull/10824


More information about the nio-dev mailing list