jenkinsci / peass-ci-plugin

Jenkins plugin for peass to support performance measurement in CI
https://plugins.jenkins.io/peass-ci/
GNU Affero General Public License v3.0
4 stars 12 forks source link

KoPeMe File in /tmp Folder #230

Closed bam-hbt closed 1 year ago

bam-hbt commented 1 year ago

What feature do you want to see added?

Kopeme-xxxx.bin file is created in /tmp folder during the measurement of parametrized test. Sometimes it does not get deleted, actually should not be located in /tmp Folder.

Upstream changes

No response

DaGeRe commented 1 year ago

Thanks for the issue, this has been fixed with https://github.com/DaGeRe/KoPeMe/commit/ea10d3840d81de12375fcec7e4abdc86c08aae90. Could you check this fix? If it works, I'll create a release.

bam-hbt commented 1 year ago

Thanks for fix, looks fine. Now the created Kopeme files under /tmp folder will be deleted

bam-hbt commented 1 year ago

I have to reopen the problem, because the kopeme files still exist in /tmp after multiple tests

bam-hbt commented 1 year ago

It's working now!