-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b129
-
x86
-
windows_2012
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8310328 | 8u391 | kiran kumar J | P3 | Resolved | Fixed | b01 |
These jtreg tests create temp directories with names like work3788198632550491323
./jdk/test/java/nio/file/WatchService/DeleteInterference.java: Path dir = Files.createTempDirectory("work");
./jdk/test/java/nio/file/WatchService/LotsOfCancels.java: Path top = Files.createTempDirectory("work");
It would be preferred if the directories or files created could be cleaned up at the end of the test run.
Some of our Windows test systems in mach 5 have over 25,000 files of this type in /cygdrive/c/temp
./jdk/test/java/nio/file/WatchService/DeleteInterference.java: Path dir = Files.createTempDirectory("work");
./jdk/test/java/nio/file/WatchService/LotsOfCancels.java: Path top = Files.createTempDirectory("work");
It would be preferred if the directories or files created could be cleaned up at the end of the test run.
Some of our Windows test systems in mach 5 have over 25,000 files of this type in /cygdrive/c/temp
- backported by
-
JDK-8310328 (fs) Tests in jdk/test/java/nio/file/WatchService leave directory trees behind
-
- Resolved
-
- relates to
-
JDK-8160687 (fs) Cannot tell which WatchService test is not deleting temp directories "work*"
-
- Resolved
-