Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8183340

Better cleanup for jdk/test/java/lang/module/ConfigurationTest.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 10
    • None
    • core-libs

      ConfigurationTest.java creates directories and files in the default temp directory, but does not clean up later.

      cat -n jdk/test/java/lang/module/ConfigurationTest.java
         [...]
        2120 Path dir = Files.createTempDirectory(name);


      The preferred approach would be to create temporary test files and directories under the jtreg property user.dir instead, if it is defined.

      During a jtreg run, user.dir has the value $PWD/JTwork/scratch

            alanb Alan Bateman
            tbell Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: