eclipse-jdt / eclipse-jdt/eclipse.jdt.ui

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

Open
#735 5 comments 0 reactions 0 assignees View on GitHub
test
Dominant language
Java
Stars
59
Forks
127
Avg merge
22h 47m
Merged PRs (30d)
28

Description

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 https://github.com/eclipse-jdt/eclipse.jdt.core/issues/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)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.