Skip to content

JUnit-Platform: allow listener reuse#711

Merged
baev merged 3 commits into
masterfrom
gh-710
Feb 17, 2022
Merged

JUnit-Platform: allow listener reuse#711
baev merged 3 commits into
masterfrom
gh-710

Conversation

@baev
Copy link
Copy Markdown
Member

@baev baev commented Feb 16, 2022

Context

Fixes #710

Before the change the same UUID is generated for the same test results
if rerun tests within the same VM. And it causes retried results files
to be overridden by the last run.

Checklist

@baev baev added the type:bug Something isn't working label Feb 16, 2022
@github-actions github-actions Bot added the theme:junit-platform JUnit 5 related issue label Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

theme:junit-platform JUnit 5 related issue type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Retries not working with JUnit5

2 participants