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 13 forks source link

Check Whether Tests Are Executable Twice #200

Closed DaGeRe closed 1 year ago

DaGeRe commented 1 year ago

What feature do you want to see added?

Some tests fail, when they are executed twice (e.g. if it is only allowed to add a user once to the database). Peass should check this before the measurement, and, if this applied, ignore the test.

Upstream changes

No response

DaGeRe commented 1 year ago

Since https://github.com/DaGeRe/peass/commit/60fe6aa03616867c8df08d722c8a5922f9f73152, this should basically work.