DaGeRe / issuetest

0 stars 0 forks source link

Imported: Delete peass-Cache also deletes measurement details #33

Closed DaGeRe closed 3 years ago

DaGeRe commented 3 years ago

This issue has been imported from an old repository. It was originally created by @Schattensilber at 2021-09-13T09:37:56Z with number #33

The delete cache ability is there mainly to allow new measurements with a changed peass-version or configuration. The old measurement is often still valid, but the details (through the Inspect Measurements link) are not available after deleting the cache. Would it be possible to hold these results available?

DaGeRe commented 3 years ago

This comment has been imported from an old repository. It was originally created by @DaGeRe at 2021-09-13T14:05:28Z

Thanks for the hint, Peass-CI was storing the path to the (deletable) file instead the data in the runs. Since d7a1d91, the javascript data are saved and all runs should contain their measurement data (and deleting the runs will also delete this stored data).