Integrated: 8264539: Improve failure message of java/nio/file/WatchService/SensitivityModifier.java
Brian Burkhalter
bpb at openjdk.java.net
Fri Apr 2 19:56:28 UTC 2021
On Wed, 31 Mar 2021 20:22:31 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Please consider this request to improve the message printed when no `ENTRY_MODIFY` events are received. In the polling implementation of `WatchService` currently used on macOS, it would be useful to know the sensitivity of polling in effect for the failing case. It might indicate, for example, that low sensitivity should not be used in the test.
This pull request has now been integrated.
Changeset: 3991b329
Author: Brian Burkhalter <bpb at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/3991b329
Stats: 37 lines in 1 file changed: 23 ins; 0 del; 14 mod
8264539: Improve failure message of java/nio/file/WatchService/SensitivityModifier.java
Reviewed-by: alanb
-------------
PR: https://git.openjdk.java.net/jdk/pull/3290
More information about the nio-dev
mailing list