-
Bug
-
Resolution: Won't Fix
-
P4
-
7, 8, 9
-
x86
-
solaris_11
TESTFAIL:java/nio/file/WatchService/Basic.java
test java/nio/file/WatchService/Basic.java failed on solaris 11 x86 since fcs with timeout because WatchService.take() doesn't receive WatchKey after remove directory with jdk7u6b02, jdk7u5b01 and jdk7b148
failed with jdk8b31 too
WatchService.take() works fine when test remove file:
register /var/tmp/name97488885698793905 for ENTRY_DELETE
delete /var/tmp/name97488885698793905/foo
take events...
got event: type=ENTRY_DELETE, count=1, context=foo
test passed on solaris 10 x86, solaris 11 sparc, failed on both available solaris 11 x86: stt-125.ru, stt-129.ru
see comments for more details
test java/nio/file/WatchService/Basic.java failed on solaris 11 x86 since fcs with timeout because WatchService.take() doesn't receive WatchKey after remove directory with jdk7u6b02, jdk7u5b01 and jdk7b148
failed with jdk8b31 too
WatchService.take() works fine when test remove file:
register /var/tmp/name97488885698793905 for ENTRY_DELETE
delete /var/tmp/name97488885698793905/foo
take events...
got event: type=ENTRY_DELETE, count=1, context=foo
test passed on solaris 10 x86, solaris 11 sparc, failed on both available solaris 11 x86: stt-125.ru, stt-129.ru
see comments for more details
- duplicates
-
JDK-8019837 java/nio/file/WatchService/Basic.java
- Closed
-
JDK-8068227 java/nio/file/WatchService/LotsOfEvents.java failed with java.lang.RuntimeException: Insufficient events
- Closed
- relates to
-
JDK-8152749 Mark AdaptorCloseAndInterrupt.java as intermittently failing
- Closed
-
JDK-8152755 Problem list java/nio/file/WatchService/MayFlies.java
- Closed