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

46 Random failing test CodeCompletionTest, JavadocCompletionTest, TypeCompletionTest since I20230824-0400 #735

Open
iloveeclipse opened this issue Aug 24, 2023 · 2 comments
Labels
test junit test related things

Comments

@iloveeclipse
Copy link
Member

https://download.eclipse.org/eclipse/downloads/drops4/I20230824-0400/testresults/html/org.eclipse.jdt.text.tests_ep429I-unit-cen64-gtk3-java17_linux.gtk.x86_64_17.html

All are very similar, is if they are unable to find JDK classes

I wonder if that has relationship to the "DetectVMInstallationsJob" job / similar to eclipse-jdt/eclipse.jdt.core#1190

no proposal starting with "{@link DateFormat}"

java.lang.AssertionError: no proposal starting with "{@link DateFormat}"
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertNotNull(Assert.java:713)
at org.eclipse.jdt.text.tests.contentassist.AbstractCompletionTest.findNonNullProposal(AbstractCompletionTest.java:555)
at org.eclipse.jdt.text.tests.contentassist.AbstractCompletionTest.assertProposal(AbstractCompletionTest.java:357)
at org.eclipse.jdt.text.tests.contentassist.AbstractCompletionTest.assertTypeJavadocProposal(AbstractCompletionTest.java:331)
at org.eclipse.jdt.text.tests.contentassist.JavadocCompletionTest.testDirectLinkImportsOnExistingImportCamelCase(JavadocCompletionTest.java:201)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
no proposal starting with "List "

java.lang.AssertionError: no proposal starting with "List "
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertNotNull(Assert.java:713)
at org.eclipse.jdt.text.tests.contentassist.AbstractCompletionTest.findNonNullProposal(AbstractCompletionTest.java:555)
at org.eclipse.jdt.text.tests.contentassist.AbstractCompletionTest.assertProposal(AbstractCompletionTest.java:357)
at org.eclipse.jdt.text.tests.contentassist.AbstractCompletionTest.assertTypeJavadocProposal(AbstractCompletionTest.java:331)
at org.eclipse.jdt.text.tests.contentassist.JavadocCompletionTest.testLinkType(JavadocCompletionTest.java:148)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
no proposal starting with "Random "

java.lang.AssertionError: no proposal starting with "Random "
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertNotNull(Assert.java:713)
at org.eclipse.jdt.text.tests.contentassist.AbstractCompletionTest.findNonNullProposal(AbstractCompletionTest.java:555)
at org.eclipse.jdt.text.tests.contentassist.AbstractCompletionTest.assertProposal(AbstractCompletionTest.java:357)
at org.eclipse.jdt.text.tests.contentassist.AbstractCompletionTest.assertMethodBodyProposal(AbstractCompletionTest.java:242)
at org.eclipse.jdt.text.tests.contentassist.TypeCompletionTest.testNoQualifierRemovalWithImport(TypeCompletionTest.java:88)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
@noopur2507
Copy link
Member

These haven't failed since then. The issue can be reopened if it repeats.

@jukzi jukzi reopened this Jun 18, 2024
@jukzi jukzi changed the title 46 test fails in CodeCompletionTest, JavadocCompletionTest, TypeCompletionTest in I20230824-0400 46 Random failing test CodeCompletionTest, JavadocCompletionTest, TypeCompletionTest since I20230824-0400 Jun 18, 2024
@jukzi jukzi added the test junit test related things label Jun 18, 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

3 participants