Skip to content
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

Random failing BasicAliasTest.testBug256837() #1470

Open
HeikoKlare opened this issue Jul 20, 2024 · 0 comments
Open

Random failing BasicAliasTest.testBug256837() #1470

HeikoKlare opened this issue Jul 20, 2024 · 0 comments
Labels
test junit test related things

Comments

@HeikoKlare
Copy link
Contributor

The test case BasicAliasTest.testBug256837() failed in recent I-Build (on Windows):
https://download.eclipse.org/eclipse/downloads/drops4/I20240719-1800/testresults/html/org.eclipse.core.tests.resources_ep433I-unit-win32-java17_win32.win32.x86_64_17.html

Expecting actual not to be null

java.lang.AssertionError:
Expecting actual not to be null
at org.eclipse.core.tests.internal.alias.BasicAliasTest.testBug256837(BasicAliasTest.java:434)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

That's probably a regression introduced by the JUnit 5 migration: #1467

@HeikoKlare HeikoKlare added the test junit test related things label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test junit test related things
Projects
None yet
Development

No branches or pull requests

1 participant