Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7904013

Improve JUnit's TempDir naming

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P4 P4
    • jtreg7.6
    • jtreg7.5.2
    • tools
    • None

      Since jtreg 7.5.2 folders created by @TempDir annotations use a generic "junit-2304958203948" name. This makes it hard to connect them to the current test (method) being run.

      The folder name should use information available at the runtime of a JUnit test to compose a better name. By using, for example, the name of the test method, the parameters, the current repetition index, maybe even current arguments.

            cstein Christian Stein
            cstein Christian Stein
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: