Open iloveeclipse opened 1 year ago
These haven't failed since then. The issue can be reopened if it repeats.
Saw it more often again: https://download.eclipse.org/eclipse/downloads/drops4/I20240614-1800/testresults/html/org.eclipse.jdt.text.tests_ep433I-unit-mac64-java17_macosx.cocoa.x86_64_17.html https://download.eclipse.org/eclipse/downloads/drops4/I20240617-1800/testresults/html/org.eclipse.jdt.text.tests_ep433I-unit-cen64-gtk3-java21_linux.gtk.x86_64_21.html
According to https://bugs.eclipse.org/bugs/show_bug.cgi?id=186554 such errors can be worked around with org.eclipse.jdt.text.tests.contentassist.AbstractCompletionTest.waitBeforeCoreCompletion() to sleep longer. However i would rather love to see the sleep replaced with a condition to wait on. Locally i can not reproduce the error even when the sleep is totally removed. So i don't know which condition to wait for.
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