Improve JUnit's TempDir naming

XMLWordPrintable

    • Type: Task
    • Resolution: Unresolved
    • Priority: P4
    • jtreg8.1
    • Affects Version/s: jtreg7.5.2
    • Component/s: tools
    • None
    • Cause Known

      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.

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

              Created:
              Updated: