Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Wrong link targets for workspace logs in Eclipse test results report

Hi all,

while looking for logs for some test failures, I noticed that some of the links redirect to unexpected files.

E.g.:

https://download.eclipse.org/eclipse/downloads/drops4/I20260219-1800/testresults/logs.html

This lists (for Linux/Windows/MacOS) e.g. these two:

  • org.eclipse.jdt.debug.tests.AutomatedSuite.log
  • org.eclipse.jdt.debug.tests.AutomatedSuite.txt

  • The first is a log file from some configuration done before tests. The second link is the actual workspace log from the tests.

    But both links lead to the first file. I believe this is the case for all test suites, though I've not checked all.

    Which tracker is appropriate to raise an issue for this? I was unable to find the workspace logs I needed due to this.

    Best regards and thanks,
    Simeon

    Back to the top