-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
testjunit test related thingsjunit test related things
Description
Test was recently introduced by:
And improved in response to recent failures on Windows as reported here:
Now the test sporadically fails in GHA runs on every OS:
- This run on Windows: https://github.com/eclipse-platform/eclipse.platform/pull/2337/checks?check_run_id=59148499012
- This run on MacOS and Linux: https://github.com/eclipse-platform/eclipse.platform/pull/2336/checks?check_run_id=59148370836
Status CANCEL: unknown code=1
java.lang.AssertionError: Status CANCEL: unknown code=1
at org.eclipse.core.tests.resources.regression.IFileTest.testIssue2290(IFileTest.java:186)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: org.eclipse.core.runtime.CoreException:
... 4 more
It seems to be caused by createDelete.cancel() being called and result.isOK() being expected to yield true afterwards.
@basilevs fyi
Metadata
Metadata
Assignees
Labels
testjunit test related thingsjunit test related things