-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JUnit5SuiteExecutionTest fails with "Resource '/verification.tests.junit5' already exists." on Linux #1360
Comments
HannesWell
added a commit
to HannesWell/eclipse.pde
that referenced
this issue
Jul 30, 2024
HannesWell
added a commit
to HannesWell/eclipse.pde
that referenced
this issue
Jul 31, 2024
HannesWell
added a commit
to HannesWell/eclipse.pde
that referenced
this issue
Jul 31, 2024
HannesWell
added a commit
to HannesWell/eclipse.pde
that referenced
this issue
Jul 31, 2024
HannesWell
added a commit
that referenced
this issue
Jul 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment, only on Linux the initialization of the test-class
org.eclipse.pde.junit.runtime.tests.JUnit5SuiteExecutionTest
persistently fails with the following error:This happens since #1349 but I would be surprised if this is related.
In general it is strange that this error even happens because the test-class also uses the
ProjectUtils.DELETE_ALL_WORKSPACE_PROJECTS_BEFORE_AND_AFTER
JUnitClassRule
to ensure the workspace is empty at the beginning and end of the test.I can only explain it to me that something reproducibly creates the same resource in parallel, but only on Linux?
Could somebody on Linux try to debug this test? On Windows it passes as expected.
The text was updated successfully, but these errors were encountered: